Trace number 4121811

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 229.319 113.334

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n90-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM968681533c7756e7b513b1ba15f3193d
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.9384
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables135
Total number of constraints360
Number of constraints which are clauses360
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4121811-1467309695.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.18	c ... done. Wall clock time 0.057s.
0.09/0.18	c declared #vars     135
0.09/0.18	c #constraints  360
0.09/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.09/0.18	c 360 constraints processed.
0.09/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.09/0.18	c 360 constraints processed.
1.41/0.59	c cleaning 2494 clauses out of 5000 with flag 22373/5000
2.20/0.75	c cleaning 0 clauses out of 5001 with flag 0/5001
2.60/0.86	c cleaning 4247 clauses out of 8506 with flag 50655/11000
3.19/1.00	c cleaning 0 clauses out of 11000 with flag 0/11000
3.55/1.19	c cleaning 5626 clauses out of 11260 with flag 84474/18001
3.88/1.29	c cleaning 0 clauses out of 18000 with flag 0/18000
4.60/1.59	c cleaning 6813 clauses out of 13634 with flag 116696/26001
4.83/1.64	c cleaning 0 clauses out of 26000 with flag 0/26000
5.72/1.95	c cleaning 7903 clauses out of 15820 with flag 158694/35000
5.93/2.01	c cleaning 0 clauses out of 35000 with flag 0/35000
6.73/2.43	c cleaning 0 clauses out of 45001 with flag 0/45001
6.73/2.49	c cleaning 8955 clauses out of 17918 with flag 208950/45001
7.75/2.96	c cleaning 0 clauses out of 56000 with flag 0/56000
8.15/3.20	c cleaning 9973 clauses out of 19962 with flag 260704/56000
8.77/3.47	c cleaning 0 clauses out of 68000 with flag 0/68000
9.78/3.95	c cleaning 10990 clauses out of 21990 with flag 319597/68001
10.58/4.33	c cleaning 0 clauses out of 81001 with flag 0/81001
11.38/4.79	c cleaning 11995 clauses out of 24000 with flag 383987/81001
11.98/5.10	c cleaning 0 clauses out of 95000 with flag 0/95000
13.64/5.81	c cleaning 12999 clauses out of 26004 with flag 454748/95000
14.24/6.12	c cleaning 0 clauses out of 110000 with flag 0/110000
15.84/7.00	c cleaning 13999 clauses out of 28005 with flag 534183/110000
17.24/7.66	c cleaning 0 clauses out of 126000 with flag 0/126000
18.64/8.30	c cleaning 15000 clauses out of 30007 with flag 619116/126001
20.24/9.13	c cleaning 0 clauses out of 143000 with flag 0/143000
21.29/9.67	c cleaning 16000 clauses out of 32007 with flag 697665/143001
22.88/10.46	c cleaning 0 clauses out of 161000 with flag 0/161000
24.10/11.08	c cleaning 17002 clauses out of 34007 with flag 780433/161001
27.08/12.57	c cleaning 0 clauses out of 180000 with flag 0/180000
27.68/12.82	c cleaning 17995 clauses out of 36005 with flag 867875/180001
30.77/14.40	c cleaning 0 clauses out of 200000 with flag 0/200000
31.56/14.75	c cleaning 19001 clauses out of 38009 with flag 956699/200000
34.56/16.24	c cleaning 0 clauses out of 221001 with flag 0/221001
35.56/16.78	c cleaning 20004 clauses out of 40008 with flag 1047557/221000
38.16/18.03	c cleaning 0 clauses out of 243001 with flag 0/243001
39.57/18.73	c cleaning 20996 clauses out of 42005 with flag 1155729/243001
44.17/21.08	c cleaning 21998 clauses out of 44008 with flag 1263287/266000
44.36/21.15	c cleaning 0 clauses out of 266000 with flag 0/266000
49.95/23.97	c cleaning 23000 clauses out of 46010 with flag 1377783/290000
50.96/24.42	c cleaning 0 clauses out of 290001 with flag 0/290001
55.46/26.67	c cleaning 24000 clauses out of 48010 with flag 1496655/315000
57.27/27.59	c cleaning 0 clauses out of 315001 with flag 0/315001
61.46/29.63	c cleaning 25004 clauses out of 50010 with flag 1618883/341000
63.87/30.89	c cleaning 0 clauses out of 341001 with flag 0/341001
67.46/32.68	c cleaning 25998 clauses out of 52006 with flag 1748278/368000
71.46/34.60	c cleaning 0 clauses out of 368000 with flag 0/368000
73.65/35.78	c cleaning 27004 clauses out of 54009 with flag 1875437/396001
81.05/39.47	c cleaning 0 clauses out of 396000 with flag 0/396000
81.25/39.56	c cleaning 28000 clauses out of 56005 with flag 2007942/425001
89.60/43.61	c cleaning 29001 clauses out of 58004 with flag 2142580/455000
91.20/44.44	c cleaning 0 clauses out of 425000 with flag 0/425000
100.62/49.10	c cleaning 0 clauses out of 455000 with flag 0/455000
103.22/50.49	c cleaning 29998 clauses out of 60004 with flag 2310202/486001
109.61/53.64	c cleaning 0 clauses out of 486000 with flag 0/486000
117.75/57.64	c cleaning 30995 clauses out of 62006 with flag 2484210/518001
119.55/58.54	c cleaning 0 clauses out of 518001 with flag 0/518001
126.95/62.28	c cleaning 32002 clauses out of 64012 with flag 2642830/551002
131.15/64.34	c cleaning 0 clauses out of 551001 with flag 0/551001
138.75/68.20	c cleaning 32999 clauses out of 66010 with flag 2808278/585002
142.95/70.22	c cleaning 0 clauses out of 585001 with flag 0/585001
148.95/73.20	c cleaning 34000 clauses out of 68009 with flag 2963506/620000
159.47/78.40	c cleaning 34999 clauses out of 70009 with flag 3122340/656000
160.26/78.88	c cleaning 0 clauses out of 620001 with flag 0/620001
169.88/83.67	c cleaning 36001 clauses out of 72010 with flag 3276497/693000
176.28/86.79	c cleaning 0 clauses out of 656000 with flag 0/656000
184.48/90.89	c cleaning 37000 clauses out of 74009 with flag 3435498/731000
193.90/95.40	c cleaning 0 clauses out of 693000 with flag 0/693000
200.01/98.44	c cleaning 38000 clauses out of 76009 with flag 3606279/770000
211.25/104.07	c cleaning 0 clauses out of 731001 with flag 0/731001
214.85/105.84	c cleaning 39001 clauses out of 78009 with flag 3785486/810000
228.25/112.42	c cleaning 0 clauses out of 769999 with flag 0/770000
229.05/112.85	c And the winner is solver1
229.05/113.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
229.05/113.20	c starts		: 67
229.05/113.20	c conflicts		: 847530
229.05/113.20	c decisions		: 1073960
229.05/113.20	c propagations		: 5035404
229.05/113.20	c inspects		: 2795971443
229.05/113.20	c shortcuts		: 0
229.05/113.20	c learnt literals	: 0
229.05/113.20	c learnt binary clauses	: 0
229.05/113.20	c learnt ternary clauses	: 4
229.05/113.20	c learnt constraints	: 847530
229.05/113.20	c ignored constraints	: 0
229.05/113.20	c root simplifications	: 0
229.05/113.20	c removed literals (reason simplification)	: 3392062
229.05/113.20	c reason swapping (by a shorter reason)	: 0
229.05/113.20	c Calls to reduceDB	: 36
229.05/113.20	c Number of update (reduction) of LBD	: 148139
229.05/113.20	c Imported unit clauses	: 0
229.05/113.20	c number of reductions to clauses (during analyze)	: 0
229.05/113.20	c number of learned constraints concerned by reduction	: 0
229.05/113.20	c number of learning phase by resolution	: 0
229.05/113.20	c number of learning phase by cutting planes	: 0
229.05/113.20	c speed (assignments/second)	: 44554.39447162816
229.05/113.20	c non guided choices	406
229.05/113.23	c learnt constraints type 
229.05/113.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76538
229.05/113.23	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
229.05/113.23	c starts		: 170
229.05/113.23	c conflicts		: 773047
229.05/113.23	c decisions		: 868934
229.05/113.23	c propagations		: 3189772
229.05/113.23	c inspects		: 1079655970
229.05/113.23	c shortcuts		: 0
229.05/113.23	c learnt literals	: 1
229.05/113.23	c learnt binary clauses	: 4
229.05/113.23	c learnt ternary clauses	: 13
229.05/113.23	c learnt constraints	: 773045
229.05/113.23	c ignored constraints	: 0
229.05/113.23	c root simplifications	: 0
229.05/113.23	c removed literals (reason simplification)	: 0
229.05/113.23	c reason swapping (by a shorter reason)	: 0
229.05/113.23	c Calls to reduceDB	: 35
229.05/113.23	c Number of update (reduction) of LBD	: 0
229.05/113.23	c Imported unit clauses	: 0
229.05/113.23	c number of reductions to clauses (during analyze)	: 0
229.05/113.23	c number of learned constraints concerned by reduction	: 0
229.05/113.23	c number of learning phase by resolution	: 0
229.05/113.23	c number of learning phase by cutting planes	: 0
229.05/113.23	c speed (assignments/second)	: 28217.333227179035
229.05/113.23	c non guided choices	176
229.21/113.32	c learnt constraints type 
229.21/113.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 773041
229.21/113.32	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 4
229.21/113.32	s UNSATISFIABLE
229.21/113.32	c Total wall clock time (in seconds): 113.201

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

