Trace number 4122067

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 80.9227 39.2534

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n74-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMda0f0ee3655e6825a32e6c83a0394c97
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.38118
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables111
Total number of constraints296
Number of constraints which are clauses296
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.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-4122067-1467309809.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.15	c ... done. Wall clock time 0.048s.
0.11/0.15	c declared #vars     111
0.11/0.15	c #constraints  296
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 296
0.11/0.16	c 296 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 296
0.11/0.16	c 296 constraints processed.
1.48/0.55	c cleaning 2497 clauses out of 5000 with flag 18529/5000
1.88/0.69	c cleaning 0 clauses out of 5001 with flag 0/5001
2.28/0.75	c cleaning 4249 clauses out of 8504 with flag 45419/11001
2.82/0.93	c cleaning 0 clauses out of 11002 with flag 0/11002
3.13/1.04	c cleaning 5627 clauses out of 11254 with flag 79695/18000
3.79/1.21	c cleaning 0 clauses out of 18000 with flag 0/18000
4.07/1.33	c cleaning 6814 clauses out of 13628 with flag 114906/26001
4.66/1.54	c cleaning 0 clauses out of 26001 with flag 0/26001
5.21/1.75	c cleaning 7905 clauses out of 15814 with flag 153882/35001
5.61/1.96	c cleaning 0 clauses out of 35001 with flag 0/35001
6.44/2.32	c cleaning 8953 clauses out of 17908 with flag 193366/45000
6.44/2.38	c cleaning 0 clauses out of 45001 with flag 0/45001
7.65/2.98	c cleaning 0 clauses out of 56000 with flag 0/56000
7.85/3.09	c cleaning 9974 clauses out of 19956 with flag 242457/56001
9.04/3.63	c cleaning 0 clauses out of 68001 with flag 0/68001
9.45/3.87	c cleaning 10986 clauses out of 21982 with flag 294801/68001
10.70/4.47	c cleaning 0 clauses out of 81000 with flag 0/81000
11.48/4.82	c cleaning 11994 clauses out of 23995 with flag 356547/81000
12.48/5.33	c cleaning 0 clauses out of 95000 with flag 0/95000
13.73/5.92	c cleaning 12997 clauses out of 26001 with flag 425745/95000
14.13/6.18	c cleaning 0 clauses out of 110000 with flag 0/110000
15.93/7.09	c cleaning 14000 clauses out of 28004 with flag 500136/110000
16.73/7.49	c cleaning 0 clauses out of 126000 with flag 0/126000
18.53/8.37	c cleaning 14997 clauses out of 30004 with flag 578237/126000
18.93/8.55	c cleaning 0 clauses out of 143000 with flag 0/143000
21.39/9.78	c cleaning 0 clauses out of 161000 with flag 0/161000
21.80/9.92	c cleaning 15999 clauses out of 32007 with flag 654353/143000
25.19/11.61	c cleaning 0 clauses out of 180000 with flag 0/180000
25.19/11.65	c cleaning 17000 clauses out of 34009 with flag 737538/161001
28.19/13.11	c cleaning 0 clauses out of 200001 with flag 0/200001
29.45/13.76	c cleaning 18003 clauses out of 36008 with flag 818163/180000
31.06/14.57	c cleaning 0 clauses out of 221001 with flag 0/221001
34.05/16.05	c cleaning 19001 clauses out of 38005 with flag 904826/200000
34.05/16.08	c cleaning 0 clauses out of 243000 with flag 0/243000
38.55/18.28	c cleaning 20003 clauses out of 40005 with flag 995758/221001
40.29/18.92	c cleaning 0 clauses out of 266000 with flag 0/266000
44.30/20.98	c cleaning 20996 clauses out of 42001 with flag 1091306/243000
45.69/21.60	c cleaning 0 clauses out of 290000 with flag 0/290000
50.23/23.83	c cleaning 22004 clauses out of 44007 with flag 1187403/266002
50.83/24.17	c cleaning 0 clauses out of 315001 with flag 0/315001
56.13/26.74	c cleaning 0 clauses out of 341000 with flag 0/341000
56.33/26.82	c cleaning 22998 clauses out of 46001 with flag 1288879/290000
61.74/29.55	c cleaning 0 clauses out of 368001 with flag 0/368001
63.34/30.39	c cleaning 24002 clauses out of 48003 with flag 1399980/315001
71.33/34.35	c cleaning 25001 clauses out of 50001 with flag 1514103/341001
72.93/35.12	c cleaning 0 clauses out of 396000 with flag 0/396000
79.90/38.45	c cleaning 25999 clauses out of 51997 with flag 1630704/368001
80.50/38.78	c And the winner is solver0
80.69/39.17	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
80.69/39.17	c starts		: 80
80.69/39.17	c conflicts		: 371682
80.69/39.17	c decisions		: 427743
80.69/39.17	c propagations		: 2484522
80.69/39.17	c inspects		: 1006943276
80.69/39.17	c shortcuts		: 0
80.69/39.17	c learnt literals	: 16
80.69/39.17	c learnt binary clauses	: 126
80.69/39.17	c learnt ternary clauses	: 625
80.69/39.17	c learnt constraints	: 371665
80.69/39.17	c ignored constraints	: 0
80.69/39.17	c root simplifications	: 0
80.69/39.17	c removed literals (reason simplification)	: 1728367
80.69/39.17	c reason swapping (by a shorter reason)	: 0
80.69/39.17	c Calls to reduceDB	: 23
80.69/39.17	c Number of update (reduction) of LBD	: 52024
80.69/39.17	c Imported unit clauses	: 0
80.69/39.17	c number of reductions to clauses (during analyze)	: 0
80.69/39.17	c number of learned constraints concerned by reduction	: 0
80.69/39.17	c number of learning phase by resolution	: 0
80.69/39.17	c number of learning phase by cutting planes	: 0
80.69/39.17	c speed (assignments/second)	: 63695.89293954776
80.69/39.17	c non guided choices	221
80.69/39.18	c learnt constraints type 
80.69/39.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 126
80.69/39.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29540
80.69/39.18	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
80.69/39.18	c starts		: 149
80.69/39.18	c conflicts		: 416134
80.69/39.18	c decisions		: 499891
80.69/39.18	c propagations		: 2033366
80.69/39.18	c inspects		: 370228101
80.69/39.18	c shortcuts		: 0
80.69/39.18	c learnt literals	: 0
80.69/39.18	c learnt binary clauses	: 0
80.69/39.18	c learnt ternary clauses	: 1
80.69/39.18	c learnt constraints	: 416134
80.69/39.18	c ignored constraints	: 0
80.69/39.18	c root simplifications	: 0
80.69/39.18	c removed literals (reason simplification)	: 0
80.69/39.18	c reason swapping (by a shorter reason)	: 0
80.69/39.18	c Calls to reduceDB	: 24
80.69/39.18	c Number of update (reduction) of LBD	: 0
80.69/39.18	c Imported unit clauses	: 0
80.69/39.18	c number of reductions to clauses (during analyze)	: 0
80.69/39.18	c number of learned constraints concerned by reduction	: 0
80.69/39.18	c number of learning phase by resolution	: 0
80.69/39.18	c number of learning phase by cutting planes	: 0
80.69/39.18	c speed (assignments/second)	: 52106.86005688952
80.69/39.18	c non guided choices	77
80.76/39.24	c learnt constraints type 
80.76/39.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 416134
80.76/39.24	s UNSATISFIABLE
80.76/39.24	c Total wall clock time (in seconds): 39.135

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-4122067-1467309809/watcher-4122067-1467309809 -o /tmp/evaluation-result-4122067-1467309809/solver-4122067-1467309809 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467308203-14917 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4122067-1467309809.opb 

