Trace number 3741594

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? 111.867 104.717

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-zib01.opb
MD5SUM8f491d5bc2eb927e9b611fe56423c3ea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12471400
Total number of constraints5887041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3671487
Number of constraints which are nor clauses,nor cardinality constraints2215554
Minimum length of a constraint3
Maximum length of a constraint162
Number of terms in the objective function 12471400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 12471400
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 56
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12471400
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.1.1.v20090612
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version	1.6.0_24
0.06/0.09	c os.name	Linux
0.06/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch	amd64
0.06/0.09	c Free memory 1299577560
0.06/0.09	c Max memory 1306394624
0.06/0.09	c Total memory 1306394624
0.06/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3741594-1338775009.opb
0.08/0.12	c reading problem ... 
103.05/96.08	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
103.05/96.08		at java.util.Arrays.copyOfRange(Arrays.java:3209)
103.05/96.08		at java.lang.String.<init>(String.java:215)
103.05/96.08		at java.lang.StringBuffer.toString(StringBuffer.java:585)
103.05/96.08		at org.sat4j.pb.reader.OPBReader2007.readTerm(Unknown Source)
103.05/96.08		at org.sat4j.pb.reader.OPBReader2005.readObjective(Unknown Source)
103.05/96.08		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
103.05/96.08		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
103.05/96.08		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
103.05/96.08		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
103.05/96.08		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
103.05/96.08		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
103.05/96.08		at org.sat4j.AbstractLauncher.run(Unknown Source)
103.05/96.08		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
106.15/99.11	c starts		: 0
106.15/99.11	c conflicts		: 0
106.15/99.11	c decisions		: 0
111.75/104.70	c propagations		: 0
111.75/104.70	c inspects		: 0
111.75/104.70	c learnt literals	: 0
111.75/104.70	c learnt binary clauses	: 0
111.75/104.70	c learnt ternary clauses	: 0
111.75/104.70	c learnt clauses	: 0
111.75/104.70	c ignored clauses	: 0
111.75/104.70	c root simplifications	: 0
111.75/104.70	c removed literals (reason simplification)	: 0
111.75/104.70	c reason swapping (by a shorter reason)	: 0
111.75/104.70	c Calls to reduceDB	: 0
111.75/104.70	c speed (assignments/second)	: 0.0
111.75/104.70	c non guided choices	0
111.75/104.70	c learnt constraints type 
111.75/104.71	c constraints type 
111.75/104.71	s UNKNOWN
111.75/104.71	c Total wall clock time (in seconds): 104.584

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-3741594-1338775009/watcher-3741594-1338775009 -o /tmp/evaluation-result-3741594-1338775009/solver-3741594-1338775009 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741594-1338775009.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.00 2.00 2.00 3/192 6384
/proc/meminfo: memFree=21318512/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6384/stat : 6384 (java6) D 6382 6384 3438 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 343632004 9515008 183 33554432000 1073741824 1073778376 140734897877600 140734897868632 235374722741 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/6384/statm: 2323 183 140 9 0 71 0

