Trace number 3740917

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.0UNSAT 360.31 183.299

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-101.opb
MD5SUMa3ed9477da365050d631dd031519efe8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark79.04
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3740917-1338749295.opb
0.10/0.12	c reading problem ... 
2.23/1.62	c ... done. Wall clock time 1.505s.
2.23/1.62	c #vars     7936
2.23/1.62	c #constraints  177125
2.23/1.62	c constraints type 
2.23/1.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.23/1.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.23/1.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.23/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.23/1.62	c constraints type 
2.23/1.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.23/1.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.23/1.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.23/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
6.65/3.31	c cleaning 2469 clauses out of 5000 with flag 5000/5000
8.05/4.01	c cleaning 0 clauses out of 5004 with flag 0/5004
10.00/5.07	c cleaning 4262 clauses out of 8532 with flag 11001/11001
12.95/6.44	c cleaning 5629 clauses out of 11269 with flag 18000/18000
13.21/6.66	c cleaning 0 clauses out of 11000 with flag 0/11000
16.16/8.13	c cleaning 6805 clauses out of 13636 with flag 26002/26002
19.29/9.77	c cleaning 0 clauses out of 18000 with flag 0/18000
19.97/10.14	c cleaning 7898 clauses out of 15828 with flag 35000/35000
23.21/11.83	c cleaning 8886 clauses out of 17929 with flag 45000/45000
26.90/13.70	c cleaning 9991 clauses out of 20042 with flag 56000/56000
28.18/14.47	c cleaning 0 clauses out of 26000 with flag 0/26000
30.25/15.55	c cleaning 11017 clauses out of 22052 with flag 68001/68001
34.30/17.68	c cleaning 12009 clauses out of 24034 with flag 81000/81000
39.80/20.45	c cleaning 12927 clauses out of 26026 with flag 95001/95001
44.69/22.92	c cleaning 14028 clauses out of 28098 with flag 110000/110000
49.19/25.22	c cleaning 15016 clauses out of 30071 with flag 126001/126001
53.78/27.62	c cleaning 16020 clauses out of 32054 with flag 143000/143000
56.05/28.82	c cleaning 0 clauses out of 35001 with flag 0/35001
59.75/30.73	c cleaning 17008 clauses out of 34037 with flag 161004/161004
68.20/35.05	c cleaning 17958 clauses out of 36025 with flag 180000/180000
77.20/39.62	c cleaning 18933 clauses out of 38062 with flag 200001/200001
87.07/44.60	c cleaning 19954 clauses out of 40127 with flag 221000/221000
94.38/48.31	c cleaning 21059 clauses out of 42171 with flag 243002/243002
105.84/54.15	c cleaning 21965 clauses out of 44110 with flag 266001/266001
117.65/60.20	c cleaning 0 clauses out of 45000 with flag 0/45000
119.52/61.15	c cleaning 23050 clauses out of 46145 with flag 290001/290001
130.57/66.76	c cleaning 24016 clauses out of 48094 with flag 315000/315000
142.23/72.60	c cleaning 24986 clauses out of 50076 with flag 341000/341000
152.51/77.89	c cleaning 25984 clauses out of 52089 with flag 368000/368000
162.98/83.15	c cleaning 26896 clauses out of 54104 with flag 396000/396000
174.64/89.03	c cleaning 28037 clauses out of 56208 with flag 425000/425000
182.68/93.13	c cleaning 0 clauses out of 56000 with flag 0/56000
185.04/94.50	c cleaning 28973 clauses out of 58170 with flag 455000/455000
198.29/101.14	c cleaning 29957 clauses out of 60195 with flag 486001/486001
217.15/110.68	c cleaning 31111 clauses out of 62237 with flag 518000/518000
236.98/120.66	c cleaning 31882 clauses out of 64127 with flag 551001/551001
257.98/131.30	c cleaning 33059 clauses out of 66244 with flag 585000/585000
279.04/141.88	c cleaning 33974 clauses out of 68184 with flag 620000/620000
304.28/154.54	c cleaning 34964 clauses out of 70209 with flag 656000/656000
317.53/161.26	c cleaning 0 clauses out of 68000 with flag 0/68000
329.48/167.35	c cleaning 36004 clauses out of 72245 with flag 693001/693001
344.71/175.04	c cleaning 36978 clauses out of 74241 with flag 731002/731002
360.12/182.88	c  And the winner is Resolution
359.51/183.25	c starts		: 153
359.51/183.25	c conflicts		: 767697
359.51/183.25	c decisions		: 4454924
359.51/183.25	c propagations		: 198915390
359.51/183.25	c inspects		: 1885124072
359.51/183.25	c shortcuts		: 0
359.51/183.25	c learnt literals	: 45
359.51/183.25	c learnt binary clauses	: 472
359.51/183.25	c learnt ternary clauses	: 1672
359.51/183.25	c learnt constraints	: 767651
359.51/183.25	c ignored constraints	: 0
359.51/183.25	c root simplifications	: 0
359.51/183.25	c removed literals (reason simplification)	: 18895399
359.51/183.25	c reason swapping (by a shorter reason)	: 0
359.51/183.25	c Calls to reduceDB	: 34
359.51/183.25	c number of reductions to clauses (during analyze)	: 0
359.51/183.25	c number of learned constraints concerned by reduction	: 0
359.51/183.25	c number of learning phase by resolution	: 0
359.51/183.25	c number of learning phase by cutting planes	: 0
359.51/183.26	c speed (assignments/second)	: 1095168.1440290702
359.51/183.26	c non guided choices	178950
359.51/183.28	c learnt constraints type 
359.51/183.28	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 472
359.51/183.28	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73474
359.51/183.28	c constraints type 
359.51/183.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
359.51/183.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
359.51/183.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
359.51/183.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
359.51/183.28	c constraints type 
359.51/183.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
359.51/183.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
359.51/183.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
359.51/183.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
359.51/183.28	s UNSATISFIABLE
359.51/183.28	c Total wall clock time (in seconds): 183.167

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-3740917-1338749295/watcher-3740917-1338749295 -o /tmp/evaluation-result-3740917-1338749295/solver-3740917-1338749295 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740917-1338749295.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: 2.38 1.36 1.36 3/195 2043
/proc/meminfo: memFree=24722704/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/2043/stat : 2043 (java) R 2041 2043 1918 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 341054927 23793664 706 33554432000 1073741824 1073778376 140734640108592 140734640097656 252253926352 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 5809 707 521 9 0 128 0

