Trace number 3742223

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.45 901.049

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K128.opb
MD5SUM17c4ca9a6493665b57c1ccd2ab23e03d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15232
Total number of constraints15490
Number of constraints which are clauses15362
Number of constraints which are cardinality constraints (but not clauses)128
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint128
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.06/0.08	c version 2.2.0.v20100531
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		1349517296
0.06/0.08	c Max memory 		1356595200
0.06/0.08	c Total memory 		1356595200
0.06/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Expensive 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 --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 phase appearing in latest learned clause 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 --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742223-1338785696.opb
0.09/0.11	c reading problem ... 
1.03/0.56	c ... done. Wall clock time 0.448s.
1.03/0.56	c #vars     15232
1.03/0.56	c #constraints  15490
1.03/0.56	c constraints type 
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1.03/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1.03/0.56	c constraints type 
1.03/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1651
1.03/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13709
1.03/0.56	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 128
8.31/3.31	c cleaning 2487 clauses out of 4993 with flag 5000/5000
14.42/6.34	c cleaning 4238 clauses out of 8502 with flag 11002/11002
20.82/9.56	c cleaning 5602 clauses out of 11258 with flag 18000/18000
28.07/13.13	c cleaning 6729 clauses out of 13653 with flag 26000/26000
36.88/17.53	c cleaning 7794 clauses out of 15920 with flag 35000/35000
47.50/22.89	c cleaning 8905 clauses out of 18118 with flag 45001/45001
60.16/29.17	c cleaning 9989 clauses out of 20216 with flag 56006/56006
82.24/40.10	c cleaning 10931 clauses out of 22222 with flag 68001/68001
94.78/46.42	c cleaning 11934 clauses out of 24282 with flag 81000/81000
108.36/53.27	c cleaning 12993 clauses out of 26340 with flag 95003/95003
124.57/61.39	c cleaning 13889 clauses out of 28343 with flag 110000/110000
141.42/69.71	c cleaning 14928 clauses out of 30453 with flag 126000/126000
160.76/79.43	c cleaning 15556 clauses out of 31524 with flag 142000/142000
178.17/88.18	c cleaning 15818 clauses out of 31972 with flag 158004/158004
198.21/98.17	c cleaning 15877 clauses out of 32152 with flag 174005/174005
216.83/107.43	c cleaning 15844 clauses out of 32273 with flag 190004/190004
245.79/121.99	c cleaning 16089 clauses out of 32424 with flag 206000/206000
280.44/139.29	c cleaning 15873 clauses out of 32335 with flag 222000/222000
299.00/148.53	c cleaning 16116 clauses out of 32458 with flag 238000/238000
318.32/158.20	c cleaning 15956 clauses out of 32337 with flag 254000/254000
335.97/167.16	c cleaning 15795 clauses out of 32382 with flag 270001/270001
377.18/187.73	c cleaning 15787 clauses out of 32584 with flag 286000/286000
408.80/203.53	c cleaning 15152 clauses out of 32796 with flag 302000/302000
451.71/224.99	c cleaning 15030 clauses out of 33644 with flag 318000/318000
470.72/234.56	c cleaning 14976 clauses out of 34610 with flag 334000/334000
497.71/248.02	c cleaning 15311 clauses out of 35636 with flag 350002/350002
519.45/258.90	c cleaning 15290 clauses out of 36324 with flag 366001/366001
545.19/271.82	c cleaning 15226 clauses out of 37034 with flag 382001/382001
563.08/280.91	c cleaning 15190 clauses out of 37808 with flag 398001/398001
585.92/292.50	c cleaning 15413 clauses out of 38622 with flag 414005/414005
647.28/323.14	c cleaning 15389 clauses out of 39206 with flag 430002/430002
692.81/345.96	c cleaning 15529 clauses out of 39815 with flag 446000/446000
708.30/353.83	c cleaning 15031 clauses out of 40286 with flag 462001/462001
726.93/363.25	c cleaning 15075 clauses out of 41255 with flag 478001/478001
751.98/375.81	c cleaning 15074 clauses out of 42179 with flag 494000/494000
770.83/385.30	c cleaning 14895 clauses out of 43105 with flag 510000/510000
786.91/393.54	c cleaning 15049 clauses out of 44213 with flag 526003/526003
806.95/403.68	c cleaning 14991 clauses out of 45161 with flag 542000/542000
822.57/411.57	c cleaning 15255 clauses out of 46171 with flag 558002/558002
871.50/436.06	c cleaning 15465 clauses out of 46915 with flag 574001/574001
966.35/483.58	c cleaning 15445 clauses out of 47450 with flag 590001/590001
1009.74/505.30	c cleaning 15249 clauses out of 48004 with flag 606001/606001
1031.70/516.37	c cleaning 15004 clauses out of 48752 with flag 622000/622000
1070.48/535.71	c cleaning 15401 clauses out of 49750 with flag 638002/638002
1131.51/566.39	c cleaning 15702 clauses out of 50347 with flag 654000/654000
1150.20/575.75	c cleaning 15236 clauses out of 50645 with flag 670000/670000
1179.45/590.33	c cleaning 15475 clauses out of 51409 with flag 686000/686000
1197.34/599.33	c cleaning 15274 clauses out of 51934 with flag 702001/702001
1220.69/611.18	c cleaning 15216 clauses out of 52658 with flag 718000/718000
1271.89/636.72	c cleaning 15498 clauses out of 53443 with flag 734001/734001
1393.17/697.20	c cleaning 15347 clauses out of 53944 with flag 750000/750000
1415.25/708.30	c cleaning 15118 clauses out of 54597 with flag 766000/766000
1448.00/724.73	c cleaning 15372 clauses out of 55479 with flag 782000/782000
1466.89/734.20	c cleaning 15255 clauses out of 56108 with flag 798002/798002
1489.38/745.53	c cleaning 15170 clauses out of 56851 with flag 814000/814000
1510.24/756.07	c cleaning 15408 clauses out of 57682 with flag 830001/830001
1528.93/765.56	c cleaning 15456 clauses out of 58273 with flag 846000/846000
1560.87/781.59	c cleaning 15391 clauses out of 58817 with flag 862000/862000
1591.67/796.94	c cleaning 15592 clauses out of 59427 with flag 878001/878001
1627.63/814.94	c cleaning 15502 clauses out of 59835 with flag 894001/894001
1715.85/859.06	c cleaning 15436 clauses out of 60334 with flag 910002/910002
1800.01/901.01	c starts		: 171
1800.01/901.01	c conflicts		: 912946
1800.01/901.01	c decisions		: 15404289
1800.01/901.01	c propagations		: 688390118
1800.01/901.01	c inspects		: 1345266654
1800.01/901.01	c learnt literals	: 86
1800.01/901.01	c learnt binary clauses	: 37710
1800.01/901.01	c learnt ternary clauses	: 47306
1800.01/901.01	c learnt clauses	: 912859
1800.01/901.01	c ignored clauses	: 0
1800.01/901.01	c root simplifications	: 0
1800.01/901.01	c removed literals (reason simplification)	: 13156068
1800.01/901.01	c reason swapping (by a shorter reason)	: 0
1800.01/901.01	c Calls to reduceDB	: 61
1800.01/901.01	c number of reductions to clauses (during analyze)	: 0
1800.01/901.01	c number of learned constraints concerned by reduction	: 0
1800.01/901.01	c number of learning phase by resolution	: 0
1800.01/901.01	c number of learning phase by cutting planes	: 0
1800.01/901.01	c speed (assignments/second)	: 764495.6610583597
1800.01/901.01	c non guided choices	9567
1800.01/901.04	c learnt constraints type 
1800.01/901.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10132
1800.01/901.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37710
1800.01/901.04	c constraints type 
1800.01/901.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13709
1800.01/901.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1800.01/901.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1651
1800.01/901.04	c constraints type 
1800.01/901.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1651
1800.01/901.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13709
1800.01/901.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 128
1800.01/901.04	s UNKNOWN
1800.01/901.04	c Total wall clock time (in seconds): 900.928

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-3742223-1338785696/watcher-3742223-1338785696 -o /tmp/evaluation-result-3742223-1338785696/solver-3742223-1338785696 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742223-1338785696.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: 3.69 3.82 3.81 3/197 18634
/proc/meminfo: memFree=28715532/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18634/stat : 18634 (java6) D 18632 18634 17860 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344695097 9515008 183 33554432000 1073741824 1073778376 140736034608112 140736034599144 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18634/statm: 2323 183 140 9 0 71 0