[startup+0.083015 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 6384
/proc/meminfo: memFree=21318512/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648548 CPUtime=0.06 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 3815 0 1 0 5 1 0 0 20 0 18 0 343632004 2712113152 5533 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662137 5533 1755 9 0 652835 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2648548

[startup+0.100248 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 6384
/proc/meminfo: memFree=21318512/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 4091 0 1 0 7 1 0 0 20 0 18 0 343632004 2712133632 5809 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662142 5809 1934 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300235 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 6384
/proc/meminfo: memFree=21318512/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648568 CPUtime=0.39 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 5926 0 1 0 33 6 0 0 20 0 18 0 343632004 2712133632 78786 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662142 78786 2211 9 0 652835 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2648568

[startup+0.700216 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 6384
/proc/meminfo: memFree=21318512/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648568 CPUtime=1.39 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 6467 0 1 0 126 13 0 0 20 0 18 0 343632004 2712133632 162377 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662142 162377 2231 9 0 652835 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 2648568

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 2.00 3/210 6402
/proc/meminfo: memFree=20676488/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648568 CPUtime=2.31 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 6562 0 1 0 213 18 0 0 20 0 18 0 343632004 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662142 179813 2231 9 0 652835 0
[pid=6384/tid=6386] ppid=6382 vsize=2648568 CPUtime=1.23 cores=0,2,4,6
/proc/6384/task/6386/stat : 6386 (java) S 6382 6384 3438 0 -1 4202560 2903 0 1 0 117 6 0 0 20 0 18 0 343632005 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424998268456 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6387] ppid=6382 vsize=2648568 CPUtime=0.05 cores=0,2,4,6
/proc/6384/task/6387/stat : 6387 (java) R 6382 6384 3438 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424982719704 140425004665056 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6388] ppid=6382 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/6384/task/6388/stat : 6388 (java) R 6382 6384 3438 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424981666904 140425000740537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6389] ppid=6382 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/6384/task/6389/stat : 6389 (java) R 6382 6384 3438 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424980614104 140425000740595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6390] ppid=6382 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/6384/task/6390/stat : 6390 (java) R 6382 6384 3438 0 -1 4202560 69 0 0 0 8 2 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424979561008 140425002444975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6391] ppid=6382 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6391/stat : 6391 (java) R 6382 6384 3438 0 -1 4202560 40 0 0 0 7 1 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424978508328 140425000740553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6392] ppid=6382 vsize=2648568 CPUtime=0.11 cores=0,2,4,6
/proc/6384/task/6392/stat : 6392 (java) R 6382 6384 3438 0 -1 4202560 60 0 0 0 9 2 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424977455704 140425000740553 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6393] ppid=6382 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/6384/task/6393/stat : 6393 (java) R 6382 6384 3438 0 -1 4202560 49 0 0 0 13 1 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424976402904 140425002444975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6394] ppid=6382 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/6384/task/6394/stat : 6394 (java) R 6382 6384 3438 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 18 0 343632006 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424975350104 140425000740553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6395] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6395/stat : 6395 (java) S 6382 6384 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424844928904 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6396] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6396/stat : 6396 (java) S 6382 6384 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424843876088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6397] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6397/stat : 6397 (java) S 6382 6384 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424842823176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6398] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6398/stat : 6398 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424841771664 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6399] ppid=6382 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6399/stat : 6399 (java) S 6382 6384 3438 0 -1 4202560 985 0 0 0 8 0 0 0 20 0 18 0 343632011 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424840718776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6400] ppid=6382 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/6384/task/6400/stat : 6400 (java) S 6382 6384 3438 0 -1 4202560 1152 0 0 0 7 0 0 0 20 0 18 0 343632011 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424839665976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6401] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6401/stat : 6401 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424838613368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6402] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6402/stat : 6402 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 179813 33554432000 1073741824 1073778376 140734111220832 140424837560776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2648568

[startup+3.10064 s]
/proc/loadavg: 2.08 2.02 2.01 3/210 6402
/proc/meminfo: memFree=20577564/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648568 CPUtime=4.32 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 6865 0 1 0 400 32 0 0 20 0 18 0 343632004 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662142 200437 2235 9 0 652835 0
[pid=6384/tid=6386] ppid=6382 vsize=2648568 CPUtime=2.69 cores=0,2,4,6
/proc/6384/task/6386/stat : 6386 (java) R 6382 6384 3438 0 -1 4202560 2905 0 1 0 262 7 0 0 20 0 18 0 343632005 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424998260880 140424845382839 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6387] ppid=6382 vsize=2648568 CPUtime=0.11 cores=0,2,4,6
/proc/6384/task/6387/stat : 6387 (java) S 6382 6384 3438 0 -1 4202560 53 0 0 0 9 2 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424982719528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6388] ppid=6382 vsize=2648568 CPUtime=0.19 cores=0,2,4,6
/proc/6384/task/6388/stat : 6388 (java) S 6382 6384 3438 0 -1 4202560 64 0 0 0 17 2 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424981666728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6389] ppid=6382 vsize=2648568 CPUtime=0.14 cores=0,2,4,6
/proc/6384/task/6389/stat : 6389 (java) S 6382 6384 3438 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424980613928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6390] ppid=6382 vsize=2648568 CPUtime=0.16 cores=0,2,4,6
/proc/6384/task/6390/stat : 6390 (java) S 6382 6384 3438 0 -1 4202560 99 0 0 0 12 4 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424979561128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6391] ppid=6382 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/6384/task/6391/stat : 6391 (java) S 6382 6384 3438 0 -1 4202560 89 0 0 0 13 4 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424978508328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6392] ppid=6382 vsize=2648568 CPUtime=0.24 cores=0,2,4,6
/proc/6384/task/6392/stat : 6392 (java) S 6382 6384 3438 0 -1 4202560 129 0 0 0 18 6 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424977455528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6393] ppid=6382 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/6384/task/6393/stat : 6393 (java) S 6382 6384 3438 0 -1 4202560 76 0 0 0 18 2 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424976402728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6394] ppid=6382 vsize=2648568 CPUtime=0.13 cores=0,2,4,6
/proc/6384/task/6394/stat : 6394 (java) S 6382 6384 3438 0 -1 4202560 62 0 0 0 10 3 0 0 20 0 18 0 343632006 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424975349928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6395] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6395/stat : 6395 (java) S 6382 6384 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424844930024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6396] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6396/stat : 6396 (java) S 6382 6384 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424843876088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6397] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6397/stat : 6397 (java) S 6382 6384 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424842823176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6398] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6398/stat : 6398 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424841771664 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6399] ppid=6382 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6399/stat : 6399 (java) S 6382 6384 3438 0 -1 4202560 985 0 0 0 8 0 0 0 20 0 18 0 343632011 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424840718776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6400] ppid=6382 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/6384/task/6400/stat : 6400 (java) S 6382 6384 3438 0 -1 4202560 1156 0 0 0 7 0 0 0 20 0 18 0 343632011 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424839665976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6401] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6401/stat : 6401 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424838613368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6402] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6402/stat : 6402 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 200437 33554432000 1073741824 1073778376 140734111220832 140424837560776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 2648568

