Trace number 4080217

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 Res+CP PB16SAT 167.499 82.329

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob4.opb
MD5SUM65ff8d8fa0c74cfadd531eacdf92ff06
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark63.45
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 60575666
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 801239175
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080217-1465229966.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.017s.
0.10/0.13	c declared #vars     82
0.10/0.13	c #constraints  2
0.10/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.13	c 2 constraints processed.
0.10/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.10/0.13	c 2 constraints processed.
2.33/0.76	c cleaning 2500 clauses out of 5000 with flag 10004/5000
4.14/1.25	c cleaning 4248 clauses out of 8501 with flag 22007/11001
5.38/1.85	c cleaning 5626 clauses out of 11252 with flag 36011/18000
6.99/2.63	c cleaning 6810 clauses out of 13626 with flag 52012/26000
9.04/3.63	c cleaning 7908 clauses out of 15816 with flag 70012/35000
11.46/4.86	c cleaning 8954 clauses out of 17909 with flag 90014/45001
14.49/6.35	c cleaning 9974 clauses out of 19955 with flag 112018/56001
18.30/8.29	c cleaning 10991 clauses out of 21981 with flag 136018/68001
22.53/10.37	c cleaning 11992 clauses out of 23990 with flag 162023/81001
27.39/12.77	c cleaning 12995 clauses out of 25997 with flag 190024/95000
32.77/15.47	c cleaning 14000 clauses out of 28003 with flag 220031/110001
39.38/18.79	c cleaning 15000 clauses out of 30003 with flag 252037/126001
47.20/22.62	c cleaning 15999 clauses out of 32002 with flag 286038/143000
55.60/26.87	c cleaning 17002 clauses out of 34004 with flag 322046/161001
65.06/31.56	c cleaning 18001 clauses out of 36001 with flag 360049/180000
66.86/32.49	c cleaning 0 clauses out of 5000 with flag 0/5000
77.46/37.43	c cleaning 19000 clauses out of 38000 with flag 400052/200000
91.99/44.66	c cleaning 20001 clauses out of 40001 with flag 442057/221001
106.60/51.93	c cleaning 20998 clauses out of 42001 with flag 486064/243002
124.22/60.76	c cleaning 21995 clauses out of 44001 with flag 532061/266000
142.63/69.90	c cleaning 23000 clauses out of 46006 with flag 580079/290000
162.28/79.75	c cleaning 24003 clauses out of 48007 with flag 630086/315001
167.07/82.17	c And the winner is solver0
167.27/82.28	c SATISFIABLE
167.27/82.28	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
167.27/82.28	c starts		: 1
167.27/82.28	c conflicts		: 325172
167.27/82.28	c decisions		: 325256
167.27/82.28	c propagations		: 1981365
167.27/82.28	c inspects		: 1624807544
167.27/82.28	c shortcuts		: 0
167.27/82.28	c learnt literals	: 0
167.27/82.28	c learnt binary clauses	: 0
167.27/82.28	c learnt ternary clauses	: 0
167.27/82.28	c learnt constraints	: 325172
167.27/82.28	c ignored constraints	: 0
167.27/82.28	c root simplifications	: 0
167.27/82.28	c removed literals (reason simplification)	: 2852456
167.27/82.28	c reason swapping (by a shorter reason)	: 0
167.27/82.28	c Calls to reduceDB	: 21
167.27/82.28	c Number of update (reduction) of LBD	: 47
167.27/82.28	c Imported unit clauses	: 0
167.27/82.28	c number of reductions to clauses (during analyze)	: 0
167.27/82.28	c number of learned constraints concerned by reduction	: 0
167.27/82.28	c number of learning phase by resolution	: 0
167.27/82.28	c number of learning phase by cutting planes	: 0
167.27/82.28	c speed (assignments/second)	: 24120.042363596524
167.27/82.28	c non guided choices	70
167.36/82.30	c learnt constraints type 
167.36/82.30	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34175
167.36/82.30	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
167.36/82.30	c starts		: 28
167.36/82.30	c conflicts		: 7864
167.36/82.30	c decisions		: 10112
167.36/82.30	c propagations		: 47175
167.36/82.30	c inspects		: 46936041
167.36/82.30	c shortcuts		: 0
167.36/82.30	c learnt literals	: 0
167.36/82.30	c learnt binary clauses	: 0
167.36/82.30	c learnt ternary clauses	: 0
167.36/82.30	c learnt constraints	: 7863
167.36/82.30	c ignored constraints	: 0
167.36/82.30	c root simplifications	: 0
167.36/82.30	c removed literals (reason simplification)	: 0
167.36/82.30	c reason swapping (by a shorter reason)	: 0
167.36/82.30	c Calls to reduceDB	: 1
167.36/82.30	c Number of update (reduction) of LBD	: 0
167.36/82.30	c Imported unit clauses	: 0
167.36/82.30	c number of reductions to clauses (during analyze)	: 0
167.36/82.30	c number of learned constraints concerned by reduction	: 0
167.36/82.30	c number of learning phase by resolution	: 0
167.36/82.30	c number of learning phase by cutting planes	: 0
167.36/82.30	c speed (assignments/second)	: 574.135601883968
167.36/82.30	c non guided choices	70
167.36/82.31	c learnt constraints type 
167.36/82.31	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
167.36/82.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7861
167.36/82.31	s SATISFIABLE
167.36/82.31	c Found 1 solution(s)
167.36/82.31	v -x1 x2 x3 -x4 -x5 x6 -x7 x8 x9 -x10 -x11 x12 -x13 -x14 x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 x26 -x27 x28 x29 -x30 -x31 x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 
167.36/82.31	c Total wall clock time (in seconds): 82.196