[startup+0.068514 s]
/proc/loadavg: 2.38 1.36 1.36 3/195 2043
/proc/meminfo: memFree=24722704/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11586364 CPUtime=0.05 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 3894 0 1 0 4 1 0 0 20 0 18 0 341054927 11864436736 12767 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2896591 12767 1757 9 0 2887285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586364

[startup+0.100249 s]
/proc/loadavg: 2.38 1.36 1.36 3/195 2043
/proc/meminfo: memFree=24722704/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 4742 0 1 0 8 2 0 0 20 0 18 0 341054927 11864465408 13599 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2896598 13599 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.30022 s]
/proc/loadavg: 2.38 1.36 1.36 3/195 2043
/proc/meminfo: memFree=24722704/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11586392 CPUtime=0.46 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 5906 0 1 0 44 2 0 0 20 0 18 0 341054927 11864465408 16465 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2896598 16465 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.70023 s]
/proc/loadavg: 2.38 1.36 1.36 3/195 2043
/proc/meminfo: memFree=24722704/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11586392 CPUtime=1.23 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 9407 0 1 0 116 7 0 0 20 0 18 0 341054927 11864465408 52472 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2896598 52472 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 11586392

[startup+1.50067 s]
/proc/loadavg: 2.38 1.36 1.36 4/213 2061
/proc/meminfo: memFree=24364800/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11586392 CPUtime=2.13 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 9630 0 1 0 198 15 0 0 20 0 18 0 341054927 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2896598 156932 2238 9 0 2887285 0
[pid=2043/tid=2045] ppid=2041 vsize=11586392 CPUtime=1.47 cores=0,2,4,6
/proc/2043/task/2045/stat : 2045 (java) R 2041 2043 1918 0 -1 4202560 3127 0 1 0 134 13 0 0 20 0 18 0 341054928 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857060827424 139856903032780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2046] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2046/stat : 2046 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857029245608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2047] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2047/stat : 2047 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857028193064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2048] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2048/stat : 2048 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857027140520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2049] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2049/stat : 2049 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857026087976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2050] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2050/stat : 2050 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857025034408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2051] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2051/stat : 2051 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857023981864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2052] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2052/stat : 2052 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857022929320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2053] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2053/stat : 2053 (java) S 2041 2043 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341054930 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139857021876776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2054] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2054/stat : 2054 (java) S 2041 2043 1918 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 341054931 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856407652968 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2055] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2055/stat : 2055 (java) S 2041 2043 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341054931 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856406599288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2056] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2056/stat : 2056 (java) S 2041 2043 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341054931 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856405546632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2057] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2057/stat : 2057 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054934 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856404495376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2058] ppid=2041 vsize=11586392 CPUtime=0.33 cores=0,2,4,6
/proc/2043/task/2058/stat : 2058 (java) S 2041 2043 1918 0 -1 4202560 3291 0 0 0 32 1 0 0 20 0 18 0 341054934 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856403441720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2059] ppid=2041 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/2043/task/2059/stat : 2059 (java) S 2041 2043 1918 0 -1 4202560 2027 0 0 0 29 0 0 0 20 0 18 0 341054934 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856402389176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2060] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2060/stat : 2060 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054934 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856401336824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2061] ppid=2041 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2061/stat : 2061 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341054934 11864465408 156932 33554432000 1073741824 1073778376 140734640108592 139856400284488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 11586392

