Trace number 3689889

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.02 1797.06

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_unif_20null10mast_rapportOE2.0_TMAX60_K67_cod1.opb
MD5SUM2c03f10d8c20ea47b491396a08902beb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-5814
Best CPU time to get the best result obtained on this benchmark1800.01
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 25674
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 14065590
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 14065590
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689889-1337894067.opb
0.10/0.11	c reading problem ... 
1.49/0.86	c ... done. Wall clock time 0.75s.
1.49/0.86	c declared #vars     40451
1.49/0.86	c #constraints  40949
1.49/0.86	c constraints type 
1.49/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1.49/0.86	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.49/0.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1.49/0.86	c ignored satisfied constraints => 1
1.49/0.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1.49/0.86	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.49/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.49/0.86	c 40950 constraints processed.
1.49/0.86	c objective function length is 25674 literals
7.63/6.35	c cleaning 2491 clauses out of 4989 with flag 5001/5001
13.79/12.37	c cleaning 4246 clauses out of 8497 with flag 11000/11000
20.59/19.11	c cleaning 5622 clauses out of 11252 with flag 18001/18001
27.62/26.12	c cleaning 6809 clauses out of 13629 with flag 26000/26000
35.57/34.01	c cleaning 7907 clauses out of 15820 with flag 35000/35000
43.86/42.38	c cleaning 8955 clauses out of 17914 with flag 45001/45001
53.06/51.55	c cleaning 9970 clauses out of 19959 with flag 56001/56001
62.86/61.33	c cleaning 10994 clauses out of 21988 with flag 68000/68000
73.88/72.32	c cleaning 11990 clauses out of 23994 with flag 81000/81000
84.49/82.90	c cleaning 13002 clauses out of 26004 with flag 95000/95000
95.70/94.17	c cleaning 13990 clauses out of 28002 with flag 110000/110000
108.31/106.71	c cleaning 14999 clauses out of 30012 with flag 126000/126000
123.01/121.46	c cleaning 16001 clauses out of 32013 with flag 143000/143000
138.53/136.92	c cleaning 17000 clauses out of 34013 with flag 161001/161001
153.46/151.83	c cleaning 17998 clauses out of 36012 with flag 180000/180000
167.26/165.61	c cleaning 19001 clauses out of 38014 with flag 200000/200000
181.58/179.90	c cleaning 19995 clauses out of 40014 with flag 221001/221001
196.39/194.71	c cleaning 21006 clauses out of 42018 with flag 243000/243000
212.11/210.40	c cleaning 22002 clauses out of 44012 with flag 266000/266000
228.64/226.98	c cleaning 22997 clauses out of 46010 with flag 290000/290000
245.64/243.93	c cleaning 24005 clauses out of 48014 with flag 315001/315001
263.67/261.96	c cleaning 25000 clauses out of 50009 with flag 341001/341001
281.89/280.18	c cleaning 26001 clauses out of 52009 with flag 368001/368001
300.83/299.05	c cleaning 26995 clauses out of 54008 with flag 396001/396001
320.53/318.71	c cleaning 28004 clauses out of 56013 with flag 425001/425001
340.87/339.08	c cleaning 29004 clauses out of 58011 with flag 455003/455003
361.88/360.10	c cleaning 29998 clauses out of 60004 with flag 486000/486000
383.50/381.69	c cleaning 30999 clauses out of 62006 with flag 518000/518000
405.92/404.08	c cleaning 32000 clauses out of 64009 with flag 551002/551002
429.02/427.19	c cleaning 33002 clauses out of 66008 with flag 585001/585001
453.04/451.13	c cleaning 34003 clauses out of 68006 with flag 620001/620001
478.65/476.79	c cleaning 34998 clauses out of 70004 with flag 656002/656002
505.06/503.14	c cleaning 35998 clauses out of 72006 with flag 693002/693002
532.69/530.78	c cleaning 37002 clauses out of 74006 with flag 731000/731000
560.40/558.42	c cleaning 38003 clauses out of 76005 with flag 770001/770001
590.33/588.33	c cleaning 38991 clauses out of 78001 with flag 810000/810000
622.22/620.11	c cleaning 40001 clauses out of 80010 with flag 851000/851000
654.75/652.64	c cleaning 41001 clauses out of 82009 with flag 893000/893000
688.64/686.42	c cleaning 41995 clauses out of 84008 with flag 936000/936000
723.09/720.84	c cleaning 43005 clauses out of 86013 with flag 980000/980000
757.02/754.79	c cleaning 43997 clauses out of 88008 with flag 1025000/1025000
791.35/789.06	c cleaning 44997 clauses out of 90012 with flag 1071001/1071001
826.97/824.62	c cleaning 46001 clauses out of 92015 with flag 1118001/1118001
864.59/862.20	c cleaning 47002 clauses out of 94014 with flag 1166001/1166001
901.30/898.98	c cleaning 47997 clauses out of 96012 with flag 1215001/1215001
936.74/934.39	c cleaning 49005 clauses out of 98015 with flag 1265001/1265001
974.96/972.59	c cleaning 50000 clauses out of 100010 with flag 1316001/1316001
1013.30/1010.82	c cleaning 50999 clauses out of 102009 with flag 1368000/1368000
1053.23/1050.76	c cleaning 52001 clauses out of 104010 with flag 1421000/1421000
1093.26/1090.75	c cleaning 52998 clauses out of 106009 with flag 1475000/1475000
1133.88/1131.30	c cleaning 54005 clauses out of 108012 with flag 1530001/1530001
1172.11/1169.53	c cleaning 55003 clauses out of 110006 with flag 1586000/1586000
1211.43/1208.84	c cleaning 55992 clauses out of 112004 with flag 1643001/1643001
1251.24/1248.67	c cleaning 56997 clauses out of 114011 with flag 1701000/1701000
1292.16/1289.57	c cleaning 58006 clauses out of 116015 with flag 1760001/1760001
1335.30/1332.61	c cleaning 58997 clauses out of 118010 with flag 1820002/1820002
1378.83/1376.12	c cleaning 60006 clauses out of 120011 with flag 1881000/1881000
1424.95/1422.24	c cleaning 60990 clauses out of 122006 with flag 1943001/1943001
1470.99/1468.25	c cleaning 62004 clauses out of 124015 with flag 2006000/2006000
1516.81/1514.01	c cleaning 62995 clauses out of 126014 with flag 2070003/2070003
1564.47/1561.66	c cleaning 64000 clauses out of 128018 with flag 2135002/2135002
1611.30/1608.40	c cleaning 65003 clauses out of 130016 with flag 2201000/2201000
1658.24/1655.31	c cleaning 66000 clauses out of 132013 with flag 2268000/2268000
1705.06/1702.19	c cleaning 67006 clauses out of 134013 with flag 2336000/2336000
1752.50/1749.55	c cleaning 67996 clauses out of 136007 with flag 2405000/2405000
1800.02/1797.01	c starts		: 230
1800.02/1797.01	c conflicts		: 2474804
1800.02/1797.01	c decisions		: 3303185
1800.02/1797.01	c propagations		: 3467423650
1800.02/1797.01	c inspects		: 3036902808
1800.02/1797.01	c shortcuts		: 0
1800.02/1797.01	c learnt literals	: 12
1800.02/1797.01	c learnt binary clauses	: 658
1800.02/1797.01	c learnt ternary clauses	: 586
1800.02/1797.01	c learnt constraints	: 2474792
1800.02/1797.01	c ignored constraints	: 0
1800.02/1797.01	c root simplifications	: 0
1800.02/1797.01	c removed literals (reason simplification)	: 0
1800.02/1797.01	c reason swapping (by a shorter reason)	: 0
1800.02/1797.01	c Calls to reduceDB	: 65
1800.02/1797.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.01	c number of learned constraints concerned by reduction	: 0
1800.02/1797.01	c number of learning phase by resolution	: 0
1800.02/1797.01	c number of learning phase by cutting planes	: 0
1800.02/1797.01	c speed (assignments/second)	: 1930555.0850854863
1800.02/1797.01	c non guided choices	832
1800.02/1797.04	c learnt constraints type 
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 658
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137204
1800.02/1797.04	c constraints type 
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.02/1797.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
1800.02/1797.04	c ignored satisfied constraints => 1
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
1800.02/1797.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.02/1797.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.02/1797.04	c 40950 constraints processed.
1800.02/1797.04	s UNKNOWN
1800.02/1797.04	c Total wall clock time (in seconds): 1796.927

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-3689889-1337894067/watcher-3689889-1337894067 -o /tmp/evaluation-result-3689889-1337894067/solver-3689889-1337894067 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689889-1337894067.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: 1.92 1.98 1.99 3/192 6623
/proc/meminfo: memFree=29476720/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6623/stat : 6623 (java) R 6621 6623 718 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 255532152 23793664 716 33554432000 1073741824 1073778376 140736531081504 140736531070568 229346687056 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 5809 716 531 9 0 128 0