pid=21609
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.26 4.27 3.73 4/197 21612
/proc/meminfo: memFree=28198996/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10005178 98570240 977 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 24065 977 743 9 0 16771 0
[pid=21612/tid=21613] ppid=21609 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) R 21609 21612 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10005178 98570240 977 33554432000 1073741824 1073778376 140733314559584 140499763912232 270707541376 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.26 4.27 3.73 4/197 21612
/proc/meminfo: memFree=28198996/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 10005178 9787879424 6108 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2389619 6108 2156 9 0 2380296 0
[pid=21612/tid=21613] ppid=21609 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) R 21609 21612 14900 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 10005178 9787879424 6108 33554432000 1073741824 1073778376 140733314559584 140499763915680 270710924557 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.200289 s]
/proc/loadavg: 4.26 4.27 3.73 4/197 21612
/proc/meminfo: memFree=28198996/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 5115 0 1 0 27 1 0 0 20 0 22 0 10005178 10060525568 8143 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 8145 2217 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2417 0 1 0 14 0 0 0 20 0 22 0 10005178 10060525568 8147 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300279 s]
/proc/loadavg: 4.26 4.27 3.73 4/197 21612
/proc/meminfo: memFree=28198996/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 7967 0 1 0 67 1 0 0 20 0 22 0 10005178 10060525568 10291 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 10291 2246 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2417 0 1 0 14 0 0 0 20 0 22 0 10005178 10060525568 10291 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9824732