[startup+6.30065 s]
/proc/loadavg: 2.08 2.02 2.01 3/210 6402
/proc/meminfo: memFree=20358980/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648568 CPUtime=8.96 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 7822 0 1 0 847 49 0 0 20 0 18 0 343632004 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662142 244381 2236 9 0 652835 0
[pid=6384/tid=6386] ppid=6382 vsize=2648568 CPUtime=5.38 cores=0,2,4,6
/proc/6384/task/6386/stat : 6386 (java) R 6382 6384 3438 0 -1 4202560 2911 0 1 0 529 9 0 0 20 0 18 0 343632005 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424998268488 140424845382301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6387] ppid=6382 vsize=2648568 CPUtime=0.29 cores=0,2,4,6
/proc/6384/task/6387/stat : 6387 (java) S 6382 6384 3438 0 -1 4202560 135 0 0 0 25 4 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424982719528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6388] ppid=6382 vsize=2648568 CPUtime=0.44 cores=0,2,4,6
/proc/6384/task/6388/stat : 6388 (java) S 6382 6384 3438 0 -1 4202560 174 0 0 0 41 3 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424981666728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6389] ppid=6382 vsize=2648568 CPUtime=0.35 cores=0,2,4,6
/proc/6384/task/6389/stat : 6389 (java) S 6382 6384 3438 0 -1 4202560 166 0 0 0 30 5 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424980613928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6390] ppid=6382 vsize=2648568 CPUtime=0.39 cores=0,2,4,6
/proc/6384/task/6390/stat : 6390 (java) S 6382 6384 3438 0 -1 4202560 205 0 0 0 32 7 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424979561128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6391] ppid=6382 vsize=2648568 CPUtime=0.46 cores=0,2,4,6
/proc/6384/task/6391/stat : 6391 (java) S 6382 6384 3438 0 -1 4202560 231 0 0 0 40 6 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424978508328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6392] ppid=6382 vsize=2648568 CPUtime=0.51 cores=0,2,4,6
/proc/6384/task/6392/stat : 6392 (java) S 6382 6384 3438 0 -1 4202560 254 0 0 0 44 7 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424977455528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6393] ppid=6382 vsize=2648568 CPUtime=0.39 cores=0,2,4,6
/proc/6384/task/6393/stat : 6393 (java) S 6382 6384 3438 0 -1 4202560 160 0 0 0 34 5 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424976402728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6394] ppid=6382 vsize=2648568 CPUtime=0.47 cores=0,2,4,6
/proc/6384/task/6394/stat : 6394 (java) S 6382 6384 3438 0 -1 4202560 216 0 0 0 41 6 0 0 20 0 18 0 343632006 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424975349928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6395] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6395/stat : 6395 (java) S 6382 6384 3438 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424844930024 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6396] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6396/stat : 6396 (java) S 6382 6384 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424843876088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6397] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6397/stat : 6397 (java) S 6382 6384 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 343632008 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424842823176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6398] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6398/stat : 6398 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424841771664 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6399] ppid=6382 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6399/stat : 6399 (java) S 6382 6384 3438 0 -1 4202560 988 0 0 0 8 0 0 0 20 0 18 0 343632011 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424840718776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6400] ppid=6382 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/6384/task/6400/stat : 6400 (java) S 6382 6384 3438 0 -1 4202560 1199 0 0 0 9 0 0 0 20 0 18 0 343632011 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424839665976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6401] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6401/stat : 6401 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424838613368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6402] ppid=6382 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6402/stat : 6402 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 343632011 2712133632 244381 33554432000 1073741824 1073778376 140734111220832 140424837560776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 2648568