pid=15971
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.09 3.96 3.07 4/262 15974
/proc/meminfo: memFree=29375524/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15974/stat : 15974 (java) R 15971 15974 13211 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 12076071 9515008 175 33554432000 1073741824 1073778376 140734014890624 140734014887752 249650037648 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.09 3.96 3.07 4/262 15974
/proc/meminfo: memFree=29375524/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 4466 0 1 0 8 1 0 0 20 0 18 0 12076071 9787879424 5583 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2389619 5583 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 4.09 3.96 3.07 4/262 15974
/proc/meminfo: memFree=29375524/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 4771 0 1 0 22 1 0 0 20 0 22 0 12076071 10060525568 7370 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 7370 2205 9 0 2446860 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9824732

[startup+0.300225 s]
/proc/loadavg: 4.09 3.96 3.07 4/262 15974
/proc/meminfo: memFree=29375524/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 7981 0 1 0 59 2 0 0 20 0 22 0 12076071 10060525568 9428 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 9428 2246 9 0 2446860 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700196 s]
/proc/loadavg: 4.09 3.96 3.07 4/262 15974
/proc/meminfo: memFree=29375524/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9826312 CPUtime=2.2 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 23275 0 1 0 214 6 0 0 20 0 22 0 12076071 10062143488 31062 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456578 31093 2260 9 0 2447255 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9826312

