Trace number 4122622

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 Resolution PB16UNSAT 187.03 185.607

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n76-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM01f99425ad809ea3223274d403065145
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 benchmark6.35203
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints304
Number of constraints which are clauses304
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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 No 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.minisat.core.VoidTracing@7c64dc11
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4122622-1467317228.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.044s.
0.11/0.15	c declared #vars     114
0.11/0.15	c #constraints  304
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304
0.11/0.15	c 304 constraints processed.
0.63/0.42	c cleaning 2500 clauses out of 5000 with flag 25962/5000
0.92/0.68	c cleaning 4250 clauses out of 8500 with flag 58286/11000
1.34/1.05	c cleaning 5626 clauses out of 11251 with flag 97857/18001
1.95/1.62	c cleaning 6812 clauses out of 13625 with flag 145727/26001
2.58/2.28	c cleaning 7906 clauses out of 15813 with flag 194493/35001
3.37/3.06	c cleaning 8950 clauses out of 17906 with flag 252848/45000
4.38/4.04	c cleaning 9976 clauses out of 19957 with flag 320541/56001
5.59/5.24	c cleaning 10987 clauses out of 21981 with flag 393715/68001
7.29/6.97	c cleaning 11995 clauses out of 23993 with flag 475499/81000
9.69/9.37	c cleaning 12997 clauses out of 25998 with flag 561755/95000
11.95/11.50	c cleaning 13997 clauses out of 28001 with flag 654225/110000
13.85/13.50	c cleaning 15003 clauses out of 30005 with flag 745012/126001
15.76/15.30	c cleaning 15999 clauses out of 32002 with flag 831265/143001
17.86/17.42	c cleaning 16998 clauses out of 34003 with flag 930222/161001
20.56/20.13	c cleaning 18001 clauses out of 36005 with flag 1014818/180001
23.66/23.25	c cleaning 19002 clauses out of 38004 with flag 1119000/200001
26.56/26.14	c cleaning 19999 clauses out of 40002 with flag 1222829/221001
29.76/29.39	c cleaning 20998 clauses out of 42003 with flag 1330610/243001
33.46/33.07	c cleaning 21998 clauses out of 44005 with flag 1439856/266001
37.55/37.16	c cleaning 23002 clauses out of 46006 with flag 1552100/290000
41.95/41.60	c cleaning 23999 clauses out of 48005 with flag 1670150/315001
47.09/46.58	c cleaning 25001 clauses out of 50006 with flag 1795256/341001
53.01/52.16	c cleaning 26000 clauses out of 52005 with flag 1927699/368001
59.65/58.57	c cleaning 27002 clauses out of 54004 with flag 2067561/396000
66.16/65.05	c cleaning 28001 clauses out of 56002 with flag 2208262/425000
73.35/72.26	c cleaning 28997 clauses out of 58002 with flag 2356906/455001
81.15/80.01	c cleaning 30001 clauses out of 60004 with flag 2509289/486000
89.15/88.03	c cleaning 31001 clauses out of 62003 with flag 2666692/518000
97.55/96.46	c cleaning 31998 clauses out of 64002 with flag 2820542/551001
107.57/106.40	c cleaning 33000 clauses out of 66003 with flag 2976620/585000
117.57/116.46	c cleaning 33998 clauses out of 68003 with flag 3134586/620000
128.60/127.41	c cleaning 34999 clauses out of 70006 with flag 3291916/656001
138.90/137.78	c cleaning 36003 clauses out of 72006 with flag 3456820/693000
150.85/149.53	c cleaning 36999 clauses out of 74003 with flag 3634628/731001
163.25/161.94	c cleaning 38002 clauses out of 76004 with flag 3809930/770001
177.36/176.06	c cleaning 38999 clauses out of 78000 with flag 3981015/810000
186.92/185.57	c starts		: 72
186.92/185.57	c conflicts		: 839654
186.92/185.57	c decisions		: 1085177
186.92/185.57	c propagations		: 6646087
186.92/185.57	c inspects		: 4728368395
186.92/185.57	c shortcuts		: 0
186.92/185.57	c learnt literals	: 18
186.92/185.57	c learnt binary clauses	: 16
186.92/185.57	c learnt ternary clauses	: 36
186.92/185.57	c learnt constraints	: 839635
186.92/185.57	c ignored constraints	: 0
186.92/185.57	c root simplifications	: 0
186.92/185.57	c removed literals (reason simplification)	: 0
186.92/185.57	c reason swapping (by a shorter reason)	: 0
186.92/185.57	c Calls to reduceDB	: 36
186.92/185.57	c Number of update (reduction) of LBD	: 129506
186.92/185.57	c Imported unit clauses	: 0
186.92/185.58	c number of reductions to clauses (during analyze)	: 0
186.92/185.58	c number of learned constraints concerned by reduction	: 0
186.92/185.58	c number of learning phase by resolution	: 0
186.92/185.58	c number of learning phase by cutting planes	: 0
186.92/185.58	c speed (assignments/second)	: 35843.033728468035
186.92/185.58	c non guided choices	179
187.03/185.60	c learnt constraints type 
187.03/185.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
187.03/185.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68623
187.03/185.60	s UNSATISFIABLE
187.03/185.60	c Total wall clock time (in seconds): 185.494

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-4122622-1467317228/watcher-4122622-1467317228 -o /tmp/evaluation-result-4122622-1467317228/solver-4122622-1467317228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467315427-7729 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122622-1467317228.opb 

