Trace number 4090178

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
Sat4j PB 2.3.6 Res+CP PB16UNSAT 44.0973 21.0371

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-left3reg-l080-r079-n1.opb
MD5SUM1763d476118a795152b951cc9c53b3c7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.33719
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5685
Total number of constraints12275
Number of constraints which are clauses10380
Number of constraints which are cardinality constraints (but not clauses)1895
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090178-1466026789.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.97/0.50	c ... done. Wall clock time 0.391s.
0.97/0.50	c declared #vars     5685
0.97/0.51	c #constraints  14170
0.97/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.97/0.51	c constraints type 
0.97/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1895
0.97/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 1895
0.97/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10380
0.97/0.51	c 14170 constraints processed.
0.97/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.97/0.51	c constraints type 
0.97/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10380
0.97/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1895
0.97/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1895
0.97/0.51	c 14170 constraints processed.
5.89/2.41	c cleaning 2490 clauses out of 5003 with flag 192720/5003
9.14/3.90	c cleaning 4249 clauses out of 8510 with flag 274291/11000
10.40/4.56	c cleaning 0 clauses out of 5000 with flag 0/5000
13.53/5.93	c cleaning 5626 clauses out of 11263 with flag 386232/18002
18.10/8.19	c cleaning 6814 clauses out of 13636 with flag 463698/26001
23.20/10.65	c cleaning 7904 clauses out of 15821 with flag 569543/35000
29.04/13.42	c cleaning 8955 clauses out of 17917 with flag 706900/45001
35.54/16.64	c cleaning 9978 clauses out of 19961 with flag 843140/56000
42.72/20.23	c cleaning 10990 clauses out of 21982 with flag 996085/68000
43.95/20.87	c And the winner is solver0
44.04/21.01	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
44.04/21.01	c starts		: 120
44.04/21.01	c conflicts		: 70575
44.04/21.01	c decisions		: 444115
44.04/21.01	c propagations		: 33579798
44.04/21.01	c inspects		: 161055515
44.04/21.01	c shortcuts		: 0
44.04/21.01	c learnt literals	: 9
44.04/21.01	c learnt binary clauses	: 55
44.04/21.01	c learnt ternary clauses	: 3492
44.04/21.01	c learnt constraints	: 70565
44.04/21.01	c ignored constraints	: 0
44.04/21.01	c root simplifications	: 0
44.04/21.01	c removed literals (reason simplification)	: 3178869
44.04/21.01	c reason swapping (by a shorter reason)	: 0
44.04/21.01	c Calls to reduceDB	: 8
44.04/21.01	c Number of update (reduction) of LBD	: 31651
44.04/21.01	c Imported unit clauses	: 0
44.04/21.01	c number of reductions to clauses (during analyze)	: 0
44.04/21.01	c number of learned constraints concerned by reduction	: 0
44.04/21.01	c number of learning phase by resolution	: 0
44.04/21.01	c number of learning phase by cutting planes	: 0
44.04/21.01	c speed (assignments/second)	: 1638598.4482506223
44.04/21.01	c non guided choices	61437
44.04/21.02	c learnt constraints type 
44.04/21.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
44.04/21.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13504
44.04/21.02	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
44.04/21.02	c starts		: 28
44.04/21.02	c conflicts		: 7430
44.04/21.02	c decisions		: 292345
44.04/21.02	c propagations		: 4272777
44.04/21.02	c inspects		: 40959765
44.04/21.02	c shortcuts		: 0
44.04/21.02	c learnt literals	: 0
44.04/21.02	c learnt binary clauses	: 0
44.04/21.02	c learnt ternary clauses	: 3295
44.04/21.02	c learnt constraints	: 7429
44.04/21.02	c ignored constraints	: 0
44.04/21.02	c root simplifications	: 0
44.04/21.02	c removed literals (reason simplification)	: 0
44.04/21.02	c reason swapping (by a shorter reason)	: 0
44.04/21.02	c Calls to reduceDB	: 1
44.04/21.02	c Number of update (reduction) of LBD	: 0
44.04/21.02	c Imported unit clauses	: 0
44.04/21.02	c number of reductions to clauses (during analyze)	: 0
44.04/21.02	c number of learned constraints concerned by reduction	: 0
44.04/21.02	c number of learning phase by resolution	: 0
44.04/21.02	c number of learning phase by cutting planes	: 0
44.04/21.02	c speed (assignments/second)	: 208428.1463414634
44.04/21.02	c non guided choices	23362
44.04/21.02	c learnt constraints type 
44.04/21.02	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4285
44.04/21.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3144
44.04/21.02	s UNSATISFIABLE
44.04/21.02	c Total wall clock time (in seconds): 20.91

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090178-1466026789/watcher-4090178-1466026789 -o /tmp/evaluation-result-4090178-1466026789/solver-4090178-1466026789 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090178-1466026789.opb 

