Trace number 4121470

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 106.75 105.877

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-18.cnf.gz-plain.pb.metafix.opb
MD5SUMa09d4ba319480401182e254880178390
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 benchmark40.5538
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables73
Total number of constraints156
Number of constraints which are clauses156
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4121470-1467314694.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.15	c ... done. Wall clock time 0.025s.
0.08/0.15	c declared #vars     73
0.08/0.15	c #constraints  156
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 156
0.08/0.15	c 156 constraints processed.
0.59/0.47	c cleaning 2499 clauses out of 5000 with flag 23962/5000
1.00/0.77	c cleaning 4245 clauses out of 8501 with flag 54938/11000
1.57/1.23	c cleaning 5624 clauses out of 11257 with flag 95130/18001
2.17/1.81	c cleaning 6812 clauses out of 13632 with flag 144146/26000
2.88/2.54	c cleaning 7907 clauses out of 15821 with flag 203796/35001
3.79/3.47	c cleaning 8954 clauses out of 17914 with flag 273059/45001
4.98/4.60	c cleaning 9979 clauses out of 19961 with flag 344369/56002
6.28/5.91	c cleaning 10984 clauses out of 21980 with flag 433438/68000
7.89/7.51	c cleaning 11996 clauses out of 23996 with flag 529726/81000
9.69/9.38	c cleaning 12992 clauses out of 26000 with flag 627335/95000
11.89/11.54	c cleaning 14002 clauses out of 28010 with flag 731366/110002
14.42/14.03	c cleaning 14998 clauses out of 30007 with flag 848071/126001
17.52/16.82	c cleaning 15999 clauses out of 32009 with flag 967588/143001
20.53/19.86	c cleaning 17001 clauses out of 34009 with flag 1102974/161000
23.90/23.18	c cleaning 17997 clauses out of 36010 with flag 1239736/180002
27.69/26.99	c cleaning 19004 clauses out of 38011 with flag 1382454/200000
31.79/31.02	c cleaning 20000 clauses out of 40008 with flag 1537661/221001
36.59/35.82	c cleaning 21000 clauses out of 42008 with flag 1698440/243001
41.40/40.68	c cleaning 22000 clauses out of 44009 with flag 1865769/266002
46.61/45.80	c cleaning 22999 clauses out of 46008 with flag 2041934/290001
52.20/51.49	c cleaning 23995 clauses out of 48009 with flag 2228520/315001
58.40/57.61	c cleaning 25002 clauses out of 50013 with flag 2419858/341000
64.71/63.99	c cleaning 26000 clauses out of 52011 with flag 2619593/368000
71.80/71.08	c cleaning 27003 clauses out of 54012 with flag 2821521/396001
79.11/78.31	c cleaning 27999 clauses out of 56008 with flag 3025745/425000
87.60/86.75	c cleaning 29000 clauses out of 58009 with flag 3237476/455001
96.61/95.73	c cleaning 30002 clauses out of 60007 with flag 3465215/486000
106.56/105.63	c cleaning 30999 clauses out of 62000 with flag 3698042/518000
106.75/105.84	c starts		: 80
106.75/105.84	c conflicts		: 519061
106.75/105.84	c decisions		: 654114
106.75/105.84	c propagations		: 9749726
106.75/105.84	c inspects		: 2803447672
106.75/105.84	c shortcuts		: 0
106.75/105.84	c learnt literals	: 16
106.75/105.84	c learnt binary clauses	: 13
106.75/105.84	c learnt ternary clauses	: 26
106.75/105.84	c learnt constraints	: 519044
106.75/105.84	c ignored constraints	: 0
106.75/105.84	c root simplifications	: 0
106.75/105.84	c removed literals (reason simplification)	: 0
106.75/105.84	c reason swapping (by a shorter reason)	: 0
106.75/105.84	c Calls to reduceDB	: 28
106.75/105.84	c Number of update (reduction) of LBD	: 158768
106.75/105.84	c Imported unit clauses	: 0
106.75/105.84	c number of reductions to clauses (during analyze)	: 0
106.75/105.84	c number of learned constraints concerned by reduction	: 0
106.75/105.84	c number of learning phase by resolution	: 0
106.75/105.84	c number of learning phase by cutting planes	: 0
106.75/105.84	c speed (assignments/second)	: 92248.33002176177
106.75/105.84	c non guided choices	14
106.75/105.86	c learnt constraints type 
106.75/105.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
106.75/105.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32039
106.75/105.86	s UNSATISFIABLE
106.75/105.86	c Total wall clock time (in seconds): 105.737

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

