Trace number 3744831

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 397.625 393.768

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped3.G.recomb10-0.20-13.opb
MD5SUM29a5e01a8226455825d0b564a1dd2bc6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark39324
Best CPU time to get the best result obtained on this benchmark1800.88
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables83000
Total number of constraints1292255
Number of constraints which are clauses1292255
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.1.1.v20090612
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version	1.6.0_24
0.01/0.09	c os.name	Linux
0.01/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch	amd64
0.01/0.09	c Free memory 1299577560
0.01/0.09	c Max memory 1306394624
0.01/0.09	c Total memory 1306394624
0.01/0.09	c Number of processors 8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c MiniSAT restarts strategy
0.07/0.12	c Memory based learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3744831-1338813605.opb
0.07/0.12	c reading problem ... 
5.76/4.86	c ... done. Wall clock time 4.74s.
5.76/4.86	c #vars     83000
5.76/4.86	c #constraints  559238
5.76/4.86	c constraints type 
5.76/4.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 352519
5.76/4.86	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 162019
7.88/6.28	c SATISFIABLE
7.88/6.28	c OPTIMIZING...
7.88/6.28	c Got one! Elapsed wall clock time (in seconds):6.162
7.88/6.28	o 474886
8.74/6.98	c Got one! Elapsed wall clock time (in seconds):6.867
8.74/6.98	o 259364
9.90/8.06	c Got one! Elapsed wall clock time (in seconds):7.946
9.90/8.06	o 191838
10.92/9.10	c Got one! Elapsed wall clock time (in seconds):8.98
10.92/9.10	o 172068
12.21/10.39	c Got one! Elapsed wall clock time (in seconds):10.269
12.21/10.39	o 158086
13.23/11.36	c Got one! Elapsed wall clock time (in seconds):11.239
13.23/11.36	o 152270
388.56/384.84	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
396.06/392.34	c starts		: 42
396.06/392.34	c conflicts		: 382087
396.06/392.34	c decisions		: 2558401
396.06/392.34	c propagations		: 130270763
396.06/392.34	c inspects		: 210110842
396.06/392.34	c learnt literals	: 84
396.06/392.34	c learnt binary clauses	: 301
396.06/392.34	c learnt ternary clauses	: 370
396.06/392.34	c learnt clauses	: 382002
396.06/392.34	c ignored clauses	: 0
396.06/392.34	c root simplifications	: 0
396.06/392.34	c removed literals (reason simplification)	: 61822
396.06/392.34	c reason swapping (by a shorter reason)	: 0
396.06/392.34	c Calls to reduceDB	: 0
396.06/392.34	c speed (assignments/second)	: 341935.06500324165
396.06/392.34	c non guided choices	290569

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-3744831-1338813605/watcher-3744831-1338813605 -o /tmp/evaluation-result-3744831-1338813605/solver-3744831-1338813605 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744831-1338813605.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.76 3.59 3.12 3/174 5063
/proc/meminfo: memFree=26813776/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/5063/stat : 5063 (runsolver) D 5061 5063 4763 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 347486663 12095488 50 33554432000 4194304 5436572 140736644485568 140736644481864 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/5063/statm: 2953 50 31 304 0 2645 0

[startup+0.0476939 s]
/proc/loadavg: 2.76 3.59 3.12 3/174 5063
/proc/meminfo: memFree=26813776/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2182588 CPUtime=0.01 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 3558 0 1 0 1 0 0 0 20 0 11 0 347486663 2234970112 4768 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 545647 4769 1625 9 0 536348 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2182588

[startup+0.100565 s]
/proc/loadavg: 2.76 3.59 3.12 3/174 5063
/proc/meminfo: memFree=26813776/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 4176 0 1 0 6 1 0 0 20 0 18 0 347486663 2712133632 5892 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 662142 5897 1991 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.300169 s]
/proc/loadavg: 2.76 3.59 3.12 3/174 5063
/proc/meminfo: memFree=26813776/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2648568 CPUtime=0.46 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 5891 0 1 0 45 1 0 0 20 0 18 0 347486663 2712133632 10479 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 662142 10479 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2648568

