Trace number 4120515

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 151.571 74.7579

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-17.cnf.gz-plain.pb.metafix.opb
MD5SUM9cd6f3f34fa5ce5d224406a2445ccb4e
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 benchmark16.3055
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables69
Total number of constraints148
Number of constraints which are clauses148
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4120515-1467308805.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.028s.
0.09/0.15	c declared #vars     69
0.09/0.15	c #constraints  148
0.09/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 148
0.09/0.15	c 148 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 148
0.09/0.15	c 148 constraints processed.
1.48/0.57	c cleaning 2499 clauses out of 5000 with flag 22646/5000
2.25/0.76	c cleaning 0 clauses out of 5000 with flag 0/5000
3.05/0.95	c cleaning 4249 clauses out of 8503 with flag 56488/11002
3.99/1.21	c cleaning 0 clauses out of 11000 with flag 0/11000
4.60/1.46	c cleaning 5621 clauses out of 11252 with flag 96514/18000
5.57/1.80	c cleaning 0 clauses out of 18000 with flag 0/18000
5.97/2.09	c cleaning 6812 clauses out of 13631 with flag 146940/26000
7.17/2.62	c cleaning 0 clauses out of 26000 with flag 0/26000
7.78/2.93	c cleaning 7907 clauses out of 15819 with flag 206540/35000
9.59/3.83	c cleaning 0 clauses out of 35000 with flag 0/35000
9.98/4.02	c cleaning 8953 clauses out of 17914 with flag 272230/45002
12.39/5.24	c cleaning 0 clauses out of 45000 with flag 0/45000
12.79/5.44	c cleaning 9976 clauses out of 19959 with flag 343183/56000
15.82/6.96	c cleaning 10988 clauses out of 21985 with flag 421397/68002
15.82/6.99	c cleaning 0 clauses out of 56000 with flag 0/56000
19.44/8.74	c cleaning 11990 clauses out of 23995 with flag 515874/81000
20.04/9.07	c cleaning 0 clauses out of 68000 with flag 0/68000
23.66/10.86	c cleaning 13001 clauses out of 26006 with flag 622725/95001
25.48/11.76	c cleaning 0 clauses out of 81001 with flag 0/81001
28.08/13.07	c cleaning 13997 clauses out of 28004 with flag 732556/110000
32.32/15.12	c cleaning 0 clauses out of 95000 with flag 0/95000
33.13/15.54	c cleaning 14995 clauses out of 30007 with flag 860904/126000
39.35/18.61	c cleaning 16001 clauses out of 32013 with flag 983730/143001
39.35/18.68	c cleaning 0 clauses out of 110000 with flag 0/110000
46.17/22.02	c cleaning 17000 clauses out of 34011 with flag 1117151/161000
49.57/23.76	c cleaning 0 clauses out of 126000 with flag 0/126000
54.01/25.98	c cleaning 17999 clauses out of 36011 with flag 1249950/180000
61.83/29.75	c cleaning 0 clauses out of 143000 with flag 0/143000
63.01/30.38	c cleaning 19001 clauses out of 38013 with flag 1392203/200001
72.67/35.14	c cleaning 19999 clauses out of 40011 with flag 1545964/221000
74.47/36.00	c cleaning 0 clauses out of 161001 with flag 0/161001
82.48/40.05	c cleaning 21000 clauses out of 42012 with flag 1713614/243000
91.50/44.57	c cleaning 0 clauses out of 180002 with flag 0/180002
93.29/45.43	c cleaning 22003 clauses out of 44014 with flag 1869424/266002
104.92/51.27	c cleaning 22998 clauses out of 46009 with flag 2038631/290000
113.54/55.57	c cleaning 0 clauses out of 200001 with flag 0/200001
117.70/57.52	c cleaning 24004 clauses out of 48011 with flag 2219559/315000
132.15/64.73	c cleaning 25000 clauses out of 50006 with flag 2403359/341001
134.15/65.73	c cleaning 0 clauses out of 221003 with flag 0/221003
148.00/72.68	c cleaning 26001 clauses out of 52004 with flag 2593148/368000
151.34/74.29	c And the winner is solver0
151.34/74.69	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
151.34/74.69	c starts		: 120
151.34/74.69	c conflicts		: 375085
151.34/74.69	c decisions		: 463686
151.34/74.69	c propagations		: 7219295
151.34/74.69	c inspects		: 1718984638
151.34/74.69	c shortcuts		: 0
151.34/74.69	c learnt literals	: 14
151.34/74.69	c learnt binary clauses	: 104
151.34/74.69	c learnt ternary clauses	: 451
151.34/74.69	c learnt constraints	: 375070
151.34/74.69	c ignored constraints	: 0
151.34/74.69	c root simplifications	: 0
151.34/74.69	c removed literals (reason simplification)	: 1011816
151.34/74.69	c reason swapping (by a shorter reason)	: 0
151.34/74.69	c Calls to reduceDB	: 23
151.34/74.69	c Number of update (reduction) of LBD	: 131558
151.34/74.69	c Imported unit clauses	: 0
151.34/74.69	c number of reductions to clauses (during analyze)	: 0
151.34/74.69	c number of learned constraints concerned by reduction	: 0
151.34/74.69	c number of learning phase by resolution	: 0
151.34/74.69	c number of learning phase by cutting planes	: 0
151.34/74.69	c speed (assignments/second)	: 96861.68357215694
151.34/74.69	c non guided choices	13
151.36/74.70	c learnt constraints type 
151.36/74.70	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 104
151.36/74.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32972
151.36/74.70	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
151.36/74.70	c starts		: 120
151.36/74.70	c conflicts		: 236495
151.36/74.70	c decisions		: 278489
151.36/74.70	c propagations		: 4694690
151.36/74.70	c inspects		: 855560141
151.36/74.70	c shortcuts		: 0
151.36/74.71	c learnt literals	: 0
151.36/74.71	c learnt binary clauses	: 0
151.36/74.71	c learnt ternary clauses	: 3
151.36/74.71	c learnt constraints	: 236494
151.36/74.71	c ignored constraints	: 0
151.36/74.71	c root simplifications	: 0
151.36/74.71	c removed literals (reason simplification)	: 0
151.36/74.71	c reason swapping (by a shorter reason)	: 0
151.36/74.71	c Calls to reduceDB	: 17
151.36/74.71	c Number of update (reduction) of LBD	: 0
151.36/74.71	c Imported unit clauses	: 0
151.36/74.71	c number of reductions to clauses (during analyze)	: 0
151.36/74.71	c number of learned constraints concerned by reduction	: 0
151.36/74.71	c number of learning phase by resolution	: 0
151.36/74.71	c number of learning phase by cutting planes	: 0
151.36/74.71	c speed (assignments/second)	: 62972.864213759705
151.36/74.71	c non guided choices	13
151.36/74.75	c learnt constraints type 
151.36/74.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 236494
151.36/74.75	s UNSATISFIABLE
151.36/74.75	c Total wall clock time (in seconds): 74.63

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-4120515-1467308805/watcher-4120515-1467308805 -o /tmp/evaluation-result-4120515-1467308805/solver-4120515-1467308805 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4120515-1467308805.opb 

