Trace number 4120870

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 40.06 39.0575

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-16.cnf.gz-plain.pb.metafix.opb
MD5SUM5d31fc92b9df3fb5b844b6423d2e5f65
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.28404
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables65
Total number of constraints140
Number of constraints which are clauses140
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@587bd9f2
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@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4120870-1467312732.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.15	c ... done. Wall clock time 0.023s.
0.07/0.15	c declared #vars     65
0.07/0.15	c #constraints  140
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 140
0.07/0.15	c 140 constraints processed.
0.75/0.50	c cleaning 2497 clauses out of 5000 with flag 24303/5000
1.31/0.87	c cleaning 4246 clauses out of 8503 with flag 56270/11000
1.90/1.40	c cleaning 5628 clauses out of 11257 with flag 96131/18000
2.53/2.02	c cleaning 6808 clauses out of 13632 with flag 142312/26003
3.25/2.80	c cleaning 7906 clauses out of 15821 with flag 198515/35000
4.25/3.79	c cleaning 8951 clauses out of 17916 with flag 262263/45001
5.45/4.99	c cleaning 9979 clauses out of 19964 with flag 332197/56000
7.05/6.53	c cleaning 10989 clauses out of 21986 with flag 408550/68001
8.75/8.29	c cleaning 11992 clauses out of 23996 with flag 484949/81000
10.75/10.29	c cleaning 12996 clauses out of 26006 with flag 567674/95002
13.25/12.71	c cleaning 13996 clauses out of 28008 with flag 663107/110000
15.95/15.47	c cleaning 15003 clauses out of 30012 with flag 762100/126000
19.22/18.61	c cleaning 16001 clauses out of 32009 with flag 872375/143000
22.84/21.97	c cleaning 17001 clauses out of 34008 with flag 985789/161000
26.59/25.63	c cleaning 18002 clauses out of 36008 with flag 1100229/180002
31.30/30.37	c cleaning 19002 clauses out of 38005 with flag 1228612/200001
36.23/35.28	c cleaning 20000 clauses out of 40002 with flag 1362287/221001
40.06/39.02	c starts		: 129
40.06/39.02	c conflicts		: 237788
40.06/39.02	c decisions		: 283688
40.06/39.02	c propagations		: 4686129
40.06/39.02	c inspects		: 1001627838
40.06/39.02	c shortcuts		: 0
40.06/39.02	c learnt literals	: 19
40.06/39.02	c learnt binary clauses	: 17
40.06/39.02	c learnt ternary clauses	: 38
40.06/39.02	c learnt constraints	: 237768
40.06/39.02	c ignored constraints	: 0
40.06/39.02	c root simplifications	: 0
40.06/39.02	c removed literals (reason simplification)	: 0
40.06/39.02	c reason swapping (by a shorter reason)	: 0
40.06/39.02	c Calls to reduceDB	: 17
40.06/39.02	c Number of update (reduction) of LBD	: 71139
40.06/39.02	c Imported unit clauses	: 0
40.06/39.02	c number of reductions to clauses (during analyze)	: 0
40.06/39.02	c number of learned constraints concerned by reduction	: 0
40.06/39.02	c number of learning phase by resolution	: 0
40.06/39.02	c number of learning phase by cutting planes	: 0
40.06/39.02	c speed (assignments/second)	: 120549.71316852314
40.06/39.02	c non guided choices	13
40.06/39.04	c learnt constraints type 
40.06/39.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
40.06/39.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36754
40.06/39.04	s UNSATISFIABLE
40.06/39.04	c Total wall clock time (in seconds): 38.914

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

pid=26294
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.28 2.26 2.24 3/196 26297
/proc/meminfo: memFree=29705748/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26297/stat : 26297 (java) D 26294 26297 21085 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 12225776 9515008 175 33554432000 1073741824 1073778376 140733836729696 140733836712424 273905697680 0 0 4096 0 18446744072100756772 0 0 17 3 0 0 0 0 0
/proc/26297/statm: 2323 175 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.28 2.26 2.24 3/196 26297
/proc/meminfo: memFree=29705748/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 4068 0 1 0 6 1 0 0 20 0 18 0 12225776 9787879424 5187 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2389619 5198 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 2.28 2.26 2.24 3/196 26297
/proc/meminfo: memFree=29705748/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 6483 0 1 0 22 1 0 0 20 0 19 0 12225776 9856040960 7582 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 7582 2208 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300222 s]
/proc/loadavg: 2.28 2.26 2.24 3/196 26297
/proc/meminfo: memFree=29705748/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 6881 0 1 0 43 2 0 0 20 0 19 0 12225776 9856040960 7542 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 7542 2223 9 0 2396937 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9625040