pid=26883
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.14 2.18 2.19 3/196 26886
/proc/meminfo: memFree=29717836/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/26886/stat : 26886 (java) R 26883 26886 21085 0 -1 4202496 220 0 0 0 0 0 0 0 20 0 1 0 12421912 9445376 93 33554432000 1073741824 1073778376 140733456005296 140733456002424 273896486761 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26886/statm: 2306 97 76 9 0 38 0

[startup+0.100115 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 26886
/proc/meminfo: memFree=29717836/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 4326 0 1 0 7 1 0 0 20 0 18 0 12421912 9787879424 5448 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2389619 5448 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200295 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 26886
/proc/meminfo: memFree=29717836/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 6698 0 1 0 23 2 0 0 20 0 19 0 12421912 9856040960 7747 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 7747 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300276 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 26886
/proc/meminfo: memFree=29717836/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 7012 0 1 0 44 2 0 0 20 0 19 0 12421912 9856040960 7627 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 7627 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700258 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 26886
/proc/meminfo: memFree=29717836/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 8431 0 1 0 98 2 0 0 20 0 19 0 12421912 9856040960 8255 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 8255 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.13 2.18 2.18 3/215 26905
/proc/meminfo: memFree=29692200/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 9735 0 1 0 185 2 0 0 20 0 19 0 12421912 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 8769 2250 9 0 2396937 0
[pid=26886/tid=26888] ppid=26883 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/26886/task/26888/stat : 26888 (java) R 26883 26886 21085 0 -1 4202560 2403 0 1 0 144 1 0 0 20 0 19 0 12421914 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140710403992120 140710259393872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26889] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26889/stat : 26889 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140710247967016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26890] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26890/stat : 26890 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140710246914216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26891] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26891/stat : 26891 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140710245861928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26886/tid=26892] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26892/stat : 26892 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140710244809128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26893] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26893/stat : 26893 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140710243756840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26894] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26894/stat : 26894 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709906606760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26895] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26895/stat : 26895 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709905554472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26896] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26896/stat : 26896 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709904501672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26897] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26897/stat : 26897 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421916 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709892303080 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26898] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26898/stat : 26898 (java) S 26883 26886 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709891249144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26899] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26899/stat : 26899 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709890196744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26900] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26900/stat : 26900 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709889145232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26901] ppid=26883 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26886/task/26901/stat : 26901 (java) S 26883 26886 21085 0 -1 4202560 2525 0 0 0 18 0 0 0 20 0 19 0 12421919 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709888092856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26902] ppid=26883 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/26886/task/26902/stat : 26902 (java) S 26883 26886 21085 0 -1 4202560 3537 0 0 0 20 0 0 0 20 0 19 0 12421919 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709887040056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26903] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26903/stat : 26903 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709885987960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26904] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26904/stat : 26904 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709884935368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26905] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26905/stat : 26905 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421928 9856040960 8769 33554432000 1073741824 1073778376 140735320679536 140709883782056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.13 2.18 2.18 3/215 26905
/proc/meminfo: memFree=29690028/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 9736 0 1 0 346 2 0 0 20 0 19 0 12421912 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 9281 2250 9 0 2396937 0
[pid=26886/tid=26888] ppid=26883 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/26886/task/26888/stat : 26888 (java) R 26883 26886 21085 0 -1 4202560 2404 0 1 0 304 1 0 0 20 0 19 0 12421914 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140710403985088 140710259353622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26889] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26889/stat : 26889 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140710247967016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26890] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26890/stat : 26890 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140710246914216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26891] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26891/stat : 26891 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140710245861928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26886/tid=26892] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26892/stat : 26892 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140710244809128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26893] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26893/stat : 26893 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140710243756840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26894] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26894/stat : 26894 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709906606760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26895] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26895/stat : 26895 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709905554472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26896] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26896/stat : 26896 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709904501672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26897] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26897/stat : 26897 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421916 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709892303080 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26898] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26898/stat : 26898 (java) S 26883 26886 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709891249144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26899] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26899/stat : 26899 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709890196744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26900] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26900/stat : 26900 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709889145232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26901] ppid=26883 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26886/task/26901/stat : 26901 (java) S 26883 26886 21085 0 -1 4202560 2525 0 0 0 18 0 0 0 20 0 19 0 12421919 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709888092856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26902] ppid=26883 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/26886/task/26902/stat : 26902 (java) S 26883 26886 21085 0 -1 4202560 3537 0 0 0 21 0 0 0 20 0 19 0 12421919 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709887040056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26903] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26903/stat : 26903 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709885987960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26904] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26904/stat : 26904 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709884935368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26905] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26905/stat : 26905 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421928 9856040960 9281 33554432000 1073741824 1073778376 140735320679536 140709883782056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.13 2.18 2.18 3/215 26905
/proc/meminfo: memFree=29685608/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 9740 0 1 0 666 3 0 0 20 0 19 0 12421912 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 10290 2251 9 0 2396937 0
[pid=26886/tid=26888] ppid=26883 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/26886/task/26888/stat : 26888 (java) R 26883 26886 21085 0 -1 4202560 2407 0 1 0 623 1 0 0 20 0 19 0 12421914 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140710403985088 140710259393904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26889] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26889/stat : 26889 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140710247967016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26890] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26890/stat : 26890 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140710246914216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26891] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26891/stat : 26891 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140710245861928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26886/tid=26892] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26892/stat : 26892 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140710244809128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26893] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26893/stat : 26893 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140710243756840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26894] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26894/stat : 26894 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709906606760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26895] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26895/stat : 26895 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709905554472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26896] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26896/stat : 26896 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709904501672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26897] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26897/stat : 26897 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421916 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709892303080 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26898] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26898/stat : 26898 (java) S 26883 26886 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709891249144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26899] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26899/stat : 26899 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709890196744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26900] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26900/stat : 26900 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709889145232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26901] ppid=26883 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/26886/task/26901/stat : 26901 (java) S 26883 26886 21085 0 -1 4202560 2525 0 0 0 18 0 0 0 20 0 19 0 12421919 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709888092856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26902] ppid=26883 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/26886/task/26902/stat : 26902 (java) S 26883 26886 21085 0 -1 4202560 3537 0 0 0 21 0 0 0 20 0 19 0 12421919 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709887040056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26903] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26903/stat : 26903 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709885987960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26904] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26904/stat : 26904 (java) S 26883 26886 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709884935368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26905] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26905/stat : 26905 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421928 9856040960 10290 33554432000 1073741824 1073778376 140735320679536 140709883782056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=26886/tid=26898] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26898/stat : 26898 (java) S 26883 26886 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709891249144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26899] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26899/stat : 26899 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709890196744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26900] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26900/stat : 26900 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709889145232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26901] ppid=26883 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/26886/task/26901/stat : 26901 (java) S 26883 26886 21085 0 -1 4202560 3502 0 0 0 26 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709888092856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26902] ppid=26883 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26886/task/26902/stat : 26902 (java) S 26883 26886 21085 0 -1 4202560 10679 0 0 0 68 2 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709887040056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26903] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26903/stat : 26903 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709885987960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26904] ppid=26883 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26886/task/26904/stat : 26904 (java) S 26883 26886 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709884935368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26905] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26905/stat : 26905 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421928 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709883782056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 104.95
Current children cumulated vsize (KiB) 9625040

