Trace number 3740826

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.61 906.654

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-61.opb
MD5SUM242cdc00579036e1487a0255b4e1d84c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3740826-1338732249.opb
0.09/0.12	c reading problem ... 
2.47/1.89	c ... done. Wall clock time 1.773s.
2.47/1.89	c #vars     10086
2.47/1.89	c #constraints  226608
2.47/1.89	c constraints type 
2.47/1.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.47/1.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.47/1.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.47/1.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
2.47/1.89	c constraints type 
2.47/1.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
2.47/1.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
2.47/1.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
2.47/1.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
7.68/4.14	c cleaning 0 clauses out of 5003 with flag 0/5003
11.37/5.83	c cleaning 2466 clauses out of 5000 with flag 5000/5000
13.29/6.82	c cleaning 0 clauses out of 11000 with flag 0/11000
16.76/8.64	c cleaning 4194 clauses out of 8534 with flag 11000/11000
19.81/10.20	c cleaning 0 clauses out of 18001 with flag 0/18001
21.66/11.22	c cleaning 5642 clauses out of 11342 with flag 18002/18002
26.92/13.83	c cleaning 6828 clauses out of 13698 with flag 26000/26000
28.98/14.96	c cleaning 0 clauses out of 26002 with flag 0/26002
32.38/16.71	c cleaning 7821 clauses out of 15870 with flag 35000/35000
37.88/19.51	c cleaning 8995 clauses out of 18051 with flag 45002/45002
42.76/22.01	c cleaning 9929 clauses out of 20054 with flag 56000/56000
49.41/25.47	c cleaning 10947 clauses out of 22125 with flag 68000/68000
56.40/29.05	c cleaning 12081 clauses out of 24179 with flag 81001/81001
64.06/32.94	c cleaning 12922 clauses out of 26097 with flag 95000/95000
72.92/37.42	c cleaning 14083 clauses out of 28177 with flag 110002/110002
76.54/39.39	c cleaning 0 clauses out of 35000 with flag 0/35000
83.71/43.06	c cleaning 14978 clauses out of 30092 with flag 126000/126000
93.76/48.15	c cleaning 15925 clauses out of 32114 with flag 143000/143000
105.60/54.20	c cleaning 17086 clauses out of 34190 with flag 161001/161001
119.86/61.32	c cleaning 18042 clauses out of 36101 with flag 180000/180000
129.06/66.06	c cleaning 19025 clauses out of 38060 with flag 200001/200001
142.29/72.79	c cleaning 20010 clauses out of 40034 with flag 221001/221001
152.94/78.11	c cleaning 20912 clauses out of 42024 with flag 243001/243001
157.58/80.58	c cleaning 0 clauses out of 45000 with flag 0/45000
161.75/82.79	c cleaning 22029 clauses out of 44111 with flag 266001/266001
173.78/88.84	c cleaning 23033 clauses out of 46084 with flag 290004/290004
185.83/94.98	c cleaning 23991 clauses out of 48047 with flag 315000/315000
199.47/101.84	c cleaning 25023 clauses out of 50058 with flag 341002/341002
213.63/109.08	c cleaning 25953 clauses out of 52034 with flag 368001/368001
225.29/114.99	c cleaning 27024 clauses out of 54082 with flag 396002/396002
240.54/122.61	c cleaning 28020 clauses out of 56060 with flag 425004/425004
251.58/128.26	c cleaning 29008 clauses out of 58038 with flag 455002/455002
266.73/135.93	c cleaning 29978 clauses out of 60030 with flag 486002/486002
282.08/143.64	c cleaning 31018 clauses out of 62052 with flag 518002/518002
293.53/149.45	c cleaning 0 clauses out of 56000 with flag 0/56000
300.19/152.81	c cleaning 31957 clauses out of 64036 with flag 551004/551004
324.75/165.22	c cleaning 32895 clauses out of 66076 with flag 585001/585001
346.63/176.23	c cleaning 34087 clauses out of 68181 with flag 620001/620001
367.68/186.88	c cleaning 35019 clauses out of 70094 with flag 656001/656001
395.13/200.65	c cleaning 35966 clauses out of 72074 with flag 693000/693000
414.68/210.56	c cleaning 37042 clauses out of 74108 with flag 731000/731000
416.92/211.73	c cleaning 0 clauses out of 68000 with flag 0/68000
455.19/230.98	c cleaning 38019 clauses out of 76066 with flag 770000/770000
473.24/240.10	c cleaning 38963 clauses out of 78047 with flag 810000/810000
488.56/247.88	c cleaning 39870 clauses out of 80084 with flag 851000/851000
509.20/258.25	c cleaning 41017 clauses out of 82214 with flag 893000/893000
535.64/271.52	c cleaning 42036 clauses out of 84198 with flag 936001/936001
549.46/278.57	c cleaning 0 clauses out of 81000 with flag 0/81000
566.38/287.16	c cleaning 43021 clauses out of 86162 with flag 980001/980001
593.02/300.56	c cleaning 44057 clauses out of 88141 with flag 1025001/1025001
672.72/340.47	c cleaning 45040 clauses out of 90084 with flag 1071001/1071001
707.35/357.82	c cleaning 45766 clauses out of 92044 with flag 1118001/1118001
733.49/371.02	c cleaning 47076 clauses out of 94277 with flag 1166000/1166000
764.73/386.75	c cleaning 47935 clauses out of 96201 with flag 1215001/1215001
808.55/408.74	c cleaning 48998 clauses out of 98266 with flag 1265001/1265001
866.04/437.52	c cleaning 50131 clauses out of 100267 with flag 1316000/1316000
920.38/464.84	c cleaning 51022 clauses out of 102136 with flag 1368000/1368000
953.20/481.30	c cleaning 51988 clauses out of 104118 with flag 1421004/1421004
993.81/501.74	c cleaning 53021 clauses out of 106126 with flag 1475000/1475000
1041.67/525.74	c cleaning 54048 clauses out of 108106 with flag 1530001/1530001
1051.49/530.88	c cleaning 0 clauses out of 95000 with flag 0/95000
1103.70/557.08	c cleaning 54914 clauses out of 110058 with flag 1586001/1586001
1146.49/578.56	c cleaning 56024 clauses out of 112143 with flag 1643000/1643000
1188.86/599.88	c cleaning 57054 clauses out of 114121 with flag 1701002/1701002
1237.99/624.52	c cleaning 58026 clauses out of 116065 with flag 1760000/1760000
1290.82/651.08	c cleaning 58934 clauses out of 118039 with flag 1820000/1820000
1338.47/674.92	c cleaning 60048 clauses out of 120105 with flag 1881000/1881000
1429.59/720.58	c cleaning 60898 clauses out of 122059 with flag 1943002/1943002
1512.94/762.34	c cleaning 61773 clauses out of 124161 with flag 2006002/2006002
1578.80/795.32	c cleaning 62977 clauses out of 126387 with flag 2070001/2070001
1638.43/825.25	c cleaning 64146 clauses out of 128412 with flag 2135003/2135003
1694.27/853.20	c cleaning 0 clauses out of 110000 with flag 0/110000
1706.28/859.46	c cleaning 65098 clauses out of 130263 with flag 2201000/2201000
1746.66/879.71	c cleaning 65971 clauses out of 132166 with flag 2268001/2268001
1792.28/902.68	c cleaning 66971 clauses out of 134194 with flag 2336000/2336000
1800.04/906.61	c starts		: 228
1800.04/906.61	c conflicts		: 2350064
1800.04/906.61	c decisions		: 12099274
1800.04/906.61	c propagations		: 751239247
1800.04/906.61	c inspects		: 8906259682
1800.04/906.61	c shortcuts		: 0
1800.04/906.61	c learnt literals	: 6
1800.04/906.61	c learnt binary clauses	: 1049
1800.04/906.61	c learnt ternary clauses	: 2155
1800.04/906.61	c learnt constraints	: 2350057
1800.04/906.61	c ignored constraints	: 0
1800.04/906.61	c root simplifications	: 0
1800.04/906.61	c removed literals (reason simplification)	: 45721666
1800.04/906.61	c reason swapping (by a shorter reason)	: 0
1800.04/906.61	c Calls to reduceDB	: 64
1800.04/906.61	c number of reductions to clauses (during analyze)	: 0
1800.04/906.61	c number of learned constraints concerned by reduction	: 0
1800.04/906.61	c number of learning phase by resolution	: 0
1800.04/906.61	c number of learning phase by cutting planes	: 0
1800.04/906.61	c speed (assignments/second)	: 830357.3610782587
1800.04/906.61	c non guided choices	761425
1800.04/906.64	c learnt constraints type 
1800.04/906.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1049
1800.04/906.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80307
1800.04/906.64	c constraints type 
1800.04/906.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.04/906.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.04/906.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.04/906.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.04/906.64	c constraints type 
1800.04/906.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
1800.04/906.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
1800.04/906.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
1800.04/906.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
1800.04/906.64	s UNKNOWN
1800.04/906.64	c Total wall clock time (in seconds): 906.518

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3740826-1338732249/watcher-3740826-1338732249 -o /tmp/evaluation-result-3740826-1338732249/solver-3740826-1338732249 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740826-1338732249.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.72 3.78 3.73 4/197 25156
/proc/meminfo: memFree=20880180/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25156/stat : 25156 (java) R 25154 25156 12644 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 339350392 9515008 183 33554432000 1073741824 1073778376 140736291262496 140736291253528 270707539637 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2323 183 140 9 0 71 0