pid=7973
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.21 2.19 2.13 5/193 7976
/proc/meminfo: memFree=28610164/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 2401798 98570240 978 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 24065 978 744 9 0 16771 0
[pid=7976/tid=7977] ppid=7973 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 2401798 98570240 978 33554432000 1073741824 1073778376 140735328840720 140387646434856 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.21 2.19 2.13 5/193 7976
/proc/meminfo: memFree=28610164/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 4477 0 1 0 10 1 0 0 20 0 18 0 2401798 9787879424 5595 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2389619 5595 2140 9 0 2380296 0
[pid=7976/tid=7977] ppid=7973 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2437 0 1 0 8 0 0 0 20 0 18 0 2401798 9787879424 5595 33554432000 1073741824 1073778376 140735328840720 140387646439128 18446744073699066186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.21 2.19 2.13 5/193 7976
/proc/meminfo: memFree=28610164/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 6900 0 1 0 26 1 0 0 20 0 19 0 2401798 9856040960 7450 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 7450 2220 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2460 0 1 0 17 0 0 0 20 0 19 0 2401798 9856040960 7450 33554432000 1073741824 1073778376 140735328840720 140387646440064 140387649725392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300315 s]
/proc/loadavg: 2.21 2.19 2.13 5/193 7976
/proc/meminfo: memFree=28610164/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 7302 0 1 0 47 2 0 0 20 0 19 0 2401798 9856040960 8131 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 8131 2236 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2464 0 1 0 27 0 0 0 20 0 19 0 2401798 9856040960 8131 33554432000 1073741824 1073778376 140735328840720 140387646440064 140387586243868 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700253 s]
/proc/loadavg: 2.21 2.19 2.13 5/193 7976
/proc/meminfo: memFree=28610164/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 8336 0 1 0 102 2 0 0 20 0 19 0 2401798 9856040960 8289 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 8289 2248 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2464 0 1 0 66 1 0 0 20 0 19 0 2401798 9856040960 8289 33554432000 1073741824 1073778376 140735328840720 140387646440064 140387586620389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.21 2.19 2.13 5/212 8060
/proc/meminfo: memFree=28581852/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 8341 0 1 0 183 2 0 0 20 0 19 0 2401798 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 8804 2249 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2466 0 1 0 146 1 0 0 20 0 19 0 2401798 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387646437928 140387586605101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7979] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7979/stat : 7979 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387585170472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7980] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7980/stat : 7980 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387584117672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7981] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7981/stat : 7981 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387488054056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7982] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7982/stat : 7982 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387487001256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7983] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7983/stat : 7983 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387485948456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7984] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7984/stat : 7984 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387484895656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7985] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7985/stat : 7985 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387483842856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7986] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7986/stat : 7986 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387482790056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7987] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7987/stat : 7987 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401800 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387470593000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7988] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7988/stat : 7988 (java) S 7973 7976 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387469539064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7989] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7989/stat : 7989 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387468486152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7990] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7990/stat : 7990 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387467434640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7991] ppid=7973 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7976/task/7991/stat : 7991 (java) S 7973 7976 3195 0 -1 4202560 1432 0 0 0 12 0 0 0 20 0 19 0 2401803 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387466381752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7992] ppid=7973 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7976/task/7992/stat : 7992 (java) S 7973 7976 3195 0 -1 4202560 3172 0 0 0 21 0 0 0 20 0 19 0 2401803 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387465328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7993] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7993/stat : 7993 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387464276344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7994] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7994/stat : 7994 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387463223752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7995] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7995/stat : 7995 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401814 9856040960 8804 33554432000 1073741824 1073778376 140735328840720 140387462170280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.27 2.21 2.13 3/212 8060
/proc/meminfo: memFree=28573964/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=3.48 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 8359 0 1 0 346 2 0 0 20 0 19 0 2401798 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 9844 2255 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2475 0 1 0 306 1 0 0 20 0 19 0 2401798 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387646430896 140387586559383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7979] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7979/stat : 7979 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387585170472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7980] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7980/stat : 7980 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387584117672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7981] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7981/stat : 7981 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387488054056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7982] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7982/stat : 7982 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387487001256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7983] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7983/stat : 7983 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387485948456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7984] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7984/stat : 7984 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387484895656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7985] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7985/stat : 7985 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387483842856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7986] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7986/stat : 7986 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387482790056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7987] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7987/stat : 7987 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401800 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387470593000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7988] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7988/stat : 7988 (java) S 7973 7976 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387469539064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7989] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7989/stat : 7989 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387468486152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7990] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7990/stat : 7990 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387467434640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7991] ppid=7973 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7976/task/7991/stat : 7991 (java) S 7973 7976 3195 0 -1 4202560 1432 0 0 0 12 0 0 0 20 0 19 0 2401803 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387466381752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7992] ppid=7973 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7976/task/7992/stat : 7992 (java) S 7973 7976 3195 0 -1 4202560 3181 0 0 0 24 0 0 0 20 0 19 0 2401803 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387465328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7993] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7993/stat : 7993 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387464276344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7994] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7994/stat : 7994 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387463223752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7995] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7995/stat : 7995 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401814 9856040960 9844 33554432000 1073741824 1073778376 140735328840720 140387462170280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.27 2.21 2.13 3/212 8060
/proc/meminfo: memFree=28559964/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 8366 0 1 0 667 2 0 0 20 0 19 0 2401798 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 10773 2257 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2478 0 1 0 625 1 0 0 20 0 19 0 2401798 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387646430912 140387586559345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7979] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7979/stat : 7979 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387585170472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7980] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7980/stat : 7980 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387584117672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7981] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7981/stat : 7981 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387488054056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7982] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7982/stat : 7982 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387487001256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7983] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7983/stat : 7983 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387485948456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7984] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7984/stat : 7984 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387484895656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7985] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7985/stat : 7985 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387483842856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7986] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7986/stat : 7986 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387482790056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7987] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7987/stat : 7987 (java) S 7973 7976 3195 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2401800 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387470593000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7988] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7988/stat : 7988 (java) S 7973 7976 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387469539064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7989] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7989/stat : 7989 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387468486152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7990] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7990/stat : 7990 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387467434640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7991] ppid=7973 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7976/task/7991/stat : 7991 (java) S 7973 7976 3195 0 -1 4202560 1432 0 0 0 12 0 0 0 20 0 19 0 2401803 9856040960 10773 33554432000 1073741824 1073778376 140735328840720 140387466381752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7992] ppid=7973 vsize=9625040 CPUtime=0.25 cores=0,2,4,6

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

