Trace number 4122478

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.8 39.4599

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n21-d4-i3.cnf.gz-extracted.pb.metafix.opb
MD5SUM4d0350f9515bfe0f7b847db9f54fac98
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85
Total number of constraints84
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.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.12	c solving HOME/instance-4122478-1467316946.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  no objective function found
0.07/0.14	c ... done. Wall clock time 0.019s.
0.07/0.14	c declared #vars     85
0.07/0.14	c #constraints  84
0.07/0.14	c constraints type 
0.07/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.07/0.14	c 84 constraints processed.
0.66/0.46	c cleaning 2500 clauses out of 5003 with flag 33311/5003
1.06/0.76	c cleaning 4247 clauses out of 8500 with flag 77666/11000
1.48/1.18	c cleaning 5627 clauses out of 11255 with flag 132847/18002
2.13/1.73	c cleaning 6809 clauses out of 13627 with flag 200451/26001
2.77/2.34	c cleaning 7905 clauses out of 15817 with flag 270552/35000
3.56/3.10	c cleaning 8948 clauses out of 17912 with flag 344359/45000
4.56/4.12	c cleaning 9979 clauses out of 19964 with flag 426407/56000
5.66/5.28	c cleaning 10990 clauses out of 21985 with flag 514903/68000
6.97/6.59	c cleaning 11992 clauses out of 23997 with flag 612515/81002
8.57/8.19	c cleaning 13002 clauses out of 26004 with flag 720040/95001
10.74/9.97	c cleaning 13994 clauses out of 28001 with flag 818600/110000
13.32/12.19	c cleaning 15000 clauses out of 30008 with flag 930963/126001
15.81/14.61	c cleaning 15998 clauses out of 32009 with flag 1053863/143002
18.51/17.36	c cleaning 17003 clauses out of 34009 with flag 1184167/161000
21.71/20.51	c cleaning 18000 clauses out of 36006 with flag 1319712/180000
25.11/23.92	c cleaning 19000 clauses out of 38007 with flag 1465332/200001
28.91/27.75	c cleaning 19996 clauses out of 40005 with flag 1610815/221000
33.01/31.77	c cleaning 21003 clauses out of 42010 with flag 1763093/243001
37.36/36.02	c cleaning 21999 clauses out of 44005 with flag 1924598/266000
40.80/39.42	c starts		: 51
40.80/39.42	c conflicts		: 286631
40.80/39.42	c decisions		: 347194
40.80/39.42	c propagations		: 4215527
40.80/39.42	c inspects		: 1040699258
40.80/39.42	c shortcuts		: 0
40.80/39.42	c learnt literals	: 15
40.80/39.42	c learnt binary clauses	: 14
40.80/39.42	c learnt ternary clauses	: 30
40.80/39.42	c learnt constraints	: 286615
40.80/39.42	c ignored constraints	: 0
40.80/39.42	c root simplifications	: 0
40.80/39.42	c removed literals (reason simplification)	: 0
40.80/39.42	c reason swapping (by a shorter reason)	: 0
40.80/39.42	c Calls to reduceDB	: 19
40.80/39.42	c Number of update (reduction) of LBD	: 87013
40.80/39.42	c Imported unit clauses	: 0
40.80/39.42	c number of reductions to clauses (during analyze)	: 0
40.80/39.42	c number of learned constraints concerned by reduction	: 0
40.80/39.42	c number of learning phase by resolution	: 0
40.80/39.42	c number of learning phase by cutting planes	: 0
40.80/39.42	c speed (assignments/second)	: 107328.13096723273
40.80/39.42	c non guided choices	17
40.80/39.44	c learnt constraints type 
40.80/39.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
40.80/39.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42609
40.80/39.44	s UNSATISFIABLE
40.80/39.44	c Total wall clock time (in seconds): 39.32

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

