Trace number 4121278

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 189.345 188.219

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-extracted.pb.metafix.opb
MD5SUM46e5d703d313cb17075430b317281136
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 benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4121278-1467313803.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.023s.
0.10/0.13	c declared #vars     101
0.10/0.13	c #constraints  100
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.10/0.13	c 100 constraints processed.
0.66/0.49	c cleaning 2498 clauses out of 5000 with flag 38653/5000
1.21/0.76	c cleaning 4249 clauses out of 8502 with flag 82195/11000
1.65/1.15	c cleaning 5623 clauses out of 11253 with flag 135428/18000
2.15/1.66	c cleaning 6813 clauses out of 13631 with flag 205859/26001
2.89/2.37	c cleaning 7903 clauses out of 15817 with flag 283860/35000
3.78/3.30	c cleaning 8952 clauses out of 17914 with flag 372753/45000
4.78/4.27	c cleaning 9976 clauses out of 19962 with flag 457811/56000
5.88/5.38	c cleaning 10989 clauses out of 21988 with flag 552763/68002
7.29/6.72	c cleaning 11996 clauses out of 23998 with flag 656708/81001
8.68/8.19	c cleaning 12986 clauses out of 26002 with flag 762469/95001
10.49/9.91	c cleaning 14003 clauses out of 28016 with flag 879218/110001
12.38/11.88	c cleaning 15002 clauses out of 30014 with flag 997261/126002
14.78/14.22	c cleaning 16000 clauses out of 32011 with flag 1125312/143001
17.19/16.63	c cleaning 16999 clauses out of 34010 with flag 1255213/161000
19.48/18.96	c cleaning 18005 clauses out of 36011 with flag 1385163/180000
22.18/21.61	c cleaning 18993 clauses out of 38006 with flag 1539517/200000
25.18/24.67	c cleaning 20001 clauses out of 40013 with flag 1696329/221000
28.58/28.09	c cleaning 20997 clauses out of 42012 with flag 1862118/243000
32.18/31.68	c cleaning 22000 clauses out of 44015 with flag 2030269/266000
36.38/35.89	c cleaning 23005 clauses out of 46015 with flag 2217192/290000
40.67/40.15	c cleaning 23992 clauses out of 48010 with flag 2393073/315000
45.27/44.71	c cleaning 25005 clauses out of 50018 with flag 2569693/341000
50.47/49.95	c cleaning 25996 clauses out of 52013 with flag 2765227/368000
55.97/55.41	c cleaning 27000 clauses out of 54018 with flag 2965390/396001
61.67/61.17	c cleaning 28000 clauses out of 56017 with flag 3161697/425000
67.78/67.23	c cleaning 29004 clauses out of 58020 with flag 3360892/455003
74.38/73.86	c cleaning 29999 clauses out of 60013 with flag 3569265/486000
81.77/81.29	c cleaning 31000 clauses out of 62014 with flag 3781369/518000
89.47/88.98	c cleaning 32002 clauses out of 64015 with flag 3993384/551001
98.06/97.52	c cleaning 32998 clauses out of 66013 with flag 4224167/585001
107.16/106.70	c cleaning 34002 clauses out of 68015 with flag 4453496/620001
116.26/115.78	c cleaning 34995 clauses out of 70014 with flag 4696750/656002
126.35/125.86	c cleaning 36001 clauses out of 72019 with flag 4942900/693002
137.46/136.98	c cleaning 37003 clauses out of 74018 with flag 5199729/731002
149.38/148.53	c cleaning 38003 clauses out of 76014 with flag 5448400/770001
161.46/160.56	c cleaning 38996 clauses out of 78011 with flag 5707383/810001
174.40/173.49	c cleaning 40001 clauses out of 80013 with flag 5979786/851000
189.17/188.14	c cleaning 41003 clauses out of 82007 with flag 6256762/893001
189.17/188.18	c starts		: 237
189.17/188.18	c conflicts		: 893167
189.17/188.18	c decisions		: 1169716
189.17/188.18	c propagations		: 13478542
189.17/188.18	c inspects		: 4744160189
189.17/188.18	c shortcuts		: 0
189.17/188.18	c learnt literals	: 13
189.17/188.18	c learnt binary clauses	: 12
189.17/188.18	c learnt ternary clauses	: 31
189.17/188.18	c learnt constraints	: 893153
189.17/188.18	c ignored constraints	: 0
189.17/188.18	c root simplifications	: 0
189.17/188.18	c removed literals (reason simplification)	: 0
189.17/188.18	c reason swapping (by a shorter reason)	: 0
189.17/188.18	c Calls to reduceDB	: 38
189.17/188.18	c Number of update (reduction) of LBD	: 261877
189.17/188.18	c Imported unit clauses	: 0
189.17/188.18	c number of reductions to clauses (during analyze)	: 0
189.17/188.18	c number of learned constraints concerned by reduction	: 0
189.17/188.18	c number of learning phase by resolution	: 0
189.17/188.18	c number of learning phase by cutting planes	: 0
189.17/188.18	c speed (assignments/second)	: 71677.2155601053
189.17/188.18	c non guided choices	21
189.17/188.20	c learnt constraints type 
189.17/188.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
189.17/188.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41151
189.17/188.20	s UNSATISFIABLE
189.17/188.20	c Total wall clock time (in seconds): 188.095

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