[pid=7976/tid=7987] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7987/stat : 7987 (java) S 7973 7976 3195 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2401800 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387470593000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7988] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7988/stat : 7988 (java) S 7973 7976 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387469539064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7989] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7989/stat : 7989 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387468486152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7990] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7990/stat : 7990 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387467434640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7991] ppid=7973 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/7976/task/7991/stat : 7991 (java) S 7973 7976 3195 0 -1 4202560 11885 0 0 0 83 3 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387466381752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7992] ppid=7973 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7976/task/7992/stat : 7992 (java) S 7973 7976 3195 0 -1 4202560 5623 0 0 0 52 1 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387465328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7993] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7993/stat : 7993 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387464276344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7994] ppid=7973 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7976/task/7994/stat : 7994 (java) S 7973 7976 3195 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387463223752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7995] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7995/stat : 7995 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401814 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387462170280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 185.42
Current children cumulated vsize (KiB) 9625040

[startup+184.801 s]
/proc/loadavg: 2.21 2.25 2.17 3/214 8132
/proc/meminfo: memFree=28355692/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=186.22 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 21328 0 1 0 18614 8 0 0 20 0 19 0 2401798 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 36173 2258 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=184.31 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2533 0 1 0 18427 4 0 0 20 0 19 0 2401798 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387646437808 140387586559617 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7979] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7979/stat : 7979 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387585170472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7980] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7980/stat : 7980 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387584117672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7981] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7981/stat : 7981 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387488054056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7982] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7982/stat : 7982 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387487001256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7983] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7983/stat : 7983 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387485948456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7984] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7984/stat : 7984 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387484895656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7985] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7985/stat : 7985 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387483842856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7986] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7986/stat : 7986 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387482790056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7987] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7987/stat : 7987 (java) S 7973 7976 3195 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2401800 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387470593000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7988] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7988/stat : 7988 (java) S 7973 7976 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387469539064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7989] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7989/stat : 7989 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387468486152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7990] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7990/stat : 7990 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387467434640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7991] ppid=7973 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/7976/task/7991/stat : 7991 (java) S 7973 7976 3195 0 -1 4202560 11885 0 0 0 83 3 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387466381752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7992] ppid=7973 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7976/task/7992/stat : 7992 (java) S 7973 7976 3195 0 -1 4202560 5623 0 0 0 52 1 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387465328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7993] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7993/stat : 7993 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387464276344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7994] ppid=7973 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7976/task/7994/stat : 7994 (java) S 7973 7976 3195 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387463223752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7995] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7995/stat : 7995 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401814 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387462170280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 186.22
Current children cumulated vsize (KiB) 9625040