[startup+12.7006 s]
/proc/loadavg: 2.63 2.13 2.04 3/210 6402
/proc/meminfo: memFree=20028092/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2648568 CPUtime=19.71 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 11466 0 1 0 1893 78 0 0 20 0 18 0 343632004 2712133632 323623 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 662142 323623 2249 9 0 652835 0
[pid=6384/tid=6386] ppid=6382 vsize=2648568 CPUtime=8.14 cores=0,2,4,6

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

/proc/6384/task/6388/stat : 6388 (java) S 6382 6384 3438 0 -1 4202560 322 0 0 0 109 7 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424981666728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6389] ppid=6382 vsize=2715132 CPUtime=1.11 cores=0,2,4,6
/proc/6384/task/6389/stat : 6389 (java) S 6382 6384 3438 0 -1 4202560 279 0 0 0 103 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424980613928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6390] ppid=6382 vsize=2715132 CPUtime=1.02 cores=0,2,4,6
/proc/6384/task/6390/stat : 6390 (java) S 6382 6384 3438 0 -1 4202560 297 0 0 0 94 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424979561128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6391] ppid=6382 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/6384/task/6391/stat : 6391 (java) S 6382 6384 3438 0 -1 4202560 940 0 0 0 115 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424978508328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6392] ppid=6382 vsize=2715132 CPUtime=1.22 cores=0,2,4,6
/proc/6384/task/6392/stat : 6392 (java) S 6382 6384 3438 0 -1 4202560 367 0 0 0 111 11 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424977455528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6393] ppid=6382 vsize=2715132 CPUtime=1.27 cores=0,2,4,6
/proc/6384/task/6393/stat : 6393 (java) S 6382 6384 3438 0 -1 4202560 689 0 0 0 118 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424976402728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6394] ppid=6382 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/6384/task/6394/stat : 6394 (java) S 6382 6384 3438 0 -1 4202560 1080 0 0 0 107 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424975349928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6395] ppid=6382 vsize=2715132 CPUtime=87.3 cores=0,2,4,6
/proc/6384/task/6395/stat : 6395 (java) R 6382 6384 3438 0 -1 4202560 98 0 0 0 8726 4 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424844930144 140425005123654 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6396] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6396/stat : 6396 (java) S 6382 6384 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424843876088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6397] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6397/stat : 6397 (java) S 6382 6384 3438 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424842823176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6398] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6398/stat : 6398 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424841771664 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6399] ppid=6382 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6399/stat : 6399 (java) S 6382 6384 3438 0 -1 4202560 988 0 0 0 8 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424840718776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6400] ppid=6382 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/6384/task/6400/stat : 6400 (java) S 6382 6384 3438 0 -1 4202560 1199 0 0 0 10 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424839665976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6401] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6401/stat : 6401 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424838613368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6402] ppid=6382 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/6384/task/6402/stat : 6402 (java) S 6382 6384 3438 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424837560776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6403] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6403/stat : 6403 (java) S 6382 6384 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343641613 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424836506200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 109.36
Current children cumulated vsize (KiB) 2715132

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

