Trace number 3728948

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.55 900.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
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 291
Number of bits of the biggest sum of numbers9
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3728948-1338678623.opb
0.10/0.11	c reading problem ... 
0.94/0.69	c ... done. Wall clock time 0.578s.
0.94/0.69	c #vars     23409
0.94/0.69	c #constraints  1386
0.94/0.69	c constraints type 
0.94/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
0.94/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
0.94/0.69	c constraints type 
0.94/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
0.94/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
25.30/11.98	c cleaning 2485 clauses out of 5001 with flag 5001/5001
52.10/25.27	c cleaning 4231 clauses out of 8515 with flag 11000/11000
90.91/44.62	c cleaning 5620 clauses out of 11287 with flag 18003/18003
135.58/67.00	c cleaning 6799 clauses out of 13664 with flag 26000/26000
204.59/101.46	c cleaning 7860 clauses out of 15866 with flag 35001/35001
282.25/140.23	c cleaning 8944 clauses out of 18005 with flag 45000/45000
385.79/191.98	c cleaning 9478 clauses out of 19061 with flag 55000/55000
499.16/248.53	c cleaning 9717 clauses out of 19583 with flag 65000/65000
582.54/290.37	c cleaning 9866 clauses out of 19866 with flag 75000/75000
661.69/329.93	c cleaning 9923 clauses out of 20000 with flag 85000/85000
750.19/374.27	c cleaning 9927 clauses out of 20078 with flag 95001/95001
872.17/435.28	c cleaning 9986 clauses out of 20151 with flag 105001/105001
941.61/470.14	c cleaning 10059 clauses out of 20164 with flag 115000/115000
1018.02/508.49	c cleaning 10035 clauses out of 20105 with flag 125000/125000
1101.20/550.12	c cleaning 9948 clauses out of 20070 with flag 135000/135000
1273.96/636.57	c cleaning 10024 clauses out of 20125 with flag 145003/145003
1343.16/671.36	c cleaning 9942 clauses out of 20099 with flag 155001/155001
1451.20/725.59	c cleaning 9992 clauses out of 20159 with flag 165003/165003
1564.62/782.37	c cleaning 10023 clauses out of 20166 with flag 175002/175002
1624.71/812.50	c cleaning 9955 clauses out of 20143 with flag 185002/185002
1702.55/851.79	c cleaning 9965 clauses out of 20186 with flag 195000/195000
1784.51/892.83	c cleaning 10035 clauses out of 20223 with flag 205002/205002
1800.05/900.81	c starts		: 118
1800.05/900.81	c conflicts		: 208301
1800.05/900.81	c decisions		: 1873893
1800.05/900.81	c propagations		: 30526036
1800.05/900.81	c inspects		: 120389507
1800.05/900.81	c shortcuts		: 0
1800.05/900.82	c learnt literals	: 0
1800.05/900.82	c learnt binary clauses	: 0
1800.05/900.82	c learnt ternary clauses	: 0
1800.05/900.82	c learnt constraints	: 208300
1800.05/900.82	c ignored constraints	: 0
1800.05/900.82	c root simplifications	: 0
1800.05/900.82	c removed literals (reason simplification)	: 13555437
1800.05/900.82	c reason swapping (by a shorter reason)	: 0
1800.05/900.82	c Calls to reduceDB	: 22
1800.05/900.82	c number of reductions to clauses (during analyze)	: 0
1800.05/900.82	c number of learned constraints concerned by reduction	: 0
1800.05/900.82	c number of learning phase by resolution	: 0
1800.05/900.82	c number of learning phase by cutting planes	: 0
1800.05/900.82	c speed (assignments/second)	: 33913.220652311575
1800.05/900.82	c non guided choices	29411
1800.05/900.82	c learnt constraints type 
1800.05/900.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13487
1800.05/900.82	c constraints type 
1800.05/900.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
1800.05/900.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
1800.05/900.82	c constraints type 
1800.05/900.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 612
1800.05/900.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 774
1800.05/900.82	s UNKNOWN
1800.05/900.82	c Total wall clock time (in seconds): 900.712

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-3728948-1338678623/watcher-3728948-1338678623 -o /tmp/evaluation-result-3728948-1338678623/solver-3728948-1338678623 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3728948-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.07 0.03 0.23 3/194 20094
/proc/meminfo: memFree=27638672/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20094/stat : 20094 (java) R 20092 20094 20030 0 -1 4202496 982 0 0 0 0 0 0 0 20 0 1 0 333988482 23793664 710 33554432000 1073741824 1073778376 140736055084992 140736055074056 251022850128 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 5809 711 526 9 0 128 0

