Trace number 4121038

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 491.379 489.939

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n29-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUM9ab48804874b4fcb452ce7a25453965c
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 benchmark151.136
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints244
Number of constraints which are clauses244
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.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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4121038-1467313296.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.036s.
0.09/0.15	c declared #vars     117
0.09/0.15	c #constraints  244
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 244
0.09/0.15	c 244 constraints processed.
0.65/0.43	c cleaning 2496 clauses out of 5000 with flag 35401/5000
1.07/0.65	c cleaning 4247 clauses out of 8505 with flag 82146/11001
1.51/1.03	c cleaning 5622 clauses out of 11258 with flag 144915/18001
1.92/1.46	c cleaning 6811 clauses out of 13636 with flag 208927/26001
2.53/2.04	c cleaning 7906 clauses out of 15824 with flag 292691/35000
3.33/2.80	c cleaning 8957 clauses out of 17919 with flag 377573/45001
4.23/3.73	c cleaning 9976 clauses out of 19961 with flag 462603/56000
5.33/4.87	c cleaning 10988 clauses out of 21985 with flag 557906/68000
6.73/6.29	c cleaning 11994 clauses out of 23997 with flag 662726/81000
8.53/8.07	c cleaning 12993 clauses out of 26003 with flag 769065/95000
10.54/10.06	c cleaning 14001 clauses out of 28010 with flag 870239/110000
12.64/12.11	c cleaning 14997 clauses out of 30009 with flag 998926/126000
15.03/14.54	c cleaning 16002 clauses out of 32012 with flag 1124515/143000
17.63/17.14	c cleaning 16996 clauses out of 34010 with flag 1256527/161000
20.84/20.31	c cleaning 18004 clauses out of 36015 with flag 1385330/180001
24.14/23.60	c cleaning 18999 clauses out of 38010 with flag 1520261/200000
28.04/27.51	c cleaning 20000 clauses out of 40012 with flag 1653218/221001
32.04/31.59	c cleaning 21002 clauses out of 42011 with flag 1796557/243000
36.84/36.31	c cleaning 21997 clauses out of 44009 with flag 1952747/266000
42.03/41.59	c cleaning 22999 clauses out of 46012 with flag 2105902/290000
47.73/47.26	c cleaning 24000 clauses out of 48013 with flag 2256345/315000
53.73/53.29	c cleaning 25004 clauses out of 50015 with flag 2416332/341002
60.73/60.22	c cleaning 25996 clauses out of 52009 with flag 2570222/368000
68.03/67.56	c cleaning 26998 clauses out of 54014 with flag 2726220/396001
75.73/75.22	c cleaning 28007 clauses out of 56018 with flag 2882191/425003
84.24/83.71	c cleaning 28999 clauses out of 58009 with flag 3054013/455001
94.04/93.52	c cleaning 30000 clauses out of 60010 with flag 3233825/486001
103.94/103.45	c cleaning 30998 clauses out of 62009 with flag 3411411/518000
114.95/114.42	c cleaning 32001 clauses out of 64011 with flag 3591021/551000
126.74/126.22	c cleaning 32999 clauses out of 66010 with flag 3775344/585000
139.15/138.62	c cleaning 34000 clauses out of 68011 with flag 3960159/620000
152.74/152.27	c cleaning 34997 clauses out of 70011 with flag 4144613/656000
167.14/166.62	c cleaning 36003 clauses out of 72015 with flag 4329014/693001
182.94/182.42	c cleaning 37002 clauses out of 74011 with flag 4523228/731000
198.85/198.38	c cleaning 37999 clauses out of 76010 with flag 4707491/770001
216.55/216.06	c cleaning 38998 clauses out of 78011 with flag 4905386/810001
235.85/235.38	c cleaning 40001 clauses out of 80013 with flag 5115462/851001
257.96/257.41	c cleaning 41004 clauses out of 82011 with flag 5309703/893000
281.16/280.62	c cleaning 42002 clauses out of 84007 with flag 5522855/936000
305.37/304.85	c cleaning 42998 clauses out of 86005 with flag 5726987/980000
327.69/327.18	c cleaning 43999 clauses out of 88008 with flag 5943571/1025001
351.88/351.33	c cleaning 44998 clauses out of 90009 with flag 6170323/1071001
377.29/376.76	c cleaning 46003 clauses out of 92010 with flag 6402645/1118000
402.48/401.54	c cleaning 47001 clauses out of 94007 with flag 6632843/1166000
430.72/429.63	c cleaning 47998 clauses out of 96007 with flag 6861962/1215001
459.95/458.85	c cleaning 49000 clauses out of 98009 with flag 7088676/1265001
491.03/489.89	c cleaning 50000 clauses out of 100000 with flag 7326153/1316001
491.13/489.90	c starts		: 1080
491.13/489.90	c conflicts		: 1316018
491.13/489.90	c decisions		: 1490771
491.13/489.90	c propagations		: 19250652
491.13/489.90	c inspects		: 12622369984
491.13/489.90	c shortcuts		: 0
491.13/489.90	c learnt literals	: 13
491.13/489.90	c learnt binary clauses	: 8
491.13/489.90	c learnt ternary clauses	: 66
491.13/489.90	c learnt constraints	: 1316004
491.13/489.90	c ignored constraints	: 0
491.13/489.90	c root simplifications	: 0
491.13/489.90	c removed literals (reason simplification)	: 0
491.13/489.90	c reason swapping (by a shorter reason)	: 0
491.13/489.90	c Calls to reduceDB	: 47
491.13/489.90	c Number of update (reduction) of LBD	: 254328
491.13/489.90	c Imported unit clauses	: 0
491.13/489.90	c number of reductions to clauses (during analyze)	: 0
491.13/489.90	c number of learned constraints concerned by reduction	: 0
491.13/489.90	c number of learning phase by resolution	: 0
491.13/489.90	c number of learning phase by cutting planes	: 0
491.13/489.90	c speed (assignments/second)	: 39307.2600602759
491.13/489.90	c non guided choices	26
491.13/489.92	c learnt constraints type 
491.13/489.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
491.13/489.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50004
491.13/489.92	s UNSATISFIABLE
491.13/489.92	c Total wall clock time (in seconds): 489.809

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

