Trace number 3689885

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.85 1797.16

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUMff9c0bd788fc61c001050ccff0fe6623
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-40844
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 16038
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 78522840
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 78522840
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689885-1337894043.opb
0.09/0.11	c reading problem ... 
1.50/0.81	c ... done. Wall clock time 0.697s.
1.50/0.81	c declared #vars     40451
1.50/0.81	c #constraints  40949
1.50/0.81	c constraints type 
1.50/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.50/0.81	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.50/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.50/0.81	c ignored satisfied constraints => 1
1.50/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.50/0.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.50/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.50/0.81	c 40950 constraints processed.
1.50/0.81	c objective function length is 16038 literals
7.09/5.93	c cleaning 2491 clauses out of 4983 with flag 5000/5000
12.74/11.45	c cleaning 4246 clauses out of 8491 with flag 11000/11000
19.05/17.77	c cleaning 5589 clauses out of 11246 with flag 18001/18001
26.06/24.75	c cleaning 6819 clauses out of 13656 with flag 26000/26000
33.71/32.34	c cleaning 7884 clauses out of 15837 with flag 35000/35000
41.12/39.74	c cleaning 8962 clauses out of 17953 with flag 45000/45000
48.94/47.53	c cleaning 9986 clauses out of 19991 with flag 56000/56000
57.45/56.02	c cleaning 10999 clauses out of 22005 with flag 68000/68000
67.28/65.89	c cleaning 11976 clauses out of 24006 with flag 81000/81000
77.50/76.08	c cleaning 13011 clauses out of 26031 with flag 95001/95001
88.54/87.05	c cleaning 14006 clauses out of 28019 with flag 110000/110000
100.66/99.14	c cleaning 15003 clauses out of 30013 with flag 126000/126000
113.57/112.04	c cleaning 15995 clauses out of 32011 with flag 143001/143001
126.59/125.04	c cleaning 17005 clauses out of 34015 with flag 161000/161000
139.30/137.72	c cleaning 18003 clauses out of 36010 with flag 180000/180000
152.41/150.88	c cleaning 19000 clauses out of 38008 with flag 200001/200001
167.72/166.11	c cleaning 20002 clauses out of 40010 with flag 221003/221003
183.54/181.92	c cleaning 20998 clauses out of 42005 with flag 243000/243000
200.46/198.81	c cleaning 22002 clauses out of 44007 with flag 266000/266000
218.99/217.31	c cleaning 22997 clauses out of 46006 with flag 290001/290001
238.89/237.24	c cleaning 24005 clauses out of 48009 with flag 315001/315001
257.00/255.35	c cleaning 24997 clauses out of 50004 with flag 341001/341001
276.50/274.81	c cleaning 26000 clauses out of 52007 with flag 368001/368001
296.65/294.99	c cleaning 26999 clauses out of 54007 with flag 396001/396001
316.97/315.27	c cleaning 28002 clauses out of 56008 with flag 425001/425001
338.68/336.98	c cleaning 28998 clauses out of 58005 with flag 455000/455000
359.70/357.93	c cleaning 30001 clauses out of 60007 with flag 486000/486000
380.51/378.71	c cleaning 31002 clauses out of 62008 with flag 518002/518002
402.33/400.55	c cleaning 31996 clauses out of 64004 with flag 551000/551000
426.83/425.05	c cleaning 32993 clauses out of 66009 with flag 585001/585001
454.36/452.56	c cleaning 34004 clauses out of 68016 with flag 620001/620001
485.07/483.24	c cleaning 34999 clauses out of 70011 with flag 656000/656000
513.40/511.58	c cleaning 35996 clauses out of 72012 with flag 693000/693000
541.12/539.28	c cleaning 37002 clauses out of 74017 with flag 731001/731001
568.44/566.55	c cleaning 38003 clauses out of 76014 with flag 770000/770000
596.95/595.05	c cleaning 38992 clauses out of 78012 with flag 810001/810001
625.07/623.19	c cleaning 40007 clauses out of 80021 with flag 851002/851002
654.34/652.32	c cleaning 41002 clauses out of 82012 with flag 893000/893000
686.25/684.26	c cleaning 42003 clauses out of 84010 with flag 936000/936000
719.59/717.57	c cleaning 42994 clauses out of 86005 with flag 980001/980001
751.72/749.66	c cleaning 44003 clauses out of 88011 with flag 1025001/1025001
790.74/788.63	c cleaning 44996 clauses out of 90008 with flag 1071001/1071001
830.99/828.81	c cleaning 45999 clauses out of 92011 with flag 1118000/1118000
873.42/871.22	c cleaning 46995 clauses out of 94013 with flag 1166001/1166001
913.95/911.74	c cleaning 48005 clauses out of 96017 with flag 1215000/1215000
950.77/948.58	c cleaning 49003 clauses out of 98013 with flag 1265001/1265001
992.45/990.13	c cleaning 50002 clauses out of 100010 with flag 1316001/1316001
1040.12/1037.76	c cleaning 50996 clauses out of 102007 with flag 1368000/1368000
1086.94/1084.60	c cleaning 52000 clauses out of 104011 with flag 1421000/1421000
1133.60/1131.16	c cleaning 53003 clauses out of 106011 with flag 1475000/1475000
1178.23/1175.72	c cleaning 54001 clauses out of 108008 with flag 1530000/1530000
1230.47/1227.98	c cleaning 54995 clauses out of 110008 with flag 1586001/1586001
1287.59/1285.02	c cleaning 55997 clauses out of 112012 with flag 1643000/1643000
1346.83/1344.22	c cleaning 57005 clauses out of 114015 with flag 1701000/1701000
1405.28/1402.67	c cleaning 58005 clauses out of 116011 with flag 1760001/1760001
1464.00/1461.38	c cleaning 58999 clauses out of 118005 with flag 1820000/1820000
1523.96/1521.24	c cleaning 59995 clauses out of 120006 with flag 1881000/1881000
1586.62/1583.86	c cleaning 61002 clauses out of 122013 with flag 1943002/1943002
1649.58/1646.78	c cleaning 62000 clauses out of 124009 with flag 2006000/2006000
1706.02/1703.11	c cleaning 62996 clauses out of 126010 with flag 2070001/2070001
1763.86/1760.94	c cleaning 64004 clauses out of 128013 with flag 2135000/2135000
1800.09/1797.11	c starts		: 227
1800.09/1797.11	c conflicts		: 2180739
1800.09/1797.11	c decisions		: 3623510
1800.09/1797.11	c propagations		: 3296069265
1800.09/1797.11	c inspects		: 3658650568
1800.09/1797.11	c shortcuts		: 0
1800.09/1797.11	c learnt literals	: 21
1800.09/1797.11	c learnt binary clauses	: 1771
1800.09/1797.11	c learnt ternary clauses	: 943
1800.09/1797.11	c learnt constraints	: 2180719
1800.09/1797.11	c ignored constraints	: 0
1800.09/1797.11	c root simplifications	: 0
1800.09/1797.11	c removed literals (reason simplification)	: 0
1800.09/1797.11	c reason swapping (by a shorter reason)	: 0
1800.09/1797.11	c Calls to reduceDB	: 61
1800.09/1797.11	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.11	c number of learned constraints concerned by reduction	: 0
1800.09/1797.11	c number of learning phase by resolution	: 0
1800.09/1797.11	c number of learning phase by cutting planes	: 0
1800.09/1797.11	c speed (assignments/second)	: 1834981.6968175278
1800.09/1797.11	c non guided choices	14998
1800.09/1797.15	c learnt constraints type 
1800.09/1797.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1771
1800.09/1797.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108015
1800.09/1797.15	c constraints type 
1800.09/1797.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.09/1797.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.09/1797.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.09/1797.15	c ignored satisfied constraints => 1
1800.09/1797.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.09/1797.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.09/1797.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1797.15	c 40950 constraints processed.
1800.09/1797.15	s UNKNOWN
1800.09/1797.15	c Total wall clock time (in seconds): 1797.038

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-3689885-1337894043/watcher-3689885-1337894043 -o /tmp/evaluation-result-3689885-1337894043/solver-3689885-1337894043 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689885-1337894043.opb 