[startup+1.50087 s]
/proc/loadavg: 4.09 3.96 3.07 6/284 15996
/proc/meminfo: memFree=29187988/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=4.6 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 25183 0 1 0 452 8 0 0 20 0 22 0 12076071 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 51060 2275 9 0 2446860 0
[pid=15974/tid=15976] ppid=15971 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15974/task/15976/stat : 15976 (java) S 15971 15974 13211 0 -1 4202560 2469 0 1 0 14 1 0 0 20 0 22 0 12076073 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689988117368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15977] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15977/stat : 15977 (java) S 15971 15974 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689832212776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15978] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15978/stat : 15978 (java) S 15971 15974 13211 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689831159976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15979] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15979/stat : 15979 (java) S 15971 15974 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689830107688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15980] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15980/stat : 15980 (java) S 15971 15974 13211 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689829054888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15981] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15981/stat : 15981 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689828002600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15982] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15982/stat : 15982 (java) S 15971 15974 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689826949800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15983] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15983/stat : 15983 (java) S 15971 15974 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689825897512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15984] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15984/stat : 15984 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689824844712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15985] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15985/stat : 15985 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689812433128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15986] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15986/stat : 15986 (java) S 15971 15974 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689811379192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15987] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15987/stat : 15987 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689810326792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15988] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15988/stat : 15988 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689809275280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15989] ppid=15971 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/15974/task/15989/stat : 15989 (java) S 15971 15974 13211 0 -1 4202560 11195 0 0 0 103 3 0 0 20 0 22 0 12076078 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689808222904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15990] ppid=15971 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/15974/task/15990/stat : 15990 (java) S 15971 15974 13211 0 -1 4202560 10087 0 0 0 72 2 0 0 20 0 22 0 12076078 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689807170104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15991] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15991/stat : 15991 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689806118008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15992] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15992/stat : 15992 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689805065416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15993] ppid=15971 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/15974/task/15993/stat : 15993 (java) R 15971 15974 13211 0 -1 4202560 26 0 0 0 127 0 0 0 20 0 22 0 12076090 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689803911664 139689860278109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15994] ppid=15971 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/15974/task/15994/stat : 15994 (java) R 15971 15974 13211 0 -1 4202560 88 0 0 0 126 2 0 0 20 0 22 0 12076090 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689802857608 139689860376611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15995] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15995/stat : 15995 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689801807016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15996] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15996/stat : 15996 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 51060 33554432000 1073741824 1073778376 140735787463120 139689800754216 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 4.09 3.96 3.07 5/284 15996
/proc/meminfo: memFree=29174584/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=8.15 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 25828 0 1 0 806 9 0 0 20 0 22 0 12076071 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 54730 2275 9 0 2446860 0
[pid=15974/tid=15976] ppid=15971 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15974/task/15976/stat : 15976 (java) S 15971 15974 13211 0 -1 4202560 2469 0 1 0 14 1 0 0 20 0 22 0 12076073 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689988117368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15977] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15977/stat : 15977 (java) S 15971 15974 13211 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689832212776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15978] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15978/stat : 15978 (java) S 15971 15974 13211 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689831159976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15979] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15979/stat : 15979 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689830107688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15980] ppid=15971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15974/task/15980/stat : 15980 (java) S 15971 15974 13211 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689829054888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15981] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15981/stat : 15981 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689828002600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15982] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15982/stat : 15982 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689826949800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15983] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15983/stat : 15983 (java) S 15971 15974 13211 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689825897512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15984] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15984/stat : 15984 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076074 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689824844712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15985] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15985/stat : 15985 (java) S 15971 15974 13211 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689812433128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15986] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15986/stat : 15986 (java) S 15971 15974 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689811379192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15987] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15987/stat : 15987 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689810326792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15988] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15988/stat : 15988 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689809275280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15989] ppid=15971 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/15974/task/15989/stat : 15989 (java) S 15971 15974 13211 0 -1 4202560 11744 0 0 0 136 3 0 0 20 0 22 0 12076078 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689808222904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15990] ppid=15971 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/15974/task/15990/stat : 15990 (java) S 15971 15974 13211 0 -1 4202560 10087 0 0 0 73 2 0 0 20 0 22 0 12076078 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689807170104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15991] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15991/stat : 15991 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689806118008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15992] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15992/stat : 15992 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689805065416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15993] ppid=15971 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/15974/task/15993/stat : 15993 (java) R 15971 15974 13211 0 -1 4202560 27 0 0 0 283 0 0 0 20 0 22 0 12076090 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689803909600 139689860297379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15994] ppid=15971 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/15974/task/15994/stat : 15994 (java) R 15971 15974 13211 0 -1 4202560 89 0 0 0 283 2 0 0 20 0 22 0 12076090 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689802849920 139689860220268 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15995] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15995/stat : 15995 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689801807016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15996] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15996/stat : 15996 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 54730 33554432000 1073741824 1073778376 140735787463120 139689800754216 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.08 3.96 3.07 5/284 15996
/proc/meminfo: memFree=29012284/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=14.64 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 26193 0 1 0 1449 15 0 0 20 0 22 0 12076071 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 92558 2275 9 0 2446860 0
[pid=15974/tid=15976] ppid=15971 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15974/task/15976/stat : 15976 (java) S 15971 15974 13211 0 -1 4202560 2469 0 1 0 14 1 0 0 20 0 22 0 12076073 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689988117368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15977] ppid=15971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15974/task/15977/stat : 15977 (java) S 15971 15974 13211 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689832212776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15978] ppid=15971 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/15974/task/15978/stat : 15978 (java) S 15971 15974 13211 0 -1 4202560 54 0 0 0 3 2 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689831159976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15979] ppid=15971 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/15974/task/15979/stat : 15979 (java) S 15971 15974 13211 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689830107688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15980] ppid=15971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15974/task/15980/stat : 15980 (java) S 15971 15974 13211 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689829054888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15981] ppid=15971 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/15974/task/15981/stat : 15981 (java) S 15971 15974 13211 0 -1 4202560 50 0 0 0 3 1 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689828002600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15982] ppid=15971 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15974/task/15982/stat : 15982 (java) S 15971 15974 13211 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689826949800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15983] ppid=15971 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15974/task/15983/stat : 15983 (java) S 15971 15974 13211 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689825897512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15984] ppid=15971 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/15974/task/15984/stat : 15984 (java) S 15971 15974 13211 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 12076074 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689824844712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15985] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15985/stat : 15985 (java) S 15971 15974 13211 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689812433128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15986] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15986/stat : 15986 (java) S 15971 15974 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689811379192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15987] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15987/stat : 15987 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689810326792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15988] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15988/stat : 15988 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 92558 33554432000 1073741824 1073778376 140735787463120 139689809275280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15989] ppid=15971 vsize=9824732 CPUtime=1.39 cores=1,3,5,7

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