[startup+0.700244 s]
/proc/loadavg: 4.26 4.27 3.73 4/197 21612
/proc/meminfo: memFree=28198996/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 21676 0 1 0 223 5 0 0 20 0 22 0 10005178 10060525568 32298 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 32298 2260 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2417 0 1 0 14 0 0 0 20 0 22 0 10005178 10060525568 32298 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9824732

[startup+1.50095 s]
/proc/loadavg: 4.26 4.27 3.73 6/219 21634
/proc/meminfo: memFree=28017544/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 23046 0 1 0 460 6 0 0 20 0 22 0 10005178 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 49545 2275 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2417 0 1 0 14 0 0 0 20 0 22 0 10005178 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21615] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21615/stat : 21615 (java) S 21609 21612 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499725408808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21616] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21616/stat : 21616 (java) S 21609 21612 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499724356008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21617] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21617/stat : 21617 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499723303208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21618] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21618/stat : 21618 (java) S 21609 21612 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499604203688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21619] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21619/stat : 21619 (java) S 21609 21612 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499603151912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21620] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21620/stat : 21620 (java) S 21609 21612 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499602099112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21621] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21621/stat : 21621 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499601046312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21622] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21622/stat : 21622 (java) S 21609 21612 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499599993512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21623] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21623/stat : 21623 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499117664744 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21624] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21624/stat : 21624 (java) S 21609 21612 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499116610808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21625] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21625/stat : 21625 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499115557896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21626] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21626/stat : 21626 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005182 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499114506384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21627] ppid=21609 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/21612/task/21627/stat : 21627 (java) S 21609 21612 14900 0 -1 4202560 8811 0 0 0 68 2 0 0 20 0 22 0 10005183 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499113454520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21628] ppid=21609 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/21612/task/21628/stat : 21628 (java) R 21609 21612 14900 0 -1 4202560 10388 0 0 0 112 2 0 0 20 0 22 0 10005183 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499112401600 140499765978723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21629] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21629/stat : 21629 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499111349112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21630] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21630/stat : 21630 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499110296520 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21631] ppid=21609 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/21612/task/21631/stat : 21631 (java) R 21609 21612 14900 0 -1 4202560 23 0 0 0 130 0 0 0 20 0 22 0 10005194 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499109241600 140499604835504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21632] ppid=21609 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/21612/task/21632/stat : 21632 (java) R 21609 21612 14900 0 -1 4202560 94 0 0 0 129 2 0 0 20 0 22 0 10005194 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499108187136 140499604648496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21633] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21633/stat : 21633 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499107136424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21634] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21634/stat : 21634 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 49545 33554432000 1073741824 1073778376 140733314559584 140499106083624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.26 4.27 3.73 5/219 21634
/proc/meminfo: memFree=28004396/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=8.05 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 23142 0 1 0 797 8 0 0 20 0 22 0 10005178 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 53704 2275 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2417 0 1 0 14 0 0 0 20 0 22 0 10005178 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21615] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21615/stat : 21615 (java) S 21609 21612 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499725408808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21616] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21616/stat : 21616 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499724356008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21617] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21617/stat : 21617 (java) S 21609 21612 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499723303208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21618] ppid=21609 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21612/task/21618/stat : 21618 (java) S 21609 21612 14900 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499604203688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21619] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21619/stat : 21619 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499603151912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21620] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21620/stat : 21620 (java) S 21609 21612 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499602099112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21621] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21621/stat : 21621 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499601046312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21622] ppid=21609 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21612/task/21622/stat : 21622 (java) S 21609 21612 14900 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 10005179 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499599993512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21623] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21623/stat : 21623 (java) S 21609 21612 14900 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499117664744 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21624] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21624/stat : 21624 (java) S 21609 21612 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499116610808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21625] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21625/stat : 21625 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499115557896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21626] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21626/stat : 21626 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005182 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499114506384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21627] ppid=21609 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/21612/task/21627/stat : 21627 (java) S 21609 21612 14900 0 -1 4202560 8811 0 0 0 68 2 0 0 20 0 22 0 10005183 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499113454520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21628] ppid=21609 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/21612/task/21628/stat : 21628 (java) S 21609 21612 14900 0 -1 4202560 10388 0 0 0 126 2 0 0 20 0 22 0 10005183 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499112401720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21629] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21629/stat : 21629 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499111349112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21630] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21630/stat : 21630 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499110296520 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21631] ppid=21609 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/21612/task/21631/stat : 21631 (java) R 21609 21612 14900 0 -1 4202560 23 0 0 0 288 0 0 0 20 0 22 0 10005194 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499109239584 140499604836068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21632] ppid=21609 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/21612/task/21632/stat : 21632 (java) R 21609 21612 14900 0 -1 4202560 96 0 0 0 286 2 0 0 20 0 22 0 10005194 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499108187136 140499604836153 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21633] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21633/stat : 21633 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499107136424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21634] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21634/stat : 21634 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 53704 33554432000 1073741824 1073778376 140733314559584 140499106083624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.24 4.26 3.73 11/219 21634
/proc/meminfo: memFree=27845440/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=14.53 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 23818 0 1 0 1439 14 0 0 20 0 22 0 10005178 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 90496 2275 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2417 0 1 0 14 0 0 0 20 0 22 0 10005178 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21615] ppid=21609 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21612/task/21615/stat : 21615 (java) S 21609 21612 14900 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 22 0 10005179 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499725408808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21616] ppid=21609 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21612/task/21616/stat : 21616 (java) S 21609 21612 14900 0 -1 4202560 124 0 0 0 4 0 0 0 20 0 22 0 10005179 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499724356008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21617] ppid=21609 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21612/task/21617/stat : 21617 (java) S 21609 21612 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 10005179 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499723303208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21618] ppid=21609 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21612/task/21618/stat : 21618 (java) S 21609 21612 14900 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 10005179 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499604203688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21619] ppid=21609 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21612/task/21619/stat : 21619 (java) S 21609 21612 14900 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 22 0 10005179 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499603151912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21620] ppid=21609 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21612/task/21620/stat : 21620 (java) S 21609 21612 14900 0 -1 4202560 111 0 0 0 3 0 0 0 20 0 22 0 10005179 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499602099112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21621] ppid=21609 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21612/task/21621/stat : 21621 (java) S 21609 21612 14900 0 -1 4202560 148 0 0 0 3 0 0 0 20 0 22 0 10005179 10060525568 90496 33554432000 1073741824 1073778376 140733314559584 140499601046312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21622] ppid=21609 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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