pid=24881
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.20 2.25 2.27 3/195 24884
/proc/meminfo: memFree=28270384/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 10404564 98570240 977 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 24065 977 743 9 0 16771 0
[pid=24884/tid=24885] ppid=24881 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10404564 98570240 977 33554432000 1073741824 1073778376 140733445388864 140590155693608 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.25 2.27 3/195 24884
/proc/meminfo: memFree=28270384/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 4437 0 1 0 9 1 0 0 20 0 18 0 10404564 9787879424 6057 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2389619 6057 2140 9 0 2380296 0
[pid=24884/tid=24885] ppid=24881 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 10404564 9787879424 6057 33554432000 1073741824 1073778376 140733445388864 140590155697880 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 2.20 2.25 2.27 3/195 24884
/proc/meminfo: memFree=28270384/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 7866 0 1 0 29 2 0 0 20 0 19 0 10404564 9856040960 8377 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 8379 2213 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 19 0 10404564 9856040960 8382 33554432000 1073741824 1073778376 140733445388864 140590155698816 140590158984083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300325 s]
/proc/loadavg: 2.20 2.25 2.27 3/195 24884
/proc/meminfo: memFree=28270384/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 8299 0 1 0 53 2 0 0 20 0 19 0 10404564 9856040960 8595 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 8595 2227 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2398 0 1 0 26 1 0 0 20 0 19 0 10404564 9856040960 8595 33554432000 1073741824 1073778376 140733445388864 140590155698816 140589999963455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700279 s]
/proc/loadavg: 2.20 2.25 2.27 3/195 24884
/proc/meminfo: memFree=28270384/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 12963 0 1 0 119 2 0 0 20 0 19 0 10404564 9856040960 11576 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 11576 2237 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2399 0 1 0 66 1 0 0 20 0 19 0 10404564 9856040960 11576 33554432000 1073741824 1073778376 140733445388864 140590155698816 140590000318191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.27 2.26 2.27 4/214 24903
/proc/meminfo: memFree=28232956/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 12968 0 1 0 203 2 0 0 20 0 19 0 10404564 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 12091 2240 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2401 0 1 0 147 1 0 0 20 0 19 0 10404564 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140590155698560 140590000263719 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24887] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24887/stat : 24887 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589999675944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24888] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24888/stat : 24888 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589998623144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24889] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24889/stat : 24889 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589997570344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24884/tid=24890] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24890/stat : 24890 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589996517544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24891] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24891/stat : 24891 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589995465768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24892] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24892/stat : 24892 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589994412968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24893] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24893/stat : 24893 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589993360168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24894] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24894/stat : 24894 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589992307368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24895] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24895/stat : 24895 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589509093864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24896] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24896/stat : 24896 (java) S 24881 24884 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589508039928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24897] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24897/stat : 24897 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589506987016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24898] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24898/stat : 24898 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589505935504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24899] ppid=24881 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/24884/task/24899/stat : 24899 (java) S 24881 24884 14900 0 -1 4202560 2038 0 0 0 16 0 0 0 20 0 19 0 10404569 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589504883640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24900] ppid=24881 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24884/task/24900/stat : 24900 (java) S 24881 24884 14900 0 -1 4202560 7259 0 0 0 36 1 0 0 20 0 19 0 10404569 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589503830840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24901] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24901/stat : 24901 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589502778232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24902] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24902/stat : 24902 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589501725640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24903] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24903/stat : 24903 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404577 9856040960 12091 33554432000 1073741824 1073778376 140733445388864 140589500671144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.27 2.26 2.27 4/214 24903
/proc/meminfo: memFree=28228372/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=3.68 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 12971 0 1 0 366 2 0 0 20 0 19 0 10404564 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 12605 2241 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2402 0 1 0 307 1 0 0 20 0 19 0 10404564 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140590155689680 140590000316022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24887] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24887/stat : 24887 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589999675944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24888] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24888/stat : 24888 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589998623144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24889] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24889/stat : 24889 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589997570344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24884/tid=24890] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24890/stat : 24890 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589996517544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24891] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24891/stat : 24891 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589995465768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24892] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24892/stat : 24892 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589994412968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24893] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24893/stat : 24893 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589993360168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24894] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24894/stat : 24894 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589992307368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24895] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24895/stat : 24895 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589509093864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24896] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24896/stat : 24896 (java) S 24881 24884 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589508039928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24897] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24897/stat : 24897 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589506987016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24898] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24898/stat : 24898 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589505935504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24899] ppid=24881 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24884/task/24899/stat : 24899 (java) S 24881 24884 14900 0 -1 4202560 2040 0 0 0 19 0 0 0 20 0 19 0 10404569 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589504883640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24900] ppid=24881 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/24884/task/24900/stat : 24900 (java) S 24881 24884 14900 0 -1 4202560 7259 0 0 0 37 1 0 0 20 0 19 0 10404569 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589503830840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24901] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24901/stat : 24901 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589502778232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24902] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24902/stat : 24902 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589501725640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24903] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24903/stat : 24903 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404577 9856040960 12605 33554432000 1073741824 1073778376 140733445388864 140589500671144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.33 2.27 2.27 3/214 24903
/proc/meminfo: memFree=28224864/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=6.88 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 12975 0 1 0 685 3 0 0 20 0 19 0 10404564 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 13260 2242 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2405 0 1 0 626 2 0 0 20 0 19 0 10404564 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140590155689680 140590000315557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24887] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24887/stat : 24887 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589999675944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24888] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24888/stat : 24888 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589998623144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24889] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24889/stat : 24889 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589997570344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24884/tid=24890] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24890/stat : 24890 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589996517544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24891] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24891/stat : 24891 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589995465768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24892] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24892/stat : 24892 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589994412968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24893] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24893/stat : 24893 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589993360168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24894] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24894/stat : 24894 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589992307368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24895] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24895/stat : 24895 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589509093864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24896] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24896/stat : 24896 (java) S 24881 24884 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589508039928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24897] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24897/stat : 24897 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589506987016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24898] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24898/stat : 24898 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589505935504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24899] ppid=24881 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/24884/task/24899/stat : 24899 (java) S 24881 24884 14900 0 -1 4202560 2040 0 0 0 19 0 0 0 20 0 19 0 10404569 9856040960 13260 33554432000 1073741824 1073778376 140733445388864 140589504883640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24900] ppid=24881 vsize=9625040 CPUtime=0.38 cores=0,2,4,6

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