Verifier Data

OK	0

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-4080217-1465229966/watcher-4080217-1465229966 -o /tmp/evaluation-result-4080217-1465229966/solver-4080217-1465229966 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12332 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080217-1465229966.opb 

pid=14164
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: 4.02 4.07 4.10 4/197 14167
/proc/meminfo: memFree=31133476/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 104929850 98570240 977 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 24065 977 743 9 0 16771 0
[pid=14167/tid=14168] ppid=14164 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) R 14164 14167 12316 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 104929850 98570240 977 33554432000 1073741824 1073778376 140734523202160 139880306302504 262962759040 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 4.02 4.07 4.10 4/197 14167
/proc/meminfo: memFree=31133476/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 4403 0 1 0 9 1 0 0 20 0 18 0 104929850 9787879424 6039 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2389619 6043 2132 9 0 2380296 0
[pid=14167/tid=14168] ppid=14164 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) R 14164 14167 12316 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 104929850 9787879424 6043 33554432000 1073741824 1073778376 140734523202160 139880306305952 262966142221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 4.02 4.07 4.10 4/197 14167
/proc/meminfo: memFree=31133476/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 6409 0 1 0 32 1 0 0 20 0 22 0 104929850 10060525568 9025 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 9025 2219 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2403 0 1 0 11 0 0 0 20 0 22 0 104929850 10060525568 9025 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.300278 s]
/proc/loadavg: 4.02 4.07 4.10 4/197 14167
/proc/meminfo: memFree=31133476/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 8756 0 1 0 71 2 0 0 20 0 22 0 104929850 10060525568 11187 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 11187 2227 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2403 0 1 0 11 0 0 0 20 0 22 0 104929850 10060525568 11187 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.700232 s]
/proc/loadavg: 4.02 4.07 4.10 4/197 14167
/proc/meminfo: memFree=31133476/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 17844 0 1 0 228 5 0 0 20 0 22 0 104929850 10060525568 29233 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 29233 2244 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2403 0 1 0 11 0 0 0 20 0 22 0 104929850 10060525568 29233 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.02 4.07 4.10 6/219 14189
/proc/meminfo: memFree=30945456/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=4.76 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 23135 0 1 0 469 7 0 0 20 0 22 0 104929850 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 48856 2272 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2403 0 1 0 11 0 0 0 20 0 22 0 104929850 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14170] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14170/stat : 14170 (java) S 14164 14167 12316 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880245037224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14171] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14171/stat : 14171 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880243984680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14172] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14172/stat : 14172 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880242932136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14173] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14173/stat : 14173 (java) S 14164 14167 12316 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880241879592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14174] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14174/stat : 14174 (java) S 14164 14167 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880240827048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14175] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14175/stat : 14175 (java) S 14164 14167 12316 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880145042216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14176] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14176/stat : 14176 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880143989672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14177] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14177/stat : 14177 (java) S 14164 14167 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880142937128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14178] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14178/stat : 14178 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104929852 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880130525288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14179] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14179/stat : 14179 (java) S 14164 14167 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880129471608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14180] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14180/stat : 14180 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880128418952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14181] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14181/stat : 14181 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880127367696 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14182] ppid=14164 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/14167/task/14182/stat : 14182 (java) S 14164 14167 12316 0 -1 4202560 11583 0 0 0 91 3 0 0 20 0 22 0 104929855 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880126315064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14183] ppid=14164 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/14167/task/14183/stat : 14183 (java) S 14164 14167 12316 0 -1 4202560 7719 0 0 0 99 1 0 0 20 0 22 0 104929855 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880125262520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14184] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14184/stat : 14184 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880124210168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14185] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14185/stat : 14185 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880123157832 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14186] ppid=14164 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/14167/task/14186/stat : 14186 (java) R 14164 14167 12316 0 -1 4202560 30 0 0 0 130 0 0 0 20 0 22 0 104929864 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880122093200 139880246540973 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14187] ppid=14164 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/14167/task/14187/stat : 14187 (java) R 14164 14167 12316 0 -1 4202560 95 0 0 0 130 2 0 0 20 0 22 0 104929864 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880121048232 139880246477195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14188] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14188/stat : 14188 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880119997480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14189] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14189/stat : 14189 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 48856 33554432000 1073741824 1073778376 140734523202160 139880118944936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.02 4.07 4.10 5/219 14189
/proc/meminfo: memFree=30928276/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=8.03 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 23252 0 1 0 794 9 0 0 20 0 22 0 104929850 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 55579 2272 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2403 0 1 0 11 0 0 0 20 0 22 0 104929850 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14170] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14170/stat : 14170 (java) S 14164 14167 12316 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880245037224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14171] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14167/task/14171/stat : 14171 (java) S 14164 14167 12316 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880243984680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14172] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14172/stat : 14172 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880242932136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14173] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14173/stat : 14173 (java) S 14164 14167 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880241879592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14174] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14174/stat : 14174 (java) S 14164 14167 12316 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880240827048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14175] ppid=14164 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14167/task/14175/stat : 14175 (java) S 14164 14167 12316 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880145042216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14176] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14176/stat : 14176 (java) S 14164 14167 12316 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880143989672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14177] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14177/stat : 14177 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880142937128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14178] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14178/stat : 14178 (java) S 14164 14167 12316 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104929852 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880130525288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14179] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14179/stat : 14179 (java) S 14164 14167 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880129471608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14180] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14180/stat : 14180 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880128418952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14181] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14181/stat : 14181 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880127367696 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14182] ppid=14164 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/14167/task/14182/stat : 14182 (java) S 14164 14167 12316 0 -1 4202560 11583 0 0 0 93 3 0 0 20 0 22 0 104929855 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880126315064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14183] ppid=14164 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/14167/task/14183/stat : 14183 (java) S 14164 14167 12316 0 -1 4202560 7719 0 0 0 102 1 0 0 20 0 22 0 104929855 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880125262520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14184] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14184/stat : 14184 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880124210168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14185] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14185/stat : 14185 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880123157832 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14186] ppid=14164 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/14167/task/14186/stat : 14186 (java) R 14164 14167 12316 0 -1 4202560 30 0 0 0 286 0 0 0 20 0 22 0 104929864 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880122100016 139880246529605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14187] ppid=14164 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/14167/task/14187/stat : 14187 (java) R 14164 14167 12316 0 -1 4202560 98 0 0 0 285 2 0 0 20 0 22 0 104929864 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880121048160 139880246570057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14188] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14188/stat : 14188 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880119997480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14189] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14189/stat : 14189 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 55579 33554432000 1073741824 1073778376 140734523202160 139880118944936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.02 4.07 4.10 5/219 14189
/proc/meminfo: memFree=30357984/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=14.49 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 23692 0 1 0 1435 14 0 0 20 0 22 0 104929850 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 91423 2272 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2403 0 1 0 11 0 0 0 20 0 22 0 104929850 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14170] ppid=14164 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14167/task/14170/stat : 14170 (java) S 14164 14167 12316 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 22 0 104929851 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880245037224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14171] ppid=14164 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14167/task/14171/stat : 14171 (java) S 14164 14167 12316 0 -1 4202560 85 0 0 0 3 0 0 0 20 0 22 0 104929851 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880243984680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14172] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14167/task/14172/stat : 14172 (java) S 14164 14167 12316 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 104929851 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880242932136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14173] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14167/task/14173/stat : 14173 (java) S 14164 14167 12316 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 104929851 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880241879592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14174] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14174/stat : 14174 (java) S 14164 14167 12316 0 -1 4202560 56 0 0 0 0 0 0 0 20 0 22 0 104929851 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880240827048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14175] ppid=14164 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/14167/task/14175/stat : 14175 (java) S 14164 14167 12316 0 -1 4202560 63 0 0 0 3 0 0 0 20 0 22 0 104929851 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880145042216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14176] ppid=14164 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14167/task/14176/stat : 14176 (java) S 14164 14167 12316 0 -1 4202560 64 0 0 0 2 0 0 0 20 0 22 0 104929851 10060525568 91423 33554432000 1073741824 1073778376 140734523202160 139880143989672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14177] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6

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

