Trace number 4120598

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 218.421 216.989

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n78-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMd5e00f402b653584b2ccddff1c269fee
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 benchmark3.32149
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints312
Number of constraints which are clauses312
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120598-1467311730.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.043s.
0.09/0.15	c declared #vars     117
0.09/0.15	c #constraints  312
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 312
0.09/0.15	c 312 constraints processed.
0.64/0.44	c cleaning 2499 clauses out of 5001 with flag 20903/5001
0.95/0.67	c cleaning 4249 clauses out of 8501 with flag 46613/11000
1.42/1.00	c cleaning 5625 clauses out of 11252 with flag 81149/18000
1.92/1.52	c cleaning 6814 clauses out of 13628 with flag 122278/26001
2.55/2.18	c cleaning 7907 clauses out of 15814 with flag 171112/35001
3.35/2.96	c cleaning 8949 clauses out of 17906 with flag 222101/45000
4.25/3.89	c cleaning 9978 clauses out of 19958 with flag 274954/56001
5.25/4.80	c cleaning 10990 clauses out of 21979 with flag 328890/68000
6.45/6.01	c cleaning 11992 clauses out of 23989 with flag 385802/81000
7.75/7.32	c cleaning 12996 clauses out of 25998 with flag 449258/95001
9.15/8.71	c cleaning 13998 clauses out of 28002 with flag 513959/110001
10.74/10.30	c cleaning 15000 clauses out of 30003 with flag 590550/126000
12.55/12.18	c cleaning 15998 clauses out of 32004 with flag 670098/143001
14.55/14.10	c cleaning 16998 clauses out of 34005 with flag 748474/161000
17.15/16.79	c cleaning 18003 clauses out of 36008 with flag 854736/180001
19.75/19.35	c cleaning 18998 clauses out of 38004 with flag 945321/200000
22.85/22.49	c cleaning 20001 clauses out of 40007 with flag 1038351/221001
26.86/26.43	c cleaning 20998 clauses out of 42006 with flag 1139820/243001
31.15/30.80	c cleaning 21999 clauses out of 44008 with flag 1245253/266001
34.56/34.16	c cleaning 23001 clauses out of 46009 with flag 1350258/290001
38.05/37.60	c cleaning 24004 clauses out of 48007 with flag 1451809/315000
42.05/41.64	c cleaning 25001 clauses out of 50004 with flag 1555512/341001
46.55/46.11	c cleaning 25998 clauses out of 52002 with flag 1667408/368000
51.04/50.35	c cleaning 26997 clauses out of 54004 with flag 1776761/396000
55.48/54.53	c cleaning 28002 clauses out of 56008 with flag 1912369/425001
59.78/58.87	c cleaning 28999 clauses out of 58005 with flag 2043099/455000
65.38/64.40	c cleaning 30002 clauses out of 60007 with flag 2169124/486001
71.28/70.34	c cleaning 31000 clauses out of 62005 with flag 2304281/518001
77.69/76.72	c cleaning 31997 clauses out of 64004 with flag 2442722/551000
85.69/84.73	c cleaning 33001 clauses out of 66007 with flag 2598935/585000
95.19/94.28	c cleaning 33998 clauses out of 68007 with flag 2754480/620001
104.89/103.99	c cleaning 35001 clauses out of 70008 with flag 2902253/656000
115.59/114.61	c cleaning 36001 clauses out of 72008 with flag 3054075/693001
125.30/124.39	c cleaning 37002 clauses out of 74007 with flag 3227124/731001
136.59/135.67	c cleaning 37998 clauses out of 76004 with flag 3395000/770000
148.29/147.39	c cleaning 39002 clauses out of 78006 with flag 3572400/810000
158.80/157.86	c cleaning 40001 clauses out of 80004 with flag 3751588/851000
171.51/170.59	c cleaning 41001 clauses out of 82003 with flag 3921745/893000
183.90/182.76	c cleaning 42001 clauses out of 84002 with flag 4107948/936001
197.72/196.42	c cleaning 42999 clauses out of 86000 with flag 4298036/980000
209.53/208.26	c cleaning 43997 clauses out of 88000 with flag 4467961/1025001
218.23/216.96	c starts		: 195
218.23/216.96	c conflicts		: 1056729
218.23/216.96	c decisions		: 1440784
218.23/216.96	c propagations		: 6352197
218.23/216.96	c inspects		: 5799951415
218.23/216.96	c shortcuts		: 0
218.23/216.96	c learnt literals	: 18
218.23/216.96	c learnt binary clauses	: 19
218.23/216.96	c learnt ternary clauses	: 38
218.23/216.96	c learnt constraints	: 1056710
218.23/216.96	c ignored constraints	: 0
218.23/216.96	c root simplifications	: 0
218.23/216.96	c removed literals (reason simplification)	: 0
218.23/216.96	c reason swapping (by a shorter reason)	: 0
218.23/216.96	c Calls to reduceDB	: 41
218.23/216.96	c Number of update (reduction) of LBD	: 105979
218.23/216.96	c Imported unit clauses	: 0
218.23/216.96	c number of reductions to clauses (during analyze)	: 0
218.23/216.96	c number of learned constraints concerned by reduction	: 0
218.23/216.96	c number of learning phase by resolution	: 0
218.23/216.96	c number of learning phase by cutting planes	: 0
218.23/216.96	c speed (assignments/second)	: 29299.936807826605
218.23/216.96	c non guided choices	348
218.23/216.98	c learnt constraints type 
218.23/216.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
218.23/216.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75696
218.23/216.98	s UNSATISFIABLE
218.23/216.98	c Total wall clock time (in seconds): 216.87

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