pid=13548
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: 3.41 2.33 1.58 4/261 13551
/proc/meminfo: memFree=31031080/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/13551/stat : 13551 (java) R 13548 13551 13211 0 -1 4202496 428 0 0 0 0 0 0 0 20 0 1 0 11987061 9445376 96 33554432000 1073741824 1073778376 140736477693648 140736477690776 249640825952 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2290 84 63 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 3.41 2.33 1.58 4/261 13551
/proc/meminfo: memFree=31031080/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 11987061 9787879424 6033 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 3.41 2.33 1.58 4/261 13551
/proc/meminfo: memFree=31031080/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 5810 0 1 0 26 1 0 0 20 0 22 0 11987061 10060525568 8596 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 8596 2203 9 0 2446860 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300225 s]
/proc/loadavg: 3.41 2.33 1.58 4/261 13551
/proc/meminfo: memFree=31031080/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 7683 0 1 0 66 2 0 0 20 0 22 0 11987061 10060525568 9596 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 9596 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700185 s]
/proc/loadavg: 3.41 2.33 1.58 4/261 13551
/proc/meminfo: memFree=31031080/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 24573 0 1 0 218 7 0 0 20 0 22 0 11987061 10060525568 37883 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 37883 2251 9 0 2446860 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 3.41 2.33 1.58 6/283 13573
/proc/meminfo: memFree=30829348/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=4.93 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 30962 0 1 0 484 9 0 0 20 0 22 0 11987061 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 51862 2266 9 0 2446860 0
[pid=13551/tid=13553] ppid=13548 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13551/task/13553/stat : 13553 (java) S 13548 13551 13211 0 -1 4202560 2404 0 1 0 10 2 0 0 20 0 22 0 11987062 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808422630264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13554] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13554/stat : 13554 (java) S 13548 13551 13211 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808384121000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13555] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13555/stat : 13555 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808383068456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13556] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13556/stat : 13556 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808382015912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13557] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13557/stat : 13557 (java) S 13548 13551 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808380963368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13558] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13558/stat : 13558 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808379910824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13559] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13559/stat : 13559 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808378858280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13560] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13560/stat : 13560 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808377805736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13561] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13561/stat : 13561 (java) S 13548 13551 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808376753192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13562] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13562/stat : 13562 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808246581352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13563] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13563/stat : 13563 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808245527672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13564] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13564/stat : 13564 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808244475016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13565] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13565/stat : 13565 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987067 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808243423760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13566] ppid=13548 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/13551/task/13566/stat : 13566 (java) S 13548 13551 13211 0 -1 4202560 8780 0 0 0 82 2 0 0 20 0 22 0 11987068 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808242371128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13567] ppid=13548 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/13551/task/13567/stat : 13567 (java) R 13548 13551 13211 0 -1 4202560 18354 0 0 0 123 4 0 0 20 0 22 0 11987068 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808241318584 139808426716577 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13568] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13568/stat : 13568 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987068 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808240266232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13569] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13569/stat : 13569 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987068 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808239213896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13570] ppid=13548 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/13551/task/13570/stat : 13570 (java) R 13548 13551 13211 0 -1 4202560 29 0 0 0 130 0 0 0 20 0 22 0 11987077 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808238149248 139808249126265 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13571] ppid=13548 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/13551/task/13571/stat : 13571 (java) R 13548 13551 13211 0 -1 4202560 95 0 0 0 130 2 0 0 20 0 22 0 11987077 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808237096720 139808249223398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13572] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13572/stat : 13572 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11987077 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808236053544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13573] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13573/stat : 13573 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11987077 10060525568 51862 33554432000 1073741824 1073778376 140736477693648 139808235001000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 3.41 2.33 1.58 5/283 13573
/proc/meminfo: memFree=30823452/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=8.18 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 30984 0 1 0 807 11 0 0 20 0 22 0 11987061 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 54103 2266 9 0 2446860 0
[pid=13551/tid=13553] ppid=13548 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13551/task/13553/stat : 13553 (java) S 13548 13551 13211 0 -1 4202560 2404 0 1 0 10 2 0 0 20 0 22 0 11987062 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808422630264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13554] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13554/stat : 13554 (java) S 13548 13551 13211 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808384121000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13555] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13555/stat : 13555 (java) S 13548 13551 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808383068456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13556] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13556/stat : 13556 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808382015912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13557] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13557/stat : 13557 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808380963368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13558] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13558/stat : 13558 (java) S 13548 13551 13211 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808379910824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13559] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13559/stat : 13559 (java) S 13548 13551 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808378858280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13560] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13560/stat : 13560 (java) S 13548 13551 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808377805736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13561] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13561/stat : 13561 (java) S 13548 13551 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808376753192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13562] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13562/stat : 13562 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808246581352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13563] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13563/stat : 13563 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808245527672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13564] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13564/stat : 13564 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808244475016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13565] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13565/stat : 13565 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987067 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808243423760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13566] ppid=13548 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/13551/task/13566/stat : 13566 (java) S 13548 13551 13211 0 -1 4202560 8780 0 0 0 82 2 0 0 20 0 22 0 11987068 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808242371128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13567] ppid=13548 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/13551/task/13567/stat : 13567 (java) S 13548 13551 13211 0 -1 4202560 18354 0 0 0 127 4 0 0 20 0 22 0 11987068 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808241318584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13568] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13568/stat : 13568 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987068 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808240266232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13569] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13569/stat : 13569 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987068 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808239213896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13570] ppid=13548 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/13551/task/13570/stat : 13570 (java) R 13548 13551 13211 0 -1 4202560 29 0 0 0 287 0 0 0 20 0 22 0 11987077 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808238149248 139808249144608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13571] ppid=13548 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/13551/task/13571/stat : 13571 (java) R 13548 13551 13211 0 -1 4202560 97 0 0 0 288 2 0 0 20 0 22 0 11987077 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808237104144 139808249126265 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13572] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13572/stat : 13572 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11987077 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808236053544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13573] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13573/stat : 13573 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11987077 10060525568 54103 33554432000 1073741824 1073778376 140736477693648 139808235001000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 9824732