[pid=14167/tid=14178] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14167/task/14178/stat : 14178 (java) S 14164 14167 12316 0 -1 4202560 450 0 0 0 0 1 0 0 20 0 22 0 104929852 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880130525288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14179] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14179/stat : 14179 (java) S 14164 14167 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880129471608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14180] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14180/stat : 14180 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880128418952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14181] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14181/stat : 14181 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880127367696 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14182] ppid=14164 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14167/task/14182/stat : 14182 (java) S 14164 14167 12316 0 -1 4202560 11583 0 0 0 96 3 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880126315064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14183] ppid=14164 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/14167/task/14183/stat : 14183 (java) S 14164 14167 12316 0 -1 4202560 13113 0 0 0 176 2 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880125262520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14184] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14184/stat : 14184 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880124210168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14185] ppid=14164 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14167/task/14185/stat : 14185 (java) S 14164 14167 12316 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880123157832 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14186] ppid=14164 vsize=9824732 CPUtime=81.07 cores=0,2,4,6
/proc/14167/task/14186/stat : 14186 (java) R 14164 14167 12316 0 -1 4202560 48 0 0 0 8106 1 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880122093200 139880246540978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14187] ppid=14164 vsize=9824732 CPUtime=81.04 cores=0,2,4,6
/proc/14167/task/14187/stat : 14187 (java) R 14164 14167 12316 0 -1 4202560 798 0 0 0 8089 15 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880121049056 139880246541413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14188] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14188/stat : 14188 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880119997480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14189] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14189/stat : 14189 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880118944936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 166.07
Current children cumulated vsize (KiB) 9824732