pid=24608
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.37 2.27 2.30 3/195 24611
/proc/meminfo: memFree=28306496/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/24611/stat : 24611 (java) D 24608 24611 14900 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 10353790 2560000 46 33554432000 1073741824 1073778376 140735563062560 140735563059688 270698376487 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.37 2.27 2.30 3/195 24611
/proc/meminfo: memFree=28306496/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 4392 0 1 0 9 0 0 0 20 0 18 0 10353790 9787879424 6029 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.37 2.27 2.30 3/195 24611
/proc/meminfo: memFree=28306496/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 6849 0 1 0 26 1 0 0 20 0 19 0 10353790 9856040960 7877 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 7877 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.30022 s]
/proc/loadavg: 2.37 2.27 2.30 3/195 24611
/proc/meminfo: memFree=28306496/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 7264 0 1 0 48 1 0 0 20 0 19 0 10353790 9856040960 7981 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 7981 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700171 s]
/proc/loadavg: 2.37 2.27 2.30 3/195 24611
/proc/meminfo: memFree=28306496/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 12788 0 1 0 119 2 0 0 20 0 19 0 10353790 9856040960 11726 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 11726 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.37 2.27 2.30 3/214 24630
/proc/meminfo: memFree=28266264/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 12792 0 1 0 201 2 0 0 20 0 19 0 10353790 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 12240 2249 9 0 2396937 0
[pid=24611/tid=24613] ppid=24608 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/24611/task/24613/stat : 24613 (java) R 24608 24611 14900 0 -1 4202560 2407 0 1 0 146 0 0 0 20 0 19 0 10353791 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954173103808 139954009615647 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24614] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24614/stat : 24614 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954134604456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24615] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24615/stat : 24615 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954133551912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24616] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24616/stat : 24616 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954132499368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24617] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24617/stat : 24617 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954131446824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24618] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24618/stat : 24618 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954130393256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24619] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24619/stat : 24619 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954129340712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24620] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24620/stat : 24620 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954128288168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24621] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24621/stat : 24621 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139954009139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24622] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24622/stat : 24622 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353793 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953996941928 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24623] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24623/stat : 24623 (java) S 24608 24611 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953995888248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24624] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24624/stat : 24624 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953994835592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24625] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24625/stat : 24625 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953993784336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24626] ppid=24608 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24611/task/24626/stat : 24626 (java) S 24608 24611 14900 0 -1 4202560 6265 0 0 0 31 2 0 0 20 0 19 0 10353796 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953254164536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24627] ppid=24608 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24611/task/24627/stat : 24627 (java) S 24608 24611 14900 0 -1 4202560 2850 0 0 0 21 0 0 0 20 0 19 0 10353796 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953253111992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24628] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24628/stat : 24628 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953252059640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24629] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24629/stat : 24629 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953251007304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24630] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24630/stat : 24630 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353806 9856040960 12240 33554432000 1073741824 1073778376 140735563062560 139953249953064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.37 2.27 2.30 3/214 24630
/proc/meminfo: memFree=28263720/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 12794 0 1 0 361 2 0 0 20 0 19 0 10353790 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 13264 2249 9 0 2396937 0
[pid=24611/tid=24613] ppid=24608 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/24611/task/24613/stat : 24613 (java) R 24608 24611 14900 0 -1 4202560 2409 0 1 0 306 0 0 0 20 0 19 0 10353791 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954173103808 139954009567920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24614] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24614/stat : 24614 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954134604456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24615] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24615/stat : 24615 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954133551912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24616] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24616/stat : 24616 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954132499368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24617] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24617/stat : 24617 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954131446824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24618] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24618/stat : 24618 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954130393256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24619] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24619/stat : 24619 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954129340712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24620] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24620/stat : 24620 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954128288168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24621] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24621/stat : 24621 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139954009139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24622] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24622/stat : 24622 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353793 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953996941928 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24623] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24623/stat : 24623 (java) S 24608 24611 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953995888248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24624] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24624/stat : 24624 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953994835592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24625] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24625/stat : 24625 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953993784336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24626] ppid=24608 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24611/task/24626/stat : 24626 (java) S 24608 24611 14900 0 -1 4202560 6265 0 0 0 31 2 0 0 20 0 19 0 10353796 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953254164536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24627] ppid=24608 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24611/task/24627/stat : 24627 (java) S 24608 24611 14900 0 -1 4202560 2850 0 0 0 21 0 0 0 20 0 19 0 10353796 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953253111992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24628] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24628/stat : 24628 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953252059640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24629] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24629/stat : 24629 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953251007304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24630] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24630/stat : 24630 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353806 9856040960 13264 33554432000 1073741824 1073778376 140735563062560 139953249953064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.34 2.27 2.30 3/214 24630
/proc/meminfo: memFree=28263124/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=6.83 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 12798 0 1 0 681 2 0 0 20 0 19 0 10353790 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 13139 2250 9 0 2396937 0
[pid=24611/tid=24613] ppid=24608 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/24611/task/24613/stat : 24613 (java) R 24608 24611 14900 0 -1 4202560 2412 0 1 0 626 0 0 0 20 0 19 0 10353791 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954173103808 139954009615468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24614] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24614/stat : 24614 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954134604456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24615] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24615/stat : 24615 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954133551912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24616] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24616/stat : 24616 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954132499368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24617] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24617/stat : 24617 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954131446824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24618] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24618/stat : 24618 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954130393256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24619] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24619/stat : 24619 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954129340712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24620] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24620/stat : 24620 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954128288168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24621] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24621/stat : 24621 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139954009139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24622] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24622/stat : 24622 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353793 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953996941928 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24623] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24623/stat : 24623 (java) S 24608 24611 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953995888248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24624] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24624/stat : 24624 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953994835592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24625] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24625/stat : 24625 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953993784336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24626] ppid=24608 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/24611/task/24626/stat : 24626 (java) S 24608 24611 14900 0 -1 4202560 6265 0 0 0 31 2 0 0 20 0 19 0 10353796 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953254164536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24627] ppid=24608 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/24611/task/24627/stat : 24627 (java) S 24608 24611 14900 0 -1 4202560 2850 0 0 0 21 0 0 0 20 0 19 0 10353796 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953253111992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24628] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24628/stat : 24628 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953252059640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24629] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24629/stat : 24629 (java) S 24608 24611 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953251007304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24630] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24630/stat : 24630 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353806 9856040960 13139 33554432000 1073741824 1073778376 140735563062560 139953249953064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=24611/tid=24616] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24616/stat : 24616 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954132499368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24617] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24617/stat : 24617 (java) S 24608 24611 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954131446824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24618] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24618/stat : 24618 (java) S 24608 24611 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954130393256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24619] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24619/stat : 24619 (java) S 24608 24611 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954129340712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24620] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24620/stat : 24620 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954128288168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24621] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24621/stat : 24621 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954009139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24622] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24622/stat : 24622 (java) S 24608 24611 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10353793 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953996941928 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24623] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24623/stat : 24623 (java) S 24608 24611 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953995888248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24624] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24624/stat : 24624 (java) S 24608 24611 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953994835592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24625] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24625/stat : 24625 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953993784336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24626] ppid=24608 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24611/task/24626/stat : 24626 (java) S 24608 24611 14900 0 -1 4202560 10809 0 0 0 87 3 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953254164536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24627] ppid=24608 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24611/task/24627/stat : 24627 (java) S 24608 24611 14900 0 -1 4202560 2855 0 0 0 27 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953253111992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24628] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24628/stat : 24628 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953252059640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24629] ppid=24608 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24611/task/24629/stat : 24629 (java) S 24608 24611 14900 0 -1 4202560 30 0 0 0 8 7 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953251007304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24630] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24630/stat : 24630 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353806 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953249953064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 490.03
Current children cumulated vsize (KiB) 9625040