[startup+104.801 s]
/proc/loadavg: 2.32 2.21 2.19 3/215 26906
/proc/meminfo: memFree=29618144/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=105.75 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 17908 0 1 0 10569 6 0 0 20 0 19 0 12421912 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 24574 2258 9 0 2396937 0
[pid=26886/tid=26888] ppid=26883 vsize=9625040 CPUtime=104.48 cores=1,3,5,7
/proc/26886/task/26888/stat : 26888 (java) R 26883 26886 21085 0 -1 4202560 2446 0 1 0 10445 3 0 0 20 0 19 0 12421914 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140710403993904 140710259353360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26889] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26889/stat : 26889 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140710247967016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26890] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26890/stat : 26890 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140710246914216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26891] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26891/stat : 26891 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140710245861928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26886/tid=26892] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26892/stat : 26892 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140710244809128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26893] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26893/stat : 26893 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140710243756840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26894] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26894/stat : 26894 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709906606760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26895] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26895/stat : 26895 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709905554472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26896] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26896/stat : 26896 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709904501672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26897] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26897/stat : 26897 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421916 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709892303080 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26898] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26898/stat : 26898 (java) S 26883 26886 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709891249144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26899] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26899/stat : 26899 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709890196744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26900] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26900/stat : 26900 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709889145232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26901] ppid=26883 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/26886/task/26901/stat : 26901 (java) S 26883 26886 21085 0 -1 4202560 3502 0 0 0 26 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709888092856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26902] ppid=26883 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26886/task/26902/stat : 26902 (java) S 26883 26886 21085 0 -1 4202560 10679 0 0 0 68 2 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709887040056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26903] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26903/stat : 26903 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709885987960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26904] ppid=26883 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26886/task/26904/stat : 26904 (java) S 26883 26886 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12421919 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709884935368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26905] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26905/stat : 26905 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421928 9856040960 24574 33554432000 1073741824 1073778376 140735320679536 140709883782056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 105.75
Current children cumulated vsize (KiB) 9625040