[pid=21612/tid=21622] ppid=21609 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21612/task/21622/stat : 21622 (java) S 21609 21612 14900 0 -1 4202560 63 0 0 0 5 1 0 0 20 0 22 0 10005179 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499599993512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21623] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21623/stat : 21623 (java) S 21609 21612 14900 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499117664744 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21624] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21624/stat : 21624 (java) S 21609 21612 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499116610808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21625] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21625/stat : 21625 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499115557896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21626] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21626/stat : 21626 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005182 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499114506384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21627] ppid=21609 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/21612/task/21627/stat : 21627 (java) S 21609 21612 14900 0 -1 4202560 12530 0 0 0 114 2 0 0 20 0 22 0 10005183 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499113454520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21628] ppid=21609 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/21612/task/21628/stat : 21628 (java) S 21609 21612 14900 0 -1 4202560 10389 0 0 0 150 2 0 0 20 0 22 0 10005183 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499112401720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21629] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21629/stat : 21629 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499111349112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21630] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21630/stat : 21630 (java) S 21609 21612 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499110296520 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21631] ppid=21609 vsize=9824732 CPUtime=36.38 cores=1,3,5,7
/proc/21612/task/21631/stat : 21631 (java) R 21609 21612 14900 0 -1 4202560 43 0 0 0 3636 2 0 0 20 0 22 0 10005194 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499109232656 140499604648559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21632] ppid=21609 vsize=9824732 CPUtime=36.36 cores=1,3,5,7
/proc/21612/task/21632/stat : 21632 (java) R 21609 21612 14900 0 -1 4202560 573 0 0 0 3621 15 0 0 20 0 22 0 10005194 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499108188936 140499604836153 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21633] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21633/stat : 21633 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499107136424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21634] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21634/stat : 21634 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 290429 33554432000 1073741824 1073778376 140733314559584 140499106083624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 76.42
Current children cumulated vsize (KiB) 9824732