running on 4 cores: 1,3,5,7

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: 2.04 2.03 2.01 3/194 27154
/proc/meminfo: memFree=28300064/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27154/stat : 27154 (java) D 27152 27154 21597 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255531634 9515008 182 33554432000 1073741824 1073778376 140733304010880 140733304001912 219513962165 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/27154/statm: 2323 182 140 9 0 71 0

[startup+0.054954 s]
/proc/loadavg: 2.04 2.03 2.01 3/194 27154
/proc/meminfo: memFree=28300064/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 3073 0 1 0 3 0 0 0 20 0 13 0 255531634 9446973440 3771 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2306390 3771 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100301 s]
/proc/loadavg: 2.04 2.03 2.01 3/194 27154
/proc/meminfo: memFree=28300064/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 4320 0 1 0 9 0 0 0 20 0 18 0 255531634 9787813888 5507 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2389603 5507 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300172 s]
/proc/loadavg: 2.04 2.03 2.01 3/194 27154
/proc/meminfo: memFree=28300064/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 6045 0 1 0 50 0 0 0 20 0 18 0 255531634 9787813888 10067 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2389603 10067 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700295 s]
/proc/loadavg: 2.04 2.03 2.01 3/194 27154
/proc/meminfo: memFree=28300064/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9558412 CPUtime=1.36 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 11067 0 1 0 133 3 0 0 20 0 18 0 255531634 9787813888 45761 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2389603 45761 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 2.04 2.03 2.01 5/213 27173
/proc/meminfo: memFree=28125432/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9624976 CPUtime=2.66 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 11234 0 1 0 263 3 0 0 20 0 19 0 255531634 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2406244 45817 2265 9 0 2396937 0
[pid=27154/tid=27156] ppid=27152 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/27154/task/27156/stat : 27156 (java) R 27152 27154 21597 0 -1 4202560 2520 0 1 0 141 2 0 0 20 0 19 0 255531635 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603189576136 140603019803369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603151067944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603150015144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603148962856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 21597 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603147910056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603146856744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27162] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603145803944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27163] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603144751656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27164] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603143698856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 21597 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603013700328 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27166] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603012646392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27167] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27167/stat : 27167 (java) S 27152 27154 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603011593992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27168] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27168/stat : 27168 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603010542480 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27169] ppid=27152 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27154/task/27169/stat : 27169 (java) S 27152 27154 21597 0 -1 4202560 3381 0 0 0 51 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603009489080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27170] ppid=27152 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/27154/task/27170/stat : 27170 (java) S 27152 27154 21597 0 -1 4202560 4023 0 0 0 58 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603008436280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27171] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27171/stat : 27171 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603007384184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27172] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27172/stat : 27172 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603006331592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27173] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27173/stat : 27173 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531722 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603005277608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9624976