[startup+3.10071 s]
/proc/loadavg: 2.38 1.36 1.36 5/217 2065
/proc/meminfo: memFree=23936188/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11852648 CPUtime=6.21 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 16595 0 1 0 596 25 0 0 20 0 22 0 341054927 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2963162 287412 2264 9 0 2953849 0
[pid=2043/tid=2045] ppid=2041 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/2043/task/2045/stat : 2045 (java) S 2041 2043 1918 0 -1 4202560 3171 0 1 0 145 14 0 0 20 0 22 0 341054928 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857060836504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2046] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2046/stat : 2046 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857029245608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2047] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2047/stat : 2047 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857028193064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2048] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2048/stat : 2048 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857027140520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2049] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2049/stat : 2049 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857026087976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2050] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2050/stat : 2050 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857025034408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2051] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2051/stat : 2051 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857023981864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2052] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2052/stat : 2052 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857022929320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2053] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2053/stat : 2053 (java) S 2041 2043 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341054930 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139857021876776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2054] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2054/stat : 2054 (java) S 2041 2043 1918 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341054931 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856407652968 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2055] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2055/stat : 2055 (java) S 2041 2043 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341054931 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856406599288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2056] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2056/stat : 2056 (java) S 2041 2043 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341054931 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856405546632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2057] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2057/stat : 2057 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856404495376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2058] ppid=2041 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/2043/task/2058/stat : 2058 (java) S 2041 2043 1918 0 -1 4202560 5469 0 0 0 83 2 0 0 20 0 22 0 341054934 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856403441720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2059] ppid=2041 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/2043/task/2059/stat : 2059 (java) S 2041 2043 1918 0 -1 4202560 6440 0 0 0 80 2 0 0 20 0 22 0 341054934 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856402389176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2060] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2060/stat : 2060 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856401336824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2061] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2061/stat : 2061 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856400284488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2062] ppid=2041 vsize=11852648 CPUtime=1.43 cores=0,2,4,6
/proc/2043/task/2062/stat : 2062 (java) R 2041 2043 1918 0 -1 4202560 27 0 0 0 143 0 0 0 20 0 22 0 341055090 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856399230024 139856903387772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2063] ppid=2041 vsize=11852648 CPUtime=1.44 cores=0,2,4,6
/proc/2043/task/2063/stat : 2063 (java) R 2041 2043 1918 0 -1 4202560 281 0 0 0 137 7 0 0 20 0 22 0 341055090 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856398174816 139856903387772 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2064] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2064/stat : 2064 (java) S 2041 2043 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341055092 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856397125160 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2065] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2065/stat : 2065 (java) S 2041 2043 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341055092 12137111552 287412 33554432000 1073741824 1073778376 140734640108592 139856396072616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 2.51 1.41 1.37 5/217 2065
/proc/meminfo: memFree=23389504/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11852648 CPUtime=12.75 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 20575 0 1 0 1241 34 0 0 20 0 22 0 341054927 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2963162 334139 2288 9 0 2953849 0
[pid=2043/tid=2045] ppid=2041 vsize=11852648 CPUtime=1.59 cores=0,2,4,6
/proc/2043/task/2045/stat : 2045 (java) S 2041 2043 1918 0 -1 4202560 3171 0 1 0 145 14 0 0 20 0 22 0 341054928 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857060836504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2046] ppid=2041 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/2043/task/2046/stat : 2046 (java) S 2041 2043 1918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857029245608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2047] ppid=2041 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2043/task/2047/stat : 2047 (java) S 2041 2043 1918 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857028193064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2048] ppid=2041 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/2043/task/2048/stat : 2048 (java) S 2041 2043 1918 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857027140520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2049] ppid=2041 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2043/task/2049/stat : 2049 (java) S 2041 2043 1918 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857026087976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2050] ppid=2041 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2043/task/2050/stat : 2050 (java) S 2041 2043 1918 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857025034408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2051] ppid=2041 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2043/task/2051/stat : 2051 (java) S 2041 2043 1918 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857023981864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2052] ppid=2041 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2043/task/2052/stat : 2052 (java) S 2041 2043 1918 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857022929320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2053] ppid=2041 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/2043/task/2053/stat : 2053 (java) S 2041 2043 1918 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341054930 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139857021876776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2054] ppid=2041 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/2043/task/2054/stat : 2054 (java) S 2041 2043 1918 0 -1 4202560 67 0 0 0 34 1 0 0 20 0 22 0 341054931 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856407652968 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2055] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2055/stat : 2055 (java) S 2041 2043 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341054931 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856406599288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2056] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2056/stat : 2056 (java) S 2041 2043 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341054931 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856405546632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2057] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2057/stat : 2057 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856404495376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2058] ppid=2041 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/2043/task/2058/stat : 2058 (java) S 2041 2043 1918 0 -1 4202560 9233 0 0 0 112 3 0 0 20 0 22 0 341054934 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856403441720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2059] ppid=2041 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/2043/task/2059/stat : 2059 (java) S 2041 2043 1918 0 -1 4202560 6445 0 0 0 89 2 0 0 20 0 22 0 341054934 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856402389176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2060] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2060/stat : 2060 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856401336824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2061] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2061/stat : 2061 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856400284488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2062] ppid=2041 vsize=11852648 CPUtime=4.17 cores=0,2,4,6
/proc/2043/task/2062/stat : 2062 (java) R 2041 2043 1918 0 -1 4202560 28 0 0 0 417 0 0 0 20 0 22 0 341055090 12137111552 334139 33554432000 1073741824 1073778376 140734640108592 139856399229520 139856903387772 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=2043/tid=2057] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2057/stat : 2057 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856404495376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2058] ppid=2041 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/2043/task/2058/stat : 2058 (java) S 2041 2043 1918 0 -1 4202560 9235 0 0 0 114 3 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856403441720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2059] ppid=2041 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/2043/task/2059/stat : 2059 (java) S 2041 2043 1918 0 -1 4202560 8115 0 0 0 118 3 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856402389176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2060] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2060/stat : 2060 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856401336824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2061] ppid=2041 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/2043/task/2061/stat : 2061 (java) S 2041 2043 1918 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856400284488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2062] ppid=2041 vsize=11852648 CPUtime=172.75 cores=0,2,4,6
/proc/2043/task/2062/stat : 2062 (java) R 2041 2043 1918 0 -1 4202560 58 0 0 0 17273 2 0 0 20 0 22 0 341055090 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856399229520 139856903538670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2063] ppid=2041 vsize=11852648 CPUtime=172.75 cores=0,2,4,6
/proc/2043/task/2063/stat : 2063 (java) R 2041 2043 1918 0 -1 4202560 1132 0 0 0 17234 41 0 0 20 0 22 0 341055090 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856398175216 139856903437175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2064] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2064/stat : 2064 (java) S 2041 2043 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341055092 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856397125160 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2065] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2065/stat : 2065 (java) S 2041 2043 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341055092 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856396072616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.12
Current children cumulated vsize (KiB) 11852648