[startup+82.001 s]
/proc/loadavg: 4.02 4.05 4.09 5/220 14193
/proc/meminfo: memFree=29680368/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=166.87 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 30896 0 1 0 16646 41 0 0 20 0 22 0 104929850 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 270068 2272 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2405 0 1 0 12 0 0 0 20 0 22 0 104929850 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14170] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14170/stat : 14170 (java) S 14164 14167 12316 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880245037224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14171] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14171/stat : 14171 (java) S 14164 14167 12316 0 -1 4202560 194 0 0 0 9 3 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880243984680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14172] ppid=14164 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/14167/task/14172/stat : 14172 (java) S 14164 14167 12316 0 -1 4202560 180 0 0 0 7 2 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880242932136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14173] ppid=14164 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14167/task/14173/stat : 14173 (java) S 14164 14167 12316 0 -1 4202560 100 0 0 0 8 2 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880241879592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14174] ppid=14164 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14167/task/14174/stat : 14174 (java) S 14164 14167 12316 0 -1 4202560 231 0 0 0 8 2 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880240827048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14175] ppid=14164 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/14167/task/14175/stat : 14175 (java) S 14164 14167 12316 0 -1 4202560 147 0 0 0 12 3 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880145042216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14176] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14176/stat : 14176 (java) S 14164 14167 12316 0 -1 4202560 142 0 0 0 8 3 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880143989672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14177] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14177/stat : 14177 (java) S 14164 14167 12316 0 -1 4202560 159 0 0 0 8 3 0 0 20 0 22 0 104929851 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880142937128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14178] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14167/task/14178/stat : 14178 (java) S 14164 14167 12316 0 -1 4202560 450 0 0 0 0 1 0 0 20 0 22 0 104929852 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880130525288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14179] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14179/stat : 14179 (java) S 14164 14167 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880129471608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14180] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14180/stat : 14180 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104929853 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880128418952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14181] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14181/stat : 14181 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880127367696 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14182] ppid=14164 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14167/task/14182/stat : 14182 (java) S 14164 14167 12316 0 -1 4202560 11583 0 0 0 96 3 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880126315064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14183] ppid=14164 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/14167/task/14183/stat : 14183 (java) S 14164 14167 12316 0 -1 4202560 13113 0 0 0 176 2 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880125262520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14184] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14184/stat : 14184 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880124210168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14185] ppid=14164 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14167/task/14185/stat : 14185 (java) S 14164 14167 12316 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 22 0 104929855 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880123157832 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14186] ppid=14164 vsize=9824732 CPUtime=81.47 cores=0,2,4,6
/proc/14167/task/14186/stat : 14186 (java) R 14164 14167 12316 0 -1 4202560 48 0 0 0 8146 1 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880122093200 139880246540973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14187] ppid=14164 vsize=9824732 CPUtime=81.44 cores=0,2,4,6
/proc/14167/task/14187/stat : 14187 (java) R 14164 14167 12316 0 -1 4202560 798 0 0 0 8129 15 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880121049056 139880246566941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14188] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14188/stat : 14188 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880119997480 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14189] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14189/stat : 14189 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104929864 10060525568 270068 33554432000 1073741824 1073778376 140734523202160 139880118944936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 166.87
Current children cumulated vsize (KiB) 9824732