[startup+103.901 s]
/proc/loadavg: 2.16 2.11 2.04 3/211 6403
/proc/meminfo: memFree=19932324/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2715132 CPUtime=110.95 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 11587 0 1 0 11013 82 0 0 20 0 19 0 343632004 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 678783 342587 2252 9 0 669476 0
[pid=6384/tid=6386] ppid=6382 vsize=2715132 CPUtime=12.56 cores=0,2,4,6
/proc/6384/task/6386/stat : 6386 (java) S 6382 6384 3438 0 -1 4202560 2974 0 1 0 1245 11 0 0 20 0 19 0 343632005 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424998270136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6387] ppid=6382 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/6384/task/6387/stat : 6387 (java) S 6382 6384 3438 0 -1 4202560 1161 0 0 0 88 6 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424982719528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6388] ppid=6382 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/6384/task/6388/stat : 6388 (java) S 6382 6384 3438 0 -1 4202560 322 0 0 0 109 7 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424981666728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6389] ppid=6382 vsize=2715132 CPUtime=1.11 cores=0,2,4,6
/proc/6384/task/6389/stat : 6389 (java) S 6382 6384 3438 0 -1 4202560 279 0 0 0 103 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424980613928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6390] ppid=6382 vsize=2715132 CPUtime=1.02 cores=0,2,4,6
/proc/6384/task/6390/stat : 6390 (java) S 6382 6384 3438 0 -1 4202560 297 0 0 0 94 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424979561128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6391] ppid=6382 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/6384/task/6391/stat : 6391 (java) S 6382 6384 3438 0 -1 4202560 940 0 0 0 115 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424978508328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6392] ppid=6382 vsize=2715132 CPUtime=1.22 cores=0,2,4,6
/proc/6384/task/6392/stat : 6392 (java) S 6382 6384 3438 0 -1 4202560 367 0 0 0 111 11 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424977455528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6393] ppid=6382 vsize=2715132 CPUtime=1.27 cores=0,2,4,6
/proc/6384/task/6393/stat : 6393 (java) S 6382 6384 3438 0 -1 4202560 689 0 0 0 118 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424976402728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6394] ppid=6382 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/6384/task/6394/stat : 6394 (java) S 6382 6384 3438 0 -1 4202560 1080 0 0 0 107 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424975349928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6395] ppid=6382 vsize=2715132 CPUtime=88.89 cores=0,2,4,6
/proc/6384/task/6395/stat : 6395 (java) R 6382 6384 3438 0 -1 4202560 98 0 0 0 8885 4 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424844930184 140425004777594 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6396] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6396/stat : 6396 (java) S 6382 6384 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424843876088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6397] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6397/stat : 6397 (java) S 6382 6384 3438 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424842823176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6398] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6398/stat : 6398 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424841771664 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6399] ppid=6382 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6399/stat : 6399 (java) S 6382 6384 3438 0 -1 4202560 988 0 0 0 8 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424840718776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6400] ppid=6382 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/6384/task/6400/stat : 6400 (java) S 6382 6384 3438 0 -1 4202560 1199 0 0 0 10 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424839665976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6401] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6401/stat : 6401 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424838613368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6402] ppid=6382 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/6384/task/6402/stat : 6402 (java) S 6382 6384 3438 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424837560776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6403] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6403/stat : 6403 (java) S 6382 6384 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343641613 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424836506200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 110.95
Current children cumulated vsize (KiB) 2715132

