Trace number 4120966

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 319.614 318.233

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-19.cnf.gz-extracted.pb.metafix.opb
MD5SUM2571c21355565298ce0c91d4c7c1d623
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.009998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints76
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)76
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4120966-1467312977.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.018s.
0.10/0.13	c declared #vars     77
0.10/0.13	c #constraints  76
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 76
0.10/0.13	c 76 constraints processed.
0.68/0.47	c cleaning 2498 clauses out of 5001 with flag 28455/5001
1.18/0.80	c cleaning 4249 clauses out of 8502 with flag 69827/11000
1.64/1.24	c cleaning 5619 clauses out of 11255 with flag 115053/18002
2.24/1.81	c cleaning 6812 clauses out of 13634 with flag 167873/26000
2.97/2.57	c cleaning 7907 clauses out of 15823 with flag 231365/35001
3.88/3.49	c cleaning 8954 clauses out of 17918 with flag 300656/45003
5.07/4.65	c cleaning 9975 clauses out of 19962 with flag 381637/56001
6.57/6.11	c cleaning 10989 clauses out of 21988 with flag 468693/68002
8.17/7.72	c cleaning 11994 clauses out of 23998 with flag 566320/81001
10.08/9.60	c cleaning 13001 clauses out of 26005 with flag 669073/95002
12.08/11.61	c cleaning 13997 clauses out of 28003 with flag 780534/110001
14.58/14.18	c cleaning 14998 clauses out of 30005 with flag 899034/126000
17.38/16.94	c cleaning 15997 clauses out of 32007 with flag 1028064/143000
20.47/20.00	c cleaning 16996 clauses out of 34010 with flag 1170042/161000
23.68/23.21	c cleaning 18003 clauses out of 36018 with flag 1309270/180004
27.17/26.72	c cleaning 18994 clauses out of 38011 with flag 1457452/200000
31.17/30.77	c cleaning 20004 clauses out of 40019 with flag 1611104/221002
35.46/35.02	c cleaning 21000 clauses out of 42014 with flag 1788860/243001
40.07/39.61	c cleaning 22002 clauses out of 44014 with flag 1966516/266001
45.16/44.78	c cleaning 22998 clauses out of 46011 with flag 2138251/290000
50.57/50.13	c cleaning 24003 clauses out of 48015 with flag 2331861/315002
56.58/56.14	c cleaning 24991 clauses out of 50010 with flag 2517302/341000
63.07/62.65	c cleaning 26004 clauses out of 52020 with flag 2722804/368001
70.07/69.64	c cleaning 27005 clauses out of 54016 with flag 2928291/396001
77.47/77.10	c cleaning 27999 clauses out of 56010 with flag 3140310/425000
85.17/84.76	c cleaning 28995 clauses out of 58011 with flag 3355724/455000
93.87/93.49	c cleaning 30000 clauses out of 60016 with flag 3577631/486000
103.47/103.08	c cleaning 31004 clauses out of 62016 with flag 3797220/518000
113.78/113.31	c cleaning 31999 clauses out of 64013 with flag 4025801/551001
124.48/124.01	c cleaning 33003 clauses out of 66015 with flag 4276073/585002
136.38/135.97	c cleaning 34001 clauses out of 68011 with flag 4518771/620001
148.58/148.18	c cleaning 34999 clauses out of 70010 with flag 4770511/656001
163.16/162.30	c cleaning 35998 clauses out of 72010 with flag 5025691/693000
177.24/176.27	c cleaning 36999 clauses out of 74012 with flag 5286276/731000
193.14/192.14	c cleaning 38002 clauses out of 76013 with flag 5553657/770000
209.64/208.69	c cleaning 39002 clauses out of 78011 with flag 5825543/810000
228.64/227.63	c cleaning 40001 clauses out of 80010 with flag 6107562/851001
245.74/244.71	c cleaning 41002 clauses out of 82008 with flag 6402423/893000
264.45/263.48	c cleaning 42000 clauses out of 84006 with flag 6692635/936000
286.23/285.08	c cleaning 43000 clauses out of 86006 with flag 6994404/980001
308.42/307.22	c cleaning 43998 clauses out of 88003 with flag 7297360/1025000
319.46/318.20	c starts		: 412
319.46/318.20	c conflicts		: 1051129
319.46/318.20	c decisions		: 1272983
319.46/318.20	c propagations		: 20845635
319.46/318.20	c inspects		: 8188736901
319.46/318.20	c shortcuts		: 0
319.46/318.20	c learnt literals	: 16
319.46/318.20	c learnt binary clauses	: 21
319.46/318.20	c learnt ternary clauses	: 29
319.46/318.20	c learnt constraints	: 1051112
319.46/318.20	c ignored constraints	: 0
319.46/318.20	c root simplifications	: 0
319.46/318.20	c removed literals (reason simplification)	: 0
319.46/318.20	c reason swapping (by a shorter reason)	: 0
319.46/318.20	c Calls to reduceDB	: 41
319.46/318.20	c Number of update (reduction) of LBD	: 330060
319.46/318.20	c Imported unit clauses	: 0
319.46/318.20	c number of reductions to clauses (during analyze)	: 0
319.46/318.20	c number of learned constraints concerned by reduction	: 0
319.46/318.20	c number of learning phase by resolution	: 0
319.46/318.20	c number of learning phase by cutting planes	: 0
319.46/318.20	c speed (assignments/second)	: 65537.67869437955
319.46/318.20	c non guided choices	14
319.46/318.23	c learnt constraints type 
319.46/318.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
319.46/318.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70099
319.46/318.23	s UNSATISFIABLE
319.46/318.23	c Total wall clock time (in seconds): 318.118

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