[startup+182.701 s]
/proc/loadavg: 3.86 2.51 1.80 5/217 2069
/proc/meminfo: memFree=21432312/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11852648 CPUtime=359.92 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 23404 0 1 0 35920 72 0 0 20 0 22 0 341054927 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2963162 765885 2290 9 0 2953849 0
[pid=2043/tid=2045] ppid=2041 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/2043/task/2045/stat : 2045 (java) S 2041 2043 1918 0 -1 4202560 3182 0 1 0 146 15 0 0 20 0 22 0 341054928 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857060836504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2046] ppid=2041 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/2043/task/2046/stat : 2046 (java) S 2041 2043 1918 0 -1 4202560 27 0 0 0 19 0 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857029245608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2047] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2047/stat : 2047 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 21 0 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857028193064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2048] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2048/stat : 2048 (java) S 2041 2043 1918 0 -1 4202560 53 0 0 0 21 0 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857027140520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2049] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2049/stat : 2049 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 22 0 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857026087976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2050] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2050/stat : 2050 (java) S 2041 2043 1918 0 -1 4202560 65 0 0 0 21 0 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857025034408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2051] ppid=2041 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/2043/task/2051/stat : 2051 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 23 2 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857023981864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2052] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2052/stat : 2052 (java) S 2041 2043 1918 0 -1 4202560 57 0 0 0 22 0 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857022929320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2053] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2053/stat : 2053 (java) S 2041 2043 1918 0 -1 4202560 61 0 0 0 22 0 0 0 20 0 22 0 341054930 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139857021876776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2054] ppid=2041 vsize=11852648 CPUtime=6.83 cores=0,2,4,6
/proc/2043/task/2054/stat : 2054 (java) S 2041 2043 1918 0 -1 4202560 107 0 0 0 680 3 0 0 20 0 22 0 341054931 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856407652968 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2055] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2055/stat : 2055 (java) S 2041 2043 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341054931 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856406599288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2056] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2056/stat : 2056 (java) S 2041 2043 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341054931 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856405546632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2057] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2057/stat : 2057 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856404495376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2058] ppid=2041 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/2043/task/2058/stat : 2058 (java) S 2041 2043 1918 0 -1 4202560 9235 0 0 0 114 3 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856403441720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2059] ppid=2041 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/2043/task/2059/stat : 2059 (java) S 2041 2043 1918 0 -1 4202560 8115 0 0 0 118 3 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856402389176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2060] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2060/stat : 2060 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856401336824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2061] ppid=2041 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/2043/task/2061/stat : 2061 (java) S 2041 2043 1918 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 22 0 341054934 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856400284488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2062] ppid=2041 vsize=11852648 CPUtime=173.15 cores=0,2,4,6
/proc/2043/task/2062/stat : 2062 (java) R 2041 2043 1918 0 -1 4202560 58 0 0 0 17313 2 0 0 20 0 22 0 341055090 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856399229520 139856903430506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2063] ppid=2041 vsize=11852648 CPUtime=173.15 cores=0,2,4,6
/proc/2043/task/2063/stat : 2063 (java) R 2041 2043 1918 0 -1 4202560 1132 0 0 0 17274 41 0 0 20 0 22 0 341055090 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856398175216 139856903437175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2064] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2064/stat : 2064 (java) S 2041 2043 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341055092 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856397125160 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2065] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2065/stat : 2065 (java) S 2041 2043 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341055092 12137111552 765885 33554432000 1073741824 1073778376 140734640108592 139856396072616 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.92
Current children cumulated vsize (KiB) 11852648