[startup+104.301 s]
/proc/loadavg: 2.16 2.11 2.04 3/211 6403
/proc/meminfo: memFree=19932324/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2715132 CPUtime=111.35 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 11587 0 1 0 11053 82 0 0 20 0 19 0 343632004 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 678783 342587 2252 9 0 669476 0
[pid=6384/tid=6386] ppid=6382 vsize=2715132 CPUtime=12.56 cores=0,2,4,6
/proc/6384/task/6386/stat : 6386 (java) S 6382 6384 3438 0 -1 4202560 2974 0 1 0 1245 11 0 0 20 0 19 0 343632005 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424998270136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6387] ppid=6382 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/6384/task/6387/stat : 6387 (java) S 6382 6384 3438 0 -1 4202560 1161 0 0 0 88 6 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424982719528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6388] ppid=6382 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/6384/task/6388/stat : 6388 (java) S 6382 6384 3438 0 -1 4202560 322 0 0 0 109 7 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424981666728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6389] ppid=6382 vsize=2715132 CPUtime=1.11 cores=0,2,4,6
/proc/6384/task/6389/stat : 6389 (java) S 6382 6384 3438 0 -1 4202560 279 0 0 0 103 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424980613928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6390] ppid=6382 vsize=2715132 CPUtime=1.02 cores=0,2,4,6
/proc/6384/task/6390/stat : 6390 (java) S 6382 6384 3438 0 -1 4202560 297 0 0 0 94 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424979561128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6391] ppid=6382 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/6384/task/6391/stat : 6391 (java) S 6382 6384 3438 0 -1 4202560 940 0 0 0 115 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424978508328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6392] ppid=6382 vsize=2715132 CPUtime=1.22 cores=0,2,4,6
/proc/6384/task/6392/stat : 6392 (java) S 6382 6384 3438 0 -1 4202560 367 0 0 0 111 11 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424977455528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6393] ppid=6382 vsize=2715132 CPUtime=1.27 cores=0,2,4,6
/proc/6384/task/6393/stat : 6393 (java) S 6382 6384 3438 0 -1 4202560 689 0 0 0 118 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424976402728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6394] ppid=6382 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/6384/task/6394/stat : 6394 (java) S 6382 6384 3438 0 -1 4202560 1080 0 0 0 107 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424975349928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6395] ppid=6382 vsize=2715132 CPUtime=89.29 cores=0,2,4,6
/proc/6384/task/6395/stat : 6395 (java) R 6382 6384 3438 0 -1 4202560 98 0 0 0 8925 4 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424844930184 140425002430833 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6396] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6396/stat : 6396 (java) S 6382 6384 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424843876088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6397] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6397/stat : 6397 (java) S 6382 6384 3438 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424842823176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6398] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6398/stat : 6398 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424841771664 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6399] ppid=6382 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6399/stat : 6399 (java) S 6382 6384 3438 0 -1 4202560 988 0 0 0 8 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424840718776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6400] ppid=6382 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/6384/task/6400/stat : 6400 (java) S 6382 6384 3438 0 -1 4202560 1199 0 0 0 10 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424839665976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6401] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6401/stat : 6401 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424838613368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6402] ppid=6382 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/6384/task/6402/stat : 6402 (java) S 6382 6384 3438 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424837560776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6403] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6403/stat : 6403 (java) S 6382 6384 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343641613 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424836506200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 111.35
Current children cumulated vsize (KiB) 2715132

