Trace number 3728922

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark799.922
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
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.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3728922-1338678623.opb
0.07/0.14	c reading problem ... 
0.81/0.56	c ... done. Wall clock time 0.423s.
0.81/0.56	c #vars     14400
0.81/0.56	c #constraints  1088
0.81/0.56	c constraints type 
0.81/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.81/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
0.81/0.57	c constraints type 
0.81/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.81/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
15.37/7.18	c cleaning 2479 clauses out of 5000 with flag 5000/5000
32.05/15.43	c cleaning 4241 clauses out of 8521 with flag 11000/11000
58.04/28.41	c cleaning 5618 clauses out of 11280 with flag 18000/18000
94.32/46.52	c cleaning 6793 clauses out of 13662 with flag 26000/26000
140.60/69.69	c cleaning 7898 clauses out of 15869 with flag 35000/35000
195.28/96.92	c cleaning 8943 clauses out of 17971 with flag 45000/45000
252.29/125.35	c cleaning 9476 clauses out of 19028 with flag 55000/55000
302.90/150.61	c cleaning 9700 clauses out of 19553 with flag 65001/65001
392.81/195.65	c cleaning 9887 clauses out of 19855 with flag 75003/75003
441.96/220.25	c cleaning 9851 clauses out of 19965 with flag 85000/85000
511.35/254.99	c cleaning 10001 clauses out of 20114 with flag 95000/95000
571.47/285.06	c cleaning 9981 clauses out of 20113 with flag 105000/105000
647.61/323.23	c cleaning 10053 clauses out of 20132 with flag 115000/115000
688.20/343.65	c cleaning 10014 clauses out of 20079 with flag 125000/125000
741.57/370.46	c cleaning 9914 clauses out of 20067 with flag 135002/135002
808.99/404.20	c cleaning 9986 clauses out of 20152 with flag 145001/145001
857.38/428.60	c cleaning 10028 clauses out of 20166 with flag 155001/155001
910.80/455.46	c cleaning 9964 clauses out of 20142 with flag 165005/165005
955.91/478.12	c cleaning 10008 clauses out of 20173 with flag 175000/175000
1008.13/504.30	c cleaning 10035 clauses out of 20166 with flag 185001/185001
1056.80/528.93	c cleaning 9941 clauses out of 20131 with flag 195001/195001
1117.60/559.47	c cleaning 9971 clauses out of 20189 with flag 205000/205000
1178.32/589.94	c cleaning 9945 clauses out of 20220 with flag 215002/215002
1241.10/621.48	c cleaning 9992 clauses out of 20273 with flag 225000/225000
1284.89/643.67	c cleaning 10027 clauses out of 20282 with flag 235001/235001
1299.46/651.18	c cleaning 10005 clauses out of 20254 with flag 245000/245000
1320.31/661.70	c cleaning 9975 clauses out of 20249 with flag 255000/255000
1352.15/677.83	c cleaning 10065 clauses out of 20275 with flag 265001/265001
1424.20/714.10	c cleaning 10021 clauses out of 20211 with flag 275002/275002
1469.64/737.09	c cleaning 9981 clauses out of 20188 with flag 285000/285000
1542.15/773.48	c cleaning 10049 clauses out of 20207 with flag 295000/295000
1602.16/803.60	c cleaning 9966 clauses out of 20159 with flag 305001/305001
1687.22/846.43	c cleaning 9986 clauses out of 20192 with flag 315000/315000
1739.50/872.76	c cleaning 9989 clauses out of 20206 with flag 325000/325000
1800.03/903.21	c starts		: 135
1800.03/903.21	c conflicts		: 332065
1800.03/903.21	c decisions		: 1990980
1800.03/903.21	c propagations		: 45465108
1800.03/903.21	c inspects		: 245334113
1800.03/903.21	c shortcuts		: 0
1800.03/903.21	c learnt literals	: 0
1800.03/903.21	c learnt binary clauses	: 0
1800.03/903.21	c learnt ternary clauses	: 0
1800.03/903.21	c learnt constraints	: 332064
1800.03/903.21	c ignored constraints	: 0
1800.03/903.21	c root simplifications	: 0
1800.03/903.21	c removed literals (reason simplification)	: 23670620
1800.03/903.21	c reason swapping (by a shorter reason)	: 0
1800.03/903.21	c Calls to reduceDB	: 34
1800.03/903.21	c number of reductions to clauses (during analyze)	: 0
1800.03/903.21	c number of learned constraints concerned by reduction	: 0
1800.03/903.21	c number of learning phase by resolution	: 0
1800.03/903.21	c number of learning phase by cutting planes	: 0
1800.03/903.21	c speed (assignments/second)	: 50368.87008485082
1800.03/903.21	c non guided choices	8539
1800.03/903.22	c learnt constraints type 
1800.03/903.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17282
1800.03/903.22	c constraints type 
1800.03/903.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
1800.03/903.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
1800.03/903.22	c constraints type 
1800.03/903.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1800.03/903.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.03/903.22	s UNKNOWN
1800.03/903.22	c Total wall clock time (in seconds): 903.079

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-3728922-1338678623/watcher-3728922-1338678623 -o /tmp/evaluation-result-3728922-1338678623/solver-3728922-1338678623 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3728922-1338678623.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: 0.00 0.00 0.28 2/172 5594
/proc/meminfo: memFree=28478132/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/5594/stat : 5594 (java) D 5592 5594 5561 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 333986702 2560000 46 33554432000 1073741824 1073778376 140736009744240 140736009741368 209874677031 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/5594/statm: 625 46 37 9 0 29 0