pid=12009
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: 4.03 4.02 4.00 4/197 12012
/proc/meminfo: memFree=28789700/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 1327 0 0 0 0 0 0 0 20 0 2 0 4729349 98635776 959 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 24081 961 729 9 0 16771 0
[pid=12012/tid=12013] ppid=12009 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) R 12009 12012 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4729349 98570240 977 33554432000 1073741824 1073778376 140735867724384 139647776022056 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.03 4.02 4.00 4/197 12012
/proc/meminfo: memFree=28789700/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 4483 0 1 0 9 1 0 0 20 0 18 0 4729349 9787879424 5604 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2389619 5604 2126 9 0 2380296 0
[pid=12012/tid=12013] ppid=12009 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) R 12009 12012 5767 0 -1 4202560 2443 0 1 0 6 1 0 0 20 0 18 0 4729349 9787879424 5604 33554432000 1073741824 1073778376 140735867724384 139647776025504 247067632909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 4.03 4.02 4.00 4/197 12012
/proc/meminfo: memFree=28789700/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 4938 0 1 0 22 2 0 0 20 0 18 0 4729349 9787879424 13723 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2389619 13723 2202 9 0 2380296 0
[pid=12012/tid=12013] ppid=12009 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) R 12009 12012 5767 0 -1 4202560 2467 0 1 0 16 1 0 0 20 0 18 0 4729349 9787879424 13723 33554432000 1073741824 1073778376 140735867724384 139647776025504 139647783791443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300395 s]
/proc/loadavg: 4.03 4.02 4.00 4/197 12012
/proc/meminfo: memFree=28789700/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 5820 0 1 0 45 3 0 0 20 0 18 0 4729349 9787879424 32175 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2389619 32175 2226 9 0 2380296 0
[pid=12012/tid=12013] ppid=12009 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) R 12009 12012 5767 0 -1 4202560 2504 0 1 0 25 2 0 0 20 0 18 0 4729349 9787879424 32175 33554432000 1073741824 1073778376 140735867724384 139647776026488 139647780784777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 4.03 4.02 4.00 4/197 12012
/proc/meminfo: memFree=28789700/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 9789 0 1 0 161 4 0 0 20 0 22 0 4729349 10060525568 40366 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2456183 40366 2283 9 0 2446860 0
[pid=12012/tid=12013] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) S 12009 12012 5767 0 -1 4202560 2533 0 1 0 46 3 0 0 20 0 22 0 4729349 10060525568 40366 33554432000 1073741824 1073778376 140735867724384 139647776027512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.03 4.02 4.00 5/219 12034
/proc/meminfo: memFree=28631740/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 12139 0 1 0 356 5 0 0 20 0 22 0 4729349 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2456183 42328 2284 9 0 2446860 0
[pid=12012/tid=12013] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) S 12009 12012 5767 0 -1 4202560 2533 0 1 0 46 3 0 0 20 0 22 0 4729349 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647776027512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12015] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12015/stat : 12015 (java) S 12009 12012 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647619951144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12016] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12016/stat : 12016 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647618898344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12017] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12017/stat : 12017 (java) S 12009 12012 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647617845544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12018] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12018/stat : 12018 (java) S 12009 12012 5767 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647616792744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12019] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12019/stat : 12019 (java) S 12009 12012 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647615740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12020] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12020/stat : 12020 (java) S 12009 12012 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647614688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12021] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12021/stat : 12021 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647613635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12022] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12022/stat : 12022 (java) S 12009 12012 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647612582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12023] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12023/stat : 12023 (java) S 12009 12012 5767 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 4729351 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647600171496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12024] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12024/stat : 12024 (java) S 12009 12012 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647599117560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12025] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12025/stat : 12025 (java) S 12009 12012 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647598064648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12026] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12026/stat : 12026 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647597013136 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12027] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12027/stat : 12027 (java) S 12009 12012 5767 0 -1 4202560 3987 0 0 0 48 1 0 0 20 0 22 0 4729354 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647595961272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12028] ppid=12009 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/12012/task/12028/stat : 12028 (java) S 12009 12012 5767 0 -1 4202560 4185 0 0 0 59 0 0 0 20 0 22 0 4729354 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647594908472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12029] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12029/stat : 12029 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647593855864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12030] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12030/stat : 12030 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647592803272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12031] ppid=12009 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/12012/task/12031/stat : 12031 (java) R 12009 12012 5767 0 -1 4202560 22 0 0 0 95 0 0 0 20 0 22 0 4729400 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647591748248 139647649055745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12032] ppid=12009 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/12012/task/12032/stat : 12032 (java) R 12009 12012 5767 0 -1 4202560 26 0 0 0 94 0 0 0 20 0 22 0 4729400 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647590695112 139647649086529 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12033] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12033/stat : 12033 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647589643176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12034] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12034/stat : 12034 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 42328 33554432000 1073741824 1073778376 140735867724384 139647588590376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.03 4.02 4.00 5/219 12034
/proc/meminfo: memFree=28519624/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9824732 CPUtime=7.52 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 19535 0 1 0 741 11 0 0 20 0 22 0 4729349 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2456183 83733 2290 9 0 2446860 0
[pid=12012/tid=12013] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) S 12009 12012 5767 0 -1 4202560 2533 0 1 0 46 3 0 0 20 0 22 0 4729349 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647776027512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12015] ppid=12009 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12012/task/12015/stat : 12015 (java) S 12009 12012 5767 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647619951144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12016] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12016/stat : 12016 (java) S 12009 12012 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647618898344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12017] ppid=12009 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12012/task/12017/stat : 12017 (java) S 12009 12012 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647617845544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12018] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12018/stat : 12018 (java) S 12009 12012 5767 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647616792744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12019] ppid=12009 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12012/task/12019/stat : 12019 (java) S 12009 12012 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647615740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12020] ppid=12009 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/12012/task/12020/stat : 12020 (java) S 12009 12012 5767 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647614688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12021] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12021/stat : 12021 (java) S 12009 12012 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647613635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12022] ppid=12009 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12012/task/12022/stat : 12022 (java) S 12009 12012 5767 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 4729350 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647612582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12023] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12023/stat : 12023 (java) S 12009 12012 5767 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 4729351 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647600171496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12024] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12024/stat : 12024 (java) S 12009 12012 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647599117560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12025] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12025/stat : 12025 (java) S 12009 12012 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647598064648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12026] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12026/stat : 12026 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647597013136 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12027] ppid=12009 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/12012/task/12027/stat : 12027 (java) S 12009 12012 5767 0 -1 4202560 6309 0 0 0 69 1 0 0 20 0 22 0 4729354 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647595961272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12028] ppid=12009 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/12012/task/12028/stat : 12028 (java) S 12009 12012 5767 0 -1 4202560 9026 0 0 0 103 1 0 0 20 0 22 0 4729354 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647594908472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12029] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12029/stat : 12029 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647593855864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12030] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12030/stat : 12030 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647592803272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12031] ppid=12009 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/12012/task/12031/stat : 12031 (java) R 12009 12012 5767 0 -1 4202560 22 0 0 0 251 0 0 0 20 0 22 0 4729400 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647591746048 139647649129302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12032] ppid=12009 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/12012/task/12032/stat : 12032 (java) R 12009 12012 5767 0 -1 4202560 90 0 0 0 248 1 0 0 20 0 22 0 4729400 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647590694256 139647649190230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12033] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12033/stat : 12033 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647589643176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12034] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12034/stat : 12034 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 83733 33554432000 1073741824 1073778376 140735867724384 139647588590376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.03 4.02 4.00 5/219 12034
/proc/meminfo: memFree=28211516/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9824732 CPUtime=14.5 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 21581 0 1 0 1430 20 0 0 20 0 22 0 4729349 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2456183 154613 2291 9 0 2446860 0
[pid=12012/tid=12013] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) S 12009 12012 5767 0 -1 4202560 2533 0 1 0 46 3 0 0 20 0 22 0 4729349 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647776027512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12015] ppid=12009 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12012/task/12015/stat : 12015 (java) S 12009 12012 5767 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 4729350 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647619951144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12016] ppid=12009 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/12012/task/12016/stat : 12016 (java) S 12009 12012 5767 0 -1 4202560 129 0 0 0 4 1 0 0 20 0 22 0 4729350 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647618898344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12017] ppid=12009 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12012/task/12017/stat : 12017 (java) S 12009 12012 5767 0 -1 4202560 52 0 0 0 2 1 0 0 20 0 22 0 4729350 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647617845544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12018] ppid=12009 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12012/task/12018/stat : 12018 (java) S 12009 12012 5767 0 -1 4202560 59 0 0 0 4 0 0 0 20 0 22 0 4729350 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647616792744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12019] ppid=12009 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/12012/task/12019/stat : 12019 (java) S 12009 12012 5767 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 4729350 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647615740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12020] ppid=12009 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/12012/task/12020/stat : 12020 (java) S 12009 12012 5767 0 -1 4202560 59 0 0 0 3 0 0 0 20 0 22 0 4729350 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647614688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12021] ppid=12009 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/12012/task/12021/stat : 12021 (java) S 12009 12012 5767 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 4729350 10060525568 154613 33554432000 1073741824 1073778376 140735867724384 139647613635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12022] ppid=12009 vsize=9824732 CPUtime=0.04 cores=0,2,4,6

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