[startup+6.301 s]
/proc/loadavg: 3.46 2.36 1.59 5/283 13573
/proc/meminfo: memFree=30826236/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=14.58 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 31000 0 1 0 1446 12 0 0 20 0 22 0 11987061 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 52509 2266 9 0 2446860 0
[pid=13551/tid=13553] ppid=13548 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13551/task/13553/stat : 13553 (java) S 13548 13551 13211 0 -1 4202560 2404 0 1 0 10 2 0 0 20 0 22 0 11987062 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808422630264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13554] ppid=13548 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13551/task/13554/stat : 13554 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808384121000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13555] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13555/stat : 13555 (java) S 13548 13551 13211 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808383068456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13556] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13556/stat : 13556 (java) S 13548 13551 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808382015912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13557] ppid=13548 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13551/task/13557/stat : 13557 (java) S 13548 13551 13211 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808380963368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13558] ppid=13548 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13551/task/13558/stat : 13558 (java) S 13548 13551 13211 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808379910824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13559] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13559/stat : 13559 (java) S 13548 13551 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808378858280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13560] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13560/stat : 13560 (java) S 13548 13551 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808377805736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13561] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13561/stat : 13561 (java) S 13548 13551 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 11987064 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808376753192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13562] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13562/stat : 13562 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808246581352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13563] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13563/stat : 13563 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808245527672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13564] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13564/stat : 13564 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808244475016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13565] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13565/stat : 13565 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987067 10060525568 52509 33554432000 1073741824 1073778376 140736477693648 139808243423760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13566] ppid=13548 vsize=9824732 CPUtime=0.84 cores=0,2,4,6

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