[startup+0.054258 s]
/proc/loadavg: 0.00 0.00 0.28 2/172 5594
/proc/meminfo: memFree=28478132/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11120388 CPUtime=0.03 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 4219 0 1 0 2 1 0 0 20 0 11 0 333986702 11387277312 12073 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2780097 12073 1645 9 0 2770798 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11120388

[startup+0.100249 s]
/proc/loadavg: 0.00 0.00 0.28 2/172 5594
/proc/meminfo: memFree=28478132/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 4498 0 1 0 6 1 0 0 20 0 18 0 333986702 11864465408 12861 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2896598 12861 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300223 s]
/proc/loadavg: 0.00 0.00 0.28 2/172 5594
/proc/meminfo: memFree=28478132/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11586392 CPUtime=0.48 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 7999 0 1 0 46 2 0 0 20 0 18 0 333986702 11864465408 18442 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2896598 18443 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 11586392

[startup+0.700158 s]
/proc/loadavg: 0.00 0.00 0.28 2/172 5594
/proc/meminfo: memFree=28478132/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 9000 0 1 0 123 5 0 0 20 0 22 0 333986702 12137111552 60535 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2963162 60535 2246 9 0 2953849 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 11852648

[startup+1.5008 s]
/proc/loadavg: 0.64 0.13 0.32 9/220 5651
/proc/meminfo: memFree=28039224/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11852648 CPUtime=4.07 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 25011 0 1 0 397 10 0 0 20 0 22 0 333986702 12137111552 106598 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2963162 106598 2255 9 0 2953849 0
[pid=5594/tid=5596] ppid=5592 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/5594/task/5596/stat : 5596 (java) S 5592 5594 5561 0 -1 4202560 3500 0 1 0 48 4 0 0 20 0 22 0 333986703 12137111552 106598 33554432000 1073741824 1073778376 140734329008416 139822530454680 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5598] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5598/stat : 5598 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822367832872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5599] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5599/stat : 5599 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822366780072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5600] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5600/stat : 5600 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822365727784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5601] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5601/stat : 5601 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822364674984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5602] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5602/stat : 5602 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822363621672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5603] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5603/stat : 5603 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822362568872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5604] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5604/stat : 5604 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822361516584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5605] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5605/stat : 5605 (java) S 5592 5594 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822360463784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5610] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5610/stat : 5610 (java) S 5592 5594 5561 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822348053224 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5615] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5615/stat : 5615 (java) S 5592 5594 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822346999288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5616] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5616/stat : 5616 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822345946888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5623] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5623/stat : 5623 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822344895376 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5624] ppid=5592 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/5594/task/5624/stat : 5624 (java) S 5592 5594 5561 0 -1 4202560 11407 0 0 0 78 2 0 0 20 0 22 0 333986710 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822343841976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5625] ppid=5592 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/5594/task/5625/stat : 5625 (java) S 5592 5594 5561 0 -1 4202560 8733 0 0 0 89 1 0 0 20 0 22 0 333986710 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822342789176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5626] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5626/stat : 5626 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822341737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5627] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5627/stat : 5627 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822340684488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5648] ppid=5592 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/5594/task/5648/stat : 5648 (java) R 5592 5594 5561 0 -1 4202560 25 0 0 0 90 0 0 0 20 0 22 0 333986759 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822339572728 139822402747072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5649] ppid=5592 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/5594/task/5649/stat : 5649 (java) R 5592 5594 5561 0 -1 4202560 142 0 0 0 84 2 0 0 20 0 22 0 333986759 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822338519600 139822402679914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5650] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5650/stat : 5650 (java) S 5592 5594 5561 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822337468072 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5651] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5651/stat : 5651 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 107110 33554432000 1073741824 1073778376 140734329008416 139822336415272 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 11852648