[startup+82.201 s]
/proc/loadavg: 4.02 4.05 4.09 5/220 14193
/proc/meminfo: memFree=29680368/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=167.27 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 30898 0 1 0 16684 43 0 0 20 0 20 0 104929850 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 270061 2273 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2405 0 1 0 12 0 0 0 20 0 20 0 104929850 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880306307960 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14170] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14170/stat : 14170 (java) S 14164 14167 12316 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880245037224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14171] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14171/stat : 14171 (java) S 14164 14167 12316 0 -1 4202560 194 0 0 0 9 3 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880243984680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14172] ppid=14164 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/14167/task/14172/stat : 14172 (java) S 14164 14167 12316 0 -1 4202560 180 0 0 0 7 2 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880242932136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14173] ppid=14164 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14167/task/14173/stat : 14173 (java) S 14164 14167 12316 0 -1 4202560 100 0 0 0 8 2 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880241879592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14174] ppid=14164 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14167/task/14174/stat : 14174 (java) S 14164 14167 12316 0 -1 4202560 231 0 0 0 8 2 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880240827048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14175] ppid=14164 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/14167/task/14175/stat : 14175 (java) S 14164 14167 12316 0 -1 4202560 147 0 0 0 12 3 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880145042216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14176] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14176/stat : 14176 (java) S 14164 14167 12316 0 -1 4202560 142 0 0 0 8 3 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880143989672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14177] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14177/stat : 14177 (java) S 14164 14167 12316 0 -1 4202560 159 0 0 0 8 3 0 0 20 0 20 0 104929851 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880142937128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14178] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14167/task/14178/stat : 14178 (java) S 14164 14167 12316 0 -1 4202560 450 0 0 0 0 1 0 0 20 0 20 0 104929852 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880130525288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14179] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14179/stat : 14179 (java) S 14164 14167 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 104929853 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880129471608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14180] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14180/stat : 14180 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 104929853 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880128418952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14181] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14181/stat : 14181 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104929855 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880127367696 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14182] ppid=14164 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14167/task/14182/stat : 14182 (java) S 14164 14167 12316 0 -1 4202560 11583 0 0 0 96 3 0 0 20 0 20 0 104929855 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880126315064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14183] ppid=14164 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/14167/task/14183/stat : 14183 (java) S 14164 14167 12316 0 -1 4202560 13113 0 0 0 176 2 0 0 20 0 20 0 104929855 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880125262520 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14184] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14184/stat : 14184 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104929855 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880124210168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14185] ppid=14164 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14167/task/14185/stat : 14185 (java) S 14164 14167 12316 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 20 0 104929855 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880123157832 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14187] ppid=14164 vsize=9824732 CPUtime=81.64 cores=0,2,4,6
/proc/14167/task/14187/stat : 14187 (java) R 14164 14167 12316 0 -1 4202560 798 0 0 0 8149 15 0 0 20 0 20 0 104929864 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880121049056 139880246759705 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14189] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14189/stat : 14189 (java) S 14164 14167 12316 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104929864 10060525568 270061 33554432000 1073741824 1073778376 140734523202160 139880118944936 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 167.27
Current children cumulated vsize (KiB) 9824732