[startup+38.401 s]
/proc/loadavg: 4.68 4.38 3.78 5/219 21634
/proc/meminfo: memFree=27046492/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=79.9 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 29689 0 1 0 7947 43 0 0 20 0 22 0 10005178 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 307501 2275 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2418 0 1 0 14 0 0 0 20 0 22 0 10005178 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21615] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21615/stat : 21615 (java) S 21609 21612 14900 0 -1 4202560 162 0 0 0 11 3 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499725408808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21616] ppid=21609 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21612/task/21616/stat : 21616 (java) S 21609 21612 14900 0 -1 4202560 314 0 0 0 9 2 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499724356008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21617] ppid=21609 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/21612/task/21617/stat : 21617 (java) S 21609 21612 14900 0 -1 4202560 148 0 0 0 10 3 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499723303208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21618] ppid=21609 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/21612/task/21618/stat : 21618 (java) S 21609 21612 14900 0 -1 4202560 107 0 0 0 12 3 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499604203688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21619] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21619/stat : 21619 (java) S 21609 21612 14900 0 -1 4202560 363 0 0 0 7 3 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499603151912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21620] ppid=21609 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/21612/task/21620/stat : 21620 (java) S 21609 21612 14900 0 -1 4202560 230 0 0 0 10 3 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499602099112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21621] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21621/stat : 21621 (java) S 21609 21612 14900 0 -1 4202560 260 0 0 0 8 2 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499601046312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21622] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21622/stat : 21622 (java) S 21609 21612 14900 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 22 0 10005179 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499599993512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21623] ppid=21609 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21612/task/21623/stat : 21623 (java) S 21609 21612 14900 0 -1 4202560 761 0 0 0 0 1 0 0 20 0 22 0 10005180 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499117664744 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21624] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21624/stat : 21624 (java) S 21609 21612 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499116610808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21625] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21625/stat : 21625 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 10005180 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499115557896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21626] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21626/stat : 21626 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005182 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499114506384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21627] ppid=21609 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/21612/task/21627/stat : 21627 (java) S 21609 21612 14900 0 -1 4202560 12530 0 0 0 126 2 0 0 20 0 22 0 10005183 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499113454520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21628] ppid=21609 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/21612/task/21628/stat : 21628 (java) S 21609 21612 14900 0 -1 4202560 10389 0 0 0 154 2 0 0 20 0 22 0 10005183 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499112401720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21629] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21629/stat : 21629 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499111349112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21630] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21630/stat : 21630 (java) S 21609 21612 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10005183 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499110296520 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21631] ppid=21609 vsize=9824732 CPUtime=37.9 cores=1,3,5,7
/proc/21612/task/21631/stat : 21631 (java) R 21609 21612 14900 0 -1 4202560 43 0 0 0 3788 2 0 0 20 0 22 0 10005194 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499109241408 140499605206885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21632] ppid=21609 vsize=9824732 CPUtime=37.88 cores=1,3,5,7
/proc/21612/task/21632/stat : 21632 (java) R 21609 21612 14900 0 -1 4202560 574 0 0 0 3773 15 0 0 20 0 22 0 10005194 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499108187184 140499604835975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21633] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21633/stat : 21633 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499107136424 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21634] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21634/stat : 21634 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10005194 10060525568 307501 33554432000 1073741824 1073778376 140733314559584 140499106083624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 79.9
Current children cumulated vsize (KiB) 9824732