[startup+489.608 s]
/proc/loadavg: 2.26 2.26 2.27 3/213 24640
/proc/meminfo: memFree=28094836/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=490.84 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 17491 0 1 0 49074 10 0 0 20 0 19 0 10353790 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 45668 2271 9 0 2396937 0
[pid=24611/tid=24613] ppid=24608 vsize=9625040 CPUtime=489.58 cores=0,2,4,6
/proc/24611/task/24613/stat : 24613 (java) R 24608 24611 14900 0 -1 4202560 2488 0 1 0 48948 10 0 0 20 0 19 0 10353791 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954173110840 139954009736577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24614] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24614/stat : 24614 (java) S 24608 24611 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954134604456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24615] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24615/stat : 24615 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954133551912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24616] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24616/stat : 24616 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954132499368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24617] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24617/stat : 24617 (java) S 24608 24611 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954131446824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24618] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24618/stat : 24618 (java) S 24608 24611 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954130393256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24619] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24619/stat : 24619 (java) S 24608 24611 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954129340712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24620] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24620/stat : 24620 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954128288168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24621] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24621/stat : 24621 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954009139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24622] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24622/stat : 24622 (java) S 24608 24611 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10353793 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953996941928 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24623] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24623/stat : 24623 (java) S 24608 24611 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953995888248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24624] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24624/stat : 24624 (java) S 24608 24611 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953994835592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24625] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24625/stat : 24625 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953993784336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24626] ppid=24608 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24611/task/24626/stat : 24626 (java) S 24608 24611 14900 0 -1 4202560 10809 0 0 0 87 3 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953254164536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24627] ppid=24608 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24611/task/24627/stat : 24627 (java) S 24608 24611 14900 0 -1 4202560 2855 0 0 0 27 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953253111992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24628] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24628/stat : 24628 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953252059640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24629] ppid=24608 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24611/task/24629/stat : 24629 (java) S 24608 24611 14900 0 -1 4202560 30 0 0 0 8 7 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953251007304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24630] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24630/stat : 24630 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353806 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953249953064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 490.84
Current children cumulated vsize (KiB) 9625040