[startup+0.0809389 s]
/proc/loadavg: 3.69 3.82 3.81 3/197 18634
/proc/meminfo: memFree=28715532/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 3897 0 1 0 5 1 0 0 20 0 18 0 344695097 2764726272 5616 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100535 s]
/proc/loadavg: 3.69 3.82 3.81 3/197 18634
/proc/meminfo: memFree=28715532/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 4711 0 1 0 8 1 0 0 20 0 18 0 344695097 2764726272 6412 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 674982 6415 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300236 s]
/proc/loadavg: 3.69 3.82 3.81 3/197 18634
/proc/meminfo: memFree=28715532/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2699928 CPUtime=0.55 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 7098 0 1 0 54 1 0 0 20 0 18 0 344695097 2764726272 12448 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 674982 12448 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700178 s]
/proc/loadavg: 3.69 3.82 3.81 3/197 18634
/proc/meminfo: memFree=28715532/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 12132 0 1 0 162 4 0 0 20 0 22 0 344695097 3037372416 36326 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 741546 36326 2252 9 0 732240 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 2966184

[startup+1.5007 s]
/proc/loadavg: 3.69 3.82 3.81 7/219 18656
/proc/meminfo: memFree=28543968/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2966184 CPUtime=4.33 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 22199 0 1 0 424 9 0 0 20 0 22 0 344695097 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 741546 97186 2258 9 0 732240 0
[pid=18634/tid=18636] ppid=18632 vsize=2966184 CPUtime=0.53 cores=1,3,5,7
/proc/18634/task/18636/stat : 18636 (java) S 18632 18634 17860 0 -1 4202560 2842 0 1 0 50 3 0 0 20 0 22 0 344695098 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595590984856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18637] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18637/stat : 18637 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595575266088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18638] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18638/stat : 18638 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595574213288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18639] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18639/stat : 18639 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595573161000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18640] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18640/stat : 18640 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595572108200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18641] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18641/stat : 18641 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595571054888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18642] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18642/stat : 18642 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595570002088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18643] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18643/stat : 18643 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595568949800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18644] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18644/stat : 18644 (java) S 18632 18634 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595567897000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18645] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18645/stat : 18645 (java) S 18632 18634 17860 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595555486440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18646] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18646/stat : 18646 (java) S 18632 18634 17860 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595554432504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18647] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18647/stat : 18647 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595435661064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18648] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18648/stat : 18648 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595434609552 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18649] ppid=18632 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/18634/task/18649/stat : 18649 (java) S 18632 18634 17860 0 -1 4202560 8012 0 0 0 95 2 0 0 20 0 22 0 344695104 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595433556152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18650] ppid=18632 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/18634/task/18650/stat : 18650 (java) S 18632 18634 17860 0 -1 4202560 9938 0 0 0 93 1 0 0 20 0 22 0 344695104 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595432503352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18651] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18651/stat : 18651 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595431451256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18652] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18652/stat : 18652 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595430398664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18653] ppid=18632 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/18634/task/18653/stat : 18653 (java) R 18632 18634 17860 0 -1 4202560 25 0 0 0 91 0 0 0 20 0 22 0 344695154 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595429344352 140595436342788 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18654] ppid=18632 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/18634/task/18654/stat : 18654 (java) R 18632 18634 17860 0 -1 4202560 176 0 0 0 87 4 0 0 20 0 22 0 344695154 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595428288816 140595435732922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18655] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18655/stat : 18655 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595427239592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18656] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18656/stat : 18656 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 97186 33554432000 1073741824 1073778376 140736297920768 140595426186792 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 2966184