/proc/15974/task/15989/stat : 15989 (java) S 15971 15974 13211 0 -1 4202560 12204 0 0 0 199 3 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689808222904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15990] ppid=15971 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/15974/task/15990/stat : 15990 (java) S 15971 15974 13211 0 -1 4202560 10088 0 0 0 84 2 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689807170104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15991] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15991/stat : 15991 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689806118008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15992] ppid=15971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15974/task/15992/stat : 15992 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 2 1 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689805065416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15993] ppid=15971 vsize=9824732 CPUtime=110.94 cores=1,3,5,7
/proc/15974/task/15993/stat : 15993 (java) R 15971 15974 13211 0 -1 4202560 41 0 0 0 11092 2 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689803909600 139689860656647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15994] ppid=15971 vsize=9824732 CPUtime=110.94 cores=1,3,5,7
/proc/15974/task/15994/stat : 15994 (java) R 15971 15974 13211 0 -1 4202560 892 0 0 0 11081 13 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689802856776 139689861224716 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15995] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15995/stat : 15995 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689801807016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15996] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15996/stat : 15996 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689800754216 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 227.45
Current children cumulated vsize (KiB) 9824732

[startup+112.801 s]
/proc/loadavg: 4.08 4.00 3.18 5/283 15997
/proc/meminfo: memFree=28072108/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=229.05 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 29481 0 1 0 22851 54 0 0 20 0 22 0 12076071 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 336460 2276 9 0 2446860 0
[pid=15974/tid=15976] ppid=15971 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15974/task/15976/stat : 15976 (java) S 15971 15974 13211 0 -1 4202560 2470 0 1 0 14 1 0 0 20 0 22 0 12076073 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689988117368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15977] ppid=15971 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15974/task/15977/stat : 15977 (java) S 15971 15974 13211 0 -1 4202560 122 0 0 0 17 4 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689832212776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15978] ppid=15971 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/15974/task/15978/stat : 15978 (java) S 15971 15974 13211 0 -1 4202560 203 0 0 0 16 4 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689831159976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15979] ppid=15971 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15974/task/15979/stat : 15979 (java) S 15971 15974 13211 0 -1 4202560 270 0 0 0 15 3 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689830107688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15980] ppid=15971 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/15974/task/15980/stat : 15980 (java) S 15971 15974 13211 0 -1 4202560 217 0 0 0 15 4 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689829054888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15981] ppid=15971 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15974/task/15981/stat : 15981 (java) S 15971 15974 13211 0 -1 4202560 284 0 0 0 21 4 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689828002600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15982] ppid=15971 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/15974/task/15982/stat : 15982 (java) S 15971 15974 13211 0 -1 4202560 277 0 0 0 23 5 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689826949800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15983] ppid=15971 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/15974/task/15983/stat : 15983 (java) S 15971 15974 13211 0 -1 4202560 211 0 0 0 23 4 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689825897512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15984] ppid=15971 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15974/task/15984/stat : 15984 (java) S 15971 15974 13211 0 -1 4202560 161 0 0 0 18 5 0 0 20 0 22 0 12076074 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689824844712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15985] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15985/stat : 15985 (java) S 15971 15974 13211 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689812433128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15986] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15986/stat : 15986 (java) S 15971 15974 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689811379192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15987] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15987/stat : 15987 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 12076075 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689810326792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15988] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15988/stat : 15988 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689809275280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15989] ppid=15971 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/15974/task/15989/stat : 15989 (java) S 15971 15974 13211 0 -1 4202560 12204 0 0 0 199 3 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689808222904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15990] ppid=15971 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/15974/task/15990/stat : 15990 (java) S 15971 15974 13211 0 -1 4202560 10088 0 0 0 84 2 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689807170104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15991] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15991/stat : 15991 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689806118008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15992] ppid=15971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15974/task/15992/stat : 15992 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 2 1 0 0 20 0 22 0 12076078 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689805065416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15993] ppid=15971 vsize=9824732 CPUtime=111.74 cores=1,3,5,7
/proc/15974/task/15993/stat : 15993 (java) R 15971 15974 13211 0 -1 4202560 41 0 0 0 11172 2 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689803909600 139689860376611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15994] ppid=15971 vsize=9824732 CPUtime=111.74 cores=1,3,5,7
/proc/15974/task/15994/stat : 15994 (java) R 15971 15974 13211 0 -1 4202560 892 0 0 0 11161 13 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689802856776 139689860376611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15995] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15995/stat : 15995 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689801807016 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15996] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15996/stat : 15996 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 12076090 10060525568 336460 33554432000 1073741824 1073778376 140735787463120 139689800754216 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 229.05
Current children cumulated vsize (KiB) 9824732