[startup+183.101 s]
/proc/loadavg: 3.86 2.51 1.80 5/217 2069
/proc/meminfo: memFree=21432312/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11852648 CPUtime=359.51 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 23405 0 1 0 35875 76 0 0 20 0 19 0 341054927 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2963162 765873 2291 9 0 2953849 0
[pid=2043/tid=2045] ppid=2041 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/2043/task/2045/stat : 2045 (java) S 2041 2043 1918 0 -1 4202560 3182 0 1 0 146 15 0 0 20 0 19 0 341054928 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857060836504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2046] ppid=2041 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/2043/task/2046/stat : 2046 (java) S 2041 2043 1918 0 -1 4202560 27 0 0 0 19 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857029245608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2047] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2047/stat : 2047 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 21 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857028193064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2048] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2048/stat : 2048 (java) S 2041 2043 1918 0 -1 4202560 53 0 0 0 21 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857027140520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2049] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2049/stat : 2049 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 22 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857026087976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2050] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2050/stat : 2050 (java) S 2041 2043 1918 0 -1 4202560 65 0 0 0 21 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857025034408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2051] ppid=2041 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/2043/task/2051/stat : 2051 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 23 2 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857023981864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2052] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2052/stat : 2052 (java) S 2041 2043 1918 0 -1 4202560 57 0 0 0 22 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857022929320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2053] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2053/stat : 2053 (java) S 2041 2043 1918 0 -1 4202560 61 0 0 0 22 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857021876776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2054] ppid=2041 vsize=11852648 CPUtime=6.83 cores=0,2,4,6
/proc/2043/task/2054/stat : 2054 (java) S 2041 2043 1918 0 -1 4202560 107 0 0 0 680 3 0 0 20 0 19 0 341054931 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856407652968 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2055] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2055/stat : 2055 (java) S 2041 2043 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341054931 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856406599288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2056] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2056/stat : 2056 (java) S 2041 2043 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341054931 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856405546632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2057] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2057/stat : 2057 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856404495376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2058] ppid=2041 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/2043/task/2058/stat : 2058 (java) S 2041 2043 1918 0 -1 4202560 9235 0 0 0 114 3 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856403441720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2059] ppid=2041 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/2043/task/2059/stat : 2059 (java) S 2041 2043 1918 0 -1 4202560 8115 0 0 0 118 3 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856402389176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2060] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2060/stat : 2060 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856401336824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2061] ppid=2041 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/2043/task/2061/stat : 2061 (java) S 2041 2043 1918 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856400284488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2064] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2064/stat : 2064 (java) S 2041 2043 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341055092 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856397125160 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 359.51
Current children cumulated vsize (KiB) 11852648