[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=185.54 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2464 0 1 0 18549 5 0 0 20 0 19 0 10404564 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140590155697440 140590000588447 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24887] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24887/stat : 24887 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589999675944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24888] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24888/stat : 24888 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589998623144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24889] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24889/stat : 24889 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589997570344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24884/tid=24890] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24890/stat : 24890 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589996517544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24891] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24891/stat : 24891 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589995465768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24892] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24892/stat : 24892 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589994412968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24893] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24893/stat : 24893 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589993360168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24894] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24894/stat : 24894 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589992307368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24895] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24895/stat : 24895 (java) S 24881 24884 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589509093864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24896] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24896/stat : 24896 (java) S 24881 24884 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589508039928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24897] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24897/stat : 24897 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589506987016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24898] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24898/stat : 24898 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589505935504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24899] ppid=24881 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24884/task/24899/stat : 24899 (java) S 24881 24884 14900 0 -1 4202560 9366 0 0 0 66 2 0 0 20 0 19 0 10404569 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589504883640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24900] ppid=24881 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24884/task/24900/stat : 24900 (java) S 24881 24884 14900 0 -1 4202560 7259 0 0 0 38 2 0 0 20 0 19 0 10404569 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589503830840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24901] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24901/stat : 24901 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589502778232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24902] ppid=24881 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24884/task/24902/stat : 24902 (java) S 24881 24884 14900 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 10404569 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589501725640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24903] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24903/stat : 24903 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404577 9856040960 36901 33554432000 1073741824 1073778376 140733445388864 140589500671144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 186.66
Current children cumulated vsize (KiB) 9625040