[startup+38.801 s]
/proc/loadavg: 4.63 4.37 3.78 5/219 21634
/proc/meminfo: memFree=26977852/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=80.69 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 29692 0 1 0 8023 46 0 0 20 0 19 0 10005178 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 307487 2276 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2419 0 1 0 14 0 0 0 20 0 19 0 10005178 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499763917688 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21615] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21615/stat : 21615 (java) S 21609 21612 14900 0 -1 4202560 162 0 0 0 11 3 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499725408808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21616] ppid=21609 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21612/task/21616/stat : 21616 (java) S 21609 21612 14900 0 -1 4202560 314 0 0 0 9 2 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499724356008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21617] ppid=21609 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/21612/task/21617/stat : 21617 (java) S 21609 21612 14900 0 -1 4202560 148 0 0 0 10 3 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499723303208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21618] ppid=21609 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/21612/task/21618/stat : 21618 (java) S 21609 21612 14900 0 -1 4202560 107 0 0 0 12 3 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499604203688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21619] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21619/stat : 21619 (java) S 21609 21612 14900 0 -1 4202560 363 0 0 0 7 3 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499603151912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21620] ppid=21609 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/21612/task/21620/stat : 21620 (java) S 21609 21612 14900 0 -1 4202560 230 0 0 0 10 3 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499602099112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21621] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21621/stat : 21621 (java) S 21609 21612 14900 0 -1 4202560 260 0 0 0 8 2 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499601046312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21622] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21622/stat : 21622 (java) S 21609 21612 14900 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 19 0 10005179 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499599993512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21623] ppid=21609 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21612/task/21623/stat : 21623 (java) S 21609 21612 14900 0 -1 4202560 761 0 0 0 0 1 0 0 20 0 19 0 10005180 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499117664744 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21624] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21624/stat : 21624 (java) S 21609 21612 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10005180 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499116610808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21625] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21625/stat : 21625 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10005180 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499115557896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21626] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21626/stat : 21626 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10005182 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499114506384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21627] ppid=21609 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/21612/task/21627/stat : 21627 (java) S 21609 21612 14900 0 -1 4202560 12530 0 0 0 126 2 0 0 20 0 19 0 10005183 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499113454520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21628] ppid=21609 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/21612/task/21628/stat : 21628 (java) S 21609 21612 14900 0 -1 4202560 10389 0 0 0 154 2 0 0 20 0 19 0 10005183 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499112401720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21629] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21629/stat : 21629 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10005183 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499111349112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21630] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21630/stat : 21630 (java) S 21609 21612 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10005183 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499110296520 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21634] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21634/stat : 21634 (java) S 21609 21612 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10005194 10060525568 307487 33554432000 1073741824 1073778376 140733314559584 140499106083624 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 80.69
Current children cumulated vsize (KiB) 9824732