pid=24447
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.17 2.20 2.32 3/194 24450
/proc/meminfo: memFree=28278932/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 10321926 98570240 977 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 24065 977 743 9 0 16771 0
[pid=24450/tid=24451] ppid=24447 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10321927 98570240 977 33554432000 1073741824 1073778376 140736066070656 139968624741928 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.17 2.20 2.32 3/194 24450
/proc/meminfo: memFree=28278932/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 4480 0 1 0 9 1 0 0 20 0 18 0 10321926 9787879424 5603 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2389619 5603 2140 9 0 2380296 0
[pid=24450/tid=24451] ppid=24447 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 10321927 9787879424 5603 33554432000 1073741824 1073778376 140736066070656 139968624745376 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.17 2.20 2.32 3/194 24450
/proc/meminfo: memFree=28278932/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 8006 0 1 0 30 1 0 0 20 0 19 0 10321926 9856040960 8052 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 8058 2213 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2451 0 1 0 17 0 0 0 20 0 19 0 10321927 9856040960 8060 33554432000 1073741824 1073778376 140736066070656 139968624747136 139968629125238 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300318 s]
/proc/loadavg: 2.17 2.20 2.32 3/194 24450
/proc/meminfo: memFree=28278932/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 8427 0 1 0 54 2 0 0 20 0 19 0 10321926 9856040960 8242 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 8242 2227 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2452 0 1 0 27 0 0 0 20 0 19 0 10321927 9856040960 8242 33554432000 1073741824 1073778376 140736066070656 139968624747136 139968497426485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.70025 s]
/proc/loadavg: 2.17 2.20 2.32 3/194 24450
/proc/meminfo: memFree=28278932/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 9662 0 1 0 105 2 0 0 20 0 19 0 10321926 9856040960 8836 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 8836 2239 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2453 0 1 0 67 0 0 0 20 0 19 0 10321927 9856040960 8836 33554432000 1073741824 1073778376 140736066070656 139968624746984 139968497379445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.17 2.20 2.32 3/213 24469
/proc/meminfo: memFree=28251260/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 10600 0 1 0 192 2 0 0 20 0 19 0 10321926 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 9405 2241 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2455 0 1 0 146 2 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968624737984 139968497358518 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24453] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24453/stat : 24453 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968468540200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24454] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24454/stat : 24454 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968467487400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24455] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24455/stat : 24455 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968466435112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24456] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24456/stat : 24456 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968465382312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24457] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24457/stat : 24457 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968464329000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24458] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24458/stat : 24458 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968463276200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24459] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24459/stat : 24459 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968462223912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24460] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24460/stat : 24460 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968461171112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24461] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24461/stat : 24461 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968448973544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24462] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24462/stat : 24462 (java) S 24447 24450 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968447919608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24463] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24463/stat : 24463 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968446867208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24464] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24464/stat : 24464 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968445815696 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24465] ppid=24447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/24450/task/24465/stat : 24465 (java) S 24447 24450 14900 0 -1 4202560 3252 0 0 0 22 0 0 0 20 0 19 0 10321931 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968444762296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24466] ppid=24447 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/24450/task/24466/stat : 24466 (java) S 24447 24450 14900 0 -1 4202560 3622 0 0 0 20 0 0 0 20 0 19 0 10321931 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968443709496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24467] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24467/stat : 24467 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968442657400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24468] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24468/stat : 24468 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968441604808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24469] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24469/stat : 24469 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321939 9856040960 9405 33554432000 1073741824 1073778376 140736066070656 139968440550824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.24 2.22 2.33 3/213 24469
/proc/meminfo: memFree=28248748/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 10606 0 1 0 355 2 0 0 20 0 19 0 10321926 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 9922 2241 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2456 0 1 0 306 2 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968624746760 139968497358363 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24453] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24453/stat : 24453 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968468540200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24454] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24454/stat : 24454 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968467487400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24455] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24455/stat : 24455 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968466435112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24456] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24456/stat : 24456 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968465382312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24457] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24457/stat : 24457 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968464329000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24458] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24458/stat : 24458 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968463276200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24459] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24459/stat : 24459 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968462223912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24460] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24460/stat : 24460 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968461171112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24461] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24461/stat : 24461 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968448973544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24462] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24462/stat : 24462 (java) S 24447 24450 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968447919608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24463] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24463/stat : 24463 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968446867208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24464] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24464/stat : 24464 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968445815696 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24465] ppid=24447 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/24450/task/24465/stat : 24465 (java) S 24447 24450 14900 0 -1 4202560 3257 0 0 0 25 0 0 0 20 0 19 0 10321931 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968444762296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24466] ppid=24447 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24450/task/24466/stat : 24466 (java) S 24447 24450 14900 0 -1 4202560 3622 0 0 0 21 0 0 0 20 0 19 0 10321931 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968443709496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24467] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24467/stat : 24467 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968442657400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24468] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24468/stat : 24468 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968441604808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24469] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24469/stat : 24469 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321939 9856040960 9922 33554432000 1073741824 1073778376 140736066070656 139968440550824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.24 2.22 2.33 3/213 24469
/proc/meminfo: memFree=28245024/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=6.77 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 10610 0 1 0 675 2 0 0 20 0 19 0 10321926 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 10743 2242 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2459 0 1 0 626 2 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968624737984 139968497358420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24453] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24453/stat : 24453 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968468540200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24454] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24454/stat : 24454 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968467487400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24455] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24455/stat : 24455 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968466435112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24456] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24456/stat : 24456 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968465382312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24457] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24457/stat : 24457 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968464329000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24458] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24458/stat : 24458 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968463276200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24459] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24459/stat : 24459 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968462223912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24460] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24460/stat : 24460 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968461171112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24461] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24461/stat : 24461 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968448973544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24462] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24462/stat : 24462 (java) S 24447 24450 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968447919608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24463] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24463/stat : 24463 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968446867208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24464] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24464/stat : 24464 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968445815696 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24465] ppid=24447 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/24450/task/24465/stat : 24465 (java) S 24447 24450 14900 0 -1 4202560 3257 0 0 0 25 0 0 0 20 0 19 0 10321931 9856040960 10743 33554432000 1073741824 1073778376 140736066070656 139968444762296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24466] ppid=24447 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=24450/tid=24454] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24454/stat : 24454 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968467487400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24455] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24455/stat : 24455 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968466435112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24456] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24456/stat : 24456 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968465382312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24457] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24457/stat : 24457 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968464329000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24458] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24458/stat : 24458 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968463276200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24459] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24459/stat : 24459 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968462223912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24460] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24460/stat : 24460 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968461171112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24461] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24461/stat : 24461 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968448973544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24462] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24462/stat : 24462 (java) S 24447 24450 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968447919608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24463] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24463/stat : 24463 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968446867208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24464] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24464/stat : 24464 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968445815696 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24465] ppid=24447 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24450/task/24465/stat : 24465 (java) S 24447 24450 14900 0 -1 4202560 11824 0 0 0 88 2 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968444762296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24466] ppid=24447 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24450/task/24466/stat : 24466 (java) S 24447 24450 14900 0 -1 4202560 3646 0 0 0 29 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968443709496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24467] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24467/stat : 24467 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968442657400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24468] ppid=24447 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/24450/task/24468/stat : 24468 (java) S 24447 24450 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968441604808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24469] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24469/stat : 24469 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321939 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968440550824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 318.02
Current children cumulated vsize (KiB) 9625040