pid=27353
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.33 2.26 2.19 4/196 27356
/proc/meminfo: memFree=29688776/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27356/stat : 27356 (java) D 27353 27356 21085 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 12647130 9515008 175 33554432000 1073741824 1073778376 140734521453584 140734521436312 273905697680 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/27356/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.33 2.26 2.19 4/196 27356
/proc/meminfo: memFree=29688776/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 4350 0 1 0 6 1 0 0 20 0 18 0 12647130 9787879424 4969 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2389619 4969 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.33 2.26 2.19 4/196 27356
/proc/meminfo: memFree=29688776/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 6669 0 1 0 25 2 0 0 20 0 19 0 12647130 9856040960 7196 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 7197 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300299 s]
/proc/loadavg: 2.33 2.26 2.19 4/196 27356
/proc/meminfo: memFree=29688776/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 8289 0 1 0 51 2 0 0 20 0 19 0 12647130 9856040960 8182 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 8182 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700205 s]
/proc/loadavg: 2.33 2.26 2.19 4/196 27356
/proc/meminfo: memFree=29688776/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 9347 0 1 0 104 2 0 0 20 0 19 0 12647130 9856040960 8872 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 8872 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.33 2.26 2.19 3/215 27375
/proc/meminfo: memFree=29661136/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 9351 0 1 0 186 2 0 0 20 0 19 0 12647130 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 9386 2240 9 0 2396937 0
[pid=27356/tid=27358] ppid=27353 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/27356/task/27358/stat : 27358 (java) R 27353 27356 21085 0 -1 4202560 2452 0 1 0 144 1 0 0 20 0 19 0 12647131 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992509107920 139992449265006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27359] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27359/stat : 27359 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992447846952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27360] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27360/stat : 27360 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992446794152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27361] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27361/stat : 27361 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992351062312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27362] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27362/stat : 27362 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992350009512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27363] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27363/stat : 27363 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992348957736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27364] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27364/stat : 27364 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992347904936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27365] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27365/stat : 27365 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992346852136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27366] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27366/stat : 27366 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992345799336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27367] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27367/stat : 27367 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992333388264 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27368] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27368/stat : 27368 (java) S 27353 27356 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992332334328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27369] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27369/stat : 27369 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992331281416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27370] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27370/stat : 27370 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992330229904 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27371] ppid=27353 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27356/task/27371/stat : 27371 (java) S 27353 27356 21085 0 -1 4202560 2044 0 0 0 16 0 0 0 20 0 19 0 12647137 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992329178040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27372] ppid=27353 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27356/task/27372/stat : 27372 (java) S 27353 27356 21085 0 -1 4202560 3586 0 0 0 22 0 0 0 20 0 19 0 12647137 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992328125240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27373] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27373/stat : 27373 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992327072632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27374] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27374/stat : 27374 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992326020040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27375] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27375/stat : 27375 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647144 9856040960 9386 33554432000 1073741824 1073778376 140736579349120 139992324916392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.33 2.26 2.19 3/215 27375
/proc/meminfo: memFree=29655924/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 10373 0 1 0 354 2 0 0 20 0 19 0 12647130 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 9918 2241 9 0 2396937 0
[pid=27356/tid=27358] ppid=27353 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/27356/task/27358/stat : 27358 (java) R 27353 27356 21085 0 -1 4202560 2453 0 1 0 304 1 0 0 20 0 19 0 12647131 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992509107904 139992449426036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27359] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27359/stat : 27359 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992447846952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27360] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27360/stat : 27360 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992446794152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27361] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27361/stat : 27361 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992351062312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27362] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27362/stat : 27362 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992350009512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27363] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27363/stat : 27363 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992348957736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27364] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27364/stat : 27364 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992347904936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27365] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27365/stat : 27365 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992346852136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27366] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27366/stat : 27366 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992345799336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27367] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27367/stat : 27367 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992333388264 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27368] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27368/stat : 27368 (java) S 27353 27356 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992332334328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27369] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27369/stat : 27369 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992331281416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27370] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27370/stat : 27370 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992330229904 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27371] ppid=27353 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27356/task/27371/stat : 27371 (java) S 27353 27356 21085 0 -1 4202560 3065 0 0 0 25 0 0 0 20 0 19 0 12647137 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992329178040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27372] ppid=27353 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27356/task/27372/stat : 27372 (java) S 27353 27356 21085 0 -1 4202560 3586 0 0 0 23 0 0 0 20 0 19 0 12647137 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992328125240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27373] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27373/stat : 27373 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992327072632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27374] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27374/stat : 27374 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992326020040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27375] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27375/stat : 27375 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647144 9856040960 9918 33554432000 1073741824 1073778376 140736579349120 139992324916392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.39 2.28 2.20 4/215 27375
/proc/meminfo: memFree=29651872/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 10377 0 1 0 674 3 0 0 20 0 19 0 12647130 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 10933 2242 9 0 2396937 0
[pid=27356/tid=27358] ppid=27353 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/27356/task/27358/stat : 27358 (java) R 27353 27356 21085 0 -1 4202560 2456 0 1 0 623 1 0 0 20 0 19 0 12647131 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992509107904 139992449264288 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27359] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27359/stat : 27359 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992447846952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27360] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27360/stat : 27360 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992446794152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27361] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27361/stat : 27361 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992351062312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27362] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27362/stat : 27362 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992350009512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27363] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27363/stat : 27363 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992348957736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27364] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27364/stat : 27364 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992347904936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27365] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27365/stat : 27365 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992346852136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27366] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27366/stat : 27366 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992345799336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27367] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27367/stat : 27367 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992333388264 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27368] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27368/stat : 27368 (java) S 27353 27356 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992332334328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27369] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27369/stat : 27369 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992331281416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27370] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27370/stat : 27370 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992330229904 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27371] ppid=27353 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27356/task/27371/stat : 27371 (java) S 27353 27356 21085 0 -1 4202560 3065 0 0 0 25 0 0 0 20 0 19 0 12647137 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992329178040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27372] ppid=27353 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27356/task/27372/stat : 27372 (java) S 27353 27356 21085 0 -1 4202560 3586 0 0 0 23 0 0 0 20 0 19 0 12647137 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992328125240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27373] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27373/stat : 27373 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992327072632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27374] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27374/stat : 27374 (java) S 27353 27356 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992326020040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27375] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27375/stat : 27375 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647144 9856040960 10933 33554432000 1073741824 1073778376 140736579349120 139992324916392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625040


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