pid=24221
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.35 2.32 2.70 3/194 24224
/proc/meminfo: memFree=28301780/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/24224/stat : 24224 (java) R 24221 24224 14900 0 -1 4202496 468 0 0 0 0 0 0 0 20 0 1 0 10197282 9379840 123 33554432000 1073741824 1073778376 140736233259888 140736233257016 270710903264 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2372 131 100 9 0 120 0

[startup+0.10006 s]
/proc/loadavg: 2.35 2.32 2.70 3/194 24224
/proc/meminfo: memFree=28301780/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 10197282 9787879424 6040 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.35 2.32 2.70 3/194 24224
/proc/meminfo: memFree=28301780/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 6698 0 1 0 25 1 0 0 20 0 19 0 10197282 9856040960 7733 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 7733 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300221 s]
/proc/loadavg: 2.35 2.32 2.70 3/194 24224
/proc/meminfo: memFree=28301780/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 7025 0 1 0 48 1 0 0 20 0 19 0 10197282 9856040960 7817 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 7817 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700153 s]
/proc/loadavg: 2.35 2.32 2.70 3/194 24224
/proc/meminfo: memFree=28301780/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 9313 0 1 0 110 2 0 0 20 0 19 0 10197282 9856040960 8905 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 8905 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.35 2.32 2.70 3/213 24243
/proc/meminfo: memFree=28272064/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 9317 0 1 0 190 2 0 0 20 0 19 0 10197282 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 9420 2257 9 0 2396937 0
[pid=24224/tid=24226] ppid=24221 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/24224/task/24226/stat : 24226 (java) R 24221 24224 14900 0 -1 4202560 2422 0 1 0 145 2 0 0 20 0 19 0 10197283 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562616670640 140562485712095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24227] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24227/stat : 24227 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562605734952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24228] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24228/stat : 24228 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562604682152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24229] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24229/stat : 24229 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562457639720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24230] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24230/stat : 24230 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562456586920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24231] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24231/stat : 24231 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562455534120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24232] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24232/stat : 24232 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562454481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24233] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24233/stat : 24233 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562453428520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24234] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24234/stat : 24234 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562452375720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24235] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24235/stat : 24235 (java) S 24221 24224 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562440178664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24236] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24236/stat : 24236 (java) S 24221 24224 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562439124728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24237] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24237/stat : 24237 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562438071816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24238] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24238/stat : 24238 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562437020304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24239] ppid=24221 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24224/task/24239/stat : 24239 (java) S 24221 24224 14900 0 -1 4202560 2640 0 0 0 22 0 0 0 20 0 19 0 10197288 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562435967416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24240] ppid=24221 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24224/task/24240/stat : 24240 (java) S 24221 24224 14900 0 -1 4202560 2983 0 0 0 20 0 0 0 20 0 19 0 10197288 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562434914616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24241] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24241/stat : 24241 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562433862008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24242] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24242/stat : 24242 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562432809416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24243] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24243/stat : 24243 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197299 9856040960 9420 33554432000 1073741824 1073778376 140736233259888 140562431755944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.35 2.32 2.70 3/213 24243
/proc/meminfo: memFree=28269520/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 9321 0 1 0 353 2 0 0 20 0 19 0 10197282 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 10445 2257 9 0 2396937 0
[pid=24224/tid=24226] ppid=24221 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/24224/task/24226/stat : 24226 (java) R 24221 24224 14900 0 -1 4202560 2425 0 1 0 305 2 0 0 20 0 19 0 10197283 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562616663744 140562485646998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24227] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24227/stat : 24227 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562605734952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24228] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24228/stat : 24228 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562604682152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24229] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24229/stat : 24229 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562457639720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24230] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24230/stat : 24230 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562456586920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24231] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24231/stat : 24231 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562455534120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24232] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24232/stat : 24232 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562454481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24233] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24233/stat : 24233 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562453428520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24234] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24234/stat : 24234 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562452375720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24235] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24235/stat : 24235 (java) S 24221 24224 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562440178664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24236] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24236/stat : 24236 (java) S 24221 24224 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562439124728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24237] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24237/stat : 24237 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562438071816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24238] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24238/stat : 24238 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562437020304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24239] ppid=24221 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/24224/task/24239/stat : 24239 (java) S 24221 24224 14900 0 -1 4202560 2641 0 0 0 24 0 0 0 20 0 19 0 10197288 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562435967416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24240] ppid=24221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24224/task/24240/stat : 24240 (java) S 24221 24224 14900 0 -1 4202560 2983 0 0 0 21 0 0 0 20 0 19 0 10197288 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562434914616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24241] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24241/stat : 24241 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562433862008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24242] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24242/stat : 24242 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562432809416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24243] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24243/stat : 24243 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197299 9856040960 10445 33554432000 1073741824 1073778376 140736233259888 140562431755944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.32 2.31 2.70 3/213 24243
/proc/meminfo: memFree=28264244/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 9325 0 1 0 673 2 0 0 20 0 19 0 10197282 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 11158 2258 9 0 2396937 0
[pid=24224/tid=24226] ppid=24221 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/24224/task/24226/stat : 24226 (java) R 24221 24224 14900 0 -1 4202560 2428 0 1 0 625 2 0 0 20 0 19 0 10197283 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562616663744 140562485712192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24227] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24227/stat : 24227 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562605734952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24228] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24228/stat : 24228 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562604682152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24229] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24229/stat : 24229 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562457639720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24230] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24230/stat : 24230 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562456586920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24231] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24231/stat : 24231 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562455534120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24232] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24232/stat : 24232 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562454481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24233] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24233/stat : 24233 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562453428520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24234] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24234/stat : 24234 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562452375720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24235] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24235/stat : 24235 (java) S 24221 24224 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562440178664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24236] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24236/stat : 24236 (java) S 24221 24224 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562439124728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24237] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24237/stat : 24237 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562438071816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24238] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24238/stat : 24238 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562437020304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24239] ppid=24221 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/24224/task/24239/stat : 24239 (java) S 24221 24224 14900 0 -1 4202560 2641 0 0 0 24 0 0 0 20 0 19 0 10197288 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562435967416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24240] ppid=24221 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24224/task/24240/stat : 24240 (java) S 24221 24224 14900 0 -1 4202560 2983 0 0 0 21 0 0 0 20 0 19 0 10197288 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562434914616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24241] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24241/stat : 24241 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562433862008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24242] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24242/stat : 24242 (java) S 24221 24224 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562432809416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24243] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24243/stat : 24243 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197299 9856040960 11158 33554432000 1073741824 1073778376 140736233259888 140562431755944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=24224/tid=24229] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24229/stat : 24229 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562457639720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24230] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24230/stat : 24230 (java) S 24221 24224 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562456586920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24231] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24231/stat : 24231 (java) S 24221 24224 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562455534120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24232] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24232/stat : 24232 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562454481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24233] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24233/stat : 24233 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562453428520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24234] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24234/stat : 24234 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562452375720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24235] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24235/stat : 24235 (java) S 24221 24224 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562440178664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24236] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24236/stat : 24236 (java) S 24221 24224 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562439124728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24237] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24237/stat : 24237 (java) S 24221 24224 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562438071816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24238] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24238/stat : 24238 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562437020304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24239] ppid=24221 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/24224/task/24239/stat : 24239 (java) S 24221 24224 14900 0 -1 4202560 10331 0 0 0 101 2 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562435967416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24240] ppid=24221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24224/task/24240/stat : 24240 (java) S 24221 24224 14900 0 -1 4202560 2991 0 0 0 23 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562434914616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24241] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24241/stat : 24241 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562433862008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24242] ppid=24221 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24224/task/24242/stat : 24242 (java) S 24221 24224 14900 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562432809416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24243] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24243/stat : 24243 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197299 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562431755944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 217.33
Current children cumulated vsize (KiB) 9625040

