Trace number 4121486

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 247.23 245.807

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n66-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUM29b666eb2b00ab7913729979e4e788da
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 benchmark1.67674
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints264
Number of constraints which are clauses264
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4121486-1467314800.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.16	c ... done. Wall clock time 0.037s.
0.07/0.16	c declared #vars     99
0.07/0.16	c #constraints  264
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 264
0.07/0.16	c 264 constraints processed.
0.63/0.45	c cleaning 2498 clauses out of 5001 with flag 21212/5001
1.10/0.68	c cleaning 4251 clauses out of 8503 with flag 48837/11001
1.51/1.01	c cleaning 5626 clauses out of 11252 with flag 79504/18001
2.02/1.55	c cleaning 6807 clauses out of 13625 with flag 114694/26000
2.55/2.06	c cleaning 7905 clauses out of 15819 with flag 152332/35001
3.24/2.70	c cleaning 8953 clauses out of 17914 with flag 204472/45001
3.85/3.40	c cleaning 9980 clauses out of 19960 with flag 259124/56000
4.74/4.26	c cleaning 10987 clauses out of 21980 with flag 321284/68000
5.84/5.30	c cleaning 11995 clauses out of 23993 with flag 382355/81000
6.85/6.30	c cleaning 12992 clauses out of 25999 with flag 441975/95001
7.87/7.34	c cleaning 14003 clauses out of 28007 with flag 510817/110001
9.37/8.81	c cleaning 14999 clauses out of 30004 with flag 590309/126001
10.87/10.34	c cleaning 15998 clauses out of 32005 with flag 666424/143001
12.67/12.16	c cleaning 16996 clauses out of 34006 with flag 749554/161000
14.87/14.36	c cleaning 18000 clauses out of 36010 with flag 838624/180000
17.47/16.93	c cleaning 19002 clauses out of 38011 with flag 933231/200001
20.07/19.55	c cleaning 20003 clauses out of 40009 with flag 1029326/221001
23.07/22.57	c cleaning 20999 clauses out of 42006 with flag 1132024/243001
26.97/26.41	c cleaning 22001 clauses out of 44007 with flag 1242728/266001
30.76/30.24	c cleaning 22999 clauses out of 46005 with flag 1356977/290000
34.86/34.33	c cleaning 24000 clauses out of 48006 with flag 1474680/315000
39.07/38.58	c cleaning 25000 clauses out of 50007 with flag 1593889/341001
43.57/43.09	c cleaning 26002 clauses out of 52006 with flag 1713277/368000
48.56/48.06	c cleaning 27003 clauses out of 54005 with flag 1837695/396001
53.96/53.49	c cleaning 27999 clauses out of 56002 with flag 1963815/425001
60.46/59.53	c cleaning 29000 clauses out of 58003 with flag 2100380/455001
67.96/66.89	c cleaning 30000 clauses out of 60002 with flag 2221045/486000
75.87/74.73	c cleaning 31000 clauses out of 62002 with flag 2342918/518000
84.17/83.03	c cleaning 32000 clauses out of 64003 with flag 2467346/551001
92.88/91.79	c cleaning 32997 clauses out of 66002 with flag 2594378/585000
102.88/101.71	c cleaning 33999 clauses out of 68006 with flag 2727115/620001
113.68/112.55	c cleaning 35001 clauses out of 70006 with flag 2869806/656000
124.89/123.77	c cleaning 36002 clauses out of 72005 with flag 3018553/693000
136.69/135.56	c cleaning 37001 clauses out of 74004 with flag 3172831/731001
149.01/147.73	c cleaning 37999 clauses out of 76002 with flag 3326479/770001
163.21/161.97	c cleaning 39002 clauses out of 78003 with flag 3485294/810001
177.42/176.14	c cleaning 39995 clauses out of 80000 with flag 3641544/851000
192.02/190.70	c cleaning 41001 clauses out of 82005 with flag 3797001/893000
207.42/206.11	c cleaning 41997 clauses out of 84004 with flag 3956732/936001
223.34/222.01	c cleaning 43003 clauses out of 86005 with flag 4120607/980000
239.81/238.45	c cleaning 43999 clauses out of 88002 with flag 4292813/1025001
247.11/245.77	c starts		: 512
247.11/245.77	c conflicts		: 1052105
247.11/245.77	c decisions		: 1374950
247.11/245.77	c propagations		: 7277395
247.11/245.77	c inspects		: 6331888647
247.11/245.77	c shortcuts		: 0
247.11/245.77	c learnt literals	: 18
247.11/245.77	c learnt binary clauses	: 16
247.11/245.77	c learnt ternary clauses	: 40
247.11/245.77	c learnt constraints	: 1052086
247.11/245.77	c ignored constraints	: 0
247.11/245.77	c root simplifications	: 0
247.11/245.77	c removed literals (reason simplification)	: 0
247.11/245.77	c reason swapping (by a shorter reason)	: 0
247.11/245.77	c Calls to reduceDB	: 41
247.11/245.77	c Number of update (reduction) of LBD	: 152501
247.11/245.77	c Imported unit clauses	: 0
247.11/245.77	c number of reductions to clauses (during analyze)	: 0
247.11/245.77	c number of learned constraints concerned by reduction	: 0
247.11/245.77	c number of learning phase by resolution	: 0
247.11/245.77	c number of learning phase by cutting planes	: 0
247.11/245.77	c speed (assignments/second)	: 29629.76006774941
247.11/245.77	c non guided choices	169
247.23/245.80	c learnt constraints type 
247.23/245.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
247.23/245.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71076
247.23/245.80	s UNSATISFIABLE
247.23/245.80	c Total wall clock time (in seconds): 245.677

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-4121486-1467314800/watcher-4121486-1467314800 -o /tmp/evaluation-result-4121486-1467314800/solver-4121486-1467314800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25493 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121486-1467314800.opb 