[startup+317.601 s]
/proc/loadavg: 2.37 2.27 2.30 3/214 24565
/proc/meminfo: memFree=28152240/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=318.82 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 19292 0 1 0 31873 9 0 0 20 0 19 0 10321926 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 40308 2249 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=317.58 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2528 0 1 0 31750 8 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968624737984 139968497594480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24453] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24453/stat : 24453 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968468540200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24454] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24454/stat : 24454 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968467487400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24455] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24455/stat : 24455 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968466435112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24456] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24456/stat : 24456 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968465382312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24457] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24457/stat : 24457 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968464329000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24458] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24458/stat : 24458 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968463276200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24459] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24459/stat : 24459 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968462223912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24460] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24460/stat : 24460 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968461171112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24461] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24461/stat : 24461 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968448973544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24462] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24462/stat : 24462 (java) S 24447 24450 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968447919608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24463] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24463/stat : 24463 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968446867208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24464] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24464/stat : 24464 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968445815696 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24465] ppid=24447 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24450/task/24465/stat : 24465 (java) S 24447 24450 14900 0 -1 4202560 11824 0 0 0 88 2 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968444762296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24466] ppid=24447 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24450/task/24466/stat : 24466 (java) S 24447 24450 14900 0 -1 4202560 3646 0 0 0 29 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968443709496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24467] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24467/stat : 24467 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968442657400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24468] ppid=24447 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/24450/task/24468/stat : 24468 (java) S 24447 24450 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968441604808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24469] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24469/stat : 24469 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321939 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968440550824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 318.82
Current children cumulated vsize (KiB) 9625040