[startup+0.700237 s]
/proc/loadavg: 2.76 3.59 3.12 3/174 5063
/proc/meminfo: memFree=26813776/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2648568 CPUtime=1 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 8428 0 1 0 96 4 0 0 20 0 18 0 347486663 2712133632 49286 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 662142 49286 2230 9 0 652835 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2648568

[startup+1.50067 s]
/proc/loadavg: 2.76 3.59 3.12 3/212 5108
/proc/meminfo: memFree=26284508/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2648568 CPUtime=1.88 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 8574 0 1 0 180 8 0 0 20 0 18 0 347486663 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 662142 95395 2246 9 0 652835 0
[pid=5063/tid=5065] ppid=5061 vsize=2648568 CPUtime=1.43 cores=0,2,4,6
/proc/5063/task/5065/stat : 5065 (java) R 5061 5063 4763 0 -1 4202560 2907 0 1 0 136 7 0 0 20 0 18 0 347486665 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274076417640 266439025933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5066] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5066/stat : 5066 (java) S 5061 5063 4763 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274060867752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5067] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5067/stat : 5067 (java) S 5061 5063 4763 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274059815208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5068] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5068/stat : 5068 (java) S 5061 5063 4763 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274058762664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5069] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5069/stat : 5069 (java) S 5061 5063 4763 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274057710120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5070] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5070/stat : 5070 (java) S 5061 5063 4763 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274056657576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5071] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5071/stat : 5071 (java) S 5061 5063 4763 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274055605032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5072] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5072/stat : 5072 (java) S 5061 5063 4763 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274054552488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5073] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5073/stat : 5073 (java) S 5061 5063 4763 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347486667 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274053499944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5074] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5074/stat : 5074 (java) S 5061 5063 4763 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347486668 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274041088104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5075] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5075/stat : 5075 (java) S 5061 5063 4763 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347486668 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274040034424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5076] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5076/stat : 5076 (java) S 5061 5063 4763 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347486668 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274038981768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5077] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5077/stat : 5077 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274037930512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5078] ppid=5061 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/5063/task/5078/stat : 5078 (java) S 5061 5063 4763 0 -1 4202560 1939 0 0 0 17 0 0 0 20 0 18 0 347486671 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274036877880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5079] ppid=5061 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/5063/task/5079/stat : 5079 (java) S 5061 5063 4763 0 -1 4202560 2489 0 0 0 16 0 0 0 20 0 18 0 347486671 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140274035825336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5080] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5080/stat : 5080 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140273917094904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5081] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5081/stat : 5081 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2712133632 95395 33554432000 1073741824 1073778376 140734152322656 140273916042568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 2648568

[startup+3.10061 s]
/proc/loadavg: 2.76 3.59 3.12 3/212 5108
/proc/meminfo: memFree=26030496/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2648568 CPUtime=3.69 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 8663 0 1 0 356 13 0 0 20 0 18 0 347486663 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 662142 104631 2248 9 0 652835 0
[pid=5063/tid=5065] ppid=5061 vsize=2648568 CPUtime=2.95 cores=0,2,4,6
/proc/5063/task/5065/stat : 5065 (java) R 5061 5063 4763 0 -1 4202560 2909 0 1 0 288 7 0 0 20 0 18 0 347486665 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274076409936 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5066] ppid=5061 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/5063/task/5066/stat : 5066 (java) S 5061 5063 4763 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274060867752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5067] ppid=5061 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/5063/task/5067/stat : 5067 (java) S 5061 5063 4763 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274059815208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5068] ppid=5061 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/5063/task/5068/stat : 5068 (java) S 5061 5063 4763 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274058762664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5069] ppid=5061 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/5063/task/5069/stat : 5069 (java) S 5061 5063 4763 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274057710120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5070] ppid=5061 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/5063/task/5070/stat : 5070 (java) S 5061 5063 4763 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274056657576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5071] ppid=5061 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/5063/task/5071/stat : 5071 (java) S 5061 5063 4763 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274055605032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5072] ppid=5061 vsize=2648568 CPUtime=0.01 cores=0,2,4,6
/proc/5063/task/5072/stat : 5072 (java) S 5061 5063 4763 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274054552488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5073] ppid=5061 vsize=2648568 CPUtime=0.04 cores=0,2,4,6
/proc/5063/task/5073/stat : 5073 (java) S 5061 5063 4763 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 18 0 347486667 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274053499944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5074] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5074/stat : 5074 (java) S 5061 5063 4763 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347486668 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274041088104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5075] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5075/stat : 5075 (java) S 5061 5063 4763 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347486668 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274040034424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5076] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5076/stat : 5076 (java) S 5061 5063 4763 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347486668 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274038981768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5077] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5077/stat : 5077 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274037930512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5078] ppid=5061 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/5063/task/5078/stat : 5078 (java) S 5061 5063 4763 0 -1 4202560 1941 0 0 0 17 0 0 0 20 0 18 0 347486671 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274036877880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5079] ppid=5061 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/5063/task/5079/stat : 5079 (java) S 5061 5063 4763 0 -1 4202560 2489 0 0 0 16 0 0 0 20 0 18 0 347486671 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140274035825336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5080] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5080/stat : 5080 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140273917094904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5081] ppid=5061 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5081/stat : 5081 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2712133632 104631 33554432000 1073741824 1073778376 140734152322656 140273916042568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 2648568