[startup+187.201 s]
/proc/loadavg: 2.47 2.31 2.28 3/213 24907
/proc/meminfo: memFree=28120864/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=188.26 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 20374 0 1 0 18818 8 0 0 20 0 19 0 10404564 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 37413 2249 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=187.14 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2466 0 1 0 18709 5 0 0 20 0 19 0 10404564 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140590155696712 140590000343058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24887] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24887/stat : 24887 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589999675944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24888] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24888/stat : 24888 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589998623144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24889] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24889/stat : 24889 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589997570344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24884/tid=24890] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24890/stat : 24890 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589996517544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24891] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24891/stat : 24891 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589995465768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24892] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24892/stat : 24892 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589994412968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24893] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24893/stat : 24893 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589993360168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24894] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24894/stat : 24894 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589992307368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24895] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24895/stat : 24895 (java) S 24881 24884 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589509093864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24896] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24896/stat : 24896 (java) S 24881 24884 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589508039928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24897] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24897/stat : 24897 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589506987016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24898] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24898/stat : 24898 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589505935504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24899] ppid=24881 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24884/task/24899/stat : 24899 (java) S 24881 24884 14900 0 -1 4202560 9366 0 0 0 66 2 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589504883640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24900] ppid=24881 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24884/task/24900/stat : 24900 (java) S 24881 24884 14900 0 -1 4202560 7259 0 0 0 38 2 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589503830840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24901] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24901/stat : 24901 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589502778232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24902] ppid=24881 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24884/task/24902/stat : 24902 (java) S 24881 24884 14900 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589501725640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24903] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24903/stat : 24903 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404577 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589500671144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 188.26
Current children cumulated vsize (KiB) 9625040

[startup+188.001 s]
/proc/loadavg: 2.47 2.31 2.28 3/213 24907
/proc/meminfo: memFree=28120864/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9625040 CPUtime=189.06 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 20374 0 1 0 18898 8 0 0 20 0 19 0 10404564 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2406260 37413 2249 9 0 2396937 0
[pid=24884/tid=24885] ppid=24881 vsize=9625040 CPUtime=187.94 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) R 24881 24884 14900 0 -1 4202560 2466 0 1 0 18789 5 0 0 20 0 19 0 10404564 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140590155696712 140590000522368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24887] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24887/stat : 24887 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589999675944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24888] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24888/stat : 24888 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589998623144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24889] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24889/stat : 24889 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589997570344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24884/tid=24890] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24890/stat : 24890 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589996517544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24891] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24891/stat : 24891 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589995465768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24892] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24892/stat : 24892 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589994412968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24893] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24893/stat : 24893 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589993360168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24894] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24894/stat : 24894 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10404565 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589992307368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24895] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24895/stat : 24895 (java) S 24881 24884 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589509093864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24896] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24896/stat : 24896 (java) S 24881 24884 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589508039928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24897] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24897/stat : 24897 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404566 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589506987016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24898] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24898/stat : 24898 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589505935504 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24899] ppid=24881 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24884/task/24899/stat : 24899 (java) S 24881 24884 14900 0 -1 4202560 9366 0 0 0 66 2 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589504883640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24900] ppid=24881 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/24884/task/24900/stat : 24900 (java) S 24881 24884 14900 0 -1 4202560 7259 0 0 0 38 2 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589503830840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24901] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24901/stat : 24901 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589502778232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24902] ppid=24881 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/24884/task/24902/stat : 24902 (java) S 24881 24884 14900 0 -1 4202560 12 0 0 0 1 2 0 0 20 0 19 0 10404569 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589501725640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24903] ppid=24881 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24903/stat : 24903 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10404577 9856040960 37413 33554432000 1073741824 1073778376 140733445388864 140589500671144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 189.06
Current children cumulated vsize (KiB) 9625040

