Trace number 4081354

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
Sat4j PB 2.3.6 Res+CP PB16UNSAT 160.86 78.7081

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark34.9837
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
Number of bits of the biggest sum of numbers12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081354-1465232252.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.11/0.13	c ... done. Wall clock time 0.02s.
0.11/0.13	c declared #vars     31
0.11/0.13	c #constraints  9
0.11/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.11/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.11/0.13	c 9 constraints processed.
0.11/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.11/0.13	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.11/0.13	c 9 constraints processed.
0.11/0.13	c objective function length is 1 literals
1.97/0.66	c cleaning 2501 clauses out of 5001 with flag 10067/5001
4.34/1.24	c cleaning 4250 clauses out of 8499 with flag 22233/11000
5.18/1.66	c cleaning 5624 clauses out of 11250 with flag 36454/18001
6.41/2.21	c cleaning 6807 clauses out of 13625 with flag 52865/26000
7.62/2.88	c cleaning 7910 clauses out of 15819 with flag 71730/35001
9.43/3.74	c cleaning 8954 clauses out of 17909 with flag 93855/45001
11.44/4.74	c cleaning 9974 clauses out of 19954 with flag 117813/56000
14.26/6.14	c cleaning 10991 clauses out of 21981 with flag 142207/68001
17.47/7.75	c cleaning 11991 clauses out of 23989 with flag 168851/81000
20.86/9.43	c cleaning 12999 clauses out of 25998 with flag 197397/95000
24.88/11.48	c cleaning 13998 clauses out of 28000 with flag 227813/110001
29.67/13.84	c cleaning 14998 clauses out of 30001 with flag 260199/126000
32.10/15.00	c cleaning 0 clauses out of 5001 with flag 0/5001
35.77/16.61	c cleaning 16002 clauses out of 32006 with flag 294958/143003
42.00/19.54	c cleaning 16999 clauses out of 34002 with flag 331407/161001
48.60/22.72	c cleaning 18001 clauses out of 36002 with flag 370048/180000
55.84/26.23	c cleaning 18999 clauses out of 38003 with flag 411006/200002
63.23/29.82	c cleaning 20002 clauses out of 40004 with flag 453856/221002
70.83/33.61	c cleaning 21000 clauses out of 42000 with flag 498164/243000
79.86/38.17	c cleaning 21999 clauses out of 44001 with flag 545336/266001
87.49/41.95	c cleaning 22997 clauses out of 46003 with flag 594054/290002
96.17/46.27	c cleaning 23999 clauses out of 48006 with flag 644436/315002
106.69/51.34	c cleaning 24998 clauses out of 50004 with flag 697787/341000
118.53/57.22	c cleaning 26003 clauses out of 52006 with flag 753299/368000
130.10/62.97	c cleaning 27001 clauses out of 54004 with flag 810820/396001
141.72/68.77	c cleaning 27999 clauses out of 56001 with flag 870281/425000
156.28/75.94	c cleaning 29001 clauses out of 58001 with flag 932065/455001
160.69/78.16	c And the winner is solver0
160.69/78.66	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
160.69/78.66	c starts		: 71
160.69/78.66	c conflicts		: 467852
160.69/78.66	c decisions		: 470854
160.69/78.66	c propagations		: 3433816
160.69/78.66	c inspects		: 1840978118
160.69/78.66	c shortcuts		: 0
160.69/78.66	c learnt literals	: 21
160.69/78.66	c learnt binary clauses	: 137
160.69/78.66	c learnt ternary clauses	: 610
160.69/78.66	c learnt constraints	: 467830
160.69/78.66	c ignored constraints	: 0
160.69/78.66	c root simplifications	: 0
160.69/78.66	c removed literals (reason simplification)	: 3396805
160.69/78.66	c reason swapping (by a shorter reason)	: 0
160.69/78.66	c Calls to reduceDB	: 26
160.69/78.66	c Number of update (reduction) of LBD	: 4819
160.69/78.66	c Imported unit clauses	: 0
160.69/78.66	c number of reductions to clauses (during analyze)	: 0
160.69/78.66	c number of learned constraints concerned by reduction	: 0
160.69/78.66	c number of learning phase by resolution	: 0
160.69/78.66	c number of learning phase by cutting planes	: 0
160.69/78.66	c speed (assignments/second)	: 43730.06634998663
160.69/78.66	c non guided choices	13
160.69/78.68	c learnt constraints type 
160.69/78.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 137
160.69/78.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41696
160.69/78.68	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
160.69/78.68	c starts		: 35
160.69/78.68	c conflicts		: 10856
160.69/78.68	c decisions		: 11636
160.69/78.68	c propagations		: 79277
160.69/78.68	c inspects		: 112627211
160.69/78.68	c shortcuts		: 0
160.69/78.68	c learnt literals	: 0
160.69/78.68	c learnt binary clauses	: 0
160.69/78.68	c learnt ternary clauses	: 0
160.69/78.68	c learnt constraints	: 10855
160.69/78.68	c ignored constraints	: 0
160.69/78.68	c root simplifications	: 0
160.69/78.68	c removed literals (reason simplification)	: 0
160.69/78.68	c reason swapping (by a shorter reason)	: 0
160.69/78.68	c Calls to reduceDB	: 1
160.69/78.68	c Number of update (reduction) of LBD	: 0
160.69/78.68	c Imported unit clauses	: 0
160.69/78.68	c number of reductions to clauses (during analyze)	: 0
160.69/78.68	c number of learned constraints concerned by reduction	: 0
160.69/78.68	c number of learning phase by resolution	: 0
160.69/78.68	c number of learning phase by cutting planes	: 0
160.69/78.68	c speed (assignments/second)	: 1009.3194983767266
160.69/78.68	c non guided choices	13
160.69/78.68	c learnt constraints type 
160.69/78.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10855
160.69/78.68	s UNSATISFIABLE
160.69/78.68	c Total wall clock time (in seconds): 78.578

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-4081354-1465232252/watcher-4081354-1465232252 -o /tmp/evaluation-result-4081354-1465232252/solver-4081354-1465232252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081354-1465232252.opb 