[startup+6.30053 s]
/proc/loadavg: 2.86 3.60 3.13 7/213 5109
/proc/meminfo: memFree=25872872/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2715132 CPUtime=7.99 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 11468 0 1 0 779 20 0 0 20 0 19 0 347486663 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 678783 116601 2270 9 0 669476 0
[pid=5063/tid=5065] ppid=5061 vsize=2715132 CPUtime=5.99 cores=0,2,4,6
/proc/5063/task/5065/stat : 5065 (java) R 5061 5063 4763 0 -1 4202560 2927 0 1 0 592 7 0 0 20 0 19 0 347486665 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274076416984 266439015480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5066] ppid=5061 vsize=2715132 CPUtime=0.12 cores=0,2,4,6
/proc/5063/task/5066/stat : 5066 (java) S 5061 5063 4763 0 -1 4202560 46 0 0 0 10 2 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274060867752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5067] ppid=5061 vsize=2715132 CPUtime=0.14 cores=0,2,4,6
/proc/5063/task/5067/stat : 5067 (java) S 5061 5063 4763 0 -1 4202560 56 0 0 0 12 2 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274059815208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5068] ppid=5061 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/5063/task/5068/stat : 5068 (java) S 5061 5063 4763 0 -1 4202560 21 0 0 0 9 0 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274058762664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5069] ppid=5061 vsize=2715132 CPUtime=0.09 cores=0,2,4,6
/proc/5063/task/5069/stat : 5069 (java) S 5061 5063 4763 0 -1 4202560 33 0 0 0 7 2 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274057710120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5070] ppid=5061 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/5063/task/5070/stat : 5070 (java) S 5061 5063 4763 0 -1 4202560 34 0 0 0 10 0 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274056657576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5071] ppid=5061 vsize=2715132 CPUtime=0.06 cores=0,2,4,6
/proc/5063/task/5071/stat : 5071 (java) S 5061 5063 4763 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274055605032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5072] ppid=5061 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/5063/task/5072/stat : 5072 (java) S 5061 5063 4763 0 -1 4202560 31 0 0 0 8 2 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274054552488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5073] ppid=5061 vsize=2715132 CPUtime=0.11 cores=0,2,4,6
/proc/5063/task/5073/stat : 5073 (java) S 5061 5063 4763 0 -1 4202560 41 0 0 0 9 2 0 0 20 0 19 0 347486667 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274053499944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5074] ppid=5061 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5074/stat : 5074 (java) S 5061 5063 4763 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 347486668 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274041088104 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5075] ppid=5061 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5075/stat : 5075 (java) S 5061 5063 4763 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347486668 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274040034424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5076] ppid=5061 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5076/stat : 5076 (java) S 5061 5063 4763 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347486668 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274038981768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5077] ppid=5061 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5077/stat : 5077 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347486671 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274037930512 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5078] ppid=5061 vsize=2715132 CPUtime=0.49 cores=0,2,4,6
/proc/5063/task/5078/stat : 5078 (java) R 5061 5063 4763 0 -1 4202560 2928 0 0 0 49 0 0 0 20 0 19 0 347486671 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274036877880 266439013436 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5079] ppid=5061 vsize=2715132 CPUtime=0.54 cores=0,2,4,6
/proc/5063/task/5079/stat : 5079 (java) S 5061 5063 4763 0 -1 4202560 4143 0 0 0 54 0 0 0 20 0 19 0 347486671 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140274035825336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5080] ppid=5061 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5080/stat : 5080 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347486671 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140273917094904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5081] ppid=5061 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5081/stat : 5081 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347486671 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140273916042568 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5109] ppid=5061 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5109/stat : 5109 (java) S 5061 5063 4763 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347487168 2780295168 116601 33554432000 1073741824 1073778376 140734152322656 140273914987304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 2715132