[startup+183.201 s]
/proc/loadavg: 3.86 2.51 1.80 5/217 2069
/proc/meminfo: memFree=21432312/32873852 swapFree=7624/7624
[pid=2043] ppid=2041 vsize=11852648 CPUtime=359.51 cores=0,2,4,6
/proc/2043/stat : 2043 (java) S 2041 2043 1918 0 -1 4202496 23405 0 1 0 35875 76 0 0 20 0 19 0 341054927 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 140734640099728 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2043/statm: 2963162 765873 2291 9 0 2953849 0
[pid=2043/tid=2045] ppid=2041 vsize=11852648 CPUtime=1.61 cores=0,2,4,6
/proc/2043/task/2045/stat : 2045 (java) S 2041 2043 1918 0 -1 4202560 3182 0 1 0 146 15 0 0 20 0 19 0 341054928 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857060836504 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2046] ppid=2041 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/2043/task/2046/stat : 2046 (java) S 2041 2043 1918 0 -1 4202560 27 0 0 0 19 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857029245608 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2047] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2047/stat : 2047 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 21 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857028193064 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2048] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2048/stat : 2048 (java) S 2041 2043 1918 0 -1 4202560 53 0 0 0 21 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857027140520 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2049] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2049/stat : 2049 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 22 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857026087976 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2050] ppid=2041 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/2043/task/2050/stat : 2050 (java) S 2041 2043 1918 0 -1 4202560 65 0 0 0 21 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857025034408 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2051] ppid=2041 vsize=11852648 CPUtime=0.25 cores=0,2,4,6
/proc/2043/task/2051/stat : 2051 (java) S 2041 2043 1918 0 -1 4202560 36 0 0 0 23 2 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857023981864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2052] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2052/stat : 2052 (java) S 2041 2043 1918 0 -1 4202560 57 0 0 0 22 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857022929320 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2053] ppid=2041 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/2043/task/2053/stat : 2053 (java) S 2041 2043 1918 0 -1 4202560 61 0 0 0 22 0 0 0 20 0 19 0 341054930 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139857021876776 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2054] ppid=2041 vsize=11852648 CPUtime=6.83 cores=0,2,4,6
/proc/2043/task/2054/stat : 2054 (java) S 2041 2043 1918 0 -1 4202560 107 0 0 0 680 3 0 0 20 0 19 0 341054931 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856407652968 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2055] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2055/stat : 2055 (java) S 2041 2043 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 341054931 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856406599288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2056] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2056/stat : 2056 (java) S 2041 2043 1918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 341054931 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856405546632 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2057] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2057/stat : 2057 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856404495376 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2043/tid=2058] ppid=2041 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/2043/task/2058/stat : 2058 (java) S 2041 2043 1918 0 -1 4202560 9235 0 0 0 114 3 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856403441720 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2059] ppid=2041 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/2043/task/2059/stat : 2059 (java) S 2041 2043 1918 0 -1 4202560 8115 0 0 0 118 3 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856402389176 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2043/tid=2060] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2060/stat : 2060 (java) S 2041 2043 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856401336824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2043/tid=2061] ppid=2041 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/2043/task/2061/stat : 2061 (java) S 2041 2043 1918 0 -1 4202560 11 0 0 0 3 3 0 0 20 0 19 0 341054934 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856400284488 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2043/tid=2064] ppid=2041 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/2043/task/2064/stat : 2064 (java) S 2041 2043 1918 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 341055092 12137111552 765873 33554432000 1073741824 1073778376 140734640108592 139856397125160 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 359.51
Current children cumulated vsize (KiB) 11852648

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.609985
#  lost CPU user time (s): 0.649994
#  lost CPU system time (s): -0.04

