Trace number 4121358

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 203.72 202.523

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-19.cnf.gz-plain.pb.metafix.opb
MD5SUMbf00f9ed6465a8d14e3cdebeaba4fcfe
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 benchmark49.8344
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 constraints164
Number of constraints which are clauses164
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4121358-1467314267.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.026s.
0.11/0.13	c declared #vars     77
0.11/0.13	c #constraints  164
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 164
0.11/0.13	c 164 constraints processed.
0.63/0.43	c cleaning 2493 clauses out of 5000 with flag 25599/5000
1.03/0.73	c cleaning 4250 clauses out of 8509 with flag 58999/11002
1.44/1.14	c cleaning 5626 clauses out of 11258 with flag 103899/18001
2.04/1.74	c cleaning 6812 clauses out of 13632 with flag 159563/26001
2.77/2.46	c cleaning 7905 clauses out of 15819 with flag 219011/35000
3.68/3.39	c cleaning 8952 clauses out of 17915 with flag 296303/45001
4.88/4.53	c cleaning 9981 clauses out of 19964 with flag 377520/56002
6.17/5.80	c cleaning 10989 clauses out of 21985 with flag 460678/68004
7.67/7.34	c cleaning 11992 clauses out of 23992 with flag 549344/81000
9.57/9.26	c cleaning 12994 clauses out of 26000 with flag 654623/95000
11.68/11.37	c cleaning 13999 clauses out of 28007 with flag 767537/110001
13.87/13.56	c cleaning 14998 clauses out of 30009 with flag 888931/126002
16.47/16.15	c cleaning 15997 clauses out of 32009 with flag 1011027/143000
19.37/19.03	c cleaning 16993 clauses out of 34012 with flag 1144289/161000
22.57/22.23	c cleaning 18007 clauses out of 36019 with flag 1272330/180000
25.68/25.35	c cleaning 18993 clauses out of 38013 with flag 1406251/200001
29.27/28.91	c cleaning 20006 clauses out of 40020 with flag 1553570/221001
33.38/33.02	c cleaning 21002 clauses out of 42015 with flag 1704088/243002
37.97/37.69	c cleaning 22000 clauses out of 44011 with flag 1864437/266000
42.97/42.66	c cleaning 23000 clauses out of 46011 with flag 2035486/290000
47.97/47.63	c cleaning 24000 clauses out of 48011 with flag 2203710/315000
53.67/53.38	c cleaning 25000 clauses out of 50011 with flag 2388709/341000
59.77/59.41	c cleaning 25998 clauses out of 52011 with flag 2579160/368000
66.17/65.89	c cleaning 27000 clauses out of 54013 with flag 2783952/396000
73.17/72.81	c cleaning 28000 clauses out of 56014 with flag 2986913/425001
80.57/80.29	c cleaning 29003 clauses out of 58013 with flag 3212787/455000
89.30/88.75	c cleaning 30001 clauses out of 60011 with flag 3447095/486001
98.89/97.94	c cleaning 31000 clauses out of 62011 with flag 3680371/518002
108.63/107.63	c cleaning 31998 clauses out of 64010 with flag 3930300/551001
118.15/117.13	c cleaning 33000 clauses out of 66011 with flag 4180057/585000
128.16/127.11	c cleaning 34000 clauses out of 68011 with flag 4435137/620000
139.36/138.33	c cleaning 35001 clauses out of 70012 with flag 4689563/656001
150.56/149.58	c cleaning 36003 clauses out of 72011 with flag 4958591/693001
162.78/161.74	c cleaning 36999 clauses out of 74008 with flag 5226215/731001
174.88/173.82	c cleaning 37998 clauses out of 76008 with flag 5507810/770000
188.59/187.50	c cleaning 39004 clauses out of 78011 with flag 5773933/810002
202.90/201.74	c cleaning 40002 clauses out of 80003 with flag 6054764/851003
203.60/202.48	c starts		: 303
203.60/202.48	c conflicts		: 854254
203.60/202.48	c decisions		: 1064963
203.60/202.48	c propagations		: 16217850
203.60/202.48	c inspects		: 5370441972
203.60/202.48	c shortcuts		: 0
203.60/202.48	c learnt literals	: 18
203.60/202.48	c learnt binary clauses	: 16
203.60/202.48	c learnt ternary clauses	: 46
203.60/202.48	c learnt constraints	: 854235
203.60/202.48	c ignored constraints	: 0
203.60/202.48	c root simplifications	: 0
203.60/202.48	c removed literals (reason simplification)	: 0
203.60/202.48	c reason swapping (by a shorter reason)	: 0
203.60/202.48	c Calls to reduceDB	: 37
203.60/202.48	c Number of update (reduction) of LBD	: 280925
203.60/202.48	c Imported unit clauses	: 0
203.60/202.48	c number of reductions to clauses (during analyze)	: 0
203.60/202.48	c number of learned constraints concerned by reduction	: 0
203.60/202.48	c number of learning phase by resolution	: 0
203.60/202.48	c number of learning phase by cutting planes	: 0
203.60/202.48	c speed (assignments/second)	: 80145.53630995034
203.60/202.48	c non guided choices	14
203.72/202.50	c learnt constraints type 
203.72/202.50	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
203.72/202.50	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43223
203.72/202.50	s UNSATISFIABLE
203.72/202.50	c Total wall clock time (in seconds): 202.403

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-4121358-1467314267/watcher-4121358-1467314267 -o /tmp/evaluation-result-4121358-1467314267/solver-4121358-1467314267 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121358-1467314267.opb 