[startup+12.7008 s]
/proc/loadavg: 2.79 3.57 3.12 3/214 5110
/proc/meminfo: memFree=25824752/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2715132 CPUtime=14.63 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 11469 0 1 0 1443 20 0 0 20 0 19 0 347486663 2780295168 116545 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/loadavg: 2.07 2.48 2.77 3/212 5112
/proc/meminfo: memFree=24643404/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2781696 CPUtime=396.77 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 13415 0 1 0 39562 115 0 0 20 0 18 0 347486663 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 695424 341175 2278 9 0 686117 0
[pid=5063/tid=5065] ppid=5061 vsize=2781696 CPUtime=377.05 cores=0,2,4,6
/proc/5063/task/5065/stat : 5065 (java) S 5061 5063 4763 0 -1 4202560 2971 0 1 0 37692 13 0 0 20 0 18 0 347486665 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274076421272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5066] ppid=5061 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/5063/task/5066/stat : 5066 (java) S 5061 5063 4763 0 -1 4202560 236 0 0 0 25 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274060867752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5067] ppid=5061 vsize=2781696 CPUtime=0.69 cores=0,2,4,6
/proc/5063/task/5067/stat : 5067 (java) S 5061 5063 4763 0 -1 4202560 382 0 0 0 48 21 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274059815208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5068] ppid=5061 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/5063/task/5068/stat : 5068 (java) S 5061 5063 4763 0 -1 4202560 138 0 0 0 19 5 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274058762664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5069] ppid=5061 vsize=2781696 CPUtime=0.31 cores=0,2,4,6
/proc/5063/task/5069/stat : 5069 (java) S 5061 5063 4763 0 -1 4202560 177 0 0 0 22 9 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274057710120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5070] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5070/stat : 5070 (java) S 5061 5063 4763 0 -1 4202560 297 0 0 0 28 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274056657576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5071] ppid=5061 vsize=2781696 CPUtime=0.27 cores=0,2,4,6
/proc/5063/task/5071/stat : 5071 (java) S 5061 5063 4763 0 -1 4202560 214 0 0 0 20 7 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274055605032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5072] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5072/stat : 5072 (java) S 5061 5063 4763 0 -1 4202560 256 0 0 0 29 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274054552488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5073] ppid=5061 vsize=2781696 CPUtime=0.46 cores=0,2,4,6
/proc/5063/task/5073/stat : 5073 (java) S 5061 5063 4763 0 -1 4202560 332 0 0 0 32 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274053499944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5074] ppid=5061 vsize=2781696 CPUtime=15.01 cores=0,2,4,6
/proc/5063/task/5074/stat : 5074 (java) R 5061 5063 4763 0 -1 4202560 113 0 0 0 1498 3 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274041088104 140274082544783 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5075] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5075/stat : 5075 (java) S 5061 5063 4763 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274040034424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5076] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5076/stat : 5076 (java) S 5061 5063 4763 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274038981768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5078] ppid=5061 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/5063/task/5078/stat : 5078 (java) S 5061 5063 4763 0 -1 4202560 2932 0 0 0 63 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274036877880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5079] ppid=5061 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/5063/task/5079/stat : 5079 (java) S 5061 5063 4763 0 -1 4202560 4143 0 0 0 65 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274035825336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5080] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5080/stat : 5080 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273917094904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5109] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5109/stat : 5109 (java) S 5061 5063 4763 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347487168 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273914987304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5112] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5112/stat : 5112 (java) S 5061 5063 4763 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 347525811 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273913927752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 396.77
Current children cumulated vsize (KiB) 2781696