[startup+105.601 s]
/proc/loadavg: 2.32 2.21 2.19 3/215 26906
/proc/meminfo: memFree=29619880/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=106.56 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 17908 0 1 0 10650 6 0 0 20 0 19 0 12421912 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 24108 2258 9 0 2396937 0
[pid=26886/tid=26888] ppid=26883 vsize=9625040 CPUtime=105.29 cores=1,3,5,7
/proc/26886/task/26888/stat : 26888 (java) R 26883 26886 21085 0 -1 4202560 2446 0 1 0 10526 3 0 0 20 0 19 0 12421914 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710403991968 140710259545140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26889] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26889/stat : 26889 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710247967016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26890] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26890/stat : 26890 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710246914216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26891] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26891/stat : 26891 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710245861928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26886/tid=26892] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26892/stat : 26892 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710244809128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26893] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26893/stat : 26893 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710243756840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26894] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26894/stat : 26894 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709906606760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26895] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26895/stat : 26895 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709905554472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26896] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26896/stat : 26896 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709904501672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26897] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26897/stat : 26897 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421916 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709892303080 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26898] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26898/stat : 26898 (java) S 26883 26886 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709891249144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26899] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26899/stat : 26899 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709890196744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26900] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26900/stat : 26900 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709889145232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26901] ppid=26883 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/26886/task/26901/stat : 26901 (java) S 26883 26886 21085 0 -1 4202560 3502 0 0 0 26 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709888092856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26902] ppid=26883 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26886/task/26902/stat : 26902 (java) S 26883 26886 21085 0 -1 4202560 10679 0 0 0 68 2 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709887040056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26903] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26903/stat : 26903 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709885987960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26904] ppid=26883 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26886/task/26904/stat : 26904 (java) S 26883 26886 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709884935368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26905] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26905/stat : 26905 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421928 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709883782056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 106.56
Current children cumulated vsize (KiB) 9625040