[startup+82.3009 s]
/proc/loadavg: 4.02 4.05 4.09 5/220 14193
/proc/meminfo: memFree=29680368/32872528 swapFree=11320/319964
[pid=14167] ppid=14164 vsize=9824732 CPUtime=167.36 cores=0,2,4,6
/proc/14167/stat : 14167 (java) S 14164 14167 12316 0 -1 4202496 30907 0 1 0 16691 45 0 0 20 0 19 0 104929850 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 140734523193296 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14167/statm: 2456183 270060 2279 9 0 2446860 0
[pid=14167/tid=14168] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14168/stat : 14168 (java) S 14164 14167 12316 0 -1 4202560 2405 0 1 0 12 0 0 0 20 0 19 0 104929850 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880306307800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14170] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14170/stat : 14170 (java) S 14164 14167 12316 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880245037224 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14171] ppid=14164 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/14167/task/14171/stat : 14171 (java) S 14164 14167 12316 0 -1 4202560 194 0 0 0 9 3 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880243984680 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14172] ppid=14164 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/14167/task/14172/stat : 14172 (java) S 14164 14167 12316 0 -1 4202560 180 0 0 0 7 2 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880242932136 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14167/tid=14173] ppid=14164 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14167/task/14173/stat : 14173 (java) S 14164 14167 12316 0 -1 4202560 100 0 0 0 8 2 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880241879592 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14174] ppid=14164 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/14167/task/14174/stat : 14174 (java) S 14164 14167 12316 0 -1 4202560 231 0 0 0 8 2 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880240827048 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14175] ppid=14164 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/14167/task/14175/stat : 14175 (java) S 14164 14167 12316 0 -1 4202560 147 0 0 0 12 3 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880145042216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14176] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14176/stat : 14176 (java) S 14164 14167 12316 0 -1 4202560 142 0 0 0 8 3 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880143989672 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14177] ppid=14164 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/14167/task/14177/stat : 14177 (java) S 14164 14167 12316 0 -1 4202560 159 0 0 0 8 3 0 0 20 0 19 0 104929851 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880142937128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14178] ppid=14164 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/14167/task/14178/stat : 14178 (java) S 14164 14167 12316 0 -1 4202560 450 0 0 0 0 1 0 0 20 0 19 0 104929852 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880130525288 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14179] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14179/stat : 14179 (java) S 14164 14167 12316 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 104929853 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880129471608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14180] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14180/stat : 14180 (java) S 14164 14167 12316 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104929853 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880128418952 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14181] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14181/stat : 14181 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104929855 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880127367696 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14182] ppid=14164 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/14167/task/14182/stat : 14182 (java) S 14164 14167 12316 0 -1 4202560 11583 0 0 0 96 3 0 0 20 0 19 0 104929855 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880126315064 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14167/tid=14183] ppid=14164 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/14167/task/14183/stat : 14183 (java) R 14164 14167 12316 0 -1 4202560 13119 0 0 0 177 2 0 0 20 0 19 0 104929855 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880125262520 139880309886763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14167/tid=14184] ppid=14164 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/14167/task/14184/stat : 14184 (java) S 14164 14167 12316 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104929855 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880124210168 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14167/tid=14185] ppid=14164 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/14167/task/14185/stat : 14185 (java) S 14164 14167 12316 0 -1 4202560 5 0 0 0 0 2 0 0 20 0 19 0 104929855 10060525568 270060 33554432000 1073741824 1073778376 140734523202160 139880123157832 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 167.36
Current children cumulated vsize (KiB) 9824732