[startup+0.026201 s]
/proc/loadavg: 3.72 3.78 3.73 4/197 25156
/proc/meminfo: memFree=20880180/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=10510056 CPUtime=0.01 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 2420 0 1 0 0 1 0 0 20 0 2 0 339350392 10762297344 6188 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2627514 6188 942 9 0 2618623 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10510056

[startup+0.100198 s]
/proc/loadavg: 3.72 3.78 3.73 4/197 25156
/proc/meminfo: memFree=20880180/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 4716 0 1 0 7 2 0 0 20 0 18 0 339350392 11864465408 13573 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2896598 13573 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300227 s]
/proc/loadavg: 3.72 3.78 3.73 4/197 25156
/proc/meminfo: memFree=20880180/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11586392 CPUtime=0.46 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 5891 0 1 0 44 2 0 0 20 0 18 0 339350392 11864465408 16318 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2896598 16318 2223 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.700241 s]
/proc/loadavg: 3.72 3.78 3.73 4/197 25156
/proc/meminfo: memFree=20880180/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11586392 CPUtime=1.22 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 9496 0 1 0 118 4 0 0 20 0 18 0 339350392 11864465408 56062 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2896598 56062 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 11586392

[startup+1.50069 s]
/proc/loadavg: 3.72 3.78 3.73 4/215 25174
/proc/meminfo: memFree=20501360/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11586392 CPUtime=2.12 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 9757 0 1 0 201 11 0 0 20 0 18 0 339350392 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2896598 165669 2239 9 0 2887285 0
[pid=25156/tid=25158] ppid=25154 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/25156/task/25158/stat : 25158 (java) R 25154 25156 12644 0 -1 4202560 3145 0 1 0 136 10 0 0 20 0 18 0 339350393 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658426621904 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25159] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25159/stat : 25159 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658381384232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25160] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25160/stat : 25160 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658380331432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25161] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25161/stat : 25161 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658379278632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25162] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25162/stat : 25162 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658378225832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25163] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25163/stat : 25163 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658377174056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25164] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25164/stat : 25164 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658376121256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25165] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25165/stat : 25165 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658375068456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25166] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25166/stat : 25166 (java) S 25154 25156 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 339350395 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658374015656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25167] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25167/stat : 25167 (java) S 25154 25156 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 339350397 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658243242472 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25168] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25168/stat : 25168 (java) S 25154 25156 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 339350397 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658242188536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25169] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25169/stat : 25169 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 339350397 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658241135624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25170] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25170/stat : 25170 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350399 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658240084112 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25171] ppid=25154 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/25156/task/25171/stat : 25171 (java) S 25154 25156 12644 0 -1 4202560 2877 0 0 0 31 0 0 0 20 0 18 0 339350399 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658239032248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25172] ppid=25154 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/25156/task/25172/stat : 25172 (java) S 25154 25156 12644 0 -1 4202560 2550 0 0 0 31 0 0 0 20 0 18 0 339350399 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658237979448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25173] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25173/stat : 25173 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350399 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658236926840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25174] ppid=25154 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25174/stat : 25174 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 339350399 11864465408 165669 33554432000 1073741824 1073778376 140735120607984 140658235874248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 11586392