pid=24480
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: 1.52 1.76 1.96 3/194 24483
/proc/meminfo: memFree=29730980/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12394128 98570240 977 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 24065 977 743 9 0 16771 0
[pid=24483/tid=24484] ppid=24480 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12394129 98570240 977 33554432000 1073741824 1073778376 140736968530176 139703929626152 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 1.52 1.76 1.96 3/194 24483
/proc/meminfo: memFree=29730980/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 12394128 9787879424 6123 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2389619 6123 2157 9 0 2380296 0
[pid=24483/tid=24484] ppid=24480 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 12394129 9787879424 6123 33554432000 1073741824 1073778376 140736968530176 139703929629600 219517347085 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 1.52 1.76 1.96 3/194 24483
/proc/meminfo: memFree=29730980/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 7167 0 1 0 30 1 0 0 20 0 19 0 12394128 9856040960 7822 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 7823 2226 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2391 0 1 0 17 0 0 0 20 0 19 0 12394129 9856040960 7823 33554432000 1073741824 1073778376 140736968530176 139703929630792 139703932916602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300334 s]
/proc/loadavg: 1.52 1.76 1.96 3/194 24483
/proc/meminfo: memFree=29730980/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 7257 0 1 0 48 1 0 0 20 0 19 0 12394128 9856040960 7839 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 7839 2236 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2391 0 1 0 27 0 0 0 20 0 19 0 12394129 9856040960 7839 33554432000 1073741824 1073778376 140736968530176 139703929630792 139703760611126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 1.52 1.76 1.96 3/194 24483
/proc/meminfo: memFree=29730980/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 8714 0 1 0 102 1 0 0 20 0 19 0 12394128 9856040960 8380 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 8380 2248 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2392 0 1 0 67 0 0 0 20 0 19 0 12394129 9856040960 8380 33554432000 1073741824 1073778376 140736968530176 139703929631208 139703760652419 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 1.52 1.76 1.96 3/213 24502
/proc/meminfo: memFree=29704120/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 8717 0 1 0 183 1 0 0 20 0 19 0 12394128 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 8893 2249 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2394 0 1 0 147 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703929622208 139703760652492 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24486] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703891122856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24487] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703890070312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24488] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703889017768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24483/tid=24489] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703887965224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24490] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703886911656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24491] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703885859112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24492] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703884806568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24493] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703883754024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24494] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394130 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703753869928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24495] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703752816248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24496] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703751763592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24497] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703750712336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24498] ppid=24480 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 20692 0 -1 4202560 2813 0 0 0 18 0 0 0 20 0 19 0 12394133 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703749658680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24499] ppid=24480 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/24483/task/24499/stat : 24499 (java) S 24480 24483 20692 0 -1 4202560 2239 0 0 0 15 0 0 0 20 0 19 0 12394133 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703748606136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24500] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703747553784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24501] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24501/stat : 24501 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703746501448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24502] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24502/stat : 24502 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394141 9856040960 8893 33554432000 1073741824 1073778376 140736968530176 139703745398056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 1.52 1.76 1.96 3/213 24502
/proc/meminfo: memFree=29701452/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 8727 0 1 0 346 1 0 0 20 0 19 0 12394128 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 9414 2250 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2395 0 1 0 307 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703929630984 139703760611050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24486] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703891122856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24487] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703890070312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24488] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703889017768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24483/tid=24489] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703887965224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24490] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703886911656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24491] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703885859112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24492] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703884806568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24493] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703883754024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24494] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394130 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703753869928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24495] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703752816248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24496] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703751763592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24497] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703750712336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24498] ppid=24480 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 20692 0 -1 4202560 2813 0 0 0 18 0 0 0 20 0 19 0 12394133 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703749658680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24499] ppid=24480 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/24483/task/24499/stat : 24499 (java) S 24480 24483 20692 0 -1 4202560 2248 0 0 0 17 0 0 0 20 0 19 0 12394133 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703748606136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24500] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703747553784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24501] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24501/stat : 24501 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703746501448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24502] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24502/stat : 24502 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394141 9856040960 9414 33554432000 1073741824 1073778376 140736968530176 139703745398056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 1.56 1.77 1.96 4/213 24502
/proc/meminfo: memFree=29695924/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 8731 0 1 0 666 1 0 0 20 0 19 0 12394128 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 10235 2251 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2398 0 1 0 625 1 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703929622208 139703760652332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24486] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703891122856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24487] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703890070312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24488] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703889017768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24483/tid=24489] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703887965224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24490] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703886911656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24491] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703885859112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24492] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703884806568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24493] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703883754024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24494] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394130 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703753869928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24495] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703752816248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24496] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703751763592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24497] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703750712336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24498] ppid=24480 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 20692 0 -1 4202560 2813 0 0 0 18 0 0 0 20 0 19 0 12394133 9856040960 10235 33554432000 1073741824 1073778376 140736968530176 139703749658680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24499] ppid=24480 vsize=9625040 CPUtime=0.17 cores=1,3,5,7

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