[startup+3.10075 s]
/proc/loadavg: 2.04 2.03 2.01 3/213 27173
/proc/meminfo: memFree=28124424/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9624976 CPUtime=4.27 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 11235 0 1 0 423 4 0 0 20 0 19 0 255531634 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2406244 45817 2265 9 0 2396937 0
[pid=27154/tid=27156] ppid=27152 vsize=9624976 CPUtime=3.03 cores=1,3,5,7
/proc/27154/task/27156/stat : 27156 (java) R 27152 27154 21597 0 -1 4202560 2521 0 1 0 301 2 0 0 20 0 19 0 255531635 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603189574096 140603019859717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603151067944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603150015144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603148962856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 21597 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603147910056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603146856744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27162] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603145803944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27163] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603144751656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27164] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 21597 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603143698856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 21597 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603013700328 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27166] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603012646392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27167] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27167/stat : 27167 (java) S 27152 27154 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603011593992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27168] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27168/stat : 27168 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603010542480 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27169] ppid=27152 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/27154/task/27169/stat : 27169 (java) S 27152 27154 21597 0 -1 4202560 3381 0 0 0 51 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603009489080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27170] ppid=27152 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/27154/task/27170/stat : 27170 (java) S 27152 27154 21597 0 -1 4202560 4023 0 0 0 58 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603008436280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27171] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27171/stat : 27171 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603007384184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27172] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27172/stat : 27172 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603006331592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27173] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27173/stat : 27173 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531722 9855975424 45817 33554432000 1073741824 1073778376 140735764924848 140603005277608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9624976