[startup+104.701 s]
/proc/loadavg: 2.16 2.11 2.04 3/211 6403
/proc/meminfo: memFree=19932324/32873844 swapFree=7112/7112
[pid=6384] ppid=6382 vsize=2715132 CPUtime=111.75 cores=0,2,4,6
/proc/6384/stat : 6384 (java) S 6382 6384 3438 0 -1 4202496 11587 0 1 0 11093 82 0 0 20 0 19 0 343632004 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140734111211968 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6384/statm: 678783 342587 2252 9 0 669476 0
[pid=6384/tid=6386] ppid=6382 vsize=2715132 CPUtime=12.56 cores=0,2,4,6
/proc/6384/task/6386/stat : 6386 (java) S 6382 6384 3438 0 -1 4202560 2974 0 1 0 1245 11 0 0 20 0 19 0 343632005 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424998270136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6387] ppid=6382 vsize=2715132 CPUtime=0.94 cores=0,2,4,6
/proc/6384/task/6387/stat : 6387 (java) S 6382 6384 3438 0 -1 4202560 1161 0 0 0 88 6 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424982719528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6388] ppid=6382 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/6384/task/6388/stat : 6388 (java) S 6382 6384 3438 0 -1 4202560 322 0 0 0 109 7 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424981666728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6389] ppid=6382 vsize=2715132 CPUtime=1.11 cores=0,2,4,6
/proc/6384/task/6389/stat : 6389 (java) S 6382 6384 3438 0 -1 4202560 279 0 0 0 103 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424980613928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6390] ppid=6382 vsize=2715132 CPUtime=1.02 cores=0,2,4,6
/proc/6384/task/6390/stat : 6390 (java) S 6382 6384 3438 0 -1 4202560 297 0 0 0 94 8 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424979561128 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6391] ppid=6382 vsize=2715132 CPUtime=1.24 cores=0,2,4,6
/proc/6384/task/6391/stat : 6391 (java) S 6382 6384 3438 0 -1 4202560 940 0 0 0 115 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424978508328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6392] ppid=6382 vsize=2715132 CPUtime=1.22 cores=0,2,4,6
/proc/6384/task/6392/stat : 6392 (java) S 6382 6384 3438 0 -1 4202560 367 0 0 0 111 11 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424977455528 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6393] ppid=6382 vsize=2715132 CPUtime=1.27 cores=0,2,4,6
/proc/6384/task/6393/stat : 6393 (java) S 6382 6384 3438 0 -1 4202560 689 0 0 0 118 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424976402728 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6394] ppid=6382 vsize=2715132 CPUtime=1.16 cores=0,2,4,6
/proc/6384/task/6394/stat : 6394 (java) S 6382 6384 3438 0 -1 4202560 1080 0 0 0 107 9 0 0 20 0 19 0 343632006 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424975349928 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6384/tid=6395] ppid=6382 vsize=2715132 CPUtime=89.69 cores=0,2,4,6
/proc/6384/task/6395/stat : 6395 (java) R 6382 6384 3438 0 -1 4202560 98 0 0 0 8965 4 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424844930184 140425004393873 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6396] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6396/stat : 6396 (java) S 6382 6384 3438 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424843876088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6397] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6397/stat : 6397 (java) S 6382 6384 3438 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 343632008 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424842823176 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6398] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6398/stat : 6398 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424841771664 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6399] ppid=6382 vsize=2715132 CPUtime=0.08 cores=0,2,4,6
/proc/6384/task/6399/stat : 6399 (java) S 6382 6384 3438 0 -1 4202560 988 0 0 0 8 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424840718776 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6384/tid=6400] ppid=6382 vsize=2715132 CPUtime=0.1 cores=0,2,4,6
/proc/6384/task/6400/stat : 6400 (java) S 6382 6384 3438 0 -1 4202560 1199 0 0 0 10 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424839665976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6401] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6401/stat : 6401 (java) S 6382 6384 3438 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424838613368 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6384/tid=6402] ppid=6382 vsize=2715132 CPUtime=0.04 cores=0,2,4,6
/proc/6384/task/6402/stat : 6402 (java) S 6382 6384 3438 0 -1 4202560 7 0 0 0 2 2 0 0 20 0 19 0 343632011 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424837560776 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6384/tid=6403] ppid=6382 vsize=2715132 CPUtime=0 cores=0,2,4,6
/proc/6384/task/6403/stat : 6403 (java) S 6382 6384 3438 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 343641613 2780295168 342587 33554432000 1073741824 1073778376 140734111220832 140424836506200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 111.75
Current children cumulated vsize (KiB) 2715132

Child status: 1
Real time (s): 104.717
CPU time (s): 111.867
CPU user time (s): 110.885
CPU system time (s): 0.98185
CPU usage (%): 106.828
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.885
system time used= 0.98185
maximum resident set size= 1370440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11617
page faults= 1
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3129
involuntary context switches= 6179

runsolver used 0.167974 second user time and 0.478927 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-04 03:57:14
IDJOB=3741594
IDBENCH=89882
IDSOLVER=2322
FILE ID=node104/3741594-1338775009
RUNJOBID= node104-1338747831-3454
PBS_JOBID= 14636783
Free space on /tmp= 65672 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-zib01.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741594-1338775009/watcher-3741594-1338775009 -o /tmp/evaluation-result-3741594-1338775009/solver-3741594-1338775009 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3741594-1338775009.opb

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

MD5SUM BENCH= 8f491d5bc2eb927e9b611fe56423c3ea
RANDOM SEED=2077839733

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        21319040 kB
Buffers:         1992828 kB
Cached:          8223280 kB
SwapCached:          708 kB
Active:          7302032 kB
Inactive:        3201148 kB
Active(anon):     274680 kB
Inactive(anon):     8092 kB
Active(file):    7027352 kB
Inactive(file):  3193056 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105164 kB
Dirty:            780076 kB
Writeback:             0 kB
AnonPages:        289112 kB
Mapped:            22320 kB
Shmem:                 8 kB
Slab:             906576 kB
SReclaimable:     347908 kB
SUnreclaim:       558668 kB
KernelStack:        1560 kB
PageTables:         4624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1510312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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= 65672 MiB
End job on node104 at 2012-06-04 03:58:59