[pid=12012/tid=12026] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12026/stat : 12026 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647597013136 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12027] ppid=12009 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/12012/task/12027/stat : 12027 (java) S 12009 12012 5767 0 -1 4202560 8965 0 0 0 111 2 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647595961272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12028] ppid=12009 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/12012/task/12028/stat : 12028 (java) S 12009 12012 5767 0 -1 4202560 9532 0 0 0 136 1 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647594908472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12029] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12029/stat : 12029 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647593855864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12030] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12030/stat : 12030 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647592803272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12031] ppid=12009 vsize=9824732 CPUtime=18.38 cores=0,2,4,6
/proc/12012/task/12031/stat : 12031 (java) R 12009 12012 5767 0 -1 4202560 31 0 0 0 1838 0 0 0 20 0 22 0 4729400 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647591746552 139647649021959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12032] ppid=12009 vsize=9824732 CPUtime=18.37 cores=0,2,4,6
/proc/12012/task/12032/stat : 12032 (java) R 12009 12012 5767 0 -1 4202560 1228 0 0 0 1811 26 0 0 20 0 22 0 4729400 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647590693440 139647649296004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12033] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12033/stat : 12033 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647589643176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12034] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12034/stat : 12034 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647588590376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 40.72
Current children cumulated vsize (KiB) 9824732