[startup+188.208 s]
/proc/loadavg: 2.47 2.31 2.28 3/213 24907
/proc/meminfo: memFree=28120888/32872528 swapFree=1526624/1696276
[pid=24884] ppid=24881 vsize=9691604 CPUtime=189.29 cores=0,2,4,6
/proc/24884/stat : 24884 (java) S 24881 24884 14900 0 -1 4202496 20404 0 1 0 18919 10 0 0 20 0 16 0 10404564 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140733445380000 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24884/statm: 2422901 37434 2260 9 0 2413578 0
[pid=24884/tid=24885] ppid=24881 vsize=9691604 CPUtime=188.12 cores=0,2,4,6
/proc/24884/task/24885/stat : 24885 (java) S 24881 24884 14900 0 -1 4202560 2470 0 1 0 18807 5 0 0 20 0 16 0 10404564 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140590155699192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24887] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24887/stat : 24887 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589999675944 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24888] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24888/stat : 24888 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589998623144 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24889] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24889/stat : 24889 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589997570344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24884/tid=24890] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24890/stat : 24890 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589996517544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24891] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24891/stat : 24891 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589995465768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24892] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24892/stat : 24892 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589994412968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24893] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24893/stat : 24893 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589993360168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24894] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24894/stat : 24894 (java) S 24881 24884 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 10404565 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589992307368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24895] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24895/stat : 24895 (java) S 24881 24884 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 16 0 10404566 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589509093416 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24884/tid=24896] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24896/stat : 24896 (java) S 24881 24884 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 16 0 10404566 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589508039928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24897] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24897/stat : 24897 (java) S 24881 24884 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 16 0 10404566 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589506987016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24899] ppid=24881 vsize=9691604 CPUtime=0.68 cores=0,2,4,6
/proc/24884/task/24899/stat : 24899 (java) S 24881 24884 14900 0 -1 4202560 9369 0 0 0 66 2 0 0 20 0 16 0 10404569 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589504883640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24884/tid=24900] ppid=24881 vsize=9691604 CPUtime=0.42 cores=0,2,4,6
/proc/24884/task/24900/stat : 24900 (java) S 24881 24884 14900 0 -1 4202560 7265 0 0 0 40 2 0 0 20 0 16 0 10404569 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589503817560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24884/tid=24901] ppid=24881 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24884/task/24901/stat : 24901 (java) S 24881 24884 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 16 0 10404569 9924202496 37434 33554432000 1073741824 1073778376 140733445388864 140589502778232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 189.29
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 188.219
CPU time (s): 189.345
CPU user time (s): 189.182
CPU system time (s): 0.162975
CPU usage (%): 100.598
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.182
system time used= 0.162975
maximum resident set size= 151852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20404
page faults= 1
swaps= 0
block input operations= 0
block output operations= 208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4206
involuntary context switches= 3145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.507922 second user time and 0.745886 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:10:03
IDJOB=4121278
IDBENCH=110385
IDSOLVER=2546
FILE ID=node125/4121278-1467313803
RUNJOBID= node125-1467310468-23887
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121278-1467313803/watcher-4121278-1467313803 -o /tmp/evaluation-result-4121278-1467313803/solver-4121278-1467313803 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121278-1467313803.opb

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

MD5SUM BENCH= 46e5d703d313cb17075430b317281136
RANDOM SEED=985073476

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28270556 kB
Buffers:          141864 kB
Cached:          1800564 kB
SwapCached:            0 kB
Active:           476348 kB
Inactive:        1685492 kB
Active(anon):     221580 kB
Inactive(anon):        0 kB
Active(file):     254768 kB
Inactive(file):  1685492 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1934036 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             611248 kB
SReclaimable:      54552 kB
SUnreclaim:       556696 kB
KernelStack:        1768 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-30 21:13:12