[startup+185.201 s]
/proc/loadavg: 2.21 2.25 2.17 3/214 8132
/proc/meminfo: memFree=28355692/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9625040 CPUtime=186.62 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 21328 0 1 0 18654 8 0 0 20 0 19 0 2401798 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2406260 36173 2258 9 0 2396937 0
[pid=7976/tid=7977] ppid=7973 vsize=9625040 CPUtime=184.7 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) R 7973 7976 3195 0 -1 4202560 2533 0 1 0 18466 4 0 0 20 0 19 0 2401798 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387646437808 140387586852967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7979] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7979/stat : 7979 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387585170472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7980] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7980/stat : 7980 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387584117672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7981] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7981/stat : 7981 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387488054056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7982] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7982/stat : 7982 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387487001256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7983] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7983/stat : 7983 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387485948456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7984] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7984/stat : 7984 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387484895656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7985] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7985/stat : 7985 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387483842856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7986] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7986/stat : 7986 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401799 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387482790056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7987] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7987/stat : 7987 (java) S 7973 7976 3195 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2401800 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387470593000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7988] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7988/stat : 7988 (java) S 7973 7976 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387469539064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7989] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7989/stat : 7989 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401801 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387468486152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7990] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7990/stat : 7990 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387467434640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7991] ppid=7973 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/7976/task/7991/stat : 7991 (java) S 7973 7976 3195 0 -1 4202560 11885 0 0 0 83 3 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387466381752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7992] ppid=7973 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7976/task/7992/stat : 7992 (java) S 7973 7976 3195 0 -1 4202560 5623 0 0 0 52 1 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387465328952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7993] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7993/stat : 7993 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387464276344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7994] ppid=7973 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7976/task/7994/stat : 7994 (java) S 7973 7976 3195 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 2401803 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387463223752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7995] ppid=7973 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7995/stat : 7995 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401814 9856040960 36173 33554432000 1073741824 1073778376 140735328840720 140387462170280 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 186.62
Current children cumulated vsize (KiB) 9625040