pid=542
running on 4 cores: 1,3,5,7

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.08 4.24 4.18 5/197 545
/proc/meminfo: memFree=31001352/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/545/stat : 545 (java) R 542 545 25451 0 -1 4202496 1002 0 0 0 0 0 0 0 20 0 1 0 105156956 23793664 652 33554432000 1073741824 1073778376 140735515771168 140735515760232 211449592371 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/545/statm: 5809 667 492 9 0 128 0
[pid=545/tid=546] ppid=542 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) R 542 545 25451 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 105156956 98570240 977 33554432000 1073741824 1073778376 140735515771168 139693598371368 211458803072 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.08 4.24 4.18 5/197 545
/proc/meminfo: memFree=31001352/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 105156956 9787879424 6106 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2389619 6106 2156 9 0 2380296 0
[pid=545/tid=546] ppid=542 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) R 542 545 25451 0 -1 4202560 2385 0 1 0 6 1 0 0 20 0 18 0 105156956 9787879424 6106 33554432000 1073741824 1073778376 140735515771168 139693598374816 139693604726048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200254 s]
/proc/loadavg: 4.08 4.24 4.18 5/197 545
/proc/meminfo: memFree=31001352/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9825304 CPUtime=0.37 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 7689 0 1 0 35 2 0 0 20 0 22 0 105156956 10061111296 9884 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456326 9897 2216 9 0 2447003 0
[pid=545/tid=546] ppid=542 vsize=9825304 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2401 0 1 0 10 1 0 0 20 0 22 0 105156956 10061111296 9900 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 9825304

[startup+0.300259 s]
/proc/loadavg: 4.08 4.24 4.18 5/197 545
/proc/meminfo: memFree=31001352/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 11290 0 1 0 74 3 0 0 20 0 22 0 105156956 10060525568 12502 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 12526 2226 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2401 0 1 0 10 1 0 0 20 0 22 0 105156956 10060525568 12544 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 9824732