Child status: 10
Real time (s): 82.329
CPU time (s): 167.499
CPU user time (s): 166.886
CPU system time (s): 0.612906
CPU usage (%): 203.45
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 166.886
system time used= 0.612906
maximum resident set size= 1145452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2717
involuntary context switches= 2747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.595909 second user time and 0.744886 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-06 18:19:26
IDJOB=4080217
IDBENCH=2558
IDSOLVER=2543
FILE ID=node128/4080217-1465229966
RUNJOBID= node128-1465223671-12332
PBS_JOBID= 19843236
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080217-1465229966/watcher-4080217-1465229966 -o /tmp/evaluation-result-4080217-1465229966/solver-4080217-1465229966 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465223671-12332 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080217-1465229966.opb

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

MD5SUM BENCH= 65ff8d8fa0c74cfadd531eacdf92ff06
RANDOM SEED=457719595

node128.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.486
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.97
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.486
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.486
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.486
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.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.486
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.486
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:        31134080 kB
Buffers:           21152 kB
Cached:            82376 kB
SwapCached:         1660 kB
Active:           671332 kB
Inactive:          45116 kB
Active(anon):     615016 kB
Inactive(anon):      512 kB
Active(file):      56316 kB
Inactive(file):    44604 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098448 kB
Dirty:              1760 kB
Writeback:             0 kB
AnonPages:        950756 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             568284 kB
SReclaimable:      11628 kB
SUnreclaim:       556656 kB
KernelStack:        1808 kB
PageTables:         5872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1912676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    907264 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= 71748 MiB
End job on node128 at 2016-06-06 18:20:48