[startup+185.601 s]
/proc/loadavg: 2.21 2.25 2.17 3/214 8132
/proc/meminfo: memFree=28355692/32872528 swapFree=1522152/1652968
[pid=7976] ppid=7973 vsize=9691604 CPUtime=187.03 cores=0,2,4,6
/proc/7976/stat : 7976 (java) S 7973 7976 3195 0 -1 4202496 21348 0 1 0 18695 8 0 0 20 0 19 0 2401798 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140735328831856 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7976/statm: 2422901 36190 2268 9 0 2413578 0
[pid=7976/tid=7977] ppid=7973 vsize=9691604 CPUtime=185.08 cores=0,2,4,6
/proc/7976/task/7977/stat : 7977 (java) S 7973 7976 3195 0 -1 4202560 2536 0 1 0 18504 4 0 0 20 0 19 0 2401798 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387646440152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7979] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7979/stat : 7979 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387585170472 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7980] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7980/stat : 7980 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387584117672 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7981] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7981/stat : 7981 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387488054056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7982] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7982/stat : 7982 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387487001256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7983] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7983/stat : 7983 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387485948456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7984] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7984/stat : 7984 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387484895656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7976/tid=7985] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7985/stat : 7985 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387483842856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7986] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7986/stat : 7986 (java) S 7973 7976 3195 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2401799 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387482790056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7987] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7987/stat : 7987 (java) S 7973 7976 3195 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2401800 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387470593000 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7988] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7988/stat : 7988 (java) S 7973 7976 3195 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2401801 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387469539064 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7989] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7989/stat : 7989 (java) S 7973 7976 3195 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2401801 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387468486152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7990] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7990/stat : 7990 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387467434640 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7976/tid=7991] ppid=7973 vsize=9691604 CPUtime=0.87 cores=0,2,4,6
/proc/7976/task/7991/stat : 7991 (java) S 7973 7976 3195 0 -1 4202560 11888 0 0 0 84 3 0 0 20 0 19 0 2401803 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387466381752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7976/tid=7992] ppid=7973 vsize=9691604 CPUtime=0.54 cores=0,2,4,6
/proc/7976/task/7992/stat : 7992 (java) R 7973 7976 3195 0 -1 4202560 5628 0 0 0 53 1 0 0 20 0 19 0 2401803 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387465328952 140387650557372 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7993] ppid=7973 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/7976/task/7993/stat : 7993 (java) S 7973 7976 3195 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2401803 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387464276344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7976/tid=7994] ppid=7973 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/7976/task/7994/stat : 7994 (java) S 7973 7976 3195 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 2401803 9924202496 36190 33554432000 1073741824 1073778376 140735328840720 140387463223752 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 187.03
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7976 and gives
#  childrusage.ru_utime.tv_sec=186
#  childrusage.ru_utime.tv_usec=503647
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 186.636
# while last known CPU time is 187.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 185.607
CPU time (s): 187.03
CPU user time (s): 186.95
CPU system time (s): 0.08
CPU usage (%): 100.767
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.504
system time used= 0.131979
maximum resident set size= 144772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21353
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4172
involuntary context switches= 279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.26581 second user time and 1.70074 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-30 22:07:08
IDJOB=4122622
IDBENCH=111213
IDSOLVER=2546
FILE ID=node122/4122622-1467317228
RUNJOBID= node122-1467315427-7729
PBS_JOBID= 20005252
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n76-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122622-1467317228/watcher-4122622-1467317228 -o /tmp/evaluation-result-4122622-1467317228/solver-4122622-1467317228 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1467315427-7729 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122622-1467317228.opb

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

MD5SUM BENCH= 01f99425ad809ea3223274d403065145
RANDOM SEED=530728040

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.814
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.814
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.56
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.814
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.814
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:        28614800 kB
Buffers:           85328 kB
Cached:          1743140 kB
SwapCached:            0 kB
Active:           231212 kB
Inactive:        1630912 kB
Active(anon):      36488 kB
Inactive(anon):        4 kB
Active(file):     194724 kB
Inactive(file):  1630908 kB
Unevictable:     1652968 kB
Mlocked:         1522152 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1660 kB
Writeback:             0 kB
AnonPages:       1695296 kB
Mapped:            21072 kB
Shmem:               204 kB
Slab:             609524 kB
SReclaimable:      53436 kB
SUnreclaim:       556088 kB
KernelStack:        1472 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2345696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71728 MiB
End job on node122 at 2016-06-30 22:10:14