[startup+0.00940008 s]
/proc/loadavg: 0.07 0.03 0.23 3/194 20094
/proc/meminfo: memFree=27638672/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 1368 0 0 0 0 0 0 0 20 0 2 0 333988482 103964672 1051 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 25382 1052 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100207 s]
/proc/loadavg: 0.07 0.03 0.23 3/194 20094
/proc/meminfo: memFree=27638672/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 5324 0 1 0 9 1 0 0 20 0 18 0 333988482 11864465408 13165 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2896598 13165 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300221 s]
/proc/loadavg: 0.07 0.03 0.23 3/194 20094
/proc/meminfo: memFree=27638672/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 8498 0 1 0 54 2 0 0 20 0 18 0 333988482 11864465408 20193 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2896598 20193 2226 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700221 s]
/proc/loadavg: 0.07 0.03 0.23 3/194 20094
/proc/meminfo: memFree=27638672/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11719520 CPUtime=1.04 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 8794 0 1 0 98 6 0 0 20 0 20 0 333988482 12000788480 94487 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2929880 94487 2238 9 0 2920567 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 11719520

[startup+1.50069 s]
/proc/loadavg: 0.07 0.03 0.23 7/220 20120
/proc/meminfo: memFree=27007800/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11852648 CPUtime=4.16 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 27468 0 1 0 405 11 0 0 20 0 22 0 333988482 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2963162 121251 2254 9 0 2953849 0
[pid=20094/tid=20096] ppid=20092 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/20094/task/20096/stat : 20096 (java) S 20092 20094 20030 0 -1 4202560 3581 0 1 0 61 6 0 0 20 0 22 0 333988483 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224508425368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224447154472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224446101672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224445049384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224443996584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224442944296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224339667624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224338615336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224337562536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 20030 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224325363944 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224324310008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224323257608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20108] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20108/stat : 20108 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224322206096 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20109] ppid=20092 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/20094/task/20109/stat : 20109 (java) S 20092 20094 20030 0 -1 4202560 10367 0 0 0 92 1 0 0 20 0 22 0 333988489 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224321153720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20110] ppid=20092 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/20094/task/20110/stat : 20110 (java) R 20092 20094 20030 0 -1 4202560 12192 0 0 0 90 2 0 0 20 0 22 0 333988489 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224320100920 140224514882640 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20111] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20111/stat : 20111 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224319048824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20112] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20112/stat : 20112 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224317996232 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20117] ppid=20092 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/20094/task/20117/stat : 20117 (java) R 20092 20094 20030 0 -1 4202560 32 0 0 0 79 0 0 0 20 0 22 0 333988552 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224316939088 140224448741716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20118] ppid=20092 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/20094/task/20118/stat : 20118 (java) R 20092 20094 20030 0 -1 4202560 96 0 0 0 77 1 0 0 20 0 22 0 333988552 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224315888136 140224448920080 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20119] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20119/stat : 20119 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224314836136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20120] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20120/stat : 20120 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 121251 33554432000 1073741824 1073778376 140736055084992 140224313783336 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 11852648