[startup+0.072523 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 6623
/proc/meminfo: memFree=29476720/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 3282 0 1 0 5 1 0 0 20 0 18 0 255532152 9787813888 4490 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2389603 4491 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100264 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 6623
/proc/meminfo: memFree=29476720/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 4294 0 1 0 9 1 0 0 20 0 18 0 255532152 9787813888 5501 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2389603 5501 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300215 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 6623
/proc/meminfo: memFree=29476720/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 5889 0 1 0 48 1 0 0 20 0 18 0 255532152 9787813888 10405 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2389603 10405 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700219 s]
/proc/loadavg: 1.92 1.98 1.99 3/192 6623
/proc/meminfo: memFree=29476720/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 11352 0 1 0 128 6 0 0 20 0 18 0 255532152 9787813888 46309 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2389603 46309 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 1.92 1.98 1.99 5/211 6642
/proc/meminfo: memFree=29299816/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9624976 CPUtime=2.77 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 12352 0 1 0 271 6 0 0 20 0 19 0 255532152 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2406244 46357 2266 9 0 2396937 0
[pid=6623/tid=6625] ppid=6621 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) R 6621 6623 718 0 -1 4202560 2517 0 1 0 143 2 0 0 20 0 19 0 255532153 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187988823272 140187817290771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6626] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6623 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187950315688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6627] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6623 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187949263144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6628] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6623 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187948210600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6629] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6623 718 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187947158056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6630] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6623 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187946105512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6631] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6623 718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187945052968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6632] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6623 718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187944000424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6633] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6623 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187942947880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6634] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6623 718 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255532155 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187812210792 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6635] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6623 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187811157112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6636] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6623 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187810104456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6637] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187809053200 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6638] ppid=6621 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/6623/task/6638/stat : 6638 (java) S 6621 6623 718 0 -1 4202560 4247 0 0 0 60 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187808000568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6639] ppid=6621 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/6623/task/6639/stat : 6639 (java) S 6621 6623 718 0 -1 4202560 4257 0 0 0 56 2 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187806948024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6640] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6640/stat : 6640 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187805895672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6641] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6641/stat : 6641 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187804843336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6642] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6642/stat : 6642 (java) S 6621 6623 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255532246 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187803788072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 1.92 1.98 1.99 3/211 6642
/proc/meminfo: memFree=29298940/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9624976 CPUtime=4.42 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 12353 0 1 0 436 6 0 0 20 0 19 0 255532152 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2406244 46357 2266 9 0 2396937 0
[pid=6623/tid=6625] ppid=6621 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) R 6621 6623 718 0 -1 4202560 2518 0 1 0 302 2 0 0 20 0 19 0 255532153 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187988822464 140187817290684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6626] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6623 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187950315688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6627] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6623 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187949263144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6628] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6623 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187948210600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6629] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6623 718 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187947158056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6630] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6623 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187946105512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6631] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6623 718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187945052968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6632] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6623 718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187944000424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6633] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6623 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187942947880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6634] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6623 718 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255532155 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187812210792 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6635] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6623 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187811157112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6636] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6623 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187810104456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6637] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187809053200 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6638] ppid=6621 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/6623/task/6638/stat : 6638 (java) S 6621 6623 718 0 -1 4202560 4247 0 0 0 62 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187808000568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6639] ppid=6621 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/6623/task/6639/stat : 6639 (java) S 6621 6623 718 0 -1 4202560 4257 0 0 0 59 2 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187806948024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6640] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6640/stat : 6640 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187805895672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6641] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6641/stat : 6641 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187804843336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6642] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6642/stat : 6642 (java) S 6621 6623 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255532246 9855975424 46357 33554432000 1073741824 1073778376 140736531081504 140187803788072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 1.93 1.98 1.99 3/211 6642
/proc/meminfo: memFree=29299684/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9624976 CPUtime=7.63 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 12357 0 1 0 757 6 0 0 20 0 19 0 255532152 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2406244 46243 2269 9 0 2396937 0
[pid=6623/tid=6625] ppid=6621 vsize=9624976 CPUtime=6.24 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) R 6621 6623 718 0 -1 4202560 2519 0 1 0 622 2 0 0 20 0 19 0 255532153 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187988824568 140187817290637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6626] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6623 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187950315688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6627] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6623 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187949263144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6628] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6623 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187948210600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6629] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6623 718 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187947158056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6630] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6623 718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187946105512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6631] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6623 718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187945052968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6632] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6623 718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187944000424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6633] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6623 718 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255532154 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187942947880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6634] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6623 718 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255532155 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187812210792 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6635] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6623 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187811157112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6636] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6623 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187810104456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6637] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187809053200 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6638] ppid=6621 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/6623/task/6638/stat : 6638 (java) S 6621 6623 718 0 -1 4202560 4247 0 0 0 62 0 0 0 20 0 19 0 255532158 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187808000568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6639] ppid=6621 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/6623/task/6639/stat : 6639 (java) S 6621 6623 718 0 -1 4202560 4260 0 0 0 60 2 0 0 20 0 19 0 255532158 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187806948024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6640] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6640/stat : 6640 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187805895672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6641] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6641/stat : 6641 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187804843336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6642] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6642/stat : 6642 (java) S 6621 6623 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255532246 9855975424 46243 33554432000 1073741824 1073778376 140736531081504 140187803788072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=6623/tid=6638] ppid=6621 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/6623/task/6638/stat : 6638 (java) S 6621 6623 718 0 -1 4202560 4280 0 0 0 67 1 0 0 20 0 19 0 255532158 9855975424 87074 33554432000 1073741824 1073778376 140736531081504 140187808000568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6639] ppid=6621 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/6623/task/6639/stat : 6639 (java) S 6621 6623 718 0 -1 4202560 4275 0 0 0 71 2 0 0 20 0 19 0 255532158 9855975424 87074 33554432000 1073741824 1073778376 140736531081504 140187806948024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6640] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6640/stat : 6640 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 87074 33554432000 1073741824 1073778376 140736531081504 140187805895672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6641] ppid=6621 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/6623/task/6641/stat : 6641 (java) S 6621 6623 718 0 -1 4202560 95 0 0 0 17 17 0 0 20 0 19 0 255532158 9855975424 87074 33554432000 1073741824 1073778376 140736531081504 140187804843336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6642] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6642/stat : 6642 (java) S 6621 6623 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255532246 9855975424 87074 33554432000 1073741824 1073778376 140736531081504 140187803788072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.25
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 6658
/proc/meminfo: memFree=26733740/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9624976 CPUtime=1725.29 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 13717 0 1 0 172487 42 0 0 20 0 19 0 255532152 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2406244 87084 2282 9 0 2396937 0
[pid=6623/tid=6625] ppid=6621 vsize=9624976 CPUtime=1711.98 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) R 6621 6623 718 0 -1 4202560 2582 0 1 0 171169 29 0 0 20 0 19 0 255532153 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187988824352 140187817404725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6626] ppid=6621 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6623 718 0 -1 4202560 104 0 0 0 22 2 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187950315688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6627] ppid=6621 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6623 718 0 -1 4202560 185 0 0 0 23 2 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187949263144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6628] ppid=6621 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6623 718 0 -1 4202560 155 0 0 0 23 2 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187948210600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6629] ppid=6621 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6623 718 0 -1 4202560 85 0 0 0 20 3 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187947158056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6630] ppid=6621 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6623 718 0 -1 4202560 190 0 0 0 25 3 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187946105512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6631] ppid=6621 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6623 718 0 -1 4202560 79 0 0 0 21 0 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187945052968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6632] ppid=6621 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6623 718 0 -1 4202560 158 0 0 0 24 2 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187944000424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6633] ppid=6621 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6623 718 0 -1 4202560 120 0 0 0 21 3 0 0 20 0 19 0 255532154 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187942947880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6634] ppid=6621 vsize=9624976 CPUtime=5.24 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6623 718 0 -1 4202560 224 0 0 0 522 2 0 0 20 0 19 0 255532155 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187812210792 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6635] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6623 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187811157112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6636] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6623 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187810104456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6637] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187809053200 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6638] ppid=6621 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/6623/task/6638/stat : 6638 (java) S 6621 6623 718 0 -1 4202560 4280 0 0 0 67 1 0 0 20 0 19 0 255532158 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187808000568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6639] ppid=6621 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/6623/task/6639/stat : 6639 (java) S 6621 6623 718 0 -1 4202560 4275 0 0 0 71 2 0 0 20 0 19 0 255532158 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187806948024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6640] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6640/stat : 6640 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187805895672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6641] ppid=6621 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/6623/task/6641/stat : 6641 (java) S 6621 6623 718 0 -1 4202560 99 0 0 0 17 17 0 0 20 0 19 0 255532158 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187804843336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6642] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6642/stat : 6642 (java) S 6621 6623 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255532246 9855975424 87084 33554432000 1073741824 1073778376 140736531081504 140187803788072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.29
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/211 6658
/proc/meminfo: memFree=26706992/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9624976 CPUtime=1785.32 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 13733 0 1 0 178489 43 0 0 20 0 19 0 255532152 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2406244 87093 2282 9 0 2396937 0
[pid=6623/tid=6625] ppid=6621 vsize=9624976 CPUtime=1771.73 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) R 6621 6623 718 0 -1 4202560 2583 0 1 0 177144 29 0 0 20 0 19 0 255532153 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187988824352 140187817290753 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6626] ppid=6621 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6623 718 0 -1 4202560 104 0 0 0 23 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187950315688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6627] ppid=6621 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6623 718 0 -1 4202560 192 0 0 0 23 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187949263144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6628] ppid=6621 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6623 718 0 -1 4202560 155 0 0 0 24 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187948210600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6629] ppid=6621 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6623 718 0 -1 4202560 85 0 0 0 20 3 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187947158056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6630] ppid=6621 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6623 718 0 -1 4202560 192 0 0 0 26 3 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187946105512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6631] ppid=6621 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6623 718 0 -1 4202560 79 0 0 0 21 0 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187945052968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6632] ppid=6621 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6623 718 0 -1 4202560 158 0 0 0 24 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187944000424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6633] ppid=6621 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6623 718 0 -1 4202560 120 0 0 0 21 3 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187942947880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6634] ppid=6621 vsize=9624976 CPUtime=5.33 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6623 718 0 -1 4202560 226 0 0 0 531 2 0 0 20 0 19 0 255532155 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187812210792 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6635] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6623 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187811157112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6636] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6623 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187810104456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6637] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187809053200 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6638] ppid=6621 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/6623/task/6638/stat : 6638 (java) S 6621 6623 718 0 -1 4202560 4280 0 0 0 67 1 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187808000568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6639] ppid=6621 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/6623/task/6639/stat : 6639 (java) S 6621 6623 718 0 -1 4202560 4275 0 0 0 71 2 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187806948024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6640] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6640/stat : 6640 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187805895672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6641] ppid=6621 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/6623/task/6641/stat : 6641 (java) S 6621 6623 718 0 -1 4202560 103 0 0 0 18 18 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187804843336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6642] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6642/stat : 6642 (java) S 6621 6623 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255532246 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187803788072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.32
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 1.91 1.98 1.99 2/187 6685
/proc/meminfo: memFree=29312904/32873852 swapFree=6848/6848
[pid=6623] ppid=6621 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/6623/stat : 6623 (java) S 6621 6623 718 0 -1 4202496 13733 0 1 0 179959 43 0 0 20 0 19 0 255532152 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140736531072640 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6623/statm: 2406244 87093 2282 9 0 2396937 0
[pid=6623/tid=6625] ppid=6621 vsize=9624976 CPUtime=1786.4 cores=0,2,4,6
/proc/6623/task/6625/stat : 6625 (java) R 6621 6623 718 0 -1 4202560 2583 0 1 0 178610 30 0 0 20 0 19 0 255532153 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187988824352 140187817290739 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6626] ppid=6621 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/6623/task/6626/stat : 6626 (java) S 6621 6623 718 0 -1 4202560 104 0 0 0 23 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187950315688 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6627] ppid=6621 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/6623/task/6627/stat : 6627 (java) S 6621 6623 718 0 -1 4202560 192 0 0 0 23 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187949263144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6628] ppid=6621 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/6623/task/6628/stat : 6628 (java) S 6621 6623 718 0 -1 4202560 155 0 0 0 24 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187948210600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6629] ppid=6621 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/6623/task/6629/stat : 6629 (java) S 6621 6623 718 0 -1 4202560 85 0 0 0 20 3 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187947158056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6630] ppid=6621 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/6623/task/6630/stat : 6630 (java) S 6621 6623 718 0 -1 4202560 192 0 0 0 26 3 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187946105512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6631] ppid=6621 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/6623/task/6631/stat : 6631 (java) S 6621 6623 718 0 -1 4202560 79 0 0 0 21 0 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187945052968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6623/tid=6632] ppid=6621 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/6623/task/6632/stat : 6632 (java) S 6621 6623 718 0 -1 4202560 158 0 0 0 24 2 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187944000424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6633] ppid=6621 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/6623/task/6633/stat : 6633 (java) S 6621 6623 718 0 -1 4202560 120 0 0 0 21 3 0 0 20 0 19 0 255532154 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187942947880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6634] ppid=6621 vsize=9624976 CPUtime=5.33 cores=0,2,4,6
/proc/6623/task/6634/stat : 6634 (java) S 6621 6623 718 0 -1 4202560 226 0 0 0 531 2 0 0 20 0 19 0 255532155 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187812210792 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6635] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6635/stat : 6635 (java) S 6621 6623 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187811157112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6636] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6636/stat : 6636 (java) S 6621 6623 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255532156 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187810104456 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6637] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6637/stat : 6637 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187809053200 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6638] ppid=6621 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/6623/task/6638/stat : 6638 (java) S 6621 6623 718 0 -1 4202560 4280 0 0 0 67 1 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187808000568 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6639] ppid=6621 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/6623/task/6639/stat : 6639 (java) S 6621 6623 718 0 -1 4202560 4275 0 0 0 71 2 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187806948024 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6623/tid=6640] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6640/stat : 6640 (java) S 6621 6623 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187805895672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6623/tid=6641] ppid=6621 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/6623/task/6641/stat : 6641 (java) S 6621 6623 718 0 -1 4202560 103 0 0 0 19 18 0 0 20 0 19 0 255532158 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187804843336 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6623/tid=6642] ppid=6621 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/6623/task/6642/stat : 6642 (java) S 6621 6623 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255532246 9855975424 87093 33554432000 1073741824 1073778376 140736531081504 140187803788072 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6623 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=18115
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=842871
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.06
CPU time (s): 1800.02
CPU user time (s): 1799.59
CPU system time (s): 0.43
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 0.842871
maximum resident set size= 348500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13768
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39814
involuntary context switches= 6147