/proc/13551/task/13562/stat : 13562 (java) S 13548 13551 13211 0 -1 4202560 11 0 0 0 0 4 0 0 20 0 22 0 11987065 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808246581352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13563] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13563/stat : 13563 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808245527672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13564] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13564/stat : 13564 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 11987065 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808244475016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13565] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13565/stat : 13565 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987067 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808243423760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13566] ppid=13548 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/13551/task/13566/stat : 13566 (java) S 13548 13551 13211 0 -1 4202560 8812 0 0 0 100 2 0 0 20 0 22 0 11987068 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808242371128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13567] ppid=13548 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/13551/task/13567/stat : 13567 (java) R 13548 13551 13211 0 -1 4202560 18359 0 0 0 162 4 0 0 20 0 22 0 11987068 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808241318584 139808425495969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13568] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13568/stat : 13568 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 11987068 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808240266232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13569] ppid=13548 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13551/task/13569/stat : 13569 (java) S 13548 13551 13211 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 22 0 11987068 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808239213896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13570] ppid=13548 vsize=9824732 CPUtime=72.73 cores=0,2,4,6
/proc/13551/task/13570/stat : 13570 (java) R 13548 13551 13211 0 -1 4202560 54 0 0 0 7272 1 0 0 20 0 22 0 11987077 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808238157000 139808249170179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13571] ppid=13548 vsize=9824732 CPUtime=72.77 cores=0,2,4,6
/proc/13551/task/13571/stat : 13571 (java) R 13548 13551 13211 0 -1 4202560 117 0 0 0 7275 2 0 0 20 0 22 0 11987077 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808237103616 139808249126265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13572] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13572/stat : 13572 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11987077 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808236053544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13573] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13573/stat : 13573 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 11987077 10060525568 56341 33554432000 1073741824 1073778376 140736477693648 139808235001000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 150.07
Current children cumulated vsize (KiB) 9824732