[startup+3.10076 s]
/proc/loadavg: 0.07 0.03 0.23 5/220 20120
/proc/meminfo: memFree=26303804/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11852648 CPUtime=7.54 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 27658 0 1 0 738 16 0 0 20 0 22 0 333988482 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2963162 202176 2255 9 0 2953849 0
[pid=20094/tid=20096] ppid=20092 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/20094/task/20096/stat : 20096 (java) S 20092 20094 20030 0 -1 4202560 3581 0 1 0 61 6 0 0 20 0 22 0 333988483 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224508425368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224447154472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224446101672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224445049384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224443996584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224442944296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224339667624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224338615336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224337562536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 20030 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224325363944 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224324310008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224323257608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20108] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20108/stat : 20108 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224322206096 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20109] ppid=20092 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/20094/task/20109/stat : 20109 (java) S 20092 20094 20030 0 -1 4202560 10377 0 0 0 101 2 0 0 20 0 22 0 333988489 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224321153720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20110] ppid=20092 vsize=11852648 CPUtime=1.01 cores=0,2,4,6
/proc/20094/task/20110/stat : 20110 (java) S 20092 20094 20030 0 -1 4202560 12210 0 0 0 99 2 0 0 20 0 22 0 333988489 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224320100920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20111] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20111/stat : 20111 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224319048824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20112] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20112/stat : 20112 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224317996232 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20117] ppid=20092 vsize=11852648 CPUtime=2.38 cores=0,2,4,6
/proc/20094/task/20117/stat : 20117 (java) R 20092 20094 20030 0 -1 4202560 35 0 0 0 238 0 0 0 20 0 22 0 333988552 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224316938304 140224448843645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20118] ppid=20092 vsize=11852648 CPUtime=2.37 cores=0,2,4,6
/proc/20094/task/20118/stat : 20118 (java) R 20092 20094 20030 0 -1 4202560 254 0 0 0 231 6 0 0 20 0 22 0 333988552 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224315885832 140224448787408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20119] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20119/stat : 20119 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224314836136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20120] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20120/stat : 20120 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 202176 33554432000 1073741824 1073778376 140736055084992 140224313783336 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 11852648