pid=26949
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.30 2.21 2.19 3/196 26952
/proc/meminfo: memFree=29709120/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26952/stat : 26952 (java) R 26949 26952 21085 0 -1 4202496 274 0 0 0 0 0 0 0 20 0 1 0 12432532 9515008 132 33554432000 1073741824 1073778376 140735026535136 140735026532264 273905738679 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26952/statm: 2323 141 104 9 0 71 0

[startup+0.100118 s]
/proc/loadavg: 2.30 2.21 2.19 3/196 26952
/proc/meminfo: memFree=29709120/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 4255 0 1 0 6 1 0 0 20 0 18 0 12432532 9787879424 5385 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2389619 5388 2055 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200348 s]
/proc/loadavg: 2.30 2.21 2.19 3/196 26952
/proc/meminfo: memFree=29709120/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 6292 0 1 0 22 1 0 0 20 0 19 0 12432532 9856040960 7460 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 7461 2212 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300273 s]
/proc/loadavg: 2.30 2.21 2.19 3/196 26952
/proc/meminfo: memFree=29709120/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 7340 0 1 0 46 1 0 0 20 0 19 0 12432532 9856040960 8061 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 8061 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700244 s]
/proc/loadavg: 2.30 2.21 2.19 3/196 26952
/proc/meminfo: memFree=29709120/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 14455 0 1 0 119 3 0 0 20 0 19 0 12432532 9856040960 12377 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 12377 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.30 2.21 2.19 3/215 26971
/proc/meminfo: memFree=29666184/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 14459 0 1 0 199 3 0 0 20 0 19 0 12432532 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 12892 2257 9 0 2396937 0
[pid=26952/tid=26954] ppid=26949 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/26952/task/26954/stat : 26954 (java) R 26949 26952 21085 0 -1 4202560 2447 0 1 0 145 0 0 0 20 0 19 0 12432533 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387586140592 140387459143007 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26955] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26955/stat : 26955 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387430186024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26956] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26956/stat : 26956 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387429133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26957] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26957/stat : 26957 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387428080424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26958] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26958/stat : 26958 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387427027624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26959] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26959/stat : 26959 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387425974824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26960] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26960/stat : 26960 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387424922024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26961] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26961/stat : 26961 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387423869224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26962] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26962/stat : 26962 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387422816424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26963] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26963/stat : 26963 (java) S 26949 26952 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12432536 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387410406376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26964] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26964/stat : 26964 (java) S 26949 26952 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387409352440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26965] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26965/stat : 26965 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387408299528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26966] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26966/stat : 26966 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387407248016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26967] ppid=26949 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26952/task/26967/stat : 26967 (java) S 26949 26952 21085 0 -1 4202560 3633 0 0 0 24 0 0 0 20 0 19 0 12432539 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387406195128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26968] ppid=26949 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/26952/task/26968/stat : 26968 (java) S 26949 26952 21085 0 -1 4202560 7107 0 0 0 27 1 0 0 20 0 19 0 12432539 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387405142328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26969] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26969/stat : 26969 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387404089720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26970] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26970/stat : 26970 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387403037128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26971] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26971/stat : 26971 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432549 9856040960 12892 33554432000 1073741824 1073778376 140737162951136 140387401934504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.30 2.21 2.19 3/215 26971
/proc/meminfo: memFree=29663404/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 14466 0 1 0 361 3 0 0 20 0 19 0 12432532 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 13920 2257 9 0 2396937 0
[pid=26952/tid=26954] ppid=26949 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/26952/task/26954/stat : 26954 (java) R 26949 26952 21085 0 -1 4202560 2450 0 1 0 304 1 0 0 20 0 19 0 12432533 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387586133696 140387459241772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26955] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26955/stat : 26955 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387430186024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26956] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26956/stat : 26956 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387429133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26957] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26957/stat : 26957 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387428080424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26958] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26958/stat : 26958 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387427027624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26959] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26959/stat : 26959 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387425974824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26960] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26960/stat : 26960 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387424922024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26961] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26961/stat : 26961 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387423869224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26962] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26962/stat : 26962 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387422816424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26963] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26963/stat : 26963 (java) S 26949 26952 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12432536 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387410406376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26964] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26964/stat : 26964 (java) S 26949 26952 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387409352440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26965] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26965/stat : 26965 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387408299528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26966] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26966/stat : 26966 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387407248016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26967] ppid=26949 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/26952/task/26967/stat : 26967 (java) S 26949 26952 21085 0 -1 4202560 3637 0 0 0 26 0 0 0 20 0 19 0 12432539 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387406195128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26968] ppid=26949 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26952/task/26968/stat : 26968 (java) S 26949 26952 21085 0 -1 4202560 7107 0 0 0 27 2 0 0 20 0 19 0 12432539 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387405142328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26969] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26969/stat : 26969 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387404089720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26970] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26970/stat : 26970 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387403037128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26971] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26971/stat : 26971 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432549 9856040960 13920 33554432000 1073741824 1073778376 140737162951136 140387401934504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.27 2.20 2.19 3/215 26971
/proc/meminfo: memFree=29657036/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 14472 0 1 0 682 3 0 0 20 0 19 0 12432532 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 15453 2258 9 0 2396937 0
[pid=26952/tid=26954] ppid=26949 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/26952/task/26954/stat : 26954 (java) R 26949 26952 21085 0 -1 4202560 2455 0 1 0 623 1 0 0 20 0 19 0 12432533 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387586140728 140387459363746 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26955] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26955/stat : 26955 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387430186024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26956] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26956/stat : 26956 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387429133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26957] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26957/stat : 26957 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387428080424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26958] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26958/stat : 26958 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387427027624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26959] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26959/stat : 26959 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387425974824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26960] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26960/stat : 26960 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387424922024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26961] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26961/stat : 26961 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387423869224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26962] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26962/stat : 26962 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387422816424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26963] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26963/stat : 26963 (java) S 26949 26952 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12432536 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387410406376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26964] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26964/stat : 26964 (java) S 26949 26952 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387409352440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26965] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26965/stat : 26965 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387408299528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26966] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26966/stat : 26966 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387407248016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26967] ppid=26949 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/26952/task/26967/stat : 26967 (java) S 26949 26952 21085 0 -1 4202560 3637 0 0 0 27 0 0 0 20 0 19 0 12432539 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387406195128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26968] ppid=26949 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26952/task/26968/stat : 26968 (java) S 26949 26952 21085 0 -1 4202560 7107 0 0 0 28 2 0 0 20 0 19 0 12432539 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387405142328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26969] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26969/stat : 26969 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387404089720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26970] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26970/stat : 26970 (java) S 26949 26952 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387403037128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26971] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26971/stat : 26971 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432549 9856040960 15453 33554432000 1073741824 1073778376 140737162951136 140387401934504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=26952/tid=26963] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26963/stat : 26963 (java) S 26949 26952 21085 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12432536 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387410406376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26964] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26964/stat : 26964 (java) S 26949 26952 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387409352440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26965] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26965/stat : 26965 (java) S 26949 26952 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387408299528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26966] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26966/stat : 26966 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387407248016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26967] ppid=26949 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/26952/task/26967/stat : 26967 (java) S 26949 26952 21085 0 -1 4202560 5059 0 0 0 49 1 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387406195128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26968] ppid=26949 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/26952/task/26968/stat : 26968 (java) S 26949 26952 21085 0 -1 4202560 10938 0 0 0 81 3 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387405142328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26969] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26969/stat : 26969 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387404089720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26970] ppid=26949 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/26952/task/26970/stat : 26970 (java) S 26949 26952 21085 0 -1 4202560 16 0 0 0 2 5 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387403037128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26971] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26971/stat : 26971 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432549 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387401934504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 244.62
Current children cumulated vsize (KiB) 9625040