[startup+318.008 s]
/proc/loadavg: 2.37 2.27 2.30 3/214 24565
/proc/meminfo: memFree=28152116/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9625040 CPUtime=319.22 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 19292 0 1 0 31913 9 0 0 20 0 19 0 10321926 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2406260 40308 2249 9 0 2396937 0
[pid=24450/tid=24451] ppid=24447 vsize=9625040 CPUtime=317.98 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) R 24447 24450 14900 0 -1 4202560 2528 0 1 0 31790 8 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968624737984 139968497385630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24453] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24453/stat : 24453 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968468540200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24454] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24454/stat : 24454 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968467487400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24455] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24455/stat : 24455 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968466435112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24456] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24456/stat : 24456 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968465382312 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24457] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24457/stat : 24457 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968464329000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24458] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24458/stat : 24458 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968463276200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24459] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24459/stat : 24459 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968462223912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24460] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24460/stat : 24460 (java) S 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968461171112 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24461] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24461/stat : 24461 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968448973544 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24462] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24462/stat : 24462 (java) S 24447 24450 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968447919608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24463] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24463/stat : 24463 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968446867208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24464] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24464/stat : 24464 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968445815696 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24465] ppid=24447 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24450/task/24465/stat : 24465 (java) S 24447 24450 14900 0 -1 4202560 11824 0 0 0 88 2 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968444762296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24466] ppid=24447 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/24450/task/24466/stat : 24466 (java) S 24447 24450 14900 0 -1 4202560 3646 0 0 0 29 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968443709496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24467] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24467/stat : 24467 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968442657400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24468] ppid=24447 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/24450/task/24468/stat : 24468 (java) S 24447 24450 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10321931 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968441604808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24469] ppid=24447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24469/stat : 24469 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321939 9856040960 40308 33554432000 1073741824 1073778376 140736066070656 139968440550824 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 319.22
Current children cumulated vsize (KiB) 9625040