[startup+0.700215 s]
/proc/loadavg: 4.08 4.24 4.18 5/197 545
/proc/meminfo: memFree=31001352/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 15616 0 1 0 231 5 0 0 20 0 22 0 105156956 10060525568 31283 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 31283 2257 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2401 0 1 0 10 1 0 0 20 0 22 0 105156956 10060525568 31283 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.23 4.27 4.19 8/219 567
/proc/meminfo: memFree=30815840/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=4.98 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 24721 0 1 0 491 7 0 0 20 0 22 0 105156956 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 50199 2272 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2401 0 1 0 10 1 0 0 20 0 22 0 105156956 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=548] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/548/stat : 548 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693559868328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=549] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/549/stat : 549 (java) S 542 545 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693558815784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=550] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/550/stat : 550 (java) S 542 545 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693557762728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=551] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/551/stat : 551 (java) S 542 545 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693556710184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=552] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/552/stat : 552 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693555657128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=553] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/553/stat : 553 (java) S 542 545 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693554604584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=554] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/554/stat : 554 (java) S 542 545 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693553551528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=555] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/555/stat : 555 (java) S 542 545 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693552498984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=556] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/556/stat : 556 (java) S 542 545 25451 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693422263144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=557] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/557/stat : 557 (java) S 542 545 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693421209464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=558] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/558/stat : 558 (java) S 542 545 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693420156296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=559] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/559/stat : 559 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693419105040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=560] ppid=542 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/545/task/560/stat : 560 (java) S 542 545 25451 0 -1 4202560 10516 0 0 0 108 2 0 0 20 0 22 0 105156961 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693418051896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=561] ppid=542 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/545/task/561/stat : 561 (java) S 542 545 25451 0 -1 4202560 10295 0 0 0 103 2 0 0 20 0 22 0 105156961 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693416999352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=562] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/562/stat : 562 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693415946488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=563] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/563/stat : 563 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693414894152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=564] ppid=542 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/545/task/564/stat : 564 (java) R 542 545 25451 0 -1 4202560 39 0 0 0 131 0 0 0 20 0 22 0 105156969 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693413837984 139693425909634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=545/tid=565] ppid=542 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/545/task/565/stat : 565 (java) R 542 545 25451 0 -1 4202560 89 0 0 0 128 2 0 0 20 0 22 0 105156969 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693412786208 139693425907459 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=545/tid=566] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/566/stat : 566 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156969 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693411734824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=567] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/567/stat : 567 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156970 10060525568 50199 33554432000 1073741824 1073778376 140735515771168 139693410682280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.23 4.27 4.19 6/219 567
/proc/meminfo: memFree=30678688/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=8.23 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 25025 0 1 0 810 13 0 0 20 0 22 0 105156956 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 118960 2272 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2401 0 1 0 10 1 0 0 20 0 22 0 105156956 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=548] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/548/stat : 548 (java) S 542 545 25451 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693559868328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=549] ppid=542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/545/task/549/stat : 549 (java) S 542 545 25451 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693558815784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=550] ppid=542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/545/task/550/stat : 550 (java) S 542 545 25451 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693557762728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=551] ppid=542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/545/task/551/stat : 551 (java) S 542 545 25451 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693556710184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=552] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/552/stat : 552 (java) S 542 545 25451 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693555657128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=553] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/553/stat : 553 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693554604584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=554] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/554/stat : 554 (java) S 542 545 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693553551528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=555] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/555/stat : 555 (java) S 542 545 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693552498984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=556] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/556/stat : 556 (java) S 542 545 25451 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693422263144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=557] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/557/stat : 557 (java) S 542 545 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693421209464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=558] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/558/stat : 558 (java) S 542 545 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693420156296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=559] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/559/stat : 559 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693419105040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=560] ppid=542 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/545/task/560/stat : 560 (java) S 542 545 25451 0 -1 4202560 10516 0 0 0 108 2 0 0 20 0 22 0 105156961 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693418051896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=561] ppid=542 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/545/task/561/stat : 561 (java) S 542 545 25451 0 -1 4202560 10295 0 0 0 107 2 0 0 20 0 22 0 105156961 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693416999352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=562] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/562/stat : 562 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693415946488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=563] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/563/stat : 563 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693414894152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=564] ppid=542 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/545/task/564/stat : 564 (java) R 542 545 25451 0 -1 4202560 42 0 0 0 288 0 0 0 20 0 22 0 105156969 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693413838104 139693425893645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=545/tid=565] ppid=542 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/545/task/565/stat : 565 (java) R 542 545 25451 0 -1 4202560 214 0 0 0 279 6 0 0 20 0 22 0 105156969 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693412786192 139693426013976 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=545/tid=566] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/566/stat : 566 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156969 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693411734824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=567] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/567/stat : 567 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156970 10060525568 118960 33554432000 1073741824 1073778376 140735515771168 139693410682280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.23 4.27 4.19 5/219 567
/proc/meminfo: memFree=30149852/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=14.66 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 26397 0 1 0 1443 23 0 0 20 0 22 0 105156956 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 276826 2272 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2401 0 1 0 10 1 0 0 20 0 22 0 105156956 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=548] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/548/stat : 548 (java) S 542 545 25451 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693559868328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=549] ppid=542 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/545/task/549/stat : 549 (java) S 542 545 25451 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 105156957 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693558815784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=550] ppid=542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/545/task/550/stat : 550 (java) S 542 545 25451 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 105156957 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693557762728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=551] ppid=542 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/545/task/551/stat : 551 (java) S 542 545 25451 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 105156957 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693556710184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=552] ppid=542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/545/task/552/stat : 552 (java) S 542 545 25451 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 105156957 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693555657128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=553] ppid=542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/545/task/553/stat : 553 (java) S 542 545 25451 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 105156957 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693554604584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=554] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/554/stat : 554 (java) S 542 545 25451 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 105156957 10060525568 276826 33554432000 1073741824 1073778376 140735515771168 139693553551528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=555] ppid=542 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