[startup+216.401 s]
/proc/loadavg: 2.17 2.24 2.58 4/213 24248
/proc/meminfo: memFree=28126920/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=217.73 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 17146 0 1 0 21765 8 0 0 20 0 19 0 10197282 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 45447 2271 9 0 2396937 0
[pid=24224/tid=24226] ppid=24221 vsize=9625040 CPUtime=216.35 cores=0,2,4,6
/proc/24224/task/24226/stat : 24226 (java) R 24221 24224 14900 0 -1 4202560 2498 0 1 0 21629 6 0 0 20 0 19 0 10197283 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562616663776 140562485979980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24227] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24227/stat : 24227 (java) S 24221 24224 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562605734952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24228] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24228/stat : 24228 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562604682152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24229] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24229/stat : 24229 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562457639720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24230] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24230/stat : 24230 (java) S 24221 24224 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562456586920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24231] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24231/stat : 24231 (java) S 24221 24224 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562455534120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24232] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24232/stat : 24232 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562454481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24233] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24233/stat : 24233 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562453428520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24234] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24234/stat : 24234 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562452375720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24235] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24235/stat : 24235 (java) S 24221 24224 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562440178664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24236] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24236/stat : 24236 (java) S 24221 24224 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562439124728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24237] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24237/stat : 24237 (java) S 24221 24224 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562438071816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24238] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24238/stat : 24238 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562437020304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24239] ppid=24221 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/24224/task/24239/stat : 24239 (java) S 24221 24224 14900 0 -1 4202560 10331 0 0 0 101 2 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562435967416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24240] ppid=24221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24224/task/24240/stat : 24240 (java) S 24221 24224 14900 0 -1 4202560 2991 0 0 0 23 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562434914616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24241] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24241/stat : 24241 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562433862008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24242] ppid=24221 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24224/task/24242/stat : 24242 (java) S 24221 24224 14900 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562432809416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24243] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24243/stat : 24243 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197299 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562431755944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 217.73
Current children cumulated vsize (KiB) 9625040