[startup+113.201 s]
/proc/loadavg: 4.08 4.00 3.18 5/283 15997
/proc/meminfo: memFree=28072108/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=228.64 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 29482 0 1 0 22807 57 0 0 20 0 19 0 12076071 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 336445 2277 9 0 2446860 0
[pid=15974/tid=15976] ppid=15971 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15974/task/15976/stat : 15976 (java) S 15971 15974 13211 0 -1 4202560 2470 0 1 0 14 1 0 0 20 0 19 0 12076073 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689988117368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15977] ppid=15971 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15974/task/15977/stat : 15977 (java) S 15971 15974 13211 0 -1 4202560 122 0 0 0 17 4 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689832212776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15978] ppid=15971 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/15974/task/15978/stat : 15978 (java) S 15971 15974 13211 0 -1 4202560 203 0 0 0 16 4 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689831159976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15979] ppid=15971 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15974/task/15979/stat : 15979 (java) S 15971 15974 13211 0 -1 4202560 270 0 0 0 15 3 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689830107688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15980] ppid=15971 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/15974/task/15980/stat : 15980 (java) S 15971 15974 13211 0 -1 4202560 217 0 0 0 15 4 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689829054888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15981] ppid=15971 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15974/task/15981/stat : 15981 (java) S 15971 15974 13211 0 -1 4202560 284 0 0 0 21 4 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689828002600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15982] ppid=15971 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/15974/task/15982/stat : 15982 (java) S 15971 15974 13211 0 -1 4202560 277 0 0 0 23 5 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689826949800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15983] ppid=15971 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/15974/task/15983/stat : 15983 (java) S 15971 15974 13211 0 -1 4202560 211 0 0 0 23 4 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689825897512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15984] ppid=15971 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15974/task/15984/stat : 15984 (java) S 15971 15974 13211 0 -1 4202560 161 0 0 0 18 5 0 0 20 0 19 0 12076074 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689824844712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15985] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15985/stat : 15985 (java) S 15971 15974 13211 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 19 0 12076075 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689812433128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15986] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15986/stat : 15986 (java) S 15971 15974 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12076075 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689811379192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15987] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15987/stat : 15987 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12076075 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689810326792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15988] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15988/stat : 15988 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12076078 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689809275280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15989] ppid=15971 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/15974/task/15989/stat : 15989 (java) S 15971 15974 13211 0 -1 4202560 12204 0 0 0 199 3 0 0 20 0 19 0 12076078 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689808222904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15990] ppid=15971 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/15974/task/15990/stat : 15990 (java) S 15971 15974 13211 0 -1 4202560 10088 0 0 0 84 2 0 0 20 0 19 0 12076078 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689807170104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15991] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15991/stat : 15991 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12076078 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689806118008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15992] ppid=15971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15974/task/15992/stat : 15992 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 2 1 0 0 20 0 19 0 12076078 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689805065416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15996] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15996/stat : 15996 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12076090 10060525568 336445 33554432000 1073741824 1073778376 140735787463120 139689800754216 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 228.64
Current children cumulated vsize (KiB) 9824732