[startup+3.10078 s]
/proc/loadavg: 0.64 0.13 0.32 5/220 5651
/proc/meminfo: memFree=27511716/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11852648 CPUtime=7.29 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 25333 0 1 0 709 20 0 0 20 0 22 0 333986702 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2963162 269927 2255 9 0 2953849 0
[pid=5594/tid=5596] ppid=5592 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/5594/task/5596/stat : 5596 (java) S 5592 5594 5561 0 -1 4202560 3500 0 1 0 48 4 0 0 20 0 22 0 333986703 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822530454680 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5598] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5598/stat : 5598 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822367832872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5599] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5599/stat : 5599 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822366780072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5600] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5600/stat : 5600 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822365727784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5601] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5601/stat : 5601 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822364674984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5602] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5602/stat : 5602 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822363621672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5603] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5603/stat : 5603 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822362568872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5604] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5604/stat : 5604 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822361516584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5605] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5605/stat : 5605 (java) S 5592 5594 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822360463784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5610] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5610/stat : 5610 (java) S 5592 5594 5561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822348053224 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5615] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5615/stat : 5615 (java) S 5592 5594 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822346999288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5616] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5616/stat : 5616 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822345946888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5623] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5623/stat : 5623 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822344895376 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5624] ppid=5592 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/5594/task/5624/stat : 5624 (java) S 5592 5594 5561 0 -1 4202560 11407 0 0 0 78 2 0 0 20 0 22 0 333986710 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822343841976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5625] ppid=5592 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/5594/task/5625/stat : 5625 (java) S 5592 5594 5561 0 -1 4202560 8733 0 0 0 92 2 0 0 20 0 22 0 333986710 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822342789176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5626] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5626/stat : 5626 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822341737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5627] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5627/stat : 5627 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822340684488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5648] ppid=5592 vsize=11852648 CPUtime=2.49 cores=0,2,4,6
/proc/5594/task/5648/stat : 5648 (java) R 5592 5594 5561 0 -1 4202560 28 0 0 0 249 0 0 0 20 0 22 0 333986759 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822339570224 139822402775232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5649] ppid=5592 vsize=11852648 CPUtime=2.45 cores=0,2,4,6
/proc/5594/task/5649/stat : 5649 (java) R 5592 5594 5561 0 -1 4202560 459 0 0 0 233 12 0 0 20 0 22 0 333986759 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822338519480 139822403262886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5650] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5650/stat : 5650 (java) S 5592 5594 5561 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822337468072 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5651] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5651/stat : 5651 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 269927 33554432000 1073741824 1073778376 140734329008416 139822336415272 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 11852648