[startup+244.801 s]
/proc/loadavg: 2.23 2.24 2.19 3/216 26979
/proc/meminfo: memFree=29517444/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=246.21 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 19849 0 1 0 24610 11 0 0 20 0 19 0 12432532 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 48433 2271 9 0 2396937 0
[pid=26952/tid=26954] ppid=26949 vsize=9625040 CPUtime=244.09 cores=1,3,5,7
/proc/26952/task/26954/stat : 26954 (java) R 26949 26952 21085 0 -1 4202560 2527 0 1 0 24404 5 0 0 20 0 19 0 12432533 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387586140624 140387459518984 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26955] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26955/stat : 26955 (java) S 26949 26952 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387430186024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26956] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26956/stat : 26956 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387429133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26957] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26957/stat : 26957 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387428080424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26958] ppid=26949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26952/task/26958/stat : 26958 (java) S 26949 26952 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387427027624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26959] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26959/stat : 26959 (java) S 26949 26952 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387425974824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26960] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26960/stat : 26960 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387424922024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26961] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26961/stat : 26961 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387423869224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26962] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26962/stat : 26962 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387422816424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26963] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26963/stat : 26963 (java) S 26949 26952 21085 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12432536 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387410406376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26964] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26964/stat : 26964 (java) S 26949 26952 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387409352440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26965] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26965/stat : 26965 (java) S 26949 26952 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387408299528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26966] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26966/stat : 26966 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387407248016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26967] ppid=26949 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/26952/task/26967/stat : 26967 (java) S 26949 26952 21085 0 -1 4202560 5059 0 0 0 49 1 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387406195128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26968] ppid=26949 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/26952/task/26968/stat : 26968 (java) S 26949 26952 21085 0 -1 4202560 10938 0 0 0 81 3 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387405142328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26969] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26969/stat : 26969 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387404089720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26970] ppid=26949 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/26952/task/26970/stat : 26970 (java) S 26949 26952 21085 0 -1 4202560 16 0 0 0 2 5 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387403037128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26971] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26971/stat : 26971 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432549 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387401934504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 246.21
Current children cumulated vsize (KiB) 9625040