[pid=545/tid=566] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/566/stat : 566 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156969 10060525568 419197 33554432000 1073741824 1073778376 140735515771168 139693411734824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=567] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/567/stat : 567 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156970 10060525568 419197 33554432000 1073741824 1073778376 140735515771168 139693410682280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 158.08
Current children cumulated vsize (KiB) 9824732

[startup+77.6009 s]
/proc/loadavg: 3.90 4.17 4.16 5/219 568
/proc/meminfo: memFree=29327820/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=159.68 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 32832 0 1 0 15922 46 0 0 20 0 22 0 105156956 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 418781 2272 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2403 0 1 0 10 1 0 0 20 0 22 0 105156956 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=548] ppid=542 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/545/task/548/stat : 548 (java) S 542 545 25451 0 -1 4202560 71 0 0 0 13 0 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693559868328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=549] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/549/stat : 549 (java) S 542 545 25451 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693558815784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=550] ppid=542 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/545/task/550/stat : 550 (java) S 542 545 25451 0 -1 4202560 56 0 0 0 13 0 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693557762728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=551] ppid=542 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/545/task/551/stat : 551 (java) S 542 545 25451 0 -1 4202560 53 0 0 0 15 2 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693556710184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=552] ppid=542 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/545/task/552/stat : 552 (java) S 542 545 25451 0 -1 4202560 80 0 0 0 17 0 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693555657128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=553] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/553/stat : 553 (java) S 542 545 25451 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693554604584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=554] ppid=542 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/545/task/554/stat : 554 (java) S 542 545 25451 0 -1 4202560 41 0 0 0 15 0 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693553551528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=555] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/555/stat : 555 (java) S 542 545 25451 0 -1 4202560 45 0 0 0 14 0 0 0 20 0 22 0 105156957 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693552498984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=556] ppid=542 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/545/task/556/stat : 556 (java) S 542 545 25451 0 -1 4202560 738 0 0 0 0 4 0 0 20 0 22 0 105156958 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693422263144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=557] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/557/stat : 557 (java) S 542 545 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693421209464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=558] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/558/stat : 558 (java) S 542 545 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105156958 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693420156296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=559] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/559/stat : 559 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693419105040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=560] ppid=542 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/545/task/560/stat : 560 (java) S 542 545 25451 0 -1 4202560 10529 0 0 0 136 2 0 0 20 0 22 0 105156961 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693418051896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=561] ppid=542 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/545/task/561/stat : 561 (java) S 542 545 25451 0 -1 4202560 16084 0 0 0 295 3 0 0 20 0 22 0 105156961 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693416999352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=562] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/562/stat : 562 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105156961 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693415946488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=563] ppid=542 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/545/task/563/stat : 563 (java) S 542 545 25451 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 22 0 105156961 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693414894152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=564] ppid=542 vsize=9824732 CPUtime=76.76 cores=1,3,5,7
/proc/545/task/564/stat : 564 (java) R 542 545 25451 0 -1 4202560 65 0 0 0 7675 1 0 0 20 0 22 0 105156969 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693413838952 139693426585312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=545/tid=565] ppid=542 vsize=9824732 CPUtime=76.7 cores=1,3,5,7
/proc/545/task/565/stat : 565 (java) R 542 545 25451 0 -1 4202560 1315 0 0 0 7645 25 0 0 20 0 22 0 105156969 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693412785440 139693426014422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=545/tid=566] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/566/stat : 566 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156969 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693411734824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=567] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/567/stat : 567 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105156970 10060525568 418781 33554432000 1073741824 1073778376 140735515771168 139693410682280 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 159.68
Current children cumulated vsize (KiB) 9824732