[startup+0.70017 s]
/proc/loadavg: 2.28 2.26 2.24 3/196 26297
/proc/meminfo: memFree=29705748/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 15864 0 1 0 116 3 0 0 20 0 19 0 12225776 9856040960 13611 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 13611 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.28 2.26 2.24 3/215 26316
/proc/meminfo: memFree=29659944/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 15867 0 1 0 198 3 0 0 20 0 19 0 12225776 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 14124 2240 9 0 2396937 0
[pid=26297/tid=26299] ppid=26294 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/26297/task/26299/stat : 26299 (java) R 26294 26297 21085 0 -1 4202560 2398 0 1 0 144 1 0 0 20 0 19 0 12225778 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140141182426832 140141041981505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26300] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26300/stat : 26300 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140141160537000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26301] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26301/stat : 26301 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140957658152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26302] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26302/stat : 26302 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140956605096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26303] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26303/stat : 26303 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140955552552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26304] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26304/stat : 26304 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140954499496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26305] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26305/stat : 26305 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140953446952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26306] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26306/stat : 26306 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140952393896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26307] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26307/stat : 26307 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140951341352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26308] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26308/stat : 26308 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225780 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140939144040 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26309] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26309/stat : 26309 (java) S 26294 26297 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140938090360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26310] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26310/stat : 26310 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140937037192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26311] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26311/stat : 26311 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140935985936 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26312] ppid=26294 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/26297/task/26312/stat : 26312 (java) S 26294 26297 21085 0 -1 4202560 3894 0 0 0 24 0 0 0 20 0 19 0 12225783 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140934932792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26313] ppid=26294 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26297/task/26313/stat : 26313 (java) S 26294 26297 21085 0 -1 4202560 8306 0 0 0 27 2 0 0 20 0 19 0 12225783 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140933880248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26314] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26314/stat : 26314 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140932827384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26315] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26315/stat : 26315 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140931775048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26316] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26316/stat : 26316 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225792 9856040960 14124 33554432000 1073741824 1073778376 140734244929520 140140930623016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.26 2.26 2.24 3/215 26316
/proc/meminfo: memFree=29657400/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 15870 0 1 0 362 3 0 0 20 0 19 0 12225776 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 14637 2240 9 0 2396937 0
[pid=26297/tid=26299] ppid=26294 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/26297/task/26299/stat : 26299 (java) R 26294 26297 21085 0 -1 4202560 2400 0 1 0 303 1 0 0 20 0 19 0 12225778 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140141182426832 140141041981525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26300] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26300/stat : 26300 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140141160537000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26301] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26301/stat : 26301 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140957658152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26302] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26302/stat : 26302 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140956605096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26303] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26303/stat : 26303 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140955552552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26304] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26304/stat : 26304 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140954499496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26305] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26305/stat : 26305 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140953446952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26306] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26306/stat : 26306 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140952393896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26307] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26307/stat : 26307 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140951341352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26308] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26308/stat : 26308 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225780 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140939144040 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26309] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26309/stat : 26309 (java) S 26294 26297 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140938090360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26310] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26310/stat : 26310 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140937037192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26311] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26311/stat : 26311 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140935985936 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26312] ppid=26294 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/26297/task/26312/stat : 26312 (java) S 26294 26297 21085 0 -1 4202560 3895 0 0 0 27 0 0 0 20 0 19 0 12225783 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140934932792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26313] ppid=26294 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26297/task/26313/stat : 26313 (java) S 26294 26297 21085 0 -1 4202560 8306 0 0 0 28 2 0 0 20 0 19 0 12225783 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140933880248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26314] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26314/stat : 26314 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140932827384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26315] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26315/stat : 26315 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140931775048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26316] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26316/stat : 26316 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225792 9856040960 14637 33554432000 1073741824 1073778376 140734244929520 140140930623016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.26 2.26 2.24 3/215 26316
/proc/meminfo: memFree=29652372/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 15873 0 1 0 682 3 0 0 20 0 19 0 12225776 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 15040 2241 9 0 2396937 0
[pid=26297/tid=26299] ppid=26294 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/26297/task/26299/stat : 26299 (java) R 26294 26297 21085 0 -1 4202560 2402 0 1 0 622 1 0 0 20 0 19 0 12225778 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140141182426832 140141041966739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26300] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26300/stat : 26300 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140141160537000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26301] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26301/stat : 26301 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140957658152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26302] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26302/stat : 26302 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140956605096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26303] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26303/stat : 26303 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140955552552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26304] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26304/stat : 26304 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140954499496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26305] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26305/stat : 26305 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140953446952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26306] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26306/stat : 26306 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140952393896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26307] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26307/stat : 26307 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140951341352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26308] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26308/stat : 26308 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225780 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140939144040 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26309] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26309/stat : 26309 (java) S 26294 26297 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140938090360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26310] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26310/stat : 26310 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140937037192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26311] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26311/stat : 26311 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140935985936 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26312] ppid=26294 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/26297/task/26312/stat : 26312 (java) S 26294 26297 21085 0 -1 4202560 3895 0 0 0 27 0 0 0 20 0 19 0 12225783 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140934932792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26313] ppid=26294 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26297/task/26313/stat : 26313 (java) S 26294 26297 21085 0 -1 4202560 8306 0 0 0 28 2 0 0 20 0 19 0 12225783 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140933880248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26314] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26314/stat : 26314 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140932827384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26315] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26315/stat : 26315 (java) S 26294 26297 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140931775048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26316] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26316/stat : 26316 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225792 9856040960 15040 33554432000 1073741824 1073778376 140734244929520 140140930623016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=26297/tid=26309] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26309/stat : 26309 (java) S 26294 26297 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140938090360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26310] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26310/stat : 26310 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140937037192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26311] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26311/stat : 26311 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140935985936 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26312] ppid=26294 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/26297/task/26312/stat : 26312 (java) S 26294 26297 21085 0 -1 4202560 10370 0 0 0 74 2 0 0 20 0 19 0 12225783 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140934932792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26313] ppid=26294 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26297/task/26313/stat : 26313 (java) S 26294 26297 21085 0 -1 4202560 8306 0 0 0 28 2 0 0 20 0 19 0 12225783 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140933880248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26314] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26314/stat : 26314 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140932827384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26315] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26315/stat : 26315 (java) S 26294 26297 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140931775048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26316] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26316/stat : 26316 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225792 9856040960 21142 33554432000 1073741824 1073778376 140734244929520 140140930623016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 37.82
Current children cumulated vsize (KiB) 9625040