[startup+216.808 s]
/proc/loadavg: 2.17 2.24 2.58 3/213 24248
/proc/meminfo: memFree=28126920/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=218.13 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 17146 0 1 0 21805 8 0 0 20 0 19 0 10197282 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 45447 2271 9 0 2396937 0
[pid=24224/tid=24226] ppid=24221 vsize=9625040 CPUtime=216.75 cores=0,2,4,6
/proc/24224/task/24226/stat : 24226 (java) R 24221 24224 14900 0 -1 4202560 2498 0 1 0 21669 6 0 0 20 0 19 0 10197283 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562616663776 140562485979980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24227] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24227/stat : 24227 (java) S 24221 24224 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562605734952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24228] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24228/stat : 24228 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562604682152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24229] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24229/stat : 24229 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562457639720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24230] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24230/stat : 24230 (java) S 24221 24224 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562456586920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24231] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24231/stat : 24231 (java) S 24221 24224 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562455534120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24232] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24232/stat : 24232 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562454481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24233] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24233/stat : 24233 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562453428520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24234] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24234/stat : 24234 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562452375720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24235] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24235/stat : 24235 (java) S 24221 24224 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562440178664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24236] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24236/stat : 24236 (java) S 24221 24224 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562439124728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24237] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24237/stat : 24237 (java) S 24221 24224 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562438071816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24238] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24238/stat : 24238 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562437020304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24239] ppid=24221 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/24224/task/24239/stat : 24239 (java) S 24221 24224 14900 0 -1 4202560 10331 0 0 0 101 2 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562435967416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24240] ppid=24221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24224/task/24240/stat : 24240 (java) S 24221 24224 14900 0 -1 4202560 2991 0 0 0 23 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562434914616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24241] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24241/stat : 24241 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562433862008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24242] ppid=24221 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24224/task/24242/stat : 24242 (java) S 24221 24224 14900 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562432809416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24243] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24243/stat : 24243 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197299 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562431755944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 218.13
Current children cumulated vsize (KiB) 9625040