[startup+245.601 s]
/proc/loadavg: 2.30 2.25 2.20 4/216 26979
/proc/meminfo: memFree=29517568/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9625040 CPUtime=247.01 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 19849 0 1 0 24690 11 0 0 20 0 19 0 12432532 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2406260 48433 2271 9 0 2396937 0
[pid=26952/tid=26954] ppid=26949 vsize=9625040 CPUtime=244.89 cores=1,3,5,7
/proc/26952/task/26954/stat : 26954 (java) R 26949 26952 21085 0 -1 4202560 2527 0 1 0 24484 5 0 0 20 0 19 0 12432533 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387586140624 140387459138459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26955] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26955/stat : 26955 (java) S 26949 26952 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387430186024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26956] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26956/stat : 26956 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387429133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26957] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26957/stat : 26957 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387428080424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26958] ppid=26949 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26952/task/26958/stat : 26958 (java) S 26949 26952 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387427027624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26959] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26959/stat : 26959 (java) S 26949 26952 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387425974824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26960] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26960/stat : 26960 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387424922024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26961] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26961/stat : 26961 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387423869224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26962] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26962/stat : 26962 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387422816424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26963] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26963/stat : 26963 (java) S 26949 26952 21085 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12432536 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387410406376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26964] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26964/stat : 26964 (java) S 26949 26952 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387409352440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26965] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26965/stat : 26965 (java) S 26949 26952 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12432537 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387408299528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26966] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26966/stat : 26966 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387407248016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26967] ppid=26949 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/26952/task/26967/stat : 26967 (java) S 26949 26952 21085 0 -1 4202560 5059 0 0 0 49 1 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387406195128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26968] ppid=26949 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/26952/task/26968/stat : 26968 (java) S 26949 26952 21085 0 -1 4202560 10938 0 0 0 81 3 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387405142328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26969] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26969/stat : 26969 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387404089720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26970] ppid=26949 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/26952/task/26970/stat : 26970 (java) S 26949 26952 21085 0 -1 4202560 16 0 0 0 2 5 0 0 20 0 19 0 12432539 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387403037128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26971] ppid=26949 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26971/stat : 26971 (java) S 26949 26952 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12432549 9856040960 48433 33554432000 1073741824 1073778376 140737162951136 140387401934504 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 247.01
Current children cumulated vsize (KiB) 9625040