[pid=24483/tid=24494] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12394130 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703753869928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24495] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703752816248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24496] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703751763592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24497] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703750712336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24498] ppid=24480 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 20692 0 -1 4202560 4473 0 0 0 30 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703749658680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24499] ppid=24480 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/24483/task/24499/stat : 24499 (java) S 24480 24483 20692 0 -1 4202560 12490 0 0 0 84 2 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703748606136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24500] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703747553784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24501] ppid=24480 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24483/task/24501/stat : 24501 (java) S 24480 24483 20692 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703746501448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24502] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24502/stat : 24502 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394141 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703745398056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 202.8
Current children cumulated vsize (KiB) 9625040

[startup+202.001 s]
/proc/loadavg: 2.18 1.98 2.00 3/213 24572
/proc/meminfo: memFree=29563000/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=203.2 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 20714 0 1 0 20312 8 0 0 20 0 19 0 12394128 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 35673 2258 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=201.44 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2462 0 1 0 20139 5 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703929631072 139703760611140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24486] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703891122856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24487] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703890070312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24488] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703889017768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24483/tid=24489] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703887965224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24490] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703886911656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24491] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703885859112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24492] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703884806568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24493] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703883754024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24494] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12394130 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703753869928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24495] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703752816248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24496] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703751763592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24497] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703750712336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24498] ppid=24480 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 20692 0 -1 4202560 4473 0 0 0 30 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703749658680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24499] ppid=24480 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/24483/task/24499/stat : 24499 (java) S 24480 24483 20692 0 -1 4202560 12490 0 0 0 84 2 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703748606136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24500] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703747553784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24501] ppid=24480 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24483/task/24501/stat : 24501 (java) S 24480 24483 20692 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703746501448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24502] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24502/stat : 24502 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394141 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703745398056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 203.2
Current children cumulated vsize (KiB) 9625040

[startup+202.401 s]
/proc/loadavg: 2.18 1.98 2.00 3/213 24572
/proc/meminfo: memFree=29561076/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9625040 CPUtime=203.6 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 20714 0 1 0 20352 8 0 0 20 0 19 0 12394128 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2406260 35673 2258 9 0 2396937 0
[pid=24483/tid=24484] ppid=24480 vsize=9625040 CPUtime=201.84 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) R 24480 24483 20692 0 -1 4202560 2462 0 1 0 20179 5 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703929622224 139703761000861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24486] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703891122856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24487] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703890070312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24488] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703889017768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24483/tid=24489] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703887965224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24490] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703886911656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24491] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703885859112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24492] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703884806568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24493] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394129 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703883754024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24494] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12394130 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703753869928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24495] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703752816248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24496] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394131 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703751763592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24497] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703750712336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24498] ppid=24480 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 20692 0 -1 4202560 4473 0 0 0 30 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703749658680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24499] ppid=24480 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/24483/task/24499/stat : 24499 (java) S 24480 24483 20692 0 -1 4202560 12490 0 0 0 84 2 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703748606136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24500] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703747553784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24501] ppid=24480 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/24483/task/24501/stat : 24501 (java) S 24480 24483 20692 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 12394133 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703746501448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24502] ppid=24480 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24502/stat : 24502 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394141 9856040960 35673 33554432000 1073741824 1073778376 140736968530176 139703745398056 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 203.6
Current children cumulated vsize (KiB) 9625040