[startup+78.4007 s]
/proc/loadavg: 3.90 4.17 4.16 5/219 568
/proc/meminfo: memFree=29329560/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=160.49 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 32834 0 1 0 16000 49 0 0 20 0 19 0 105156956 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 418768 2273 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2403 0 1 0 10 1 0 0 20 0 19 0 105156956 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=548] ppid=542 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/545/task/548/stat : 548 (java) S 542 545 25451 0 -1 4202560 71 0 0 0 13 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693559868328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=549] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/549/stat : 549 (java) S 542 545 25451 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693558815784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=550] ppid=542 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/545/task/550/stat : 550 (java) S 542 545 25451 0 -1 4202560 56 0 0 0 13 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693557762728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=551] ppid=542 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/545/task/551/stat : 551 (java) S 542 545 25451 0 -1 4202560 53 0 0 0 15 2 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693556710184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=552] ppid=542 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/545/task/552/stat : 552 (java) S 542 545 25451 0 -1 4202560 80 0 0 0 17 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693555657128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=553] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/553/stat : 553 (java) S 542 545 25451 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693554604584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=554] ppid=542 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/545/task/554/stat : 554 (java) S 542 545 25451 0 -1 4202560 41 0 0 0 15 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693553551528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=555] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/555/stat : 555 (java) S 542 545 25451 0 -1 4202560 45 0 0 0 14 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693552498984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=556] ppid=542 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/545/task/556/stat : 556 (java) S 542 545 25451 0 -1 4202560 738 0 0 0 0 4 0 0 20 0 19 0 105156958 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693422263144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=557] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/557/stat : 557 (java) S 542 545 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105156958 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693421209464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=558] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/558/stat : 558 (java) S 542 545 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105156958 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693420156296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=559] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/559/stat : 559 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693419105040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=560] ppid=542 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/545/task/560/stat : 560 (java) S 542 545 25451 0 -1 4202560 10529 0 0 0 136 2 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693418051896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=561] ppid=542 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/545/task/561/stat : 561 (java) S 542 545 25451 0 -1 4202560 16084 0 0 0 295 3 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693416999352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=562] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/562/stat : 562 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693415946488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=563] ppid=542 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/545/task/563/stat : 563 (java) S 542 545 25451 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693414894152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=566] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/566/stat : 566 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105156969 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693411734824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 9824732