[startup+489.801 s]
/proc/loadavg: 2.26 2.26 2.27 3/213 24640
/proc/meminfo: memFree=28094836/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=491.03 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 17491 0 1 0 49093 10 0 0 20 0 19 0 10353790 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 45668 2271 9 0 2396937 0
[pid=24611/tid=24613] ppid=24608 vsize=9625040 CPUtime=489.77 cores=0,2,4,6
/proc/24611/task/24613/stat : 24613 (java) R 24608 24611 14900 0 -1 4202560 2488 0 1 0 48967 10 0 0 20 0 19 0 10353791 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954173110720 139954009736226 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24614] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24614/stat : 24614 (java) S 24608 24611 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954134604456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24615] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24615/stat : 24615 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954133551912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24616] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24616/stat : 24616 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954132499368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24617] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24617/stat : 24617 (java) S 24608 24611 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954131446824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24618] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24618/stat : 24618 (java) S 24608 24611 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954130393256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24619] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24619/stat : 24619 (java) S 24608 24611 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954129340712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24620] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24620/stat : 24620 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954128288168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24621] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24621/stat : 24621 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954009139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24622] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24622/stat : 24622 (java) S 24608 24611 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10353793 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953996941928 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24623] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24623/stat : 24623 (java) S 24608 24611 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953995888248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24624] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24624/stat : 24624 (java) S 24608 24611 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953994835592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24625] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24625/stat : 24625 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953993784336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24626] ppid=24608 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24611/task/24626/stat : 24626 (java) S 24608 24611 14900 0 -1 4202560 10809 0 0 0 87 3 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953254164536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24627] ppid=24608 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24611/task/24627/stat : 24627 (java) S 24608 24611 14900 0 -1 4202560 2855 0 0 0 27 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953253111992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24628] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24628/stat : 24628 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953252059640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24629] ppid=24608 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24611/task/24629/stat : 24629 (java) S 24608 24611 14900 0 -1 4202560 30 0 0 0 8 7 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953251007304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24630] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24630/stat : 24630 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353806 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953249953064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 491.03
Current children cumulated vsize (KiB) 9625040