[startup+74.4012 s]
/proc/loadavg: 3.86 2.71 1.77 5/283 13574
/proc/meminfo: memFree=30790936/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=151.16 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 31401 0 1 0 15091 25 0 0 20 0 19 0 11987061 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 56326 2267 9 0 2446860 0
[pid=13551/tid=13553] ppid=13548 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13551/task/13553/stat : 13553 (java) S 13548 13551 13211 0 -1 4202560 2405 0 1 0 10 2 0 0 20 0 19 0 11987062 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808422630264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13554] ppid=13548 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13551/task/13554/stat : 13554 (java) S 13548 13551 13211 0 -1 4202560 60 0 0 0 14 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808384121000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13555] ppid=13548 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/13551/task/13555/stat : 13555 (java) S 13548 13551 13211 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808383068456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13556] ppid=13548 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13551/task/13556/stat : 13556 (java) S 13548 13551 13211 0 -1 4202560 42 0 0 0 13 1 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808382015912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13557] ppid=13548 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13551/task/13557/stat : 13557 (java) S 13548 13551 13211 0 -1 4202560 58 0 0 0 17 0 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808380963368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13558] ppid=13548 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13551/task/13558/stat : 13558 (java) S 13548 13551 13211 0 -1 4202560 55 0 0 0 14 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808379910824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13559] ppid=13548 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/13551/task/13559/stat : 13559 (java) S 13548 13551 13211 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808378858280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13560] ppid=13548 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/13551/task/13560/stat : 13560 (java) S 13548 13551 13211 0 -1 4202560 45 0 0 0 13 0 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808377805736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13561] ppid=13548 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13551/task/13561/stat : 13561 (java) S 13548 13551 13211 0 -1 4202560 38 0 0 0 12 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808376753192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13562] ppid=13548 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13551/task/13562/stat : 13562 (java) S 13548 13551 13211 0 -1 4202560 11 0 0 0 0 4 0 0 20 0 19 0 11987065 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808246581352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13563] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13563/stat : 13563 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11987065 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808245527672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13564] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13564/stat : 13564 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11987065 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808244475016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13565] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13565/stat : 13565 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11987067 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808243423760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13566] ppid=13548 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/13551/task/13566/stat : 13566 (java) S 13548 13551 13211 0 -1 4202560 8812 0 0 0 100 2 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808242371128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13567] ppid=13548 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/13551/task/13567/stat : 13567 (java) S 13548 13551 13211 0 -1 4202560 18359 0 0 0 169 4 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808241318584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13568] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13568/stat : 13568 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808240266232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13569] ppid=13548 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13551/task/13569/stat : 13569 (java) S 13548 13551 13211 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808239213896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13573] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13573/stat : 13573 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11987077 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808235001000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 151.16
Current children cumulated vsize (KiB) 9824732