[startup+20.0009 s]
/proc/loadavg: 4.09 4.04 4.00 5/220 12037
/proc/meminfo: memFree=26650528/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9824732 CPUtime=42.32 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 25417 0 1 0 4182 50 0 0 20 0 22 0 4729349 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2456183 541041 2291 9 0 2446860 0
[pid=12012/tid=12013] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) S 12009 12012 5767 0 -1 4202560 2533 0 1 0 46 3 0 0 20 0 22 0 4729349 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647776027512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12015] ppid=12009 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12012/task/12015/stat : 12015 (java) S 12009 12012 5767 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647619951144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12016] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12016/stat : 12016 (java) S 12009 12012 5767 0 -1 4202560 143 0 0 0 7 1 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647618898344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12017] ppid=12009 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/12012/task/12017/stat : 12017 (java) S 12009 12012 5767 0 -1 4202560 81 0 0 0 7 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647617845544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12018] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12018/stat : 12018 (java) S 12009 12012 5767 0 -1 4202560 82 0 0 0 6 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647616792744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12019] ppid=12009 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12012/task/12019/stat : 12019 (java) S 12009 12012 5767 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647615740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12020] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12020/stat : 12020 (java) S 12009 12012 5767 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647614688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12021] ppid=12009 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12012/task/12021/stat : 12021 (java) S 12009 12012 5767 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647613635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12022] ppid=12009 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12012/task/12022/stat : 12022 (java) S 12009 12012 5767 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647612582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12023] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12023/stat : 12023 (java) S 12009 12012 5767 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 22 0 4729351 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647600171496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12024] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12024/stat : 12024 (java) S 12009 12012 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647599117560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12025] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12025/stat : 12025 (java) S 12009 12012 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647598064648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12026] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12026/stat : 12026 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647597013136 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12027] ppid=12009 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/12012/task/12027/stat : 12027 (java) S 12009 12012 5767 0 -1 4202560 8965 0 0 0 111 2 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647595961272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12028] ppid=12009 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/12012/task/12028/stat : 12028 (java) S 12009 12012 5767 0 -1 4202560 9532 0 0 0 136 1 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647594908472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12029] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12029/stat : 12029 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647593855864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12030] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12030/stat : 12030 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647592803272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12031] ppid=12009 vsize=9824732 CPUtime=19.18 cores=0,2,4,6
/proc/12012/task/12031/stat : 12031 (java) R 12009 12012 5767 0 -1 4202560 31 0 0 0 1918 0 0 0 20 0 22 0 4729400 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647591746552 139647649031784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12032] ppid=12009 vsize=9824732 CPUtime=19.16 cores=0,2,4,6
/proc/12012/task/12032/stat : 12032 (java) R 12009 12012 5767 0 -1 4202560 1228 0 0 0 1890 26 0 0 20 0 22 0 4729400 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647590693440 139647649312704 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12033] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12033/stat : 12033 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647589643176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12034] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12034/stat : 12034 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647588590376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 42.32
Current children cumulated vsize (KiB) 9824732