[startup+216.901 s]
/proc/loadavg: 2.17 2.24 2.58 3/213 24248
/proc/meminfo: memFree=28126920/32872528 swapFree=1526624/1696276
[pid=24224] ppid=24221 vsize=9625040 CPUtime=218.23 cores=0,2,4,6
/proc/24224/stat : 24224 (java) S 24221 24224 14900 0 -1 4202496 17146 0 1 0 21815 8 0 0 20 0 19 0 10197282 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140736233251024 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24224/statm: 2406260 45447 2271 9 0 2396937 0
[pid=24224/tid=24226] ppid=24221 vsize=9625040 CPUtime=216.85 cores=0,2,4,6
/proc/24224/task/24226/stat : 24226 (java) R 24221 24224 14900 0 -1 4202560 2498 0 1 0 21679 6 0 0 20 0 19 0 10197283 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562616663776 140562485979980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24227] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24227/stat : 24227 (java) S 24221 24224 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562605734952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24228] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24228/stat : 24228 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562604682152 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24229] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24229/stat : 24229 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562457639720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24230] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24230/stat : 24230 (java) S 24221 24224 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562456586920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24224/tid=24231] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24231/stat : 24231 (java) S 24221 24224 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562455534120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24224/tid=24232] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24232/stat : 24232 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562454481320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24233] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24233/stat : 24233 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562453428520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24234] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24234/stat : 24234 (java) S 24221 24224 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10197284 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562452375720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24235] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24235/stat : 24235 (java) S 24221 24224 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562440178664 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24236] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24236/stat : 24236 (java) S 24221 24224 14900 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562439124728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24237] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24237/stat : 24237 (java) S 24221 24224 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10197286 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562438071816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24238] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24238/stat : 24238 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562437020304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24239] ppid=24221 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/24224/task/24239/stat : 24239 (java) S 24221 24224 14900 0 -1 4202560 10331 0 0 0 101 2 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562435967416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24240] ppid=24221 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/24224/task/24240/stat : 24240 (java) S 24221 24224 14900 0 -1 4202560 2991 0 0 0 23 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562434914616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24241] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24241/stat : 24241 (java) S 24221 24224 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562433862008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24224/tid=24242] ppid=24221 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/24224/task/24242/stat : 24242 (java) S 24221 24224 14900 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 10197288 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562432809416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24224/tid=24243] ppid=24221 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24224/task/24243/stat : 24243 (java) S 24221 24224 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10197299 9856040960 45447 33554432000 1073741824 1073778376 140736233259888 140562431755944 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 218.23
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 216.989
CPU time (s): 218.421
CPU user time (s): 218.219
CPU system time (s): 0.201969
CPU usage (%): 100.66
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.219
system time used= 0.201969
maximum resident set size= 181880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17175
page faults= 1
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4876
involuntary context switches= 416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15782 second user time and 1.60376 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:35:31
IDJOB=4120598
IDBENCH=110032
IDSOLVER=2546
FILE ID=node125/4120598-1467311730
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-tseitin-regular-n78-d3-i2-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-4120598-1467311730/watcher-4120598-1467311730 -o /tmp/evaluation-result-4120598-1467311730/solver-4120598-1467311730 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120598-1467311730.opb

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

MD5SUM BENCH= d5e00f402b653584b2ccddff1c269fee
RANDOM SEED=1720091054

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:        28302416 kB
Buffers:          139352 kB
Cached:          1800124 kB
SwapCached:            0 kB
Active:           447416 kB
Inactive:        1682592 kB
Active(anon):     193332 kB
Inactive(anon):        0 kB
Active(file):     254084 kB
Inactive(file):  1682592 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       1872532 kB
Mapped:            21516 kB
Shmem:               204 kB
Slab:             610788 kB
SReclaimable:      54332 kB
SUnreclaim:       556456 kB
KernelStack:        1568 kB
PageTables:         7828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-30 20:39:08