[startup+74.6008 s]
/proc/loadavg: 3.86 2.71 1.77 5/283 13574
/proc/meminfo: memFree=30790936/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=151.16 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 31401 0 1 0 15091 25 0 0 20 0 19 0 11987061 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 56326 2267 9 0 2446860 0
[pid=13551/tid=13553] ppid=13548 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13551/task/13553/stat : 13553 (java) S 13548 13551 13211 0 -1 4202560 2405 0 1 0 10 2 0 0 20 0 19 0 11987062 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808422630264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13554] ppid=13548 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13551/task/13554/stat : 13554 (java) S 13548 13551 13211 0 -1 4202560 60 0 0 0 14 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808384121000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13555] ppid=13548 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/13551/task/13555/stat : 13555 (java) S 13548 13551 13211 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808383068456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13556] ppid=13548 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13551/task/13556/stat : 13556 (java) S 13548 13551 13211 0 -1 4202560 42 0 0 0 13 1 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808382015912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13557] ppid=13548 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13551/task/13557/stat : 13557 (java) S 13548 13551 13211 0 -1 4202560 58 0 0 0 17 0 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808380963368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13558] ppid=13548 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13551/task/13558/stat : 13558 (java) S 13548 13551 13211 0 -1 4202560 55 0 0 0 14 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808379910824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13559] ppid=13548 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/13551/task/13559/stat : 13559 (java) S 13548 13551 13211 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808378858280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13560] ppid=13548 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/13551/task/13560/stat : 13560 (java) S 13548 13551 13211 0 -1 4202560 45 0 0 0 13 0 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808377805736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13561] ppid=13548 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13551/task/13561/stat : 13561 (java) S 13548 13551 13211 0 -1 4202560 38 0 0 0 12 2 0 0 20 0 19 0 11987064 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808376753192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13562] ppid=13548 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13551/task/13562/stat : 13562 (java) S 13548 13551 13211 0 -1 4202560 11 0 0 0 0 4 0 0 20 0 19 0 11987065 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808246581352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13563] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13563/stat : 13563 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11987065 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808245527672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13564] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13564/stat : 13564 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11987065 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808244475016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13565] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13565/stat : 13565 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11987067 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808243423760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13566] ppid=13548 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/13551/task/13566/stat : 13566 (java) S 13548 13551 13211 0 -1 4202560 8812 0 0 0 100 2 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808242371128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13567] ppid=13548 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/13551/task/13567/stat : 13567 (java) S 13548 13551 13211 0 -1 4202560 18359 0 0 0 169 4 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808241318584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13568] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13568/stat : 13568 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808240266232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13569] ppid=13548 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13551/task/13569/stat : 13569 (java) S 13548 13551 13211 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 19 0 11987068 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808239213896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13573] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13573/stat : 13573 (java) S 13548 13551 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11987077 10060525568 56326 33554432000 1073741824 1073778376 140736477693648 139808235001000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 151.16
Current children cumulated vsize (KiB) 9824732