[startup+38.4007 s]
/proc/loadavg: 2.19 2.24 2.24 3/215 26317
/proc/meminfo: memFree=29626696/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=39.45 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 22377 0 1 0 3940 5 0 0 20 0 19 0 12225776 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 21654 2248 9 0 2396937 0
[pid=26297/tid=26299] ppid=26294 vsize=9625040 CPUtime=38.23 cores=1,3,5,7
/proc/26297/task/26299/stat : 26299 (java) R 26294 26297 21085 0 -1 4202560 2424 0 1 0 3822 1 0 0 20 0 19 0 12225778 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140141182433848 140141042292609 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26300] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26300/stat : 26300 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140141160537000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26301] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26301/stat : 26301 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140957658152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26302] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26302/stat : 26302 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140956605096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26303] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26303/stat : 26303 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140955552552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26304] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26304/stat : 26304 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140954499496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26305] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26305/stat : 26305 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140953446952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26306] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26306/stat : 26306 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140952393896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26307] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26307/stat : 26307 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140951341352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26308] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26308/stat : 26308 (java) S 26294 26297 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12225780 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140939144040 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26309] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26309/stat : 26309 (java) S 26294 26297 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140938090360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26310] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26310/stat : 26310 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140937037192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26311] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26311/stat : 26311 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140935985936 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26312] ppid=26294 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/26297/task/26312/stat : 26312 (java) S 26294 26297 21085 0 -1 4202560 10372 0 0 0 77 2 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140934932792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26313] ppid=26294 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26297/task/26313/stat : 26313 (java) S 26294 26297 21085 0 -1 4202560 8306 0 0 0 28 2 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140933880248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26314] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26314/stat : 26314 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140932827384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26315] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26315/stat : 26315 (java) S 26294 26297 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140931775048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26316] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26316/stat : 26316 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225792 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140930623016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 39.45
Current children cumulated vsize (KiB) 9625040