[startup+318.202 s]
/proc/loadavg: 2.37 2.27 2.30 3/214 24565
/proc/meminfo: memFree=28152116/32872528 swapFree=1526624/1696276
[pid=24450] ppid=24447 vsize=9691604 CPUtime=319.46 cores=0,2,4,6
/proc/24450/stat : 24450 (java) S 24447 24450 14900 0 -1 4202496 19338 0 1 0 31936 10 0 0 20 0 19 0 10321926 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 140736066061792 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24450/statm: 2422901 43407 2259 9 0 2413578 0
[pid=24450/tid=24451] ppid=24447 vsize=9691604 CPUtime=318.16 cores=0,2,4,6
/proc/24450/task/24451/stat : 24451 (java) S 24447 24450 14900 0 -1 4202560 2532 0 1 0 31808 8 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968624747224 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24453] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24453/stat : 24453 (java) R 24447 24450 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968468540376 139968627218163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24454] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24454/stat : 24454 (java) R 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968467487528 270707494023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24455] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24455/stat : 24455 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968466434968 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24456] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24456/stat : 24456 (java) R 24447 24450 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968465382440 139968632792226 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24450/tid=24457] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24457/stat : 24457 (java) R 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968464329000 139968632242423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24458] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24458/stat : 24458 (java) R 24447 24450 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968463276328 270707494023 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24459] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24459/stat : 24459 (java) R 24447 24450 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968462224040 270707494023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24460] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24460/stat : 24460 (java) R 24447 24450 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10321927 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968461171240 270707494023 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24461] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24461/stat : 24461 (java) S 24447 24450 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10321929 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968448972424 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24450/tid=24462] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24462/stat : 24462 (java) S 24447 24450 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10321929 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968447919608 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24463] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24463/stat : 24463 (java) S 24447 24450 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10321929 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968446867208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24464] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24464/stat : 24464 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968445815696 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24450/tid=24465] ppid=24447 vsize=9691604 CPUtime=0.9 cores=0,2,4,6
/proc/24450/task/24465/stat : 24465 (java) S 24447 24450 14900 0 -1 4202560 11824 0 0 0 88 2 0 0 20 0 19 0 10321931 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968444762296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24466] ppid=24447 vsize=9691604 CPUtime=0.29 cores=0,2,4,6
/proc/24450/task/24466/stat : 24466 (java) S 24447 24450 14900 0 -1 4202560 3646 0 0 0 29 0 0 0 20 0 19 0 10321931 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968443709496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24467] ppid=24447 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/24450/task/24467/stat : 24467 (java) S 24447 24450 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10321931 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968442657400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24450/tid=24468] ppid=24447 vsize=9691604 CPUtime=0.09 cores=0,2,4,6
/proc/24450/task/24468/stat : 24468 (java) S 24447 24450 14900 0 -1 4202560 20 0 0 0 4 5 0 0 20 0 19 0 10321931 9924202496 43407 33554432000 1073741824 1073778376 140736066070656 139968441604808 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 319.46
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 318.233
CPU time (s): 319.614
CPU user time (s): 319.382
CPU system time (s): 0.231964
CPU usage (%): 100.434
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 319.382
system time used= 0.231964
maximum resident set size= 173712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19365
page faults= 1
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6970
involuntary context switches= 536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.907861 second user time and 1.20682 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 20:56:17
IDJOB=4120966
IDBENCH=110202
IDSOLVER=2546
FILE ID=node125/4120966-1467312977
RUNJOBID= node125-1467310468-23887
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-19.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120966-1467312977/watcher-4120966-1467312977 -o /tmp/evaluation-result-4120966-1467312977/solver-4120966-1467312977 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120966-1467312977.opb

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

MD5SUM BENCH= 2571c21355565298ce0c91d4c7c1d623
RANDOM SEED=211550073

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28279732 kB
Buffers:          140720 kB
Cached:          1800688 kB
SwapCached:            0 kB
Active:           467952 kB
Inactive:        1685580 kB
Active(anon):     213348 kB
Inactive(anon):     1596 kB
Active(file):     254604 kB
Inactive(file):  1683984 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               944 kB
Writeback:             0 kB
AnonPages:       1922616 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             610952 kB
SReclaimable:      54416 kB
SUnreclaim:       556536 kB
KernelStack:        1760 kB
PageTables:         8540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2390476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node125 at 2016-06-30 21:01:35