[startup+20.8009 s]
/proc/loadavg: 4.09 4.04 4.00 5/220 12037
/proc/meminfo: memFree=26650528/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9824732 CPUtime=43.95 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 25418 0 1 0 4345 50 0 0 20 0 22 0 4729349 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2456183 541041 2291 9 0 2446860 0
[pid=12012/tid=12013] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) S 12009 12012 5767 0 -1 4202560 2533 0 1 0 46 3 0 0 20 0 22 0 4729349 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647776027512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12015] ppid=12009 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12012/task/12015/stat : 12015 (java) S 12009 12012 5767 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647619951144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12016] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12016/stat : 12016 (java) S 12009 12012 5767 0 -1 4202560 143 0 0 0 7 1 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647618898344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12017] ppid=12009 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/12012/task/12017/stat : 12017 (java) S 12009 12012 5767 0 -1 4202560 81 0 0 0 7 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647617845544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12018] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12018/stat : 12018 (java) S 12009 12012 5767 0 -1 4202560 82 0 0 0 6 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647616792744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12019] ppid=12009 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12012/task/12019/stat : 12019 (java) S 12009 12012 5767 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647615740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12020] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12020/stat : 12020 (java) S 12009 12012 5767 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647614688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12021] ppid=12009 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12012/task/12021/stat : 12021 (java) S 12009 12012 5767 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647613635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12022] ppid=12009 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12012/task/12022/stat : 12022 (java) S 12009 12012 5767 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 22 0 4729350 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647612582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12023] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12023/stat : 12023 (java) S 12009 12012 5767 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 22 0 4729351 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647600171496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12024] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12024/stat : 12024 (java) S 12009 12012 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647599117560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12025] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12025/stat : 12025 (java) S 12009 12012 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4729352 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647598064648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12026] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12026/stat : 12026 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647597013136 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12027] ppid=12009 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/12012/task/12027/stat : 12027 (java) S 12009 12012 5767 0 -1 4202560 8965 0 0 0 114 2 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647595961272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12028] ppid=12009 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/12012/task/12028/stat : 12028 (java) S 12009 12012 5767 0 -1 4202560 9532 0 0 0 136 1 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647594908472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12029] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12029/stat : 12029 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647593855864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12030] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12030/stat : 12030 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4729354 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647592803272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12031] ppid=12009 vsize=9824732 CPUtime=19.98 cores=0,2,4,6
/proc/12012/task/12031/stat : 12031 (java) R 12009 12012 5767 0 -1 4202560 31 0 0 0 1998 0 0 0 20 0 22 0 4729400 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647591746320 139647648930984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12032] ppid=12009 vsize=9824732 CPUtime=19.96 cores=0,2,4,6
/proc/12012/task/12032/stat : 12032 (java) R 12009 12012 5767 0 -1 4202560 1229 0 0 0 1970 26 0 0 20 0 22 0 4729400 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647590695592 139647649171441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12033] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12033/stat : 12033 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647589643176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12034] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12034/stat : 12034 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4729401 10060525568 541041 33554432000 1073741824 1073778376 140735867724384 139647588590376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 43.95
Current children cumulated vsize (KiB) 9824732