[startup+3.10075 s]
/proc/loadavg: 3.72 3.78 3.73 5/219 25178
/proc/meminfo: memFree=19975428/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11852648 CPUtime=5.68 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 11705 0 1 0 547 21 0 0 20 0 22 0 339350392 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2963162 314810 2265 9 0 2953849 0
[pid=25156/tid=25158] ppid=25154 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/25156/task/25158/stat : 25158 (java) S 25154 25156 12644 0 -1 4202560 3265 0 1 0 172 14 0 0 20 0 22 0 339350393 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658426631320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25159] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25159/stat : 25159 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658381384232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25160] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25160/stat : 25160 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658380331432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25161] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25161/stat : 25161 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658379278632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25162] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25162/stat : 25162 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658378225832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25163] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25163/stat : 25163 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658377174056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25164] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25164/stat : 25164 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658376121256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25165] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25165/stat : 25165 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658375068456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25166] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25166/stat : 25166 (java) S 25154 25156 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658374015656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25167] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25167/stat : 25167 (java) S 25154 25156 12644 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658243242472 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25168] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25168/stat : 25168 (java) S 25154 25156 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658242188536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25169] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25169/stat : 25169 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658241135624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25170] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25170/stat : 25170 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658240084112 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25171] ppid=25154 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/25156/task/25171/stat : 25171 (java) S 25154 25156 12644 0 -1 4202560 2914 0 0 0 67 0 0 0 20 0 22 0 339350399 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658239032248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25172] ppid=25154 vsize=11852648 CPUtime=0.72 cores=0,2,4,6
/proc/25156/task/25172/stat : 25172 (java) S 25154 25156 12644 0 -1 4202560 4047 0 0 0 72 0 0 0 20 0 22 0 339350399 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658237979448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25173] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25173/stat : 25173 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658236926840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25174] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25174/stat : 25174 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658235874248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25175] ppid=25154 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/25156/task/25175/stat : 25175 (java) R 25154 25156 12644 0 -1 4202560 30 0 0 0 118 0 0 0 20 0 22 0 339350582 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140658234817152 140658250479384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25176] ppid=25154 vsize=11852648 CPUtime=1.18 cores=0,2,4,6
/proc/25156/task/25176/stat : 25176 (java) R 25154 25156 12644 0 -1 4202560 247 0 0 0 113 5 0 0 20 0 22 0 339350582 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140657091926760 140658250672908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25177] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25177/stat : 25177 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140657090876328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25178] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25178/stat : 25178 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 314810 33554432000 1073741824 1073778376 140735120607984 140656957711144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 11852648