[startup+105.801 s]
/proc/loadavg: 2.32 2.21 2.19 3/215 26906
/proc/meminfo: memFree=29619880/32872528 swapFree=1484672/1662500
[pid=26886] ppid=26883 vsize=9625040 CPUtime=106.75 cores=1,3,5,7
/proc/26886/stat : 26886 (java) S 26883 26886 21085 0 -1 4202496 17909 0 1 0 10669 6 0 0 20 0 19 0 12421912 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140735320670672 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26886/statm: 2406260 24108 2258 9 0 2396937 0
[pid=26886/tid=26888] ppid=26883 vsize=9625040 CPUtime=105.48 cores=1,3,5,7
/proc/26886/task/26888/stat : 26888 (java) R 26883 26886 21085 0 -1 4202560 2447 0 1 0 10545 3 0 0 20 0 19 0 12421914 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710403991968 140710259601373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26889] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26889/stat : 26889 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710247967016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26890] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26890/stat : 26890 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710246914216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26891] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26891/stat : 26891 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710245861928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26886/tid=26892] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26892/stat : 26892 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710244809128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26893] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26893/stat : 26893 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140710243756840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26894] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26894/stat : 26894 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709906606760 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26886/tid=26895] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26895/stat : 26895 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709905554472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26896] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26896/stat : 26896 (java) S 26883 26886 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12421915 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709904501672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26897] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26897/stat : 26897 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421916 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709892303080 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26898] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26898/stat : 26898 (java) S 26883 26886 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709891249144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26899] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26899/stat : 26899 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421917 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709890196744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26900] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26900/stat : 26900 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709889145232 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26901] ppid=26883 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/26886/task/26901/stat : 26901 (java) S 26883 26886 21085 0 -1 4202560 3502 0 0 0 26 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709888092856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26902] ppid=26883 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/26886/task/26902/stat : 26902 (java) S 26883 26886 21085 0 -1 4202560 10679 0 0 0 68 2 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709887040056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26903] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26903/stat : 26903 (java) S 26883 26886 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709885987960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26886/tid=26904] ppid=26883 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/26886/task/26904/stat : 26904 (java) S 26883 26886 21085 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 12421919 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709884935368 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26886/tid=26905] ppid=26883 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26886/task/26905/stat : 26905 (java) S 26883 26886 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12421928 9856040960 24108 33554432000 1073741824 1073778376 140735320679536 140709883782056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 106.75
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26886 and gives
#  childrusage.ru_utime.tv_sec=106
#  childrusage.ru_utime.tv_usec=495810
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=102984
# CPU time returned by wait4() is 106.599
# while last known CPU time is 106.75
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 105.877
CPU time (s): 106.75
CPU user time (s): 106.69
CPU system time (s): 0.06
CPU usage (%): 100.825
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.496
system time used= 0.102984
maximum resident set size= 98724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17943
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2568
involuntary context switches= 309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.765883 second user time and 0.960853 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 21:24:54
IDJOB=4121470
IDBENCH=110498
IDSOLVER=2546
FILE ID=node134/4121470-1467314694
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-fixed-bandwidth-18.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121470-1467314694/watcher-4121470-1467314694 -o /tmp/evaluation-result-4121470-1467314694/solver-4121470-1467314694 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25493 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121470-1467314694.opb

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

MD5SUM BENCH= a09d4ba319480401182e254880178390
RANDOM SEED=1203426162

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:        29718256 kB
Buffers:          166152 kB
Cached:           384728 kB
SwapCached:            0 kB
Active:           427948 kB
Inactive:         320268 kB
Active(anon):     193812 kB
Inactive(anon):     5960 kB
Active(file):     234136 kB
Inactive(file):   314308 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       1932692 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             610488 kB
SReclaimable:      54556 kB
SUnreclaim:       555932 kB
KernelStack:        1776 kB
PageTables:         7844 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:    415744 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:26:40