[startup+393.401 s]
/proc/loadavg: 2.07 2.48 2.77 3/212 5112
/proc/meminfo: memFree=24643404/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2781696 CPUtime=397.16 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 13416 0 1 0 39601 115 0 0 20 0 18 0 347486663 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 695424 341175 2278 9 0 686117 0
[pid=5063/tid=5065] ppid=5061 vsize=2781696 CPUtime=377.05 cores=0,2,4,6
/proc/5063/task/5065/stat : 5065 (java) S 5061 5063 4763 0 -1 4202560 2971 0 1 0 37692 13 0 0 20 0 18 0 347486665 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274076421272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5066] ppid=5061 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/5063/task/5066/stat : 5066 (java) S 5061 5063 4763 0 -1 4202560 236 0 0 0 25 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274060867752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5067] ppid=5061 vsize=2781696 CPUtime=0.69 cores=0,2,4,6
/proc/5063/task/5067/stat : 5067 (java) S 5061 5063 4763 0 -1 4202560 382 0 0 0 48 21 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274059815208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5068] ppid=5061 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/5063/task/5068/stat : 5068 (java) S 5061 5063 4763 0 -1 4202560 138 0 0 0 19 5 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274058762664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5069] ppid=5061 vsize=2781696 CPUtime=0.31 cores=0,2,4,6
/proc/5063/task/5069/stat : 5069 (java) S 5061 5063 4763 0 -1 4202560 177 0 0 0 22 9 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274057710120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5070] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5070/stat : 5070 (java) S 5061 5063 4763 0 -1 4202560 297 0 0 0 28 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274056657576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5071] ppid=5061 vsize=2781696 CPUtime=0.27 cores=0,2,4,6
/proc/5063/task/5071/stat : 5071 (java) S 5061 5063 4763 0 -1 4202560 214 0 0 0 20 7 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274055605032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5072] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5072/stat : 5072 (java) S 5061 5063 4763 0 -1 4202560 256 0 0 0 29 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274054552488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5073] ppid=5061 vsize=2781696 CPUtime=0.46 cores=0,2,4,6
/proc/5063/task/5073/stat : 5073 (java) S 5061 5063 4763 0 -1 4202560 332 0 0 0 32 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274053499944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5074] ppid=5061 vsize=2781696 CPUtime=15.4 cores=0,2,4,6
/proc/5063/task/5074/stat : 5074 (java) R 5061 5063 4763 0 -1 4202560 113 0 0 0 1537 3 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274041088104 140274082542672 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5075] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5075/stat : 5075 (java) S 5061 5063 4763 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274040034424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5076] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5076/stat : 5076 (java) S 5061 5063 4763 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274038981768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5078] ppid=5061 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/5063/task/5078/stat : 5078 (java) S 5061 5063 4763 0 -1 4202560 2932 0 0 0 63 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274036877880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5079] ppid=5061 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/5063/task/5079/stat : 5079 (java) S 5061 5063 4763 0 -1 4202560 4143 0 0 0 65 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274035825336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5080] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5080/stat : 5080 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273917094904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5109] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5109/stat : 5109 (java) S 5061 5063 4763 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347487168 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273914987304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5112] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5112/stat : 5112 (java) S 5061 5063 4763 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 347525811 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273913927160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 397.16
Current children cumulated vsize (KiB) 2781696