[startup+6.30077 s]
/proc/loadavg: 2.04 2.03 2.01 3/213 27173
/proc/meminfo: memFree=28125040/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9624976 CPUtime=7.62 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 11339 0 1 0 755 7 0 0 20 0 19 0 255531634 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2406244 57392 2281 9 0 2396937 0
[pid=27154/tid=27156] ppid=27152 vsize=9624976 CPUtime=6.12 cores=1,3,5,7
/proc/27154/task/27156/stat : 27156 (java) R 27152 27154 21597 0 -1 4202560 2522 0 1 0 610 2 0 0 20 0 19 0 255531635 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603189576088 140603019859613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 21597 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603151067944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 21597 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603150015144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603148962856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 21597 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603147910056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 21597 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603146856744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27162] ppid=27152 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603145803944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27163] ppid=27152 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 21597 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603144751656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27164] ppid=27152 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 255531637 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603143698856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 21597 0 -1 4202560 101 0 0 0 6 0 0 0 20 0 19 0 255531638 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603013700328 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27166] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603012646392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27167] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27167/stat : 27167 (java) S 27152 27154 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603011593992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27168] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27168/stat : 27168 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603010542480 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27169] ppid=27152 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27154/task/27169/stat : 27169 (java) S 27152 27154 21597 0 -1 4202560 3388 0 0 0 52 0 0 0 20 0 19 0 255531641 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603009489080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27170] ppid=27152 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/27154/task/27170/stat : 27170 (java) S 27152 27154 21597 0 -1 4202560 4034 0 0 0 62 0 0 0 20 0 19 0 255531641 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603008436280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27171] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27171/stat : 27171 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603007384184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27172] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27172/stat : 27172 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603006331592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27173] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27173/stat : 27173 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531722 9855975424 57392 33554432000 1073741824 1073778376 140735764924848 140603005277608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=27154/tid=27162] ppid=27152 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 21597 0 -1 4202560 97 0 0 0 25 1 0 0 20 0 19 0 255531637 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603145803944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27163] ppid=27152 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 21597 0 -1 4202560 48 0 0 0 23 1 0 0 20 0 19 0 255531637 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603144751656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27164] ppid=27152 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 21597 0 -1 4202560 92 0 0 0 33 3 0 0 20 0 19 0 255531637 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603143698856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=9624976 CPUtime=4.71 cores=1,3,5,7
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 21597 0 -1 4202560 232 0 0 0 469 2 0 0 20 0 19 0 255531638 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603013700328 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27166] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603012646392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27167] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27167/stat : 27167 (java) S 27152 27154 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603011593992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27168] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27168/stat : 27168 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603010542480 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27169] ppid=27152 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/27154/task/27169/stat : 27169 (java) S 27152 27154 21597 0 -1 4202560 3448 0 0 0 60 0 0 0 20 0 19 0 255531641 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603009489080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27170] ppid=27152 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27154/task/27170/stat : 27170 (java) S 27152 27154 21597 0 -1 4202560 4040 0 0 0 65 0 0 0 20 0 19 0 255531641 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603008436280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27171] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27171/stat : 27171 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603007384184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27172] ppid=27152 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/27154/task/27172/stat : 27172 (java) S 27152 27154 21597 0 -1 4202560 95 0 0 0 13 24 0 0 20 0 19 0 255531641 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603006331592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27173] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27173/stat : 27173 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531722 9855975424 93062 33554432000 1073741824 1073778376 140735764924848 140603005277608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.21
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27249
/proc/meminfo: memFree=26503324/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9624976 CPUtime=1725.27 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 12656 0 1 0 172491 36 0 0 20 0 19 0 255531634 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2406244 93066 2281 9 0 2396937 0
[pid=27154/tid=27156] ppid=27152 vsize=9624976 CPUtime=1716.79 cores=1,3,5,7
/proc/27154/task/27156/stat : 27156 (java) R 27152 27154 21597 0 -1 4202560 2582 0 1 0 171651 28 0 0 20 0 19 0 255531635 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603189575968 140603019932664 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 21597 0 -1 4202560 201 0 0 0 30 2 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603151067944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 21597 0 -1 4202560 214 0 0 0 27 2 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603150015144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 21597 0 -1 4202560 133 0 0 0 23 2 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603148962856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 21597 0 -1 4202560 102 0 0 0 29 3 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603147910056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 21597 0 -1 4202560 186 0 0 0 28 2 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603146856744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27162] ppid=27152 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 21597 0 -1 4202560 97 0 0 0 25 1 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603145803944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27163] ppid=27152 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 21597 0 -1 4202560 48 0 0 0 23 2 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603144751656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27164] ppid=27152 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 21597 0 -1 4202560 92 0 0 0 33 3 0 0 20 0 19 0 255531637 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603143698856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=9624976 CPUtime=4.84 cores=1,3,5,7
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 21597 0 -1 4202560 234 0 0 0 482 2 0 0 20 0 19 0 255531638 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603013700328 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27166] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603012646392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27167] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27167/stat : 27167 (java) S 27152 27154 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603011593992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27168] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27168/stat : 27168 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603010542480 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27169] ppid=27152 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/27154/task/27169/stat : 27169 (java) S 27152 27154 21597 0 -1 4202560 3448 0 0 0 60 0 0 0 20 0 19 0 255531641 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603009489080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27170] ppid=27152 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27154/task/27170/stat : 27170 (java) S 27152 27154 21597 0 -1 4202560 4040 0 0 0 65 0 0 0 20 0 19 0 255531641 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603008436280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27171] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27171/stat : 27171 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603007384184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27172] ppid=27152 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27154/task/27172/stat : 27172 (java) S 27152 27154 21597 0 -1 4202560 99 0 0 0 14 25 0 0 20 0 19 0 255531641 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603006331592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27173] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27173/stat : 27173 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531722 9855975424 93066 33554432000 1073741824 1073778376 140735764924848 140603005277608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.27
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27249
/proc/meminfo: memFree=26503204/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9624976 CPUtime=1785.29 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 12665 0 1 0 178493 36 0 0 20 0 19 0 255531634 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2406244 93068 2281 9 0 2396937 0
[pid=27154/tid=27156] ppid=27152 vsize=9624976 CPUtime=1776.69 cores=1,3,5,7
/proc/27154/task/27156/stat : 27156 (java) R 27152 27154 21597 0 -1 4202560 2583 0 1 0 177640 29 0 0 20 0 19 0 255531635 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603189575968 140603019859600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 21597 0 -1 4202560 201 0 0 0 30 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603151067944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 21597 0 -1 4202560 214 0 0 0 27 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603150015144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 21597 0 -1 4202560 133 0 0 0 23 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603148962856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 21597 0 -1 4202560 102 0 0 0 29 3 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603147910056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 21597 0 -1 4202560 186 0 0 0 29 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603146856744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27162] ppid=27152 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 21597 0 -1 4202560 97 0 0 0 25 1 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603145803944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27163] ppid=27152 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 21597 0 -1 4202560 50 0 0 0 24 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603144751656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27164] ppid=27152 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 21597 0 -1 4202560 92 0 0 0 34 3 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603143698856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=9624976 CPUtime=4.93 cores=1,3,5,7
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 21597 0 -1 4202560 236 0 0 0 491 2 0 0 20 0 19 0 255531638 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603013700328 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27166] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603012646392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27167] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27167/stat : 27167 (java) S 27152 27154 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603011593992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27168] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27168/stat : 27168 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603010542480 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27169] ppid=27152 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/27154/task/27169/stat : 27169 (java) S 27152 27154 21597 0 -1 4202560 3448 0 0 0 60 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603009489080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27170] ppid=27152 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27154/task/27170/stat : 27170 (java) S 27152 27154 21597 0 -1 4202560 4040 0 0 0 65 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603008436280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27171] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27171/stat : 27171 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603007384184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27172] ppid=27152 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27154/task/27172/stat : 27172 (java) S 27152 27154 21597 0 -1 4202560 103 0 0 0 14 26 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603006331592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27173] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27173/stat : 27173 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531722 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603005277608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 27249
/proc/meminfo: memFree=26502956/32873648 swapFree=7108/7108
[pid=27154] ppid=27152 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/27154/stat : 27154 (java) S 27152 27154 21597 0 -1 4202496 12665 0 1 0 179973 36 0 0 20 0 19 0 255531634 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140735764915984 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27154/statm: 2406244 93068 2281 9 0 2396937 0
[pid=27154/tid=27156] ppid=27152 vsize=9624976 CPUtime=1791.5 cores=1,3,5,7
/proc/27154/task/27156/stat : 27156 (java) R 27152 27154 21597 0 -1 4202560 2583 0 1 0 179121 29 0 0 20 0 19 0 255531635 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603189575968 140603019803430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27157] ppid=27152 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/27154/task/27157/stat : 27157 (java) S 27152 27154 21597 0 -1 4202560 201 0 0 0 30 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603151067944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27158] ppid=27152 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27154/task/27158/stat : 27158 (java) S 27152 27154 21597 0 -1 4202560 214 0 0 0 27 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603150015144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27159] ppid=27152 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27154/task/27159/stat : 27159 (java) S 27152 27154 21597 0 -1 4202560 133 0 0 0 23 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603148962856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27160] ppid=27152 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/27154/task/27160/stat : 27160 (java) S 27152 27154 21597 0 -1 4202560 102 0 0 0 29 3 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603147910056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27161] ppid=27152 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27154/task/27161/stat : 27161 (java) S 27152 27154 21597 0 -1 4202560 186 0 0 0 29 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603146856744 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27162] ppid=27152 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27154/task/27162/stat : 27162 (java) S 27152 27154 21597 0 -1 4202560 97 0 0 0 25 1 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603145803944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27163] ppid=27152 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27154/task/27163/stat : 27163 (java) S 27152 27154 21597 0 -1 4202560 50 0 0 0 24 2 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603144751656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27154/tid=27164] ppid=27152 vsize=9624976 CPUtime=0.37 cores=1,3,5,7
/proc/27154/task/27164/stat : 27164 (java) S 27152 27154 21597 0 -1 4202560 92 0 0 0 34 3 0 0 20 0 19 0 255531637 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603143698856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27165] ppid=27152 vsize=9624976 CPUtime=4.93 cores=1,3,5,7
/proc/27154/task/27165/stat : 27165 (java) S 27152 27154 21597 0 -1 4202560 236 0 0 0 491 2 0 0 20 0 19 0 255531638 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603013700328 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27166] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27166/stat : 27166 (java) S 27152 27154 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603012646392 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27167] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27167/stat : 27167 (java) S 27152 27154 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255531638 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603011593992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27168] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27168/stat : 27168 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603010542480 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27154/tid=27169] ppid=27152 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/27154/task/27169/stat : 27169 (java) S 27152 27154 21597 0 -1 4202560 3448 0 0 0 60 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603009489080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27154/tid=27170] ppid=27152 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27154/task/27170/stat : 27170 (java) S 27152 27154 21597 0 -1 4202560 4040 0 0 0 65 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603008436280 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27171] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27171/stat : 27171 (java) S 27152 27154 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603007384184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27172] ppid=27152 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27154/task/27172/stat : 27172 (java) S 27152 27154 21597 0 -1 4202560 103 0 0 0 14 26 0 0 20 0 19 0 255531641 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603006331592 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27154/tid=27173] ppid=27152 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27154/task/27173/stat : 27173 (java) S 27152 27154 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255531722 9855975424 93068 33554432000 1073741824 1073778376 140735764924848 140603005277608 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

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): 1797.16
CPU time (s): 1800.85
CPU user time (s): 1799.97
CPU system time (s): 0.882865
CPU usage (%): 100.205
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.882865
maximum resident set size= 372400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12701
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39784
involuntary context switches= 7116