[startup+21.0078 s]
/proc/loadavg: 4.09 4.04 4.00 4/218 12037
/proc/meminfo: memFree=26650528/32872528 swapFree=248296/248296
[pid=12012] ppid=12009 vsize=9824732 CPUtime=44.04 cores=0,2,4,6
/proc/12012/stat : 12012 (java) S 12009 12012 5767 0 -1 4202496 25419 0 1 0 4353 51 0 0 20 0 19 0 4729349 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 140735867715520 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12012/statm: 2456183 541027 2292 9 0 2446860 0
[pid=12012/tid=12013] ppid=12009 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/12012/task/12013/stat : 12013 (java) S 12009 12012 5767 0 -1 4202560 2533 0 1 0 46 3 0 0 20 0 19 0 4729349 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647776027512 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12015] ppid=12009 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12012/task/12015/stat : 12015 (java) S 12009 12012 5767 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647619951144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12016] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12016/stat : 12016 (java) S 12009 12012 5767 0 -1 4202560 143 0 0 0 7 1 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647618898344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12017] ppid=12009 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/12012/task/12017/stat : 12017 (java) S 12009 12012 5767 0 -1 4202560 81 0 0 0 7 2 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647617845544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12018] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12018/stat : 12018 (java) S 12009 12012 5767 0 -1 4202560 82 0 0 0 6 2 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647616792744 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12019] ppid=12009 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/12012/task/12019/stat : 12019 (java) S 12009 12012 5767 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647615740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12020] ppid=12009 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/12012/task/12020/stat : 12020 (java) S 12009 12012 5767 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647614688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12021] ppid=12009 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12012/task/12021/stat : 12021 (java) S 12009 12012 5767 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647613635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12022] ppid=12009 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/12012/task/12022/stat : 12022 (java) S 12009 12012 5767 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 19 0 4729350 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647612582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12023] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12023/stat : 12023 (java) S 12009 12012 5767 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 4729351 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647600171496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12024] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12024/stat : 12024 (java) S 12009 12012 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4729352 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647599117560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12025] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12025/stat : 12025 (java) S 12009 12012 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4729352 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647598064648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12026] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12026/stat : 12026 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4729354 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647597013136 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12027] ppid=12009 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/12012/task/12027/stat : 12027 (java) S 12009 12012 5767 0 -1 4202560 8965 0 0 0 114 2 0 0 20 0 19 0 4729354 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647595961272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12012/tid=12028] ppid=12009 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/12012/task/12028/stat : 12028 (java) S 12009 12012 5767 0 -1 4202560 9532 0 0 0 136 1 0 0 20 0 19 0 4729354 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647594908472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12012/tid=12029] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12029/stat : 12029 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4729354 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647593855864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12012/tid=12030] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12030/stat : 12030 (java) S 12009 12012 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4729354 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647592803272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12012/tid=12034] ppid=12009 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/12012/task/12034/stat : 12034 (java) S 12009 12012 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4729401 10060525568 541027 33554432000 1073741824 1073778376 140735867724384 139647588590376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 44.04
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 21.0371
CPU time (s): 44.0973
CPU user time (s): 43.4744
CPU system time (s): 0.622905
CPU usage (%): 209.616
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4744
system time used= 0.622905
maximum resident set size= 2164168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25429
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1260
involuntary context switches= 1050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.154976 second user time and 0.19197 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:39:49
IDJOB=4090178
IDBENCH=107512
IDSOLVER=2543
FILE ID=node103/4090178-1466026789
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-left3reg-l080-r079-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090178-1466026789/watcher-4090178-1466026789 -o /tmp/evaluation-result-4090178-1466026789/solver-4090178-1466026789 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090178-1466026789.opb

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

MD5SUM BENCH= 1763d476118a795152b951cc9c53b3c7
RANDOM SEED=767726369

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28789592 kB
Buffers:          138004 kB
Cached:           348636 kB
SwapCached:            0 kB
Active:          2784140 kB
Inactive:         338284 kB
Active(anon):    2638472 kB
Inactive(anon):        0 kB
Active(file):     145668 kB
Inactive(file):   338284 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       2898236 kB
Mapped:            21604 kB
Shmem:               204 kB
Slab:             575744 kB
SReclaimable:      19644 kB
SUnreclaim:       556100 kB
KernelStack:        1776 kB
PageTables:        10432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2988864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2576384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node103 at 2016-06-15 23:40:10