[startup+393.601 s]
/proc/loadavg: 2.07 2.48 2.77 3/212 5112
/proc/meminfo: memFree=24643404/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2781696 CPUtime=397.36 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 13416 0 1 0 39621 115 0 0 20 0 18 0 347486663 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 695424 341175 2278 9 0 686117 0
[pid=5063/tid=5065] ppid=5061 vsize=2781696 CPUtime=377.05 cores=0,2,4,6
/proc/5063/task/5065/stat : 5065 (java) S 5061 5063 4763 0 -1 4202560 2971 0 1 0 37692 13 0 0 20 0 18 0 347486665 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274076421272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5066] ppid=5061 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/5063/task/5066/stat : 5066 (java) S 5061 5063 4763 0 -1 4202560 236 0 0 0 25 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274060867752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5067] ppid=5061 vsize=2781696 CPUtime=0.69 cores=0,2,4,6
/proc/5063/task/5067/stat : 5067 (java) S 5061 5063 4763 0 -1 4202560 382 0 0 0 48 21 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274059815208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5068] ppid=5061 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/5063/task/5068/stat : 5068 (java) S 5061 5063 4763 0 -1 4202560 138 0 0 0 19 5 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274058762664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5069] ppid=5061 vsize=2781696 CPUtime=0.31 cores=0,2,4,6
/proc/5063/task/5069/stat : 5069 (java) S 5061 5063 4763 0 -1 4202560 177 0 0 0 22 9 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274057710120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5070] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5070/stat : 5070 (java) S 5061 5063 4763 0 -1 4202560 297 0 0 0 28 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274056657576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5071] ppid=5061 vsize=2781696 CPUtime=0.27 cores=0,2,4,6
/proc/5063/task/5071/stat : 5071 (java) S 5061 5063 4763 0 -1 4202560 214 0 0 0 20 7 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274055605032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5072] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5072/stat : 5072 (java) S 5061 5063 4763 0 -1 4202560 256 0 0 0 29 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274054552488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5073] ppid=5061 vsize=2781696 CPUtime=0.46 cores=0,2,4,6
/proc/5063/task/5073/stat : 5073 (java) S 5061 5063 4763 0 -1 4202560 332 0 0 0 32 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274053499944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5074] ppid=5061 vsize=2781696 CPUtime=15.6 cores=0,2,4,6
/proc/5063/task/5074/stat : 5074 (java) R 5061 5063 4763 0 -1 4202560 113 0 0 0 1557 3 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274041088104 140274083274715 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5075] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5075/stat : 5075 (java) S 5061 5063 4763 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274040034424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5076] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5076/stat : 5076 (java) S 5061 5063 4763 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274038981768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5078] ppid=5061 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/5063/task/5078/stat : 5078 (java) S 5061 5063 4763 0 -1 4202560 2932 0 0 0 63 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274036877880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5079] ppid=5061 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/5063/task/5079/stat : 5079 (java) S 5061 5063 4763 0 -1 4202560 4143 0 0 0 65 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274035825336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5080] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5080/stat : 5080 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273917094904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5109] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5109/stat : 5109 (java) S 5061 5063 4763 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347487168 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273914987304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5112] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5112/stat : 5112 (java) S 5061 5063 4763 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 347525811 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273913927160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 397.36
Current children cumulated vsize (KiB) 2781696