[startup+78.6007 s]
/proc/loadavg: 3.90 4.17 4.16 5/219 568
/proc/meminfo: memFree=29329560/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=9824732 CPUtime=160.49 cores=1,3,5,7
/proc/545/stat : 545 (java) S 542 545 25451 0 -1 4202496 32834 0 1 0 16000 49 0 0 20 0 19 0 105156956 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 140735515762304 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/545/statm: 2456183 418768 2273 9 0 2446860 0
[pid=545/tid=546] ppid=542 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/545/task/546/stat : 546 (java) S 542 545 25451 0 -1 4202560 2403 0 1 0 10 1 0 0 20 0 19 0 105156956 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693598376824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=548] ppid=542 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/545/task/548/stat : 548 (java) S 542 545 25451 0 -1 4202560 71 0 0 0 13 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693559868328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=549] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/549/stat : 549 (java) S 542 545 25451 0 -1 4202560 42 0 0 0 12 2 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693558815784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=545/tid=550] ppid=542 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/545/task/550/stat : 550 (java) S 542 545 25451 0 -1 4202560 56 0 0 0 13 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693557762728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=551] ppid=542 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/545/task/551/stat : 551 (java) S 542 545 25451 0 -1 4202560 53 0 0 0 15 2 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693556710184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=552] ppid=542 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/545/task/552/stat : 552 (java) S 542 545 25451 0 -1 4202560 80 0 0 0 17 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693555657128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=553] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/553/stat : 553 (java) S 542 545 25451 0 -1 4202560 39 0 0 0 12 2 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693554604584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=554] ppid=542 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/545/task/554/stat : 554 (java) S 542 545 25451 0 -1 4202560 41 0 0 0 15 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693553551528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=555] ppid=542 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/545/task/555/stat : 555 (java) S 542 545 25451 0 -1 4202560 45 0 0 0 14 0 0 0 20 0 19 0 105156957 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693552498984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=556] ppid=542 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/545/task/556/stat : 556 (java) S 542 545 25451 0 -1 4202560 738 0 0 0 0 4 0 0 20 0 19 0 105156958 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693422263144 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=557] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/557/stat : 557 (java) S 542 545 25451 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105156958 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693421209464 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=558] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/558/stat : 558 (java) S 542 545 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105156958 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693420156296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=559] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/559/stat : 559 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693419105040 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=545/tid=560] ppid=542 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/545/task/560/stat : 560 (java) S 542 545 25451 0 -1 4202560 10529 0 0 0 136 2 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693418051896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=561] ppid=542 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/545/task/561/stat : 561 (java) S 542 545 25451 0 -1 4202560 16084 0 0 0 295 3 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693416999352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=562] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/562/stat : 562 (java) S 542 545 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693415946488 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=545/tid=563] ppid=542 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/545/task/563/stat : 563 (java) S 542 545 25451 0 -1 4202560 5 0 0 0 1 1 0 0 20 0 19 0 105156961 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693414894152 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=545/tid=566] ppid=542 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/545/task/566/stat : 566 (java) S 542 545 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105156969 10060525568 418768 33554432000 1073741824 1073778376 140735515771168 139693411734824 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 160.49
Current children cumulated vsize (KiB) 9824732

[startup+78.7007 s]
/proc/loadavg: 3.90 4.17 4.16 5/219 568
/proc/meminfo: memFree=29329560/32872528 swapFree=11252/530428
[pid=545] ppid=542 vsize=0 CPUtime=160.64 cores=1,3,5,7
/proc/545/stat : 545 (java) Z 542 545 25451 0 -1 4203532 32855 0 1 0 16007 57 0 0 20 0 2 0 105156956 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/545/statm: 0 0 0 0 0 0 0
[pid=545/tid=560] ppid=542 vsize=0 CPUtime=1.39 cores=1,3,5,7
/proc/545/task/560/stat : 560 (java) R 542 545 25451 0 -1 4203588 10532 0 0 0 137 2 0 0 20 0 2 0 105156961 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 0

Child status: 20

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

Real time (s): 78.7081
CPU time (s): 160.86
CPU user time (s): 160.298
CPU system time (s): 0.56191
CPU usage (%): 204.375
Max. virtual memory (cumulated for all children) (KiB): 9825304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.068
system time used= 0.59191
maximum resident set size= 1733912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32855
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3557
involuntary context switches= 3976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.545917 second user time and 0.744886 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 18:57:32
IDJOB=4081354
IDBENCH=2901
IDSOLVER=2543
FILE ID=node141/4081354-1465232252
RUNJOBID= node141-1465216745-25468
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081354-1465232252/watcher-4081354-1465232252 -o /tmp/evaluation-result-4081354-1465232252/solver-4081354-1465232252 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081354-1465232252.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=1069954645

node141.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.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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.876
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		: 2666.876
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		: 2666.876
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		: 2666.876
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.56
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.876
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		: 2666.876
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.56
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.876
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:        31002104 kB
Buffers:           22792 kB
Cached:            55800 kB
SwapCached:         1780 kB
Active:           579420 kB
Inactive:          55876 kB
Active(anon):     556172 kB
Inactive(anon):     3044 kB
Active(file):      23248 kB
Inactive(file):    52832 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098108 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:       1068292 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             566632 kB
SReclaimable:      10324 kB
SUnreclaim:       556308 kB
KernelStack:        1808 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1525400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 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= 71748 MiB
End job on node141 at 2016-06-06 18:58:51