[startup+6.30076 s]
/proc/loadavg: 0.39 0.09 0.25 5/220 20120
/proc/meminfo: memFree=24977936/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11852648 CPUtime=13.96 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 28147 0 1 0 1367 29 0 0 20 0 22 0 333988482 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2963162 447135 2255 9 0 2953849 0
[pid=20094/tid=20096] ppid=20092 vsize=11852648 CPUtime=0.67 cores=0,2,4,6
/proc/20094/task/20096/stat : 20096 (java) S 20092 20094 20030 0 -1 4202560 3581 0 1 0 61 6 0 0 20 0 22 0 333988483 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224508425368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224447154472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224446101672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224445049384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224443996584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224442944296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224339667624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224338615336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333988485 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224337562536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 20030 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224325363944 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224324310008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224323257608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20108] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20108/stat : 20108 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224322206096 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20109] ppid=20092 vsize=11852648 CPUtime=1.06 cores=0,2,4,6
/proc/20094/task/20109/stat : 20109 (java) S 20092 20094 20030 0 -1 4202560 10383 0 0 0 104 2 0 0 20 0 22 0 333988489 12137111552 447135 33554432000 1073741824 1073778376 140736055084992 140224321153720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=20094/tid=20118] ppid=20092 vsize=11852648 CPUtime=752.89 cores=0,2,4,6
/proc/20094/task/20118/stat : 20118 (java) R 20092 20094 20030 0 -1 4202560 1485 0 0 0 75228 61 0 0 20 0 22 0 333988552 12137111552 998059 33554432000 1073741824 1073778376 140736055084992 140224315885440 140224449291594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20119] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20119/stat : 20119 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 998059 33554432000 1073741824 1073778376 140736055084992 140224314836136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20120] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20120/stat : 20120 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 998059 33554432000 1073741824 1073778376 140736055084992 140224313783336 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1524.57
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.82 3.56 2.33 5/219 20545
/proc/meminfo: memFree=23173660/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11852648 CPUtime=1643.62 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 30777 0 1 0 164197 165 0 0 20 0 22 0 333988482 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2963162 1000629 2280 9 0 2953849 0
[pid=20094/tid=20096] ppid=20092 vsize=11852648 CPUtime=0.7 cores=0,2,4,6
/proc/20094/task/20096/stat : 20096 (java) S 20092 20094 20030 0 -1 4202560 3590 0 1 0 63 7 0 0 20 0 22 0 333988483 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224508425368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 20030 0 -1 4202560 177 0 0 0 105 10 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224447154472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=11852648 CPUtime=1.25 cores=0,2,4,6
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 20030 0 -1 4202560 177 0 0 0 116 9 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224446101672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 20030 0 -1 4202560 228 0 0 0 118 13 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224445049384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 20030 0 -1 4202560 185 0 0 0 109 10 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224443996584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 20030 0 -1 4202560 198 0 0 0 111 11 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224442944296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 20030 0 -1 4202560 212 0 0 0 119 11 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224339667624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 20030 0 -1 4202560 177 0 0 0 118 10 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224338615336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 20030 0 -1 4202560 192 0 0 0 119 12 0 0 20 0 22 0 333988485 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224337562536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=11852648 CPUtime=7.09 cores=0,2,4,6
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 20030 0 -1 4202560 128 0 0 0 702 7 0 0 20 0 22 0 333988486 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224325363944 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 20030 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224324310008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 20030 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224323257608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20108] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20108/stat : 20108 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224322206096 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20109] ppid=20092 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/20094/task/20109/stat : 20109 (java) S 20092 20094 20030 0 -1 4202560 10390 0 0 0 109 2 0 0 20 0 22 0 333988489 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224321153720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20110] ppid=20092 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/20094/task/20110/stat : 20110 (java) S 20092 20094 20030 0 -1 4202560 12274 0 0 0 146 2 0 0 20 0 22 0 333988489 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224320100920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20111] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20111/stat : 20111 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224319048824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20112] ppid=20092 vsize=11852648 CPUtime=0.26 cores=0,2,4,6
/proc/20094/task/20112/stat : 20112 (java) S 20092 20094 20030 0 -1 4202560 47 0 0 0 13 13 0 0 20 0 22 0 333988489 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224317996232 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20117] ppid=20092 vsize=11852648 CPUtime=811.56 cores=0,2,4,6
/proc/20094/task/20117/stat : 20117 (java) R 20092 20094 20030 0 -1 4202560 128 0 0 0 81141 15 0 0 20 0 22 0 333988552 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224316939568 140224448741607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20118] ppid=20092 vsize=11852648 CPUtime=811.5 cores=0,2,4,6
/proc/20094/task/20118/stat : 20118 (java) R 20092 20094 20030 0 -1 4202560 1486 0 0 0 81088 62 0 0 20 0 22 0 333988552 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224315885440 140224449291989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20119] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20119/stat : 20119 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224314836136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20120] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20120/stat : 20120 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 1000629 33554432000 1073741824 1073778376 140736055084992 140224313783336 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1643.62
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.94 3.64 2.43 5/219 20605
/proc/meminfo: memFree=21401404/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11852648 CPUtime=1763.43 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 30802 0 1 0 176177 166 0 0 20 0 22 0 333988482 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2963162 1000636 2280 9 0 2953849 0
[pid=20094/tid=20096] ppid=20092 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/20094/task/20096/stat : 20096 (java) S 20092 20094 20030 0 -1 4202560 3591 0 1 0 63 8 0 0 20 0 22 0 333988483 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224508425368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=11852648 CPUtime=1.26 cores=0,2,4,6
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 20030 0 -1 4202560 177 0 0 0 116 10 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224447154472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 20030 0 -1 4202560 181 0 0 0 122 10 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224446101672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 20030 0 -1 4202560 229 0 0 0 128 13 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224445049384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 20030 0 -1 4202560 185 0 0 0 121 10 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224443996584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 20030 0 -1 4202560 198 0 0 0 118 11 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224442944296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=11852648 CPUtime=1.38 cores=0,2,4,6
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 20030 0 -1 4202560 214 0 0 0 127 11 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224339667624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 20030 0 -1 4202560 177 0 0 0 125 10 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224338615336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=11852648 CPUtime=1.39 cores=0,2,4,6
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 20030 0 -1 4202560 192 0 0 0 127 12 0 0 20 0 22 0 333988485 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224337562536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=11852648 CPUtime=7.57 cores=0,2,4,6
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 20030 0 -1 4202560 132 0 0 0 749 8 0 0 20 0 22 0 333988486 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224325363944 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 20030 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224324310008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 20030 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224323257608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20108] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20108/stat : 20108 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224322206096 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20109] ppid=20092 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/20094/task/20109/stat : 20109 (java) S 20092 20094 20030 0 -1 4202560 10390 0 0 0 109 2 0 0 20 0 22 0 333988489 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224321153720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20110] ppid=20092 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/20094/task/20110/stat : 20110 (java) S 20092 20094 20030 0 -1 4202560 12274 0 0 0 146 2 0 0 20 0 22 0 333988489 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224320100920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20111] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20111/stat : 20111 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224319048824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20112] ppid=20092 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/20094/task/20112/stat : 20112 (java) S 20092 20094 20030 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 333988489 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224317996232 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20117] ppid=20092 vsize=11852648 CPUtime=870.88 cores=0,2,4,6
/proc/20094/task/20117/stat : 20117 (java) R 20092 20094 20030 0 -1 4202560 135 0 0 0 87072 16 0 0 20 0 22 0 333988552 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224316939568 140224448741273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20118] ppid=20092 vsize=11852648 CPUtime=870.82 cores=0,2,4,6
/proc/20094/task/20118/stat : 20118 (java) R 20092 20094 20030 0 -1 4202560 1488 0 0 0 87018 64 0 0 20 0 22 0 333988552 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224315885440 140224449248163 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20119] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20119/stat : 20119 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224314836136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20120] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20120/stat : 20120 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 1000636 33554432000 1073741824 1073778376 140736055084992 140224313783336 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1763.43
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.801 s]
/proc/loadavg: 3.88 3.65 2.46 5/219 20606
/proc/meminfo: memFree=21391164/32873844 swapFree=7372/7372
[pid=20094] ppid=20092 vsize=11852648 CPUtime=1800.05 cores=0,2,4,6
/proc/20094/stat : 20094 (java) S 20092 20094 20030 0 -1 4202496 30809 0 1 0 179838 167 0 0 20 0 22 0 333988482 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140736055076128 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20094/statm: 2963162 1000640 2280 9 0 2953849 0
[pid=20094/tid=20096] ppid=20092 vsize=11852648 CPUtime=0.71 cores=0,2,4,6
/proc/20094/task/20096/stat : 20096 (java) S 20092 20094 20030 0 -1 4202560 3592 0 1 0 63 8 0 0 20 0 22 0 333988483 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224508425368 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20097] ppid=20092 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/20094/task/20097/stat : 20097 (java) S 20092 20094 20030 0 -1 4202560 177 0 0 0 119 10 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224447154472 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20098] ppid=20092 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/20094/task/20098/stat : 20098 (java) S 20092 20094 20030 0 -1 4202560 181 0 0 0 126 10 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224446101672 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20099] ppid=20092 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/20094/task/20099/stat : 20099 (java) S 20092 20094 20030 0 -1 4202560 229 0 0 0 130 13 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224445049384 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20100] ppid=20092 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/20094/task/20100/stat : 20100 (java) S 20092 20094 20030 0 -1 4202560 185 0 0 0 126 10 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224443996584 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20101] ppid=20092 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/20094/task/20101/stat : 20101 (java) S 20092 20094 20030 0 -1 4202560 198 0 0 0 119 11 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224442944296 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20102] ppid=20092 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/20094/task/20102/stat : 20102 (java) S 20092 20094 20030 0 -1 4202560 214 0 0 0 129 11 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224339667624 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20103] ppid=20092 vsize=11852648 CPUtime=1.41 cores=0,2,4,6
/proc/20094/task/20103/stat : 20103 (java) S 20092 20094 20030 0 -1 4202560 181 0 0 0 131 10 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224338615336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20104] ppid=20092 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/20094/task/20104/stat : 20104 (java) S 20092 20094 20030 0 -1 4202560 192 0 0 0 128 12 0 0 20 0 22 0 333988485 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224337562536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20105] ppid=20092 vsize=11852648 CPUtime=8.09 cores=0,2,4,6
/proc/20094/task/20105/stat : 20105 (java) S 20092 20094 20030 0 -1 4202560 132 0 0 0 801 8 0 0 20 0 22 0 333988486 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224325363944 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20106] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20106/stat : 20106 (java) S 20092 20094 20030 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224324310008 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20107] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20107/stat : 20107 (java) S 20092 20094 20030 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 333988486 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224323257608 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20094/tid=20108] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20108/stat : 20108 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224322206096 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20109] ppid=20092 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/20094/task/20109/stat : 20109 (java) S 20092 20094 20030 0 -1 4202560 10390 0 0 0 109 2 0 0 20 0 22 0 333988489 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224321153720 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20110] ppid=20092 vsize=11852648 CPUtime=1.48 cores=0,2,4,6
/proc/20094/task/20110/stat : 20110 (java) S 20092 20094 20030 0 -1 4202560 12274 0 0 0 146 2 0 0 20 0 22 0 333988489 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224320100920 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20111] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20111/stat : 20111 (java) S 20092 20094 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333988489 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224319048824 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20112] ppid=20092 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/20094/task/20112/stat : 20112 (java) S 20092 20094 20030 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 333988489 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224317996232 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20117] ppid=20092 vsize=11852648 CPUtime=888.8 cores=0,2,4,6
/proc/20094/task/20117/stat : 20117 (java) R 20092 20094 20030 0 -1 4202560 137 0 0 0 88864 16 0 0 20 0 22 0 333988552 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224316939568 140224448892906 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20094/tid=20118] ppid=20092 vsize=11852648 CPUtime=888.75 cores=0,2,4,6
/proc/20094/task/20118/stat : 20118 (java) R 20092 20094 20030 0 -1 4202560 1488 0 0 0 88811 64 0 0 20 0 22 0 333988552 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224315885424 140224449291489 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20094/tid=20119] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20119/stat : 20119 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224314836136 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20094/tid=20120] ppid=20092 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/20094/task/20120/stat : 20120 (java) S 20092 20094 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333988554 12137111552 1000640 33554432000 1073741824 1073778376 140736055084992 140224313783336 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143
Real time (s): 900.85
CPU time (s): 1800.55
CPU user time (s): 1798.35
CPU system time (s): 2.20167
CPU usage (%): 199.872
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 2.20167
maximum resident set size= 4002708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30850
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25159
involuntary context switches= 30774

runsolver used 3.23051 second user time and 7.76482 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 01:10:24
IDJOB=3728948
IDBENCH=1155
IDSOLVER=2328
FILE ID=node118/3728948-1338678623
RUNJOBID= node118-1338678623-20049
PBS_JOBID= 14636695
Free space on /tmp= 70968 MiB

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

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=576673860

node118.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.212
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.42
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.212
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	: 5438.55
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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
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.212
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	: 5320.68
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.212
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.212
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.212
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27641356 kB
Buffers:          480876 kB
Cached:          3828700 kB
SwapCached:            0 kB
Active:          1370356 kB
Inactive:        3000036 kB
Active(anon):      51016 kB
Inactive(anon):    11340 kB
Active(file):    1319340 kB
Inactive(file):  2988696 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3848 kB
Writeback:             0 kB
AnonPages:         63188 kB
Mapped:            18696 kB
Shmem:               200 kB
Slab:             723288 kB
SReclaimable:     164520 kB
SUnreclaim:       558768 kB
KernelStack:        1544 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10452424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 70948 MiB
End job on node118 at 2012-06-03 01:25:27