[startup+6.30073 s]
/proc/loadavg: 3.82 3.80 3.74 5/219 25178
/proc/meminfo: memFree=19119320/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11852648 CPUtime=12.24 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 17378 0 1 0 1188 36 0 0 20 0 22 0 339350392 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2963162 441791 2289 9 0 2953849 0
[pid=25156/tid=25158] ppid=25154 vsize=11852648 CPUtime=1.86 cores=0,2,4,6
/proc/25156/task/25158/stat : 25158 (java) S 25154 25156 12644 0 -1 4202560 3265 0 1 0 172 14 0 0 20 0 22 0 339350393 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658426631320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25159] ppid=25154 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/25156/task/25159/stat : 25159 (java) S 25154 25156 12644 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658381384232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25160] ppid=25154 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/25156/task/25160/stat : 25160 (java) S 25154 25156 12644 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658380331432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25161] ppid=25154 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/25156/task/25161/stat : 25161 (java) S 25154 25156 12644 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658379278632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25162] ppid=25154 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/25156/task/25162/stat : 25162 (java) S 25154 25156 12644 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658378225832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25163] ppid=25154 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/25156/task/25163/stat : 25163 (java) S 25154 25156 12644 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658377174056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25164] ppid=25154 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/25156/task/25164/stat : 25164 (java) S 25154 25156 12644 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658376121256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25165] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25165/stat : 25165 (java) S 25154 25156 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658375068456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25166] ppid=25154 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/25156/task/25166/stat : 25166 (java) S 25154 25156 12644 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339350395 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658374015656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25167] ppid=25154 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/25156/task/25167/stat : 25167 (java) S 25154 25156 12644 0 -1 4202560 64 0 0 0 32 2 0 0 20 0 22 0 339350397 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658243242472 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25168] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25168/stat : 25168 (java) S 25154 25156 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658242188536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25169] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25169/stat : 25169 (java) S 25154 25156 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658241135624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25170] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25170/stat : 25170 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658240084112 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25171] ppid=25154 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/25156/task/25171/stat : 25171 (java) S 25154 25156 12644 0 -1 4202560 8207 0 0 0 100 2 0 0 20 0 22 0 339350399 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658239032248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25172] ppid=25154 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/25156/task/25172/stat : 25172 (java) S 25154 25156 12644 0 -1 4202560 4049 0 0 0 75 0 0 0 20 0 22 0 339350399 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658237979448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25173] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25173/stat : 25173 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658236926840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25174] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25174/stat : 25174 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658235874248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25175] ppid=25154 vsize=11852648 CPUtime=3.94 cores=0,2,4,6
/proc/25156/task/25175/stat : 25175 (java) R 25154 25156 12644 0 -1 4202560 30 0 0 0 394 0 0 0 20 0 22 0 339350582 12137111552 441791 33554432000 1073741824 1073778376 140735120607984 140658234819144 140658250386619 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