[startup+39.2008 s]
/proc/loadavg: 4.63 4.37 3.78 5/219 21634
/proc/meminfo: memFree=26977852/32872528 swapFree=1526624/1696276
[pid=21612] ppid=21609 vsize=9824732 CPUtime=80.76 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 14900 0 -1 4202496 29706 0 1 0 8030 46 0 0 20 0 19 0 10005178 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140733314550720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21612/statm: 2456183 307499 2287 9 0 2446860 0
[pid=21612/tid=21613] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21613/stat : 21613 (java) S 21609 21612 14900 0 -1 4202560 2419 0 1 0 14 0 0 0 20 0 19 0 10005178 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499763917528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21615] ppid=21609 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21615/stat : 21615 (java) S 21609 21612 14900 0 -1 4202560 162 0 0 0 11 3 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499725408808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21616] ppid=21609 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/21612/task/21616/stat : 21616 (java) S 21609 21612 14900 0 -1 4202560 314 0 0 0 9 2 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499724356008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21617] ppid=21609 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/21612/task/21617/stat : 21617 (java) S 21609 21612 14900 0 -1 4202560 148 0 0 0 10 3 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499723303208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21618] ppid=21609 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/21612/task/21618/stat : 21618 (java) S 21609 21612 14900 0 -1 4202560 107 0 0 0 12 3 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499604203688 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21619] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21619/stat : 21619 (java) S 21609 21612 14900 0 -1 4202560 363 0 0 0 7 3 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499603151912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21620] ppid=21609 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/21612/task/21620/stat : 21620 (java) S 21609 21612 14900 0 -1 4202560 230 0 0 0 10 3 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499602099112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21621] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21621/stat : 21621 (java) S 21609 21612 14900 0 -1 4202560 260 0 0 0 8 2 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499601046312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21622] ppid=21609 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21622/stat : 21622 (java) S 21609 21612 14900 0 -1 4202560 121 0 0 0 8 2 0 0 20 0 19 0 10005179 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499599993512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21623] ppid=21609 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21612/task/21623/stat : 21623 (java) S 21609 21612 14900 0 -1 4202560 761 0 0 0 0 1 0 0 20 0 19 0 10005180 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499117664744 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21624] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21624/stat : 21624 (java) S 21609 21612 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10005180 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499116610808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21625] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21625/stat : 21625 (java) S 21609 21612 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10005180 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499115557896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21626] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21626/stat : 21626 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10005182 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499114506384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21612/tid=21627] ppid=21609 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/21612/task/21627/stat : 21627 (java) S 21609 21612 14900 0 -1 4202560 12531 0 0 0 128 2 0 0 20 0 19 0 10005183 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499113454520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21612/tid=21628] ppid=21609 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/21612/task/21628/stat : 21628 (java) S 21609 21612 14900 0 -1 4202560 10399 0 0 0 156 2 0 0 20 0 19 0 10005183 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499112401720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21612/tid=21629] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21629/stat : 21629 (java) S 21609 21612 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10005183 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499111349112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21612/tid=21630] ppid=21609 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21612/task/21630/stat : 21630 (java) S 21609 21612 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10005183 10060525568 307499 33554432000 1073741824 1073778376 140733314559584 140499110296520 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 80.76
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 39.2534
CPU time (s): 80.9227
CPU user time (s): 80.3278
CPU system time (s): 0.594909
CPU usage (%): 206.155
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.3278
system time used= 0.594909
maximum resident set size= 1230012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29714
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1638
involuntary context switches= 1567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.255961 second user time and 0.32695 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:03:29
IDJOB=4122067
IDBENCH=110859
IDSOLVER=2543
FILE ID=node125/4122067-1467309809
RUNJOBID= node125-1467308203-14917
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-tseitin-regular-n74-d3-i2-f.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-4122067-1467309809/watcher-4122067-1467309809 -o /tmp/evaluation-result-4122067-1467309809/solver-4122067-1467309809 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467308203-14917 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4122067-1467309809.opb

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

MD5SUM BENCH= da0f0ee3655e6825a32e6c83a0394c97
RANDOM SEED=46576320

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28199788 kB
Buffers:          136092 kB
Cached:          1798648 kB
SwapCached:            0 kB
Active:           547680 kB
Inactive:        1678860 kB
Active(anon):     294604 kB
Inactive(anon):        0 kB
Active(file):     253076 kB
Inactive(file):  1678860 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               792 kB
Writeback:             8 kB
AnonPages:       1994552 kB
Mapped:            21444 kB
Shmem:               204 kB
Slab:             610748 kB
SReclaimable:      53808 kB
SUnreclaim:       556940 kB
KernelStack:        1600 kB
PageTables:         7964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2401148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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= 71740 MiB
End job on node125 at 2016-06-30 20:04:09