[startup+38.8007 s]
/proc/loadavg: 2.19 2.24 2.24 3/215 26317
/proc/meminfo: memFree=29626696/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=39.86 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 22377 0 1 0 3981 5 0 0 20 0 19 0 12225776 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 21654 2248 9 0 2396937 0
[pid=26297/tid=26299] ppid=26294 vsize=9625040 CPUtime=38.63 cores=1,3,5,7
/proc/26297/task/26299/stat : 26299 (java) R 26294 26297 21085 0 -1 4202560 2424 0 1 0 3862 1 0 0 20 0 19 0 12225778 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140141182433848 140141042293100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26300] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26300/stat : 26300 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140141160537000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26301] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26301/stat : 26301 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140957658152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26302] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26302/stat : 26302 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140956605096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26303] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26303/stat : 26303 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140955552552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26304] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26304/stat : 26304 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140954499496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26305] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26305/stat : 26305 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140953446952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26306] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26306/stat : 26306 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140952393896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26307] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26307/stat : 26307 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140951341352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26308] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26308/stat : 26308 (java) S 26294 26297 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12225780 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140939144040 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26309] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26309/stat : 26309 (java) S 26294 26297 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140938090360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26310] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26310/stat : 26310 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140937037192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26311] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26311/stat : 26311 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140935985936 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26312] ppid=26294 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/26297/task/26312/stat : 26312 (java) S 26294 26297 21085 0 -1 4202560 10372 0 0 0 78 2 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140934932792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26313] ppid=26294 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26297/task/26313/stat : 26313 (java) S 26294 26297 21085 0 -1 4202560 8306 0 0 0 28 2 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140933880248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26314] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26314/stat : 26314 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140932827384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26315] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26315/stat : 26315 (java) S 26294 26297 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140931775048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26316] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26316/stat : 26316 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225792 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140930623016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 39.86
Current children cumulated vsize (KiB) 9625040

[startup+39.0007 s]
/proc/loadavg: 2.19 2.24 2.24 3/215 26317
/proc/meminfo: memFree=29626696/32872528 swapFree=1484672/1662500
[pid=26297] ppid=26294 vsize=9625040 CPUtime=40.06 cores=1,3,5,7
/proc/26297/stat : 26297 (java) S 26294 26297 21085 0 -1 4202496 22377 0 1 0 4001 5 0 0 20 0 19 0 12225776 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140734244920656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26297/statm: 2406260 21654 2248 9 0 2396937 0
[pid=26297/tid=26299] ppid=26294 vsize=9625040 CPUtime=38.83 cores=1,3,5,7
/proc/26297/task/26299/stat : 26299 (java) R 26294 26297 21085 0 -1 4202560 2424 0 1 0 3882 1 0 0 20 0 19 0 12225778 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140141182435816 140141042293086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26300] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26300/stat : 26300 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140141160537000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26301] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26301/stat : 26301 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140957658152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26302] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26302/stat : 26302 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140956605096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26303] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26303/stat : 26303 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140955552552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26304] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26304/stat : 26304 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140954499496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26305] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26305/stat : 26305 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140953446952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26297/tid=26306] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26306/stat : 26306 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140952393896 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26307] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26307/stat : 26307 (java) S 26294 26297 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12225779 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140951341352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26308] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26308/stat : 26308 (java) S 26294 26297 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12225780 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140939144040 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26309] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26309/stat : 26309 (java) S 26294 26297 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140938090360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26310] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26310/stat : 26310 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225781 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140937037192 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26311] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26311/stat : 26311 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140935985936 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26312] ppid=26294 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/26297/task/26312/stat : 26312 (java) S 26294 26297 21085 0 -1 4202560 10372 0 0 0 78 2 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140934932792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26297/tid=26313] ppid=26294 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26297/task/26313/stat : 26313 (java) S 26294 26297 21085 0 -1 4202560 8306 0 0 0 28 2 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140933880248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26314] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26314/stat : 26314 (java) S 26294 26297 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140932827384 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26297/tid=26315] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26315/stat : 26315 (java) S 26294 26297 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12225783 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140931775048 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26297/tid=26316] ppid=26294 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26297/task/26316/stat : 26316 (java) S 26294 26297 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12225792 9856040960 21654 33554432000 1073741824 1073778376 140734244929520 140140930623016 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 40.06
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26297 and gives
#  childrusage.ru_utime.tv_sec=39
#  childrusage.ru_utime.tv_usec=934928
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=100984
# CPU time returned by wait4() is 40.0359
# while last known CPU time is 40.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 39.0575
CPU time (s): 40.06
CPU user time (s): 40.01
CPU system time (s): 0.05
CPU usage (%): 102.567
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.9349
system time used= 0.100984
maximum resident set size= 86740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22402
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1139
involuntary context switches= 450

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.228965 second user time and 0.26196 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 5d31fc92b9df3fb5b844b6423d2e5f65
RANDOM SEED=2085199356

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:        29706624 kB
Buffers:          164640 kB
Cached:           384364 kB
SwapCached:            0 kB
Active:           437368 kB
Inactive:         319156 kB
Active(anon):     204392 kB
Inactive(anon):     5960 kB
Active(file):     232976 kB
Inactive(file):   313196 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1872316 kB
Mapped:            21480 kB
Shmem:               216 kB
Slab:             610640 kB
SReclaimable:      54496 kB
SUnreclaim:       556144 kB
KernelStack:        1616 kB
PageTables:         7840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2364076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    356352 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 20:52:52