[pid=27356/tid=27368] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27368/stat : 27368 (java) S 27353 27356 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992332334328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27369] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27369/stat : 27369 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992331281416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27370] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27370/stat : 27370 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992330229904 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27371] ppid=27353 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27356/task/27371/stat : 27371 (java) S 27353 27356 21085 0 -1 4202560 13952 0 0 0 96 2 0 0 20 0 19 0 12647137 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992329178040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27372] ppid=27353 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/27356/task/27372/stat : 27372 (java) S 27353 27356 21085 0 -1 4202560 3769 0 0 0 38 0 0 0 20 0 19 0 12647137 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992328125240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27373] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27373/stat : 27373 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992327072632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27374] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27374/stat : 27374 (java) S 27353 27356 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992326020040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27375] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27375/stat : 27375 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647144 9856040960 20331 33554432000 1073741824 1073778376 140736579349120 139992324916392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 38.16
Current children cumulated vsize (KiB) 9625040

[startup+38.4007 s]
/proc/loadavg: 2.23 2.25 2.19 3/215 27441
/proc/meminfo: memFree=29775944/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=39.8 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 21614 0 1 0 3974 6 0 0 20 0 19 0 12647130 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 20334 2249 9 0 2396937 0
[pid=27356/tid=27358] ppid=27353 vsize=9625040 CPUtime=38.25 cores=1,3,5,7
/proc/27356/task/27358/stat : 27358 (java) R 27353 27356 21085 0 -1 4202560 2480 0 1 0 3823 2 0 0 20 0 19 0 12647131 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992509116840 139992449734016 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27359] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27359/stat : 27359 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992447846952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27360] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27360/stat : 27360 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992446794152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27361] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27361/stat : 27361 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992351062312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27362] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27362/stat : 27362 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992350009512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27363] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27363/stat : 27363 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992348957736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27364] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27364/stat : 27364 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992347904936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27365] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27365/stat : 27365 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992346852136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27366] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27366/stat : 27366 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992345799336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27367] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27367/stat : 27367 (java) S 27353 27356 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992333388264 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27368] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27368/stat : 27368 (java) S 27353 27356 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992332334328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27369] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27369/stat : 27369 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992331281416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27370] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27370/stat : 27370 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992330229904 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27371] ppid=27353 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27356/task/27371/stat : 27371 (java) S 27353 27356 21085 0 -1 4202560 13952 0 0 0 96 2 0 0 20 0 19 0 12647137 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992329178040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27372] ppid=27353 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27356/task/27372/stat : 27372 (java) S 27353 27356 21085 0 -1 4202560 3907 0 0 0 42 0 0 0 20 0 19 0 12647137 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992328125240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27373] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27373/stat : 27373 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992327072632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27374] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27374/stat : 27374 (java) S 27353 27356 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992326020040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27375] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27375/stat : 27375 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647144 9856040960 20334 33554432000 1073741824 1073778376 140736579349120 139992324916392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 39.8
Current children cumulated vsize (KiB) 9625040

[startup+39.2008 s]
/proc/loadavg: 2.23 2.25 2.19 3/215 27441
/proc/meminfo: memFree=29773772/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=40.6 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 21615 0 1 0 4054 6 0 0 20 0 19 0 12647130 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 20846 2249 9 0 2396937 0
[pid=27356/tid=27358] ppid=27353 vsize=9625040 CPUtime=39.05 cores=1,3,5,7
/proc/27356/task/27358/stat : 27358 (java) R 27353 27356 21085 0 -1 4202560 2481 0 1 0 3903 2 0 0 20 0 19 0 12647131 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992509114968 139992449734016 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27359] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27359/stat : 27359 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992447846952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27360] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27360/stat : 27360 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992446794152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27361] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27361/stat : 27361 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992351062312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27362] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27362/stat : 27362 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992350009512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27363] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27363/stat : 27363 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992348957736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27364] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27364/stat : 27364 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992347904936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27365] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27365/stat : 27365 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992346852136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27366] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27366/stat : 27366 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992345799336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27367] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27367/stat : 27367 (java) S 27353 27356 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992333388264 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27368] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27368/stat : 27368 (java) S 27353 27356 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992332334328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27369] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27369/stat : 27369 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992331281416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27370] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27370/stat : 27370 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992330229904 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27371] ppid=27353 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27356/task/27371/stat : 27371 (java) S 27353 27356 21085 0 -1 4202560 13952 0 0 0 96 2 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992329178040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27372] ppid=27353 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27356/task/27372/stat : 27372 (java) S 27353 27356 21085 0 -1 4202560 3907 0 0 0 42 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992328125240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27373] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27373/stat : 27373 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992327072632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27374] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27374/stat : 27374 (java) S 27353 27356 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992326020040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27375] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27375/stat : 27375 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647144 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992324916392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 40.6
Current children cumulated vsize (KiB) 9625040