runsolver used 5.82111 second user time and 13.092 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 23:14:27
IDJOB=3689889
IDBENCH=91637
IDSOLVER=2269
FILE ID=node129/3689889-1337894067
RUNJOBID= node129-1337890486-6288
PBS_JOBID= 14620075
Free space on /tmp= 71636 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_unif_20null10mast_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-3689889-1337894067/watcher-3689889-1337894067 -o /tmp/evaluation-result-3689889-1337894067/solver-3689889-1337894067 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689889-1337894067.opb

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

MD5SUM BENCH= 2c03f10d8c20ea47b491396a08902beb
RANDOM SEED=61513435

node129.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.957
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	: 5333.91
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.957
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.957
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.91
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.957
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.957
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.90
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.957
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.92
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29476720 kB
Buffers:          233696 kB
Cached:          2210992 kB
SwapCached:            0 kB
Active:           737376 kB
Inactive:        1893564 kB
Active(anon):     188660 kB
Inactive(anon):        0 kB
Active(file):     548716 kB
Inactive(file):  1893564 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6300 kB
Writeback:             0 kB
AnonPages:        192980 kB
Mapped:            22468 kB
Shmem:               204 kB
Slab:             628660 kB
SReclaimable:      70700 kB
SUnreclaim:       557960 kB
KernelStack:        1592 kB
PageTables:         4600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     822780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71640 MiB
End job on node129 at 2012-05-24 23:44:26