[startup+113.301 s]
/proc/loadavg: 4.08 4.00 3.18 4/280 15998
/proc/meminfo: memFree=28079516/32872528 swapFree=189444/189444
[pid=15974] ppid=15971 vsize=9824732 CPUtime=228.8 cores=1,3,5,7
/proc/15974/stat : 15974 (java) S 15971 15974 13211 0 -1 4202496 29496 0 1 0 22823 57 0 0 20 0 19 0 12076071 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 140735787454256 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15974/statm: 2456183 336457 2287 9 0 2446860 0
[pid=15974/tid=15976] ppid=15971 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/15974/task/15976/stat : 15976 (java) S 15971 15974 13211 0 -1 4202560 2470 0 1 0 14 1 0 0 20 0 19 0 12076073 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689988117208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15977] ppid=15971 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/15974/task/15977/stat : 15977 (java) S 15971 15974 13211 0 -1 4202560 122 0 0 0 17 4 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689832212776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15978] ppid=15971 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/15974/task/15978/stat : 15978 (java) S 15971 15974 13211 0 -1 4202560 203 0 0 0 16 4 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689831159976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15979] ppid=15971 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/15974/task/15979/stat : 15979 (java) S 15971 15974 13211 0 -1 4202560 270 0 0 0 15 3 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689830107688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15980] ppid=15971 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/15974/task/15980/stat : 15980 (java) S 15971 15974 13211 0 -1 4202560 217 0 0 0 15 4 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689829054888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15981] ppid=15971 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/15974/task/15981/stat : 15981 (java) S 15971 15974 13211 0 -1 4202560 284 0 0 0 21 4 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689828002600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15982] ppid=15971 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/15974/task/15982/stat : 15982 (java) S 15971 15974 13211 0 -1 4202560 277 0 0 0 23 5 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689826949800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15983] ppid=15971 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/15974/task/15983/stat : 15983 (java) S 15971 15974 13211 0 -1 4202560 211 0 0 0 23 4 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689825897512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15984] ppid=15971 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/15974/task/15984/stat : 15984 (java) S 15971 15974 13211 0 -1 4202560 161 0 0 0 18 5 0 0 20 0 19 0 12076074 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689824844712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15985] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15985/stat : 15985 (java) S 15971 15974 13211 0 -1 4202560 768 0 0 0 0 0 0 0 20 0 19 0 12076075 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689812433128 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15986] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15986/stat : 15986 (java) S 15971 15974 13211 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12076075 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689811379192 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15987] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15987/stat : 15987 (java) S 15971 15974 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12076075 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689810326792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15988] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15988/stat : 15988 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12076078 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689809275280 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15989] ppid=15971 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/15974/task/15989/stat : 15989 (java) S 15971 15974 13211 0 -1 4202560 12215 0 0 0 203 3 0 0 20 0 19 0 12076078 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689808222904 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15974/tid=15990] ppid=15971 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/15974/task/15990/stat : 15990 (java) S 15971 15974 13211 0 -1 4202560 10088 0 0 0 85 2 0 0 20 0 19 0 12076078 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689807170104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15974/tid=15991] ppid=15971 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/15974/task/15991/stat : 15991 (java) S 15971 15974 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12076078 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689806118008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15974/tid=15992] ppid=15971 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/15974/task/15992/stat : 15992 (java) S 15971 15974 13211 0 -1 4202560 7 0 0 0 2 1 0 0 20 0 19 0 12076078 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689805065416 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15974/tid=15998] ppid=15971 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/15974/task/15998/stat : 15998 (java) R 15971 15974 13211 0 -1 4202560 3 0 0 0 8 0 0 0 20 0 19 0 12087392 10060525568 336457 33554432000 1073741824 1073778376 140735787463120 139689803910568 139689860756090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 228.8
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.409973
#  lost CPU user time (s): 0.439987
#  lost CPU system time (s): -0.03