################
# More data... #
################

[pid=25156/tid=25176] ppid=25154 vsize=11852648 CPUtime=743.45 cores=0,2,4,6
/proc/25156/task/25176/stat : 25176 (java) R 25154 25156 12644 0 -1 4202560 1314 0 0 0 74293 52 0 0 20 0 22 0 339350582 12137111552 918368 33554432000 1073741824 1073778376 140735120607984 140657091927328 140658250204560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25177] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25177/stat : 25177 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 918368 33554432000 1073741824 1073778376 140735120607984 140657090876328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25178] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25178/stat : 25178 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 918368 33554432000 1073741824 1073778376 140735120607984 140656957711144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1512.94
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.96 3.91 3.81 5/219 25246
/proc/meminfo: memFree=16899524/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11852648 CPUtime=1632.63 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 23941 0 1 0 163159 104 0 0 20 0 22 0 339350392 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2963162 923617 2291 9 0 2953849 0
[pid=25156/tid=25158] ppid=25154 vsize=11852648 CPUtime=1.89 cores=0,2,4,6
/proc/25156/task/25158/stat : 25158 (java) S 25154 25156 12644 0 -1 4202560 3293 0 1 0 173 16 0 0 20 0 22 0 339350393 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658426631320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25159] ppid=25154 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/25156/task/25159/stat : 25159 (java) S 25154 25156 12644 0 -1 4202560 111 0 0 0 83 2 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658381384232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25160] ppid=25154 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/25156/task/25160/stat : 25160 (java) S 25154 25156 12644 0 -1 4202560 144 0 0 0 96 3 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658380331432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25161] ppid=25154 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/25156/task/25161/stat : 25161 (java) S 25154 25156 12644 0 -1 4202560 172 0 0 0 92 5 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658379278632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25162] ppid=25154 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/25156/task/25162/stat : 25162 (java) S 25154 25156 12644 0 -1 4202560 150 0 0 0 85 4 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658378225832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25163] ppid=25154 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/25156/task/25163/stat : 25163 (java) S 25154 25156 12644 0 -1 4202560 180 0 0 0 94 4 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658377174056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25164] ppid=25154 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/25156/task/25164/stat : 25164 (java) S 25154 25156 12644 0 -1 4202560 143 0 0 0 92 3 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658376121256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25165] ppid=25154 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/25156/task/25165/stat : 25165 (java) S 25154 25156 12644 0 -1 4202560 115 0 0 0 91 2 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658375068456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25166] ppid=25154 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/25156/task/25166/stat : 25166 (java) S 25154 25156 12644 0 -1 4202560 126 0 0 0 90 3 0 0 20 0 22 0 339350395 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658374015656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25167] ppid=25154 vsize=11852648 CPUtime=15.47 cores=0,2,4,6
/proc/25156/task/25167/stat : 25167 (java) S 25154 25156 12644 0 -1 4202560 162 0 0 0 1540 7 0 0 20 0 22 0 339350397 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658243242472 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25168] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25168/stat : 25168 (java) S 25154 25156 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658242188536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25169] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25169/stat : 25169 (java) S 25154 25156 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658241135624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25170] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25170/stat : 25170 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658240084112 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25171] ppid=25154 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/25156/task/25171/stat : 25171 (java) S 25154 25156 12644 0 -1 4202560 8595 0 0 0 123 2 0 0 20 0 22 0 339350399 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658239032248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25172] ppid=25154 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/25156/task/25172/stat : 25172 (java) S 25154 25156 12644 0 -1 4202560 8097 0 0 0 110 0 0 0 20 0 22 0 339350399 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658237979448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25173] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25173/stat : 25173 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658236926840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25174] ppid=25154 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/25156/task/25174/stat : 25174 (java) S 25154 25156 12644 0 -1 4202560 47 0 0 0 10 18 0 0 20 0 22 0 339350399 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658235874248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25175] ppid=25154 vsize=11852648 CPUtime=802.54 cores=0,2,4,6
/proc/25156/task/25175/stat : 25175 (java) R 25154 25156 12644 0 -1 4202560 103 0 0 0 80242 12 0 0 20 0 22 0 339350582 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140658234818096 140658250377936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25176] ppid=25154 vsize=11852648 CPUtime=802.74 cores=0,2,4,6
/proc/25156/task/25176/stat : 25176 (java) R 25154 25156 12644 0 -1 4202560 1315 0 0 0 80221 53 0 0 20 0 22 0 339350582 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140657091926400 140658250390969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25177] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25177/stat : 25177 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140657090876328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25178] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25178/stat : 25178 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 923617 33554432000 1073741824 1073778376 140735120607984 140656957711144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1632.63
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.81 3.88 3.80 5/219 25246
/proc/meminfo: memFree=16884820/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11852648 CPUtime=1751.62 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 24031 0 1 0 175054 108 0 0 20 0 22 0 339350392 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2963162 927253 2291 9 0 2953849 0
[pid=25156/tid=25158] ppid=25154 vsize=11852648 CPUtime=1.9 cores=0,2,4,6
/proc/25156/task/25158/stat : 25158 (java) S 25154 25156 12644 0 -1 4202560 3295 0 1 0 174 16 0 0 20 0 22 0 339350393 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658426631320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25159] ppid=25154 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/25156/task/25159/stat : 25159 (java) S 25154 25156 12644 0 -1 4202560 114 0 0 0 88 3 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658381384232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25160] ppid=25154 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/25156/task/25160/stat : 25160 (java) S 25154 25156 12644 0 -1 4202560 147 0 0 0 105 3 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658380331432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25161] ppid=25154 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/25156/task/25161/stat : 25161 (java) S 25154 25156 12644 0 -1 4202560 177 0 0 0 100 5 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658379278632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25162] ppid=25154 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/25156/task/25162/stat : 25162 (java) S 25154 25156 12644 0 -1 4202560 153 0 0 0 94 4 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658378225832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25163] ppid=25154 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/25156/task/25163/stat : 25163 (java) S 25154 25156 12644 0 -1 4202560 185 0 0 0 100 4 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658377174056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25164] ppid=25154 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/25156/task/25164/stat : 25164 (java) S 25154 25156 12644 0 -1 4202560 145 0 0 0 97 3 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658376121256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25165] ppid=25154 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/25156/task/25165/stat : 25165 (java) S 25154 25156 12644 0 -1 4202560 124 0 0 0 94 2 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658375068456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25166] ppid=25154 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/25156/task/25166/stat : 25166 (java) S 25154 25156 12644 0 -1 4202560 169 0 0 0 97 3 0 0 20 0 22 0 339350395 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658374015656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25167] ppid=25154 vsize=11852648 CPUtime=16.74 cores=0,2,4,6
/proc/25156/task/25167/stat : 25167 (java) S 25154 25156 12644 0 -1 4202560 167 0 0 0 1666 8 0 0 20 0 22 0 339350397 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658243242472 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25168] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25168/stat : 25168 (java) S 25154 25156 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658242188536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25169] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25169/stat : 25169 (java) S 25154 25156 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658241135624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25170] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25170/stat : 25170 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658240084112 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25171] ppid=25154 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/25156/task/25171/stat : 25171 (java) S 25154 25156 12644 0 -1 4202560 8596 0 0 0 123 2 0 0 20 0 22 0 339350399 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658239032248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25172] ppid=25154 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/25156/task/25172/stat : 25172 (java) S 25154 25156 12644 0 -1 4202560 8097 0 0 0 110 0 0 0 20 0 22 0 339350399 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658237979448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25173] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25173/stat : 25173 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658236926840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25174] ppid=25154 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/25156/task/25174/stat : 25174 (java) S 25154 25156 12644 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 339350399 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658235874248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25175] ppid=25154 vsize=11852648 CPUtime=861.11 cores=0,2,4,6
/proc/25156/task/25175/stat : 25175 (java) R 25154 25156 12644 0 -1 4202560 107 0 0 0 86098 13 0 0 20 0 22 0 339350582 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140658234819024 140658250336915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25176] ppid=25154 vsize=11852648 CPUtime=861.32 cores=0,2,4,6
/proc/25156/task/25176/stat : 25176 (java) R 25154 25156 12644 0 -1 4202560 1316 0 0 0 86078 54 0 0 20 0 22 0 339350582 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140657091926640 140658250390944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25177] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25177/stat : 25177 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140657090876328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25178] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25178/stat : 25178 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 927253 33554432000 1073741824 1073778376 140735120607984 140656957711144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1751.62
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.601 s]
/proc/loadavg: 3.81 3.87 3.80 4/219 25246
/proc/meminfo: memFree=16861428/32873648 swapFree=6864/6864
[pid=25156] ppid=25154 vsize=11852648 CPUtime=1800.04 cores=0,2,4,6
/proc/25156/stat : 25156 (java) S 25154 25156 12644 0 -1 4202496 24044 0 1 0 179896 108 0 0 20 0 22 0 339350392 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140735120599120 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25156/statm: 2963162 927258 2291 9 0 2953849 0
[pid=25156/tid=25158] ppid=25154 vsize=11852648 CPUtime=1.9 cores=0,2,4,6
/proc/25156/task/25158/stat : 25158 (java) S 25154 25156 12644 0 -1 4202560 3295 0 1 0 174 16 0 0 20 0 22 0 339350393 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658426631320 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25159] ppid=25154 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/25156/task/25159/stat : 25159 (java) S 25154 25156 12644 0 -1 4202560 114 0 0 0 91 3 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658381384232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25160] ppid=25154 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/25156/task/25160/stat : 25160 (java) S 25154 25156 12644 0 -1 4202560 152 0 0 0 108 3 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658380331432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25161] ppid=25154 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/25156/task/25161/stat : 25161 (java) S 25154 25156 12644 0 -1 4202560 177 0 0 0 104 5 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658379278632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25162] ppid=25154 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/25156/task/25162/stat : 25162 (java) S 25154 25156 12644 0 -1 4202560 153 0 0 0 97 4 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658378225832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25163] ppid=25154 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/25156/task/25163/stat : 25163 (java) S 25154 25156 12644 0 -1 4202560 185 0 0 0 102 4 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658377174056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25164] ppid=25154 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/25156/task/25164/stat : 25164 (java) S 25154 25156 12644 0 -1 4202560 145 0 0 0 101 3 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658376121256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25165] ppid=25154 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/25156/task/25165/stat : 25165 (java) S 25154 25156 12644 0 -1 4202560 124 0 0 0 97 2 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658375068456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25166] ppid=25154 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/25156/task/25166/stat : 25166 (java) S 25154 25156 12644 0 -1 4202560 169 0 0 0 102 3 0 0 20 0 22 0 339350395 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658374015656 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25156/tid=25167] ppid=25154 vsize=11852648 CPUtime=17.01 cores=0,2,4,6
/proc/25156/task/25167/stat : 25167 (java) S 25154 25156 12644 0 -1 4202560 169 0 0 0 1693 8 0 0 20 0 22 0 339350397 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658243242472 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25168] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25168/stat : 25168 (java) S 25154 25156 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658242188536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25169] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25169/stat : 25169 (java) S 25154 25156 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339350397 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658241135624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25170] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25170/stat : 25170 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658240084112 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25171] ppid=25154 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/25156/task/25171/stat : 25171 (java) S 25154 25156 12644 0 -1 4202560 8596 0 0 0 123 2 0 0 20 0 22 0 339350399 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658239032248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25172] ppid=25154 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/25156/task/25172/stat : 25172 (java) S 25154 25156 12644 0 -1 4202560 8097 0 0 0 110 0 0 0 20 0 22 0 339350399 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658237979448 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25173] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25173/stat : 25173 (java) S 25154 25156 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339350399 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658236926840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25174] ppid=25154 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/25156/task/25174/stat : 25174 (java) S 25154 25156 12644 0 -1 4202560 53 0 0 0 12 19 0 0 20 0 22 0 339350399 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658235874248 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25175] ppid=25154 vsize=11852648 CPUtime=885.05 cores=0,2,4,6
/proc/25156/task/25175/stat : 25175 (java) R 25154 25156 12644 0 -1 4202560 109 0 0 0 88492 13 0 0 20 0 22 0 339350582 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140658234819024 140658250398651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25156/tid=25176] ppid=25154 vsize=11852648 CPUtime=885.28 cores=0,2,4,6
/proc/25156/task/25176/stat : 25176 (java) R 25154 25156 12644 0 -1 4202560 1318 0 0 0 88474 54 0 0 20 0 22 0 339350582 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140657091926528 140658250390021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25156/tid=25177] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25177/stat : 25177 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140657090876328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25156/tid=25178] ppid=25154 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25156/task/25178/stat : 25178 (java) S 25154 25156 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339350584 12137111552 927258 33554432000 1073741824 1073778376 140735120607984 140656957711144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 906.654
CPU time (s): 1800.61
CPU user time (s): 1799.04
CPU system time (s): 1.57476
CPU usage (%): 198.6
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.57476
maximum resident set size= 3709152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24076
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25454
involuntary context switches= 26619

runsolver used 3.37249 second user time and 8.43372 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 16:04:10
IDJOB=3740826
IDBENCH=89634
IDSOLVER=2328
FILE ID=node125/3740826-1338732249
RUNJOBID= node125-1338714015-12660
PBS_JOBID= 14636751
Free space on /tmp= 70176 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-61.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740826-1338732249/watcher-3740826-1338732249 -o /tmp/evaluation-result-3740826-1338732249/solver-3740826-1338732249 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740826-1338732249.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 242cdc00579036e1487a0255b4e1d84c
RANDOM SEED=1986816225

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        20880180 kB
Buffers:          612556 kB
Cached:          5341652 kB
SwapCached:         2308 kB
Active:          7874628 kB
Inactive:        3195004 kB
Active(anon):    5106420 kB
Inactive(anon):     9240 kB
Active(file):    2768208 kB
Inactive(file):  3185764 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:              9812 kB
Writeback:            12 kB
AnonPages:       5126156 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             768600 kB
SReclaimable:     212264 kB
SUnreclaim:       556336 kB
KernelStack:        1632 kB
PageTables:        14392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10463348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5050368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70132 MiB
End job on node125 at 2012-06-03 16:19:18