[startup+393.701 s]
/proc/loadavg: 2.07 2.48 2.77 3/212 5112
/proc/meminfo: memFree=24643404/32873648 swapFree=6860/6860
[pid=5063] ppid=5061 vsize=2781696 CPUtime=397.46 cores=0,2,4,6
/proc/5063/stat : 5063 (java) S 5061 5063 4763 0 -1 4202496 13416 0 1 0 39631 115 0 0 20 0 18 0 347486663 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140734152313792 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/5063/statm: 695424 341175 2278 9 0 686117 0
[pid=5063/tid=5065] ppid=5061 vsize=2781696 CPUtime=377.05 cores=0,2,4,6
/proc/5063/task/5065/stat : 5065 (java) S 5061 5063 4763 0 -1 4202560 2971 0 1 0 37692 13 0 0 20 0 18 0 347486665 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274076421272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5066] ppid=5061 vsize=2781696 CPUtime=0.38 cores=0,2,4,6
/proc/5063/task/5066/stat : 5066 (java) S 5061 5063 4763 0 -1 4202560 236 0 0 0 25 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274060867752 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5067] ppid=5061 vsize=2781696 CPUtime=0.69 cores=0,2,4,6
/proc/5063/task/5067/stat : 5067 (java) S 5061 5063 4763 0 -1 4202560 382 0 0 0 48 21 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274059815208 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5068] ppid=5061 vsize=2781696 CPUtime=0.24 cores=0,2,4,6
/proc/5063/task/5068/stat : 5068 (java) S 5061 5063 4763 0 -1 4202560 138 0 0 0 19 5 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274058762664 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5069] ppid=5061 vsize=2781696 CPUtime=0.31 cores=0,2,4,6
/proc/5063/task/5069/stat : 5069 (java) S 5061 5063 4763 0 -1 4202560 177 0 0 0 22 9 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274057710120 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5070] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5070/stat : 5070 (java) S 5061 5063 4763 0 -1 4202560 297 0 0 0 28 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274056657576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5071] ppid=5061 vsize=2781696 CPUtime=0.27 cores=0,2,4,6
/proc/5063/task/5071/stat : 5071 (java) S 5061 5063 4763 0 -1 4202560 214 0 0 0 20 7 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274055605032 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5072] ppid=5061 vsize=2781696 CPUtime=0.42 cores=0,2,4,6
/proc/5063/task/5072/stat : 5072 (java) S 5061 5063 4763 0 -1 4202560 256 0 0 0 29 13 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274054552488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5073] ppid=5061 vsize=2781696 CPUtime=0.46 cores=0,2,4,6
/proc/5063/task/5073/stat : 5073 (java) S 5061 5063 4763 0 -1 4202560 332 0 0 0 32 14 0 0 20 0 18 0 347486667 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274053499944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5074] ppid=5061 vsize=2781696 CPUtime=15.7 cores=0,2,4,6
/proc/5063/task/5074/stat : 5074 (java) R 5061 5063 4763 0 -1 4202560 113 0 0 0 1567 3 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274041088104 266435313948 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5063/tid=5075] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5075/stat : 5075 (java) S 5061 5063 4763 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274040034424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5076] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5076/stat : 5076 (java) S 5061 5063 4763 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 347486668 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274038981768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5078] ppid=5061 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/5063/task/5078/stat : 5078 (java) S 5061 5063 4763 0 -1 4202560 2932 0 0 0 63 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274036877880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5079] ppid=5061 vsize=2781696 CPUtime=0.65 cores=0,2,4,6
/proc/5063/task/5079/stat : 5079 (java) S 5061 5063 4763 0 -1 4202560 4143 0 0 0 65 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140274035825336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5063/tid=5080] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5080/stat : 5080 (java) S 5061 5063 4763 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347486671 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273917094904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5063/tid=5109] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5109/stat : 5109 (java) S 5061 5063 4763 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347487168 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273914987304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5063/tid=5112] ppid=5061 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/5063/task/5112/stat : 5112 (java) S 5061 5063 4763 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 18 0 347525811 2848456704 341175 33554432000 1073741824 1073778376 140734152322656 140273913927160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 397.46
Current children cumulated vsize (KiB) 2781696

Child status: 1
Real time (s): 393.768
CPU time (s): 397.625
CPU user time (s): 396.322
CPU system time (s): 1.3028
CPU usage (%): 100.979
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 396.322
system time used= 1.3028
maximum resident set size= 1364708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13420
page faults= 1
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9038
involuntary context switches= 3743

runsolver used 1.04784 second user time and 2.20066 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-04 14:40:06
IDJOB=3744831
IDBENCH=92869
IDSOLVER=2322
FILE ID=node116/3744831-1338813605
RUNJOBID= node116-1338813605-5045
PBS_JOBID= 14636885
Free space on /tmp= 70768 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped3.G.recomb10-0.20-13.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744831-1338813605/watcher-3744831-1338813605 -o /tmp/evaluation-result-3744831-1338813605/solver-3744831-1338813605 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744831-1338813605.opb

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

MD5SUM BENCH= 29a5e01a8226455825d0b564a1dd2bc6
RANDOM SEED=158087871

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26814148 kB
Buffers:          568884 kB
Cached:          4557448 kB
SwapCached:         3028 kB
Active:          2530056 kB
Inactive:        2612088 kB
Active(anon):       5644 kB
Inactive(anon):     8500 kB
Active(file):    2524412 kB
Inactive(file):  2603588 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             88872 kB
Writeback:            12 kB
AnonPages:         14876 kB
Mapped:            11108 kB
Shmem:                68 kB
Slab:             778800 kB
SReclaimable:     222968 kB
SUnreclaim:       555832 kB
KernelStack:        1416 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     106952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70764 MiB
End job on node116 at 2012-06-04 14:46:40