[startup+74.7008 s]
/proc/loadavg: 3.86 2.71 1.77 5/283 13574
/proc/meminfo: memFree=30790936/32872528 swapFree=189444/189444
[pid=13551] ppid=13548 vsize=9824732 CPUtime=151.18 cores=0,2,4,6
/proc/13551/stat : 13551 (java) S 13548 13551 13211 0 -1 4202496 31408 0 1 0 15093 25 0 0 20 0 19 0 11987061 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 140736477684784 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13551/statm: 2456183 56330 2270 9 0 2446860 0
[pid=13551/tid=13553] ppid=13548 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/13551/task/13553/stat : 13553 (java) S 13548 13551 13211 0 -1 4202560 2406 0 1 0 10 2 0 0 20 0 19 0 11987062 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808422630104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13554] ppid=13548 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13551/task/13554/stat : 13554 (java) S 13548 13551 13211 0 -1 4202560 60 0 0 0 14 2 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808384121000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13555] ppid=13548 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/13551/task/13555/stat : 13555 (java) S 13548 13551 13211 0 -1 4202560 37 0 0 0 13 0 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808383068456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13556] ppid=13548 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13551/task/13556/stat : 13556 (java) S 13548 13551 13211 0 -1 4202560 42 0 0 0 13 1 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808382015912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13557] ppid=13548 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/13551/task/13557/stat : 13557 (java) S 13548 13551 13211 0 -1 4202560 58 0 0 0 17 0 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808380963368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13558] ppid=13548 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/13551/task/13558/stat : 13558 (java) S 13548 13551 13211 0 -1 4202560 55 0 0 0 14 2 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808379910824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13551/tid=13559] ppid=13548 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/13551/task/13559/stat : 13559 (java) S 13548 13551 13211 0 -1 4202560 36 0 0 0 13 2 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808378858280 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13560] ppid=13548 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/13551/task/13560/stat : 13560 (java) S 13548 13551 13211 0 -1 4202560 45 0 0 0 13 0 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808377805736 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13561] ppid=13548 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/13551/task/13561/stat : 13561 (java) S 13548 13551 13211 0 -1 4202560 38 0 0 0 12 2 0 0 20 0 19 0 11987064 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808376753192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13551/tid=13562] ppid=13548 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13551/task/13562/stat : 13562 (java) S 13548 13551 13211 0 -1 4202560 11 0 0 0 0 4 0 0 20 0 19 0 11987065 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808246581352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13563] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13563/stat : 13563 (java) S 13548 13551 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11987065 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808245527672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13564] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13564/stat : 13564 (java) S 13548 13551 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11987065 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808244475016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13565] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13565/stat : 13565 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11987067 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808243423760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13566] ppid=13548 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/13551/task/13566/stat : 13566 (java) R 13548 13551 13211 0 -1 4202560 8815 0 0 0 101 2 0 0 20 0 19 0 11987068 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808242370968 249653420469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13551/tid=13567] ppid=13548 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/13551/task/13567/stat : 13567 (java) R 13548 13551 13211 0 -1 4202560 18359 0 0 0 170 4 0 0 20 0 19 0 11987068 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808241318424 139808425504705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13568] ppid=13548 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13551/task/13568/stat : 13568 (java) S 13548 13551 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11987068 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808240266232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13551/tid=13569] ppid=13548 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13551/task/13569/stat : 13569 (java) S 13548 13551 13211 0 -1 4202560 5 0 0 0 0 1 0 0 20 0 19 0 11987068 10060525568 56330 33554432000 1073741824 1073778376 140736477693648 139808239213896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 151.18
Current children cumulated vsize (KiB) 9824732

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.179993
#  lost CPU user time (s): 0.199997
#  lost CPU system time (s): -0.02

Real time (s): 74.7579
CPU time (s): 151.571
CPU user time (s): 151.179
CPU system time (s): 0.391937
CPU usage (%): 202.749
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.979
system time used= 0.411937
maximum resident set size= 231152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31423
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= 3199
involuntary context switches= 3623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.52592 second user time and 0.445932 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 19:46:45
IDJOB=4120515
IDBENCH=109981
IDSOLVER=2543
FILE ID=node102/4120515-1467308805
RUNJOBID= node102-1467308727-13227
PBS_JOBID= 20005272
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-17.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120515-1467308805/watcher-4120515-1467308805 -o /tmp/evaluation-result-4120515-1467308805/solver-4120515-1467308805 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4120515-1467308805.opb

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

MD5SUM BENCH= 9cd6f3f34fa5ce5d224406a2445ccb4e
RANDOM SEED=1476095426

node102.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.744
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.48
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.744
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.744
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.744
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.49
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.744
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.54
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.744
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.744
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		: 2666.744
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:        31031980 kB
Buffers:          151872 kB
Cached:           535992 kB
SwapCached:            0 kB
Active:           496544 kB
Inactive:         416204 kB
Active(anon):     227072 kB
Inactive(anon):        0 kB
Active(file):     269472 kB
Inactive(file):   416204 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:        378848 kB
Mapped:            22652 kB
Shmem:               204 kB
Slab:             607728 kB
SReclaimable:      51404 kB
SUnreclaim:       556324 kB
KernelStack:        2320 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     805700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 71668 MiB
End job on node102 at 2016-06-30 19:48:00