[startup+3.10071 s]
/proc/loadavg: 3.69 3.82 3.81 5/219 18656
/proc/meminfo: memFree=28301380/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2966184 CPUtime=7.83 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 22300 0 1 0 772 11 0 0 20 0 22 0 344695097 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 741546 108999 2271 9 0 732240 0
[pid=18634/tid=18636] ppid=18632 vsize=2966184 CPUtime=0.53 cores=1,3,5,7
/proc/18634/task/18636/stat : 18636 (java) S 18632 18634 17860 0 -1 4202560 2842 0 1 0 50 3 0 0 20 0 22 0 344695098 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595590984856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18637] ppid=18632 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18634/task/18637/stat : 18637 (java) S 18632 18634 17860 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595575266088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18638] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18638/stat : 18638 (java) S 18632 18634 17860 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595574213288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18639] ppid=18632 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18634/task/18639/stat : 18639 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595573161000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18640] ppid=18632 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18634/task/18640/stat : 18640 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595572108200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18641] ppid=18632 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18634/task/18641/stat : 18641 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595571054888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18642] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18642/stat : 18642 (java) S 18632 18634 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595570002088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18643] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18643/stat : 18643 (java) S 18632 18634 17860 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595568949800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18644] ppid=18632 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18634/task/18644/stat : 18644 (java) S 18632 18634 17860 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344695100 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595567897000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18645] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18645/stat : 18645 (java) S 18632 18634 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595555486440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18646] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18646/stat : 18646 (java) S 18632 18634 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595554432504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18647] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18647/stat : 18647 (java) S 18632 18634 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595435661064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18648] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18648/stat : 18648 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595434609552 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18649] ppid=18632 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/18634/task/18649/stat : 18649 (java) S 18632 18634 17860 0 -1 4202560 8012 0 0 0 103 2 0 0 20 0 22 0 344695104 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595433556152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18650] ppid=18632 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/18634/task/18650/stat : 18650 (java) S 18632 18634 17860 0 -1 4202560 9951 0 0 0 109 2 0 0 20 0 22 0 344695104 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595432503352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18651] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18651/stat : 18651 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595431451256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18652] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18652/stat : 18652 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595430398664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18653] ppid=18632 vsize=2966184 CPUtime=2.46 cores=1,3,5,7
/proc/18634/task/18653/stat : 18653 (java) R 18632 18634 17860 0 -1 4202560 25 0 0 0 246 0 0 0 20 0 22 0 344695154 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595429343944 140595436474489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18654] ppid=18632 vsize=2966184 CPUtime=2.45 cores=1,3,5,7
/proc/18634/task/18654/stat : 18654 (java) R 18632 18634 17860 0 -1 4202560 188 0 0 0 241 4 0 0 20 0 22 0 344695154 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595428291144 140595436649731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18655] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18655/stat : 18655 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595427239592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18656] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18656/stat : 18656 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 108999 33554432000 1073741824 1073778376 140736297920768 140595426186792 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 2966184