[startup+245.801 s]
/proc/loadavg: 2.30 2.25 2.20 4/216 26979
/proc/meminfo: memFree=29517568/32872528 swapFree=1484672/1662500
[pid=26952] ppid=26949 vsize=9691604 CPUtime=247.23 cores=1,3,5,7
/proc/26952/stat : 26952 (java) S 26949 26952 21085 0 -1 4202496 19869 0 1 0 24712 11 0 0 20 0 19 0 12432532 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140737162942272 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26952/statm: 2422901 47296 2280 9 0 2413578 0
[pid=26952/tid=26954] ppid=26949 vsize=9691604 CPUtime=245.07 cores=1,3,5,7
/proc/26952/task/26954/stat : 26954 (java) S 26949 26952 21085 0 -1 4202560 2529 0 1 0 24502 5 0 0 20 0 19 0 12432533 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387586142936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26955] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26955/stat : 26955 (java) S 26949 26952 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387430186024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26956] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26956/stat : 26956 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387429133224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26957] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26957/stat : 26957 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387428080424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26958] ppid=26949 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/26952/task/26958/stat : 26958 (java) S 26949 26952 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387427027624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26959] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26959/stat : 26959 (java) S 26949 26952 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387425974824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26960] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26960/stat : 26960 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387424922024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26952/tid=26961] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26961/stat : 26961 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387423869224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26962] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26962/stat : 26962 (java) S 26949 26952 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12432535 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387422816424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26963] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26963/stat : 26963 (java) S 26949 26952 21085 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12432536 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387410406376 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26952/tid=26964] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26964/stat : 26964 (java) S 26949 26952 21085 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12432537 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387409352440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26965] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26965/stat : 26965 (java) S 26949 26952 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12432537 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387408299528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26966] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26966/stat : 26966 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387407248016 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26967] ppid=26949 vsize=9691604 CPUtime=0.5 cores=1,3,5,7
/proc/26952/task/26967/stat : 26967 (java) S 26949 26952 21085 0 -1 4202560 5061 0 0 0 49 1 0 0 20 0 19 0 12432539 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387406195128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26952/tid=26968] ppid=26949 vsize=9691604 CPUtime=0.85 cores=1,3,5,7
/proc/26952/task/26968/stat : 26968 (java) R 26949 26952 21085 0 -1 4202560 10946 0 0 0 82 3 0 0 20 0 19 0 12432539 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387405142328 140387591987440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26969] ppid=26949 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/26952/task/26969/stat : 26969 (java) S 26949 26952 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12432539 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387404089720 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26952/tid=26970] ppid=26949 vsize=9691604 CPUtime=0.07 cores=1,3,5,7
/proc/26952/task/26970/stat : 26970 (java) S 26949 26952 21085 0 -1 4202560 16 0 0 0 2 5 0 0 20 0 19 0 12432539 9924202496 47296 33554432000 1073741824 1073778376 140737162951136 140387403037128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 247.23
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26952 and gives
#  childrusage.ru_utime.tv_sec=246
#  childrusage.ru_utime.tv_usec=434536
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=201969
# CPU time returned by wait4() is 246.637
# while last known CPU time is 247.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 245.807
CPU time (s): 247.23
CPU user time (s): 247.12
CPU system time (s): 0.11
CPU usage (%): 100.579
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.435
system time used= 0.201969
maximum resident set size= 193788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19880
page faults= 1
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5519
involuntary context switches= 775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.46278 second user time and 1.79773 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 21:26:40
IDJOB=4121486
IDBENCH=110505
IDSOLVER=2546
FILE ID=node134/4121486-1467314800
RUNJOBID= node134-1467310932-25493
PBS_JOBID= 20005262
Free space on /tmp= 71708 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-n66-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121486-1467314800/watcher-4121486-1467314800 -o /tmp/evaluation-result-4121486-1467314800/solver-4121486-1467314800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25493 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121486-1467314800.opb

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

MD5SUM BENCH= 29b666eb2b00ab7913729979e4e788da
RANDOM SEED=661851672

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29710036 kB
Buffers:          166252 kB
Cached:           384804 kB
SwapCached:            0 kB
Active:           436472 kB
Inactive:         320584 kB
Active(anon):     202216 kB
Inactive(anon):     5960 kB
Active(file):     234256 kB
Inactive(file):   314624 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       1935280 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             610516 kB
SReclaimable:      54584 kB
SUnreclaim:       555932 kB
KernelStack:        1776 kB
PageTables:         8184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2355076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 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= 71708 MiB
End job on node134 at 2016-06-30 21:30:46