[startup+202.508 s]
/proc/loadavg: 2.18 1.98 2.00 3/213 24572
/proc/meminfo: memFree=29561076/32872528 swapFree=13208/1155804
[pid=24483] ppid=24480 vsize=9691604 CPUtime=203.72 cores=1,3,5,7
/proc/24483/stat : 24483 (java) S 24480 24483 20692 0 -1 4202496 20736 0 1 0 20364 8 0 0 20 0 19 0 12394128 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 140736968521312 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24483/statm: 2422901 35856 2268 9 0 2413578 0
[pid=24483/tid=24484] ppid=24480 vsize=9691604 CPUtime=201.93 cores=1,3,5,7
/proc/24483/task/24484/stat : 24484 (java) S 24480 24483 20692 0 -1 4202560 2464 0 1 0 20188 5 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703929631448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24486] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24486/stat : 24486 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703891122856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24487] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24487/stat : 24487 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703890070312 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24488] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24488/stat : 24488 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703889017768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24483/tid=24489] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24489/stat : 24489 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703887965224 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24490] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24490/stat : 24490 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703886911656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24491] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24491/stat : 24491 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703885859112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24492] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24492/stat : 24492 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703884806568 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24493] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24493/stat : 24493 (java) S 24480 24483 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12394129 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703883754024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24494] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24494/stat : 24494 (java) S 24480 24483 20692 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12394130 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703753869928 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24495] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24495/stat : 24495 (java) S 24480 24483 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12394131 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703752816248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24496] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24496/stat : 24496 (java) S 24480 24483 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12394131 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703751763592 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24497] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24497/stat : 24497 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703750712336 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24498] ppid=24480 vsize=9691604 CPUtime=0.31 cores=1,3,5,7
/proc/24483/task/24498/stat : 24498 (java) S 24480 24483 20692 0 -1 4202560 4478 0 0 0 31 0 0 0 20 0 19 0 12394133 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703749658680 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24483/tid=24499] ppid=24480 vsize=9691604 CPUtime=0.87 cores=1,3,5,7
/proc/24483/task/24499/stat : 24499 (java) R 24480 24483 20692 0 -1 4202560 12495 0 0 0 85 2 0 0 20 0 19 0 12394133 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703748606136 139703935478002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24483/tid=24500] ppid=24480 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/24483/task/24500/stat : 24500 (java) S 24480 24483 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12394133 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703747553784 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24483/tid=24501] ppid=24480 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/24483/task/24501/stat : 24501 (java) S 24480 24483 20692 0 -1 4202560 14 0 0 0 1 3 0 0 20 0 19 0 12394133 9924202496 35856 33554432000 1073741824 1073778376 140736968530176 139703746501448 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 203.72
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24483 and gives
#  childrusage.ru_utime.tv_sec=203
#  childrusage.ru_utime.tv_usec=110122
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 203.262
# while last known CPU time is 203.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 202.523
CPU time (s): 203.72
CPU user time (s): 203.64
CPU system time (s): 0.08
CPU usage (%): 100.591
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.11
system time used= 0.151976
maximum resident set size= 144800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20738
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4560
involuntary context switches= 363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04684 second user time and 1.56276 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 21:17:47
IDJOB=4121358
IDBENCH=110426
IDSOLVER=2546
FILE ID=node114/4121358-1467314267
RUNJOBID= node114-1467314247-24371
PBS_JOBID= 20005267
Free space on /tmp= 71672 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-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121358-1467314267/watcher-4121358-1467314267 -o /tmp/evaluation-result-4121358-1467314267/solver-4121358-1467314267 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121358-1467314267.opb

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

MD5SUM BENCH= bf00f9ed6465a8d14e3cdebeaba4fcfe
RANDOM SEED=1757380979

node114.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.752
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.50
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.752
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.752
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.752
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.752
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.752
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.56
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.752
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.56
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.752
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29731772 kB
Buffers:          137828 kB
Cached:          1042224 kB
SwapCached:            0 kB
Active:           300848 kB
Inactive:         920356 kB
Active(anon):      37660 kB
Inactive(anon):     6048 kB
Active(file):     263188 kB
Inactive(file):   914308 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1460 kB
Writeback:             0 kB
AnonPages:       1247780 kB
Mapped:            22044 kB
Shmem:               204 kB
Slab:             610616 kB
SReclaimable:      54772 kB
SUnreclaim:       555844 kB
KernelStack:        1760 kB
PageTables:         6448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1849760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1208320 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= 71668 MiB
End job on node114 at 2016-06-30 21:21:10