Real time (s): 113.334
CPU time (s): 229.319
CPU user time (s): 228.637
CPU system time (s): 0.681891
CPU usage (%): 202.34
Max. virtual memory (cumulated for all children) (KiB): 9826312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.197
system time used= 0.711891
maximum resident set size= 1380016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3411
involuntary context switches= 2874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.84987 second user time and 1.00385 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 20:01:35
IDJOB=4121811
IDBENCH=110692
IDSOLVER=2543
FILE ID=node102/4121811-1467309695
RUNJOBID= node102-1467308727-13228
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-tseitin-regular-n90-d3-i2-r2.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-4121811-1467309695/watcher-4121811-1467309695 -o /tmp/evaluation-result-4121811-1467309695/solver-4121811-1467309695 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467308727-13228 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4121811-1467309695.opb

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

MD5SUM BENCH= 968681533c7756e7b513b1ba15f3193d
RANDOM SEED=1727712224

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:        29376168 kB
Buffers:          153752 kB
Cached:           537460 kB
SwapCached:            0 kB
Active:          2121832 kB
Inactive:         417496 kB
Active(anon):    1850956 kB
Inactive(anon):        0 kB
Active(file):     270876 kB
Inactive(file):   417496 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2062380 kB
Mapped:            22576 kB
Shmem:               204 kB
Slab:             608472 kB
SReclaimable:      51812 kB
SUnreclaim:       556660 kB
KernelStack:        2120 kB
PageTables:         8756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2318452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1812480 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 20:03:29