runsolver used 5.70013 second user time and 14.6528 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 23:14:03
IDJOB=3689885
IDBENCH=91621
IDSOLVER=2269
FILE ID=node114/3689885-1337894043
RUNJOBID= node114-1337889993-26419
PBS_JOBID= 14620090
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_fibo_50null20mast_rapportOE2.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689885-1337894043/watcher-3689885-1337894043 -o /tmp/evaluation-result-3689885-1337894043/solver-3689885-1337894043 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689885-1337894043.opb

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

MD5SUM BENCH= ff9c0bd788fc61c001050ccff0fe6623
RANDOM SEED=287088530

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.91
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.242
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.242
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	: 5331.91
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.242
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.242
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:        28300708 kB
Buffers:          219232 kB
Cached:          2533744 kB
SwapCached:            0 kB
Active:          1653260 kB
Inactive:        2131868 kB
Active(anon):    1034724 kB
Inactive(anon):        0 kB
Active(file):     618536 kB
Inactive(file):  2131868 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3160 kB
Writeback:             0 kB
AnonPages:       1065908 kB
Mapped:            21632 kB
Shmem:               200 kB
Slab:             623136 kB
SReclaimable:      67628 kB
SUnreclaim:       555508 kB
KernelStack:        1600 kB
PageTables:         6280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1668328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1030144 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= 71640 MiB
End job on node114 at 2012-05-24 23:44:02