[startup+6.30072 s]
/proc/loadavg: 3.71 3.82 3.81 5/219 18656
/proc/meminfo: memFree=28271608/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2966184 CPUtime=14.42 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 22362 0 1 0 1429 13 0 0 20 0 22 0 344695097 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 741546 112246 2283 9 0 732240 0
[pid=18634/tid=18636] ppid=18632 vsize=2966184 CPUtime=0.53 cores=1,3,5,7
/proc/18634/task/18636/stat : 18636 (java) S 18632 18634 17860 0 -1 4202560 2842 0 1 0 50 3 0 0 20 0 22 0 344695098 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595590984856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18637] ppid=18632 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/18634/task/18637/stat : 18637 (java) S 18632 18634 17860 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595575266088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18638] ppid=18632 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18634/task/18638/stat : 18638 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595574213288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18639] ppid=18632 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18634/task/18639/stat : 18639 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595573161000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18640] ppid=18632 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18634/task/18640/stat : 18640 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595572108200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18641] ppid=18632 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18634/task/18641/stat : 18641 (java) S 18632 18634 17860 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595571054888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18642] ppid=18632 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18634/task/18642/stat : 18642 (java) S 18632 18634 17860 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595570002088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18643] ppid=18632 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18634/task/18643/stat : 18643 (java) S 18632 18634 17860 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595568949800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18644] ppid=18632 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18634/task/18644/stat : 18644 (java) S 18632 18634 17860 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 344695100 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595567897000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18645] ppid=18632 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/18634/task/18645/stat : 18645 (java) S 18632 18634 17860 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 344695101 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595555486440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18646] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18646/stat : 18646 (java) S 18632 18634 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595554432504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18647] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18647/stat : 18647 (java) S 18632 18634 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595435661064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18648] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18648/stat : 18648 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595434609552 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18649] ppid=18632 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/18634/task/18649/stat : 18649 (java) S 18632 18634 17860 0 -1 4202560 8017 0 0 0 112 2 0 0 20 0 22 0 344695104 3037372416 112246 33554432000 1073741824 1073778376 140736297920768 140595433556152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=18634/tid=18654] ppid=18632 vsize=2966184 CPUtime=741.77 cores=1,3,5,7
/proc/18634/task/18654/stat : 18654 (java) R 18632 18634 17860 0 -1 4202560 446 0 0 0 74160 17 0 0 20 0 22 0 344695154 3037372416 210394 33554432000 1073741824 1073778376 140736297920768 140595428289152 140595436654704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18655] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18655/stat : 18655 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 210394 33554432000 1073741824 1073778376 140736297920768 140595427239592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18656] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18656/stat : 18656 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 210394 33554432000 1073741824 1073778376 140736297920768 140595426186792 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1522.49
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.37 4.04 3.89 5/219 18744
/proc/meminfo: memFree=27833672/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2966184 CPUtime=1642.02 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 24652 0 1 0 164090 112 0 0 20 0 22 0 344695097 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 741546 217627 2284 9 0 732240 0
[pid=18634/tid=18636] ppid=18632 vsize=2966184 CPUtime=0.54 cores=1,3,5,7
/proc/18634/task/18636/stat : 18636 (java) S 18632 18634 17860 0 -1 4202560 2853 0 1 0 51 3 0 0 20 0 22 0 344695098 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595590984856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18637] ppid=18632 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/18634/task/18637/stat : 18637 (java) S 18632 18634 17860 0 -1 4202560 211 0 0 0 305 6 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595575266088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18638] ppid=18632 vsize=2966184 CPUtime=3.04 cores=1,3,5,7
/proc/18634/task/18638/stat : 18638 (java) S 18632 18634 17860 0 -1 4202560 166 0 0 0 297 7 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595574213288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18639] ppid=18632 vsize=2966184 CPUtime=3.17 cores=1,3,5,7
/proc/18634/task/18639/stat : 18639 (java) S 18632 18634 17860 0 -1 4202560 208 0 0 0 311 6 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595573161000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18640] ppid=18632 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/18634/task/18640/stat : 18640 (java) S 18632 18634 17860 0 -1 4202560 188 0 0 0 304 7 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595572108200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18641] ppid=18632 vsize=2966184 CPUtime=3.22 cores=1,3,5,7
/proc/18634/task/18641/stat : 18641 (java) S 18632 18634 17860 0 -1 4202560 193 0 0 0 315 7 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595571054888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18642] ppid=18632 vsize=2966184 CPUtime=3.09 cores=1,3,5,7
/proc/18634/task/18642/stat : 18642 (java) S 18632 18634 17860 0 -1 4202560 166 0 0 0 304 5 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595570002088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18643] ppid=18632 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/18634/task/18643/stat : 18643 (java) S 18632 18634 17860 0 -1 4202560 222 0 0 0 308 7 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595568949800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18644] ppid=18632 vsize=2966184 CPUtime=3.2 cores=1,3,5,7
/proc/18634/task/18644/stat : 18644 (java) S 18632 18634 17860 0 -1 4202560 197 0 0 0 313 7 0 0 20 0 22 0 344695100 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595567897000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18645] ppid=18632 vsize=2966184 CPUtime=14.7 cores=1,3,5,7
/proc/18634/task/18645/stat : 18645 (java) S 18632 18634 17860 0 -1 4202560 102 0 0 0 1441 29 0 0 20 0 22 0 344695101 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595555486440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18646] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18646/stat : 18646 (java) S 18632 18634 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595554432504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18647] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18647/stat : 18647 (java) S 18632 18634 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595435661064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18648] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18648/stat : 18648 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595434609552 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18649] ppid=18632 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/18634/task/18649/stat : 18649 (java) S 18632 18634 17860 0 -1 4202560 8028 0 0 0 125 2 0 0 20 0 22 0 344695104 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595433556152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18650] ppid=18632 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/18634/task/18650/stat : 18650 (java) S 18632 18634 17860 0 -1 4202560 9954 0 0 0 124 2 0 0 20 0 22 0 344695104 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595432503352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18651] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18651/stat : 18651 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595431451256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18652] ppid=18632 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/18634/task/18652/stat : 18652 (java) S 18632 18634 17860 0 -1 4202560 46 0 0 0 11 18 0 0 20 0 22 0 344695104 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595430398664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18653] ppid=18632 vsize=2966184 CPUtime=799.43 cores=1,3,5,7
/proc/18634/task/18653/stat : 18653 (java) R 18632 18634 17860 0 -1 4202560 464 0 0 0 79928 15 0 0 20 0 22 0 344695154 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595429343024 140595436571084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18654] ppid=18632 vsize=2966184 CPUtime=799.44 cores=1,3,5,7
/proc/18634/task/18654/stat : 18654 (java) R 18632 18634 17860 0 -1 4202560 461 0 0 0 79925 19 0 0 20 0 22 0 344695154 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595428288928 140595436377860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18655] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18655/stat : 18655 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595427239592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18656] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18656/stat : 18656 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 217627 33554432000 1073741824 1073778376 140736297920768 140595426186792 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1642.02
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.03 4.00 3.88 5/219 18745
/proc/meminfo: memFree=27819464/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2966184 CPUtime=1762.32 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 24725 0 1 0 176115 117 0 0 20 0 22 0 344695097 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 741546 217649 2284 9 0 732240 0
[pid=18634/tid=18636] ppid=18632 vsize=2966184 CPUtime=0.55 cores=1,3,5,7
/proc/18634/task/18636/stat : 18636 (java) S 18632 18634 17860 0 -1 4202560 2854 0 1 0 51 4 0 0 20 0 22 0 344695098 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595590984856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18637] ppid=18632 vsize=2966184 CPUtime=3.34 cores=1,3,5,7
/proc/18634/task/18637/stat : 18637 (java) S 18632 18634 17860 0 -1 4202560 217 0 0 0 327 7 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595575266088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18638] ppid=18632 vsize=2966184 CPUtime=3.25 cores=1,3,5,7
/proc/18634/task/18638/stat : 18638 (java) S 18632 18634 17860 0 -1 4202560 167 0 0 0 318 7 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595574213288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18639] ppid=18632 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/18634/task/18639/stat : 18639 (java) S 18632 18634 17860 0 -1 4202560 210 0 0 0 332 6 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595573161000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18640] ppid=18632 vsize=2966184 CPUtime=3.32 cores=1,3,5,7
/proc/18634/task/18640/stat : 18640 (java) S 18632 18634 17860 0 -1 4202560 192 0 0 0 325 7 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595572108200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18641] ppid=18632 vsize=2966184 CPUtime=3.41 cores=1,3,5,7
/proc/18634/task/18641/stat : 18641 (java) S 18632 18634 17860 0 -1 4202560 196 0 0 0 334 7 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595571054888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18642] ppid=18632 vsize=2966184 CPUtime=3.29 cores=1,3,5,7
/proc/18634/task/18642/stat : 18642 (java) S 18632 18634 17860 0 -1 4202560 168 0 0 0 324 5 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595570002088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18643] ppid=18632 vsize=2966184 CPUtime=3.33 cores=1,3,5,7
/proc/18634/task/18643/stat : 18643 (java) S 18632 18634 17860 0 -1 4202560 222 0 0 0 326 7 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595568949800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18644] ppid=18632 vsize=2966184 CPUtime=3.44 cores=1,3,5,7
/proc/18634/task/18644/stat : 18644 (java) S 18632 18634 17860 0 -1 4202560 201 0 0 0 337 7 0 0 20 0 22 0 344695100 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595567897000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18645] ppid=18632 vsize=2966184 CPUtime=15.07 cores=1,3,5,7
/proc/18634/task/18645/stat : 18645 (java) S 18632 18634 17860 0 -1 4202560 106 0 0 0 1475 32 0 0 20 0 22 0 344695101 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595555486440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18646] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18646/stat : 18646 (java) S 18632 18634 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595554432504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18647] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18647/stat : 18647 (java) S 18632 18634 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595435661064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18648] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18648/stat : 18648 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595434609552 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18649] ppid=18632 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/18634/task/18649/stat : 18649 (java) S 18632 18634 17860 0 -1 4202560 8028 0 0 0 125 2 0 0 20 0 22 0 344695104 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595433556152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18650] ppid=18632 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/18634/task/18650/stat : 18650 (java) S 18632 18634 17860 0 -1 4202560 9954 0 0 0 124 2 0 0 20 0 22 0 344695104 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595432503352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18651] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18651/stat : 18651 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595431451256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18652] ppid=18632 vsize=2966184 CPUtime=0.31 cores=1,3,5,7
/proc/18634/task/18652/stat : 18652 (java) S 18632 18634 17860 0 -1 4202560 50 0 0 0 11 20 0 0 20 0 22 0 344695104 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595430398664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18653] ppid=18632 vsize=2966184 CPUtime=858.54 cores=1,3,5,7
/proc/18634/task/18653/stat : 18653 (java) R 18632 18634 17860 0 -1 4202560 489 0 0 0 85838 16 0 0 20 0 22 0 344695154 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595429343008 140595436564720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18654] ppid=18632 vsize=2966184 CPUtime=858.57 cores=1,3,5,7
/proc/18634/task/18654/stat : 18654 (java) R 18632 18634 17860 0 -1 4202560 478 0 0 0 85837 20 0 0 20 0 22 0 344695154 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595428289152 140595436561417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18655] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18655/stat : 18655 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595427239592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18656] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18656/stat : 18656 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 217649 33554432000 1073741824 1073778376 140736297920768 140595426186792 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.32
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.001 s]
/proc/loadavg: 3.94 3.98 3.88 6/219 18745
/proc/meminfo: memFree=27813076/32873648 swapFree=7116/7116
[pid=18634] ppid=18632 vsize=2966184 CPUtime=1800.01 cores=1,3,5,7
/proc/18634/stat : 18634 (java) S 18632 18634 17860 0 -1 4202496 24753 0 1 0 179882 119 0 0 20 0 22 0 344695097 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140736297911904 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18634/statm: 741546 217663 2284 9 0 732240 0
[pid=18634/tid=18636] ppid=18632 vsize=2966184 CPUtime=0.55 cores=1,3,5,7
/proc/18634/task/18636/stat : 18636 (java) S 18632 18634 17860 0 -1 4202560 2854 0 1 0 51 4 0 0 20 0 22 0 344695098 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595590984856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18637] ppid=18632 vsize=2966184 CPUtime=3.43 cores=1,3,5,7
/proc/18634/task/18637/stat : 18637 (java) S 18632 18634 17860 0 -1 4202560 218 0 0 0 336 7 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595575266088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18638] ppid=18632 vsize=2966184 CPUtime=3.3 cores=1,3,5,7
/proc/18634/task/18638/stat : 18638 (java) S 18632 18634 17860 0 -1 4202560 169 0 0 0 323 7 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595574213288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18639] ppid=18632 vsize=2966184 CPUtime=3.46 cores=1,3,5,7
/proc/18634/task/18639/stat : 18639 (java) S 18632 18634 17860 0 -1 4202560 211 0 0 0 340 6 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595573161000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18640] ppid=18632 vsize=2966184 CPUtime=3.42 cores=1,3,5,7
/proc/18634/task/18640/stat : 18640 (java) S 18632 18634 17860 0 -1 4202560 193 0 0 0 335 7 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595572108200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18641] ppid=18632 vsize=2966184 CPUtime=3.5 cores=1,3,5,7
/proc/18634/task/18641/stat : 18641 (java) S 18632 18634 17860 0 -1 4202560 198 0 0 0 343 7 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595571054888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18642] ppid=18632 vsize=2966184 CPUtime=3.38 cores=1,3,5,7
/proc/18634/task/18642/stat : 18642 (java) S 18632 18634 17860 0 -1 4202560 172 0 0 0 333 5 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595570002088 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18643] ppid=18632 vsize=2966184 CPUtime=3.4 cores=1,3,5,7
/proc/18634/task/18643/stat : 18643 (java) S 18632 18634 17860 0 -1 4202560 223 0 0 0 333 7 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595568949800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18644] ppid=18632 vsize=2966184 CPUtime=3.54 cores=1,3,5,7
/proc/18634/task/18644/stat : 18644 (java) S 18632 18634 17860 0 -1 4202560 203 0 0 0 347 7 0 0 20 0 22 0 344695100 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595567897000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18645] ppid=18632 vsize=2966184 CPUtime=15.08 cores=1,3,5,7
/proc/18634/task/18645/stat : 18645 (java) S 18632 18634 17860 0 -1 4202560 106 0 0 0 1476 32 0 0 20 0 22 0 344695101 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595555486440 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18646] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18646/stat : 18646 (java) S 18632 18634 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595554432504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18647] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18647/stat : 18647 (java) S 18632 18634 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344695101 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595435661064 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18648] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18648/stat : 18648 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595434609552 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18649] ppid=18632 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/18634/task/18649/stat : 18649 (java) S 18632 18634 17860 0 -1 4202560 8028 0 0 0 125 2 0 0 20 0 22 0 344695104 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595433556152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18650] ppid=18632 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/18634/task/18650/stat : 18650 (java) S 18632 18634 17860 0 -1 4202560 9954 0 0 0 124 2 0 0 20 0 22 0 344695104 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595432503352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18651] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18651/stat : 18651 (java) S 18632 18634 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344695104 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595431451256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18652] ppid=18632 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/18634/task/18652/stat : 18652 (java) S 18632 18634 17860 0 -1 4202560 52 0 0 0 12 20 0 0 20 0 22 0 344695104 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595430398664 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18634/tid=18653] ppid=18632 vsize=2966184 CPUtime=877.05 cores=1,3,5,7
/proc/18634/task/18653/stat : 18653 (java) R 18632 18634 17860 0 -1 4202560 495 0 0 0 87689 16 0 0 20 0 22 0 344695154 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595429343024 140595436342770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18634/tid=18654] ppid=18632 vsize=2966184 CPUtime=877.08 cores=1,3,5,7
/proc/18634/task/18654/stat : 18654 (java) R 18632 18634 17860 0 -1 4202560 484 0 0 0 87688 20 0 0 20 0 22 0 344695154 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595428288928 140595436662631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18634/tid=18655] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18655/stat : 18655 (java) S 18632 18634 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595427239592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18634/tid=18656] ppid=18632 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18656/stat : 18656 (java) S 18632 18634 17860 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344695156 3037372416 217663 33554432000 1073741824 1073778376 140736297920768 140595426186792 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2966184

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): 901.049
CPU time (s): 1800.45
CPU user time (s): 1798.8
CPU system time (s): 1.65175
CPU usage (%): 199.817
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.65175
maximum resident set size= 870780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24789
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42599
involuntary context switches= 71235

runsolver used 3.42148 second user time and 7.8628 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 06:54:56
IDJOB=3742223
IDBENCH=90142
IDSOLVER=2324
FILE ID=node127/3742223-1338785696
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70484 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K128.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742223-1338785696/watcher-3742223-1338785696 -o /tmp/evaluation-result-3742223-1338785696/solver-3742223-1338785696 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742223-1338785696.opb

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

MD5SUM BENCH= 17c4ca9a6493665b57c1ccd2ab23e03d
RANDOM SEED=1485220013

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:        28717992 kB
Buffers:          427980 kB
Cached:          2119100 kB
SwapCached:         1428 kB
Active:          1771616 kB
Inactive:        1497568 kB
Active(anon):     716084 kB
Inactive(anon):     7952 kB
Active(file):    1055532 kB
Inactive(file):  1489616 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:        729788 kB
Mapped:            18988 kB
Shmem:                92 kB
Slab:             747304 kB
SReclaimable:     191232 kB
SUnreclaim:       556072 kB
KernelStack:        1664 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 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= 70480 MiB
End job on node127 at 2012-06-04 07:09:59