[startup+39.4007 s]
/proc/loadavg: 2.23 2.25 2.19 3/215 27441
/proc/meminfo: memFree=29773772/32872528 swapFree=1484672/1662500
[pid=27356] ppid=27353 vsize=9625040 CPUtime=40.8 cores=1,3,5,7
/proc/27356/stat : 27356 (java) S 27353 27356 21085 0 -1 4202496 21615 0 1 0 4074 6 0 0 20 0 19 0 12647130 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 140736579340256 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27356/statm: 2406260 20846 2249 9 0 2396937 0
[pid=27356/tid=27358] ppid=27353 vsize=9625040 CPUtime=39.25 cores=1,3,5,7
/proc/27356/task/27358/stat : 27358 (java) R 27353 27356 21085 0 -1 4202560 2481 0 1 0 3923 2 0 0 20 0 19 0 12647131 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992509114848 139992449284197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27359] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27359/stat : 27359 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992447846952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27360] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27360/stat : 27360 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992446794152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27361] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27361/stat : 27361 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992351062312 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27362] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27362/stat : 27362 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992350009512 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27363] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27363/stat : 27363 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992348957736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27364] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27364/stat : 27364 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992347904936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27365] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27365/stat : 27365 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992346852136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27356/tid=27366] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27366/stat : 27366 (java) S 27353 27356 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12647132 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992345799336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27367] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27367/stat : 27367 (java) S 27353 27356 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992333388264 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27368] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27368/stat : 27368 (java) S 27353 27356 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992332334328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27369] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27369/stat : 27369 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647134 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992331281416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27370] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27370/stat : 27370 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992330229904 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27371] ppid=27353 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/27356/task/27371/stat : 27371 (java) S 27353 27356 21085 0 -1 4202560 13952 0 0 0 96 2 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992329178040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27356/tid=27372] ppid=27353 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27356/task/27372/stat : 27372 (java) S 27353 27356 21085 0 -1 4202560 3907 0 0 0 42 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992328125240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27373] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27373/stat : 27373 (java) S 27353 27356 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992327072632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27356/tid=27374] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27374/stat : 27374 (java) S 27353 27356 21085 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12647137 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992326020040 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27356/tid=27375] ppid=27353 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27356/task/27375/stat : 27375 (java) S 27353 27356 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12647144 9856040960 20846 33554432000 1073741824 1073778376 140736579349120 139992324916392 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 40.8
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27356 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=684814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=90986
# CPU time returned by wait4() is 40.7758
# while last known CPU time is 40.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 39.4599
CPU time (s): 40.8
CPU user time (s): 40.74
CPU system time (s): 0.06
CPU usage (%): 103.396
Max. virtual memory (cumulated for all children) (KiB): 9626816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.6848
system time used= 0.090986
maximum resident set size= 85532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21649
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= 1116
involuntary context switches= 85

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.275958 second user time and 0.362944 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 22:02:26
IDJOB=4122478
IDBENCH=111130
IDSOLVER=2546
FILE ID=node134/4122478-1467316946
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-regular-n21-d4-i3.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122478-1467316946/watcher-4122478-1467316946 -o /tmp/evaluation-result-4122478-1467316946/solver-4122478-1467316946 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25493 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122478-1467316946.opb

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

MD5SUM BENCH= 4d0350f9515bfe0f7b847db9f54fac98
RANDOM SEED=146056259

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:        29688420 kB
Buffers:          167664 kB
Cached:           385524 kB
SwapCached:            0 kB
Active:           455384 kB
Inactive:         322040 kB
Active(anon):     220452 kB
Inactive(anon):     5960 kB
Active(file):     234932 kB
Inactive(file):   316080 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       1939500 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             610640 kB
SReclaimable:      54636 kB
SUnreclaim:       556004 kB
KernelStack:        1776 kB
PageTables:         7808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2355348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node134 at 2016-06-30 22:03:06