Real time (s): 183.299
CPU time (s): 360.31
CPU user time (s): 359.467
CPU system time (s): 0.842865
CPU usage (%): 196.57
Max. virtual memory (cumulated for all children) (KiB): 11853984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.817
system time used= 0.882865
maximum resident set size= 3063544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23411
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6051
involuntary context switches= 4955

runsolver used 0.593909 second user time and 1.70474 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 20:48:15
IDJOB=3740917
IDBENCH=89675
IDSOLVER=2328
FILE ID=node131/3740917-1338749295
RUNJOBID= node131-1338749255-1934
PBS_JOBID= 14636797
Free space on /tmp= 71340 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-101.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740917-1338749295/watcher-3740917-1338749295 -o /tmp/evaluation-result-3740917-1338749295/solver-3740917-1338749295 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740917-1338749295.opb

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

MD5SUM BENCH= a3ed9477da365050d631dd031519efe8
RANDOM SEED=1923616281

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
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.805
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.805
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:       32873852 kB
MemFree:        24722976 kB
Buffers:          562832 kB
Cached:          3142620 kB
SwapCached:         2348 kB
Active:          5056744 kB
Inactive:        2214480 kB
Active(anon):    3561856 kB
Inactive(anon):     3664 kB
Active(file):    1494888 kB
Inactive(file):  2210816 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              7624 kB
Writeback:             0 kB
AnonPages:       3574012 kB
Mapped:            22456 kB
Shmem:                 0 kB
Slab:             728988 kB
SReclaimable:     171052 kB
SUnreclaim:       557936 kB
KernelStack:        1600 kB
PageTables:        11120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3536896 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= 71340 MiB
End job on node131 at 2012-06-03 20:51:18