[startup+6.30077 s]
/proc/loadavg: 0.64 0.13 0.32 8/220 5651
/proc/meminfo: memFree=25764088/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11852648 CPUtime=13.71 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 25957 0 1 0 1325 46 0 0 20 0 22 0 333986702 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2963162 588432 2255 9 0 2953849 0
[pid=5594/tid=5596] ppid=5592 vsize=11852648 CPUtime=0.52 cores=0,2,4,6
/proc/5594/task/5596/stat : 5596 (java) S 5592 5594 5561 0 -1 4202560 3500 0 1 0 48 4 0 0 20 0 22 0 333986703 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822530454680 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5598] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5598/stat : 5598 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822367832872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5599] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5599/stat : 5599 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822366780072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5600] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5600/stat : 5600 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822365727784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5601] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5601/stat : 5601 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822364674984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5602] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5602/stat : 5602 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822363621672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5603] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5603/stat : 5603 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822362568872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5604] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5604/stat : 5604 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822361516584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5605] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5605/stat : 5605 (java) S 5592 5594 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333986705 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822360463784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5610] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5610/stat : 5610 (java) S 5592 5594 5561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822348053224 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5615] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5615/stat : 5615 (java) S 5592 5594 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822346999288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5616] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5616/stat : 5616 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822345946888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5623] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5623/stat : 5623 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822344895376 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5624] ppid=5592 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/5594/task/5624/stat : 5624 (java) S 5592 5594 5561 0 -1 4202560 11407 0 0 0 78 2 0 0 20 0 22 0 333986710 12137111552 588432 33554432000 1073741824 1073778376 140734329008416 139822343841976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/5594/statm: 2963162 1005256 2280 9 0 2953849 0
[pid=5594/tid=5596] ppid=5592 vsize=11852648 CPUtime=0.55 cores=0,2,4,6
/proc/5594/task/5596/stat : 5596 (java) S 5592 5594 5561 0 -1 4202560 3521 0 1 0 50 5 0 0 20 0 22 0 333986703 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822530454680 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5598] ppid=5592 vsize=11852648 CPUtime=1.68 cores=0,2,4,6
/proc/5594/task/5598/stat : 5598 (java) S 5592 5594 5561 0 -1 4202560 213 0 0 0 155 13 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822367832872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5599] ppid=5592 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/5594/task/5599/stat : 5599 (java) S 5592 5594 5561 0 -1 4202560 175 0 0 0 139 9 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822366780072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5600] ppid=5592 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/5594/task/5600/stat : 5600 (java) S 5592 5594 5561 0 -1 4202560 178 0 0 0 139 13 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822365727784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5601] ppid=5592 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/5594/task/5601/stat : 5601 (java) S 5592 5594 5561 0 -1 4202560 196 0 0 0 143 12 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822364674984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5602] ppid=5592 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/5594/task/5602/stat : 5602 (java) S 5592 5594 5561 0 -1 4202560 184 0 0 0 141 11 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822363621672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5603] ppid=5592 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/5594/task/5603/stat : 5603 (java) S 5592 5594 5561 0 -1 4202560 208 0 0 0 147 12 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822362568872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5604] ppid=5592 vsize=11852648 CPUtime=1.5 cores=0,2,4,6
/proc/5594/task/5604/stat : 5604 (java) S 5592 5594 5561 0 -1 4202560 158 0 0 0 142 8 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822361516584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5605] ppid=5592 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/5594/task/5605/stat : 5605 (java) S 5592 5594 5561 0 -1 4202560 205 0 0 0 131 12 0 0 20 0 22 0 333986705 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822360463784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5610] ppid=5592 vsize=11852648 CPUtime=12.7 cores=0,2,4,6
/proc/5594/task/5610/stat : 5610 (java) S 5592 5594 5561 0 -1 4202560 128 0 0 0 1264 6 0 0 20 0 22 0 333986707 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822348053224 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5615] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5615/stat : 5615 (java) S 5592 5594 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822346999288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5616] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5616/stat : 5616 (java) S 5592 5594 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822345946888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5623] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5623/stat : 5623 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822344895376 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5624] ppid=5592 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/5594/task/5624/stat : 5624 (java) S 5592 5594 5561 0 -1 4202560 11515 0 0 0 100 2 0 0 20 0 22 0 333986710 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822343841976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5625] ppid=5592 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/5594/task/5625/stat : 5625 (java) S 5592 5594 5561 0 -1 4202560 8741 0 0 0 124 2 0 0 20 0 22 0 333986710 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822342789176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5626] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5626/stat : 5626 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822341737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5627] ppid=5592 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/5594/task/5627/stat : 5627 (java) S 5592 5594 5561 0 -1 4202560 46 0 0 0 11 15 0 0 20 0 22 0 333986710 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822340684488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5648] ppid=5592 vsize=11852648 CPUtime=803.41 cores=0,2,4,6
/proc/5594/task/5648/stat : 5648 (java) R 5592 5594 5561 0 -1 4202560 92 0 0 0 80327 14 0 0 20 0 22 0 333986759 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822339571504 139822402794972 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5649] ppid=5592 vsize=11852648 CPUtime=803.37 cores=0,2,4,6
/proc/5594/task/5649/stat : 5649 (java) R 5592 5594 5561 0 -1 4202560 1605 0 0 0 80268 69 0 0 20 0 22 0 333986759 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822338517456 139822403066159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5650] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5650/stat : 5650 (java) S 5592 5594 5561 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822337468072 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5651] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5651/stat : 5651 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 1005256 33554432000 1073741824 1073778376 140734329008416 139822336415272 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1638.84
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.98 3.72 2.49 6/219 6256
/proc/meminfo: memFree=22301140/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11852648 CPUtime=1758.16 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 28418 0 1 0 175643 173 0 0 20 0 22 0 333986702 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2963162 1005300 2280 9 0 2953849 0
[pid=5594/tid=5596] ppid=5592 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/5594/task/5596/stat : 5596 (java) S 5592 5594 5561 0 -1 4202560 3522 0 1 0 50 6 0 0 20 0 22 0 333986703 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822530454680 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5598] ppid=5592 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/5594/task/5598/stat : 5598 (java) S 5592 5594 5561 0 -1 4202560 215 0 0 0 165 13 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822367832872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5599] ppid=5592 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/5594/task/5599/stat : 5599 (java) S 5592 5594 5561 0 -1 4202560 175 0 0 0 151 10 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822366780072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5600] ppid=5592 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/5594/task/5600/stat : 5600 (java) S 5592 5594 5561 0 -1 4202560 184 0 0 0 150 13 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822365727784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5601] ppid=5592 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/5594/task/5601/stat : 5601 (java) S 5592 5594 5561 0 -1 4202560 199 0 0 0 155 12 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822364674984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5602] ppid=5592 vsize=11852648 CPUtime=1.65 cores=0,2,4,6
/proc/5594/task/5602/stat : 5602 (java) S 5592 5594 5561 0 -1 4202560 202 0 0 0 154 11 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822363621672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5603] ppid=5592 vsize=11852648 CPUtime=1.73 cores=0,2,4,6
/proc/5594/task/5603/stat : 5603 (java) S 5592 5594 5561 0 -1 4202560 221 0 0 0 161 12 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822362568872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5604] ppid=5592 vsize=11852648 CPUtime=1.64 cores=0,2,4,6
/proc/5594/task/5604/stat : 5604 (java) S 5592 5594 5561 0 -1 4202560 159 0 0 0 156 8 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822361516584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5605] ppid=5592 vsize=11852648 CPUtime=1.54 cores=0,2,4,6
/proc/5594/task/5605/stat : 5605 (java) S 5592 5594 5561 0 -1 4202560 206 0 0 0 142 12 0 0 20 0 22 0 333986705 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822360463784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5610] ppid=5592 vsize=11852648 CPUtime=13.79 cores=0,2,4,6
/proc/5594/task/5610/stat : 5610 (java) S 5592 5594 5561 0 -1 4202560 132 0 0 0 1372 7 0 0 20 0 22 0 333986707 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822348053224 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5615] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5615/stat : 5615 (java) S 5592 5594 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822346999288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5616] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5616/stat : 5616 (java) S 5592 5594 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822345946888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5623] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5623/stat : 5623 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822344895376 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5624] ppid=5592 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/5594/task/5624/stat : 5624 (java) S 5592 5594 5561 0 -1 4202560 11515 0 0 0 100 2 0 0 20 0 22 0 333986710 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822343841976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5625] ppid=5592 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/5594/task/5625/stat : 5625 (java) S 5592 5594 5561 0 -1 4202560 8741 0 0 0 124 2 0 0 20 0 22 0 333986710 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822342789176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5626] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5626/stat : 5626 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822341737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5627] ppid=5592 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/5594/task/5627/stat : 5627 (java) S 5592 5594 5561 0 -1 4202560 50 0 0 0 11 17 0 0 20 0 22 0 333986710 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822340684488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5648] ppid=5592 vsize=11852648 CPUtime=861.88 cores=0,2,4,6
/proc/5594/task/5648/stat : 5648 (java) R 5592 5594 5561 0 -1 4202560 98 0 0 0 86173 15 0 0 20 0 22 0 333986759 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822339571504 139822402780032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5649] ppid=5592 vsize=11852648 CPUtime=861.87 cores=0,2,4,6
/proc/5594/task/5649/stat : 5649 (java) R 5592 5594 5561 0 -1 4202560 1607 0 0 0 86117 70 0 0 20 0 22 0 333986759 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822338517456 139822402680085 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5650] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5650/stat : 5650 (java) S 5592 5594 5561 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822337468072 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5651] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5651/stat : 5651 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 1005300 33554432000 1073741824 1073778376 140734329008416 139822336415272 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1758.16
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.201 s]
/proc/loadavg: 3.99 3.74 2.52 5/219 6257
/proc/meminfo: memFree=21728136/32873844 swapFree=7632/7632
[pid=5594] ppid=5592 vsize=11852648 CPUtime=1800.03 cores=0,2,4,6
/proc/5594/stat : 5594 (java) S 5592 5594 5561 0 -1 4202496 28465 0 1 0 179830 173 0 0 20 0 22 0 333986702 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 140734328999552 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/5594/statm: 2963162 1005342 2280 9 0 2953849 0
[pid=5594/tid=5596] ppid=5592 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/5594/task/5596/stat : 5596 (java) S 5592 5594 5561 0 -1 4202560 3522 0 1 0 50 6 0 0 20 0 22 0 333986703 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822530454680 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5598] ppid=5592 vsize=11852648 CPUtime=1.8 cores=0,2,4,6
/proc/5594/task/5598/stat : 5598 (java) S 5592 5594 5561 0 -1 4202560 215 0 0 0 167 13 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822367832872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5599] ppid=5592 vsize=11852648 CPUtime=1.63 cores=0,2,4,6
/proc/5594/task/5599/stat : 5599 (java) S 5592 5594 5561 0 -1 4202560 194 0 0 0 153 10 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822366780072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5600] ppid=5592 vsize=11852648 CPUtime=1.65 cores=0,2,4,6
/proc/5594/task/5600/stat : 5600 (java) S 5592 5594 5561 0 -1 4202560 186 0 0 0 152 13 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822365727784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5601] ppid=5592 vsize=11852648 CPUtime=1.71 cores=0,2,4,6
/proc/5594/task/5601/stat : 5601 (java) S 5592 5594 5561 0 -1 4202560 218 0 0 0 159 12 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822364674984 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5602] ppid=5592 vsize=11852648 CPUtime=1.67 cores=0,2,4,6
/proc/5594/task/5602/stat : 5602 (java) S 5592 5594 5561 0 -1 4202560 202 0 0 0 156 11 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822363621672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5603] ppid=5592 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/5594/task/5603/stat : 5603 (java) S 5592 5594 5561 0 -1 4202560 221 0 0 0 162 12 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822362568872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5604] ppid=5592 vsize=11852648 CPUtime=1.66 cores=0,2,4,6
/proc/5594/task/5604/stat : 5604 (java) S 5592 5594 5561 0 -1 4202560 161 0 0 0 158 8 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822361516584 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5605] ppid=5592 vsize=11852648 CPUtime=1.55 cores=0,2,4,6
/proc/5594/task/5605/stat : 5605 (java) S 5592 5594 5561 0 -1 4202560 206 0 0 0 143 12 0 0 20 0 22 0 333986705 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822360463784 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5610] ppid=5592 vsize=11852648 CPUtime=13.79 cores=0,2,4,6
/proc/5594/task/5610/stat : 5610 (java) S 5592 5594 5561 0 -1 4202560 132 0 0 0 1372 7 0 0 20 0 22 0 333986707 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822348053224 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5615] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5615/stat : 5615 (java) S 5592 5594 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822346999288 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5616] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5616/stat : 5616 (java) S 5592 5594 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333986707 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822345946888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5623] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5623/stat : 5623 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822344895376 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5624] ppid=5592 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/5594/task/5624/stat : 5624 (java) S 5592 5594 5561 0 -1 4202560 11516 0 0 0 101 2 0 0 20 0 22 0 333986710 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822343841976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5594/tid=5625] ppid=5592 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/5594/task/5625/stat : 5625 (java) S 5592 5594 5561 0 -1 4202560 8741 0 0 0 124 2 0 0 20 0 22 0 333986710 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822342789176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5626] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5626/stat : 5626 (java) S 5592 5594 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333986710 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822341737080 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5594/tid=5627] ppid=5592 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/5594/task/5627/stat : 5627 (java) S 5592 5594 5561 0 -1 4202560 52 0 0 0 11 17 0 0 20 0 22 0 333986710 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822340684488 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5648] ppid=5592 vsize=11852648 CPUtime=882.68 cores=0,2,4,6
/proc/5594/task/5648/stat : 5648 (java) R 5592 5594 5561 0 -1 4202560 100 0 0 0 88253 15 0 0 20 0 22 0 333986759 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822339571504 139822402812002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5649] ppid=5592 vsize=11852648 CPUtime=882.68 cores=0,2,4,6
/proc/5594/task/5649/stat : 5649 (java) R 5592 5594 5561 0 -1 4202560 1607 0 0 0 88198 70 0 0 20 0 22 0 333986759 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822338517344 139822403242840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5594/tid=5650] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5650/stat : 5650 (java) S 5592 5594 5561 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822337468072 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5594/tid=5651] ppid=5592 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/5594/task/5651/stat : 5651 (java) S 5592 5594 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333986761 12137111552 1005342 33554432000 1073741824 1073778376 140734329008416 139822336415272 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5594 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=780303
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=282652
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.245
CPU time (s): 1800.03
CPU user time (s): 1798.3
CPU system time (s): 1.73
CPU usage (%): 199.285
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.78
system time used= 2.28265
maximum resident set size= 4021512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28505
page faults= 1
swaps= 0
block input operations= 48
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25226
involuntary context switches= 35714

runsolver used 2.47162 second user time and 8.82366 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 01:10:24
IDJOB=3728922
IDBENCH=1153
IDSOLVER=2328
FILE ID=node141/3728922-1338678623
RUNJOBID= node141-1338678623-5580
PBS_JOBID= 14636672
Free space on /tmp= 70720 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728922-1338678623/watcher-3728922-1338678623 -o /tmp/evaluation-result-3728922-1338678623/solver-3728922-1338678623 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3728922-1338678623.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=576673860

node141.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.744
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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.93
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.744
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.92
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.744
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.92
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        28478504 kB
Buffers:          386348 kB
Cached:          3118304 kB
SwapCached:          216 kB
Active:          1211940 kB
Inactive:        2303528 kB
Active(anon):       1780 kB
Inactive(anon):    11300 kB
Active(file):    1210160 kB
Inactive(file):  2292228 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:         18048 kB
Mapped:             9888 kB
Shmem:               172 kB
Slab:             738732 kB
SReclaimable:     181268 kB
SUnreclaim:       557464 kB
KernelStack:        1400 kB
PageTables:         3760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70716 MiB
End job on node141 at 2012-06-03 01:25:29