[startup+489.901 s]
/proc/loadavg: 2.26 2.26 2.27 3/213 24640
/proc/meminfo: memFree=28094836/32872528 swapFree=1526624/1696276
[pid=24611] ppid=24608 vsize=9625040 CPUtime=491.13 cores=0,2,4,6
/proc/24611/stat : 24611 (java) S 24608 24611 14900 0 -1 4202496 17492 0 1 0 49103 10 0 0 20 0 19 0 10353790 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 140735563053696 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24611/statm: 2406260 45668 2271 9 0 2396937 0
[pid=24611/tid=24613] ppid=24608 vsize=9625040 CPUtime=489.87 cores=0,2,4,6
/proc/24611/task/24613/stat : 24613 (java) R 24608 24611 14900 0 -1 4202560 2489 0 1 0 48977 10 0 0 20 0 19 0 10353791 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954173103808 139954009568159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24614] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24614/stat : 24614 (java) S 24608 24611 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954134604456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24615] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24615/stat : 24615 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954133551912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24616] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24616/stat : 24616 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954132499368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24617] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24617/stat : 24617 (java) S 24608 24611 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954131446824 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24618] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24618/stat : 24618 (java) S 24608 24611 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954130393256 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24619] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24619/stat : 24619 (java) S 24608 24611 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954129340712 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24611/tid=24620] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24620/stat : 24620 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954128288168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24621] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24621/stat : 24621 (java) S 24608 24611 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10353792 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139954009139752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24622] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24622/stat : 24622 (java) S 24608 24611 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10353793 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953996941928 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24623] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24623/stat : 24623 (java) S 24608 24611 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953995888248 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24624] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24624/stat : 24624 (java) S 24608 24611 14900 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10353794 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953994835592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24625] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24625/stat : 24625 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953993784336 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24626] ppid=24608 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24611/task/24626/stat : 24626 (java) S 24608 24611 14900 0 -1 4202560 10809 0 0 0 87 3 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953254164536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24627] ppid=24608 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/24611/task/24627/stat : 24627 (java) S 24608 24611 14900 0 -1 4202560 2855 0 0 0 27 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953253111992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24611/tid=24628] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24628/stat : 24628 (java) S 24608 24611 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953252059640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24611/tid=24629] ppid=24608 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/24611/task/24629/stat : 24629 (java) S 24608 24611 14900 0 -1 4202560 30 0 0 0 8 7 0 0 20 0 19 0 10353796 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953251007304 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24611/tid=24630] ppid=24608 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24611/task/24630/stat : 24630 (java) S 24608 24611 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10353806 9856040960 45668 33554432000 1073741824 1073778376 140735563062560 139953249953064 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 491.13
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 489.939
CPU time (s): 491.379
CPU user time (s): 491.097
CPU system time (s): 0.281957
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 491.097
system time used= 0.281957
maximum resident set size= 196792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17519
page faults= 1
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10638
involuntary context switches= 653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71259 second user time and 3.65644 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:01:36
IDJOB=4121038
IDBENCH=110247
IDSOLVER=2546
FILE ID=node125/4121038-1467313296
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-regular-n29-d4-i2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121038-1467313296/watcher-4121038-1467313296 -o /tmp/evaluation-result-4121038-1467313296/solver-4121038-1467313296 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121038-1467313296.opb

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

MD5SUM BENCH= 9ab48804874b4fcb452ce7a25453965c
RANDOM SEED=861503939

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:        28307396 kB
Buffers:          141216 kB
Cached:          1800368 kB
SwapCached:            0 kB
Active:           440756 kB
Inactive:        1684680 kB
Active(anon):     186276 kB
Inactive(anon):        0 kB
Active(file):     254480 kB
Inactive(file):  1684680 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:            28 kB
AnonPages:       1879728 kB
Mapped:            21476 kB
Shmem:               204 kB
Slab:             610848 kB
SReclaimable:      54432 kB
SUnreclaim:       556416 kB
KernelStack:        1632 kB
PageTables:         7868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    321536 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:09:46