Trace number 4080219

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 829.43 412.401

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUM2318a0c7fc475c873b2fa45e5e7fe96e
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 benchmark405.55
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables93
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 constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4080219-1465230172.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.017s.
0.09/0.14	c declared #vars     93
0.09/0.14	c #constraints  2
0.09/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.15	c 2 constraints processed.
0.09/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.09/0.15	c 2 constraints processed.
2.29/0.71	c cleaning 2497 clauses out of 5000 with flag 10008/5000
3.59/1.19	c cleaning 4253 clauses out of 8505 with flag 22012/11002
5.02/1.83	c cleaning 5624 clauses out of 11250 with flag 36017/18000
6.87/2.77	c cleaning 6813 clauses out of 13626 with flag 52023/26000
9.53/4.00	c cleaning 7906 clauses out of 15813 with flag 70025/35000
12.20/5.38	c cleaning 8954 clauses out of 17908 with flag 90033/45001
15.61/7.09	c cleaning 9975 clauses out of 19954 with flag 112055/56001
19.65/9.04	c cleaning 10989 clauses out of 21979 with flag 136065/68001
24.71/11.51	c cleaning 11993 clauses out of 23989 with flag 162064/81000
30.52/14.45	c cleaning 12999 clauses out of 25998 with flag 190081/95002
37.18/17.76	c cleaning 13996 clauses out of 27997 with flag 220082/110000
44.78/21.57	c cleaning 15000 clauses out of 30002 with flag 252096/126001
53.64/25.91	c cleaning 16001 clauses out of 32001 with flag 286101/143000
63.16/30.65	c cleaning 17000 clauses out of 34000 with flag 322108/161000
63.57/30.82	c cleaning 0 clauses out of 5001 with flag 0/5001
74.52/36.15	c cleaning 17998 clauses out of 36001 with flag 360126/180001
88.60/43.01	c cleaning 19002 clauses out of 38004 with flag 400137/200002
103.64/50.59	c cleaning 20001 clauses out of 40001 with flag 442138/221001
121.84/59.69	c cleaning 20998 clauses out of 41999 with flag 486153/243000
143.09/70.20	c cleaning 21997 clauses out of 44003 with flag 532173/266002
165.55/81.49	c cleaning 23002 clauses out of 46006 with flag 580178/290002
195.20/96.26	c cleaning 23998 clauses out of 48003 with flag 630191/315001
238.07/117.64	c cleaning 25000 clauses out of 50004 with flag 682190/341000
281.55/139.34	c cleaning 26001 clauses out of 52004 with flag 736195/368000
300.96/149.01	c cleaning 0 clauses out of 11001 with flag 0/11001
328.28/162.69	c cleaning 27002 clauses out of 54004 with flag 792216/396001
373.93/185.44	c cleaning 28000 clauses out of 56001 with flag 850228/425000
419.25/208.06	c cleaning 28998 clauses out of 58003 with flag 910248/455002
468.33/232.55	c cleaning 29999 clauses out of 60003 with flag 972256/486000
526.51/261.56	c cleaning 31002 clauses out of 62006 with flag 1036268/518002
582.56/289.42	c cleaning 32001 clauses out of 64003 with flag 1102275/551001
641.31/318.68	c cleaning 33000 clauses out of 66001 with flag 1170282/585000
707.27/351.45	c cleaning 33996 clauses out of 68001 with flag 1240297/620000
773.27/384.23	c cleaning 35000 clauses out of 70006 with flag 1312299/656001
775.30/385.25	c cleaning 0 clauses out of 18000 with flag 0/18000
829.23/412.04	c And the winner is solver0
829.43/412.34	c SATISFIABLE
829.43/412.34	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
829.43/412.34	c starts		: 1
829.43/412.34	c conflicts		: 689070
829.43/412.34	c decisions		: 689276
829.43/412.34	c propagations		: 3823492
829.43/412.34	c inspects		: 5952607929
829.43/412.34	c shortcuts		: 0
829.43/412.34	c learnt literals	: 0
829.43/412.34	c learnt binary clauses	: 0
829.43/412.34	c learnt ternary clauses	: 0
829.43/412.34	c learnt constraints	: 689070
829.43/412.34	c ignored constraints	: 0
829.43/412.34	c root simplifications	: 0
829.43/412.34	c removed literals (reason simplification)	: 5776847
829.43/412.34	c reason swapping (by a shorter reason)	: 0
829.43/412.34	c Calls to reduceDB	: 32
829.43/412.34	c Number of update (reduction) of LBD	: 181
829.43/412.34	c Imported unit clauses	: 0
829.43/412.34	c number of reductions to clauses (during analyze)	: 0
829.43/412.34	c number of learned constraints concerned by reduction	: 0
829.43/412.34	c number of learning phase by resolution	: 0
829.43/412.34	c number of learning phase by cutting planes	: 0
829.43/412.34	c speed (assignments/second)	: 9276.065106055717
829.43/412.34	c non guided choices	82
829.43/412.37	c learnt constraints type 
829.43/412.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68075
829.43/412.37	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
829.43/412.37	c starts		: 45
829.43/412.37	c conflicts		: 18665
829.43/412.37	c decisions		: 23138
829.43/412.37	c propagations		: 113756
829.43/412.37	c inspects		: 240734149
829.43/412.37	c shortcuts		: 0
829.43/412.37	c learnt literals	: 0
829.43/412.37	c learnt binary clauses	: 0
829.43/412.37	c learnt ternary clauses	: 0
829.43/412.37	c learnt constraints	: 18665
829.43/412.37	c ignored constraints	: 0
829.43/412.37	c root simplifications	: 0
829.43/412.37	c removed literals (reason simplification)	: 0
829.43/412.37	c reason swapping (by a shorter reason)	: 0
829.43/412.37	c Calls to reduceDB	: 3
829.43/412.37	c Number of update (reduction) of LBD	: 0
829.43/412.37	c Imported unit clauses	: 0
829.43/412.37	c number of reductions to clauses (during analyze)	: 0
829.43/412.37	c number of learned constraints concerned by reduction	: 0
829.43/412.37	c number of learning phase by resolution	: 0
829.43/412.37	c number of learning phase by cutting planes	: 0
829.43/412.37	c speed (assignments/second)	: 275.9614474900356
829.43/412.37	c non guided choices	82
829.43/412.38	c learnt constraints type 
829.43/412.38	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 36
829.43/412.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18629
829.43/412.38	s SATISFIABLE
829.43/412.38	c Found 1 solution(s)
829.43/412.38	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 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 
829.43/412.38	c Total wall clock time (in seconds): 412.253

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-4080219-1465230172/watcher-4080219-1465230172 -o /tmp/evaluation-result-4080219-1465230172/solver-4080219-1465230172 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31431 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080219-1465230172.opb 

pid=2620
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.24 4.25 4.26 3/197 2623
/proc/meminfo: memFree=28384372/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2623/stat : 2623 (java) D 2620 2623 31415 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 104950771 9515008 186 33554432000 1073741824 1073778376 140733748474496 140733748463560 266426477863 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2323 186 143 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.24 4.25 4.26 3/197 2623
/proc/meminfo: memFree=28384372/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 4459 0 1 0 8 1 0 0 20 0 18 0 104950771 9787879424 5585 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2389619 5585 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.24 4.25 4.26 3/197 2623
/proc/meminfo: memFree=28384372/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 6179 0 1 0 29 1 0 0 20 0 22 0 104950771 10060525568 8353 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 8355 2219 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300226 s]
/proc/loadavg: 4.24 4.25 4.26 3/197 2623
/proc/meminfo: memFree=28384372/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 7154 0 1 0 69 1 0 0 20 0 22 0 104950771 10060525568 10081 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 10081 2230 9 0 2446860 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824732

[startup+0.700195 s]
/proc/loadavg: 4.24 4.25 4.26 3/197 2623
/proc/meminfo: memFree=28384372/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 15613 0 1 0 225 4 0 0 20 0 22 0 104950771 10060525568 30935 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 30935 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 4.24 4.25 4.26 6/219 2645
/proc/meminfo: memFree=28212932/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=4.41 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 19855 0 1 0 433 8 0 0 20 0 22 0 104950771 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 47496 2272 9 0 2446860 0
[pid=2623/tid=2625] ppid=2620 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2623/task/2625/stat : 2625 (java) S 2620 2623 31415 0 -1 4202560 2458 0 1 0 10 1 0 0 20 0 22 0 104950772 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189609464696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2626] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2626/stat : 2626 (java) S 2620 2623 31415 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189548193960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2627] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2627/stat : 2627 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189547141416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2628] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2628/stat : 2628 (java) S 2620 2623 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189546088872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2629] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2629/stat : 2629 (java) S 2620 2623 31415 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189449796136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2630] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2630/stat : 2630 (java) S 2620 2623 31415 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189448743592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2631] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2631/stat : 2631 (java) S 2620 2623 31415 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189447691048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2632] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2632/stat : 2632 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189446638504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2633] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2633/stat : 2633 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189445585960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2634] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2634/stat : 2634 (java) S 2620 2623 31415 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189433387112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2635] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2635/stat : 2635 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189432333432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2636] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2636/stat : 2636 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189431280776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2637] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2637/stat : 2637 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189430229520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2638] ppid=2620 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/2623/task/2638/stat : 2638 (java) S 2620 2623 31415 0 -1 4202560 8731 0 0 0 72 2 0 0 20 0 22 0 104950777 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189429176888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2639] ppid=2620 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/2623/task/2639/stat : 2639 (java) S 2620 2623 31415 0 -1 4202560 7149 0 0 0 82 0 0 0 20 0 22 0 104950777 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189428124344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2640] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2640/stat : 2640 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189427071992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2641] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2641/stat : 2641 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189426019656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2642] ppid=2620 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/2623/task/2642/stat : 2642 (java) R 2620 2623 31415 0 -1 4202560 28 0 0 0 131 0 0 0 20 0 22 0 104950786 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189424964128 140189549687091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2643] ppid=2620 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/2623/task/2643/stat : 2643 (java) R 2620 2623 31415 0 -1 4202560 102 0 0 0 129 3 0 0 20 0 22 0 104950786 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189423910128 140189549600497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2644] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2644/stat : 2644 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104950786 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189422859304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2645] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2645/stat : 2645 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104950786 10060525568 47496 33554432000 1073741824 1073778376 140733748474496 140189421806760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.22 4.25 4.26 5/219 2645
/proc/meminfo: memFree=28198224/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=7.7 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 19906 0 1 0 761 9 0 0 20 0 22 0 104950771 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 56722 2272 9 0 2446860 0
[pid=2623/tid=2625] ppid=2620 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2623/task/2625/stat : 2625 (java) S 2620 2623 31415 0 -1 4202560 2458 0 1 0 10 1 0 0 20 0 22 0 104950772 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189609464696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2626] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2626/stat : 2626 (java) S 2620 2623 31415 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189548193960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2627] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2627/stat : 2627 (java) S 2620 2623 31415 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189547141416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2628] ppid=2620 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2623/task/2628/stat : 2628 (java) S 2620 2623 31415 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189546088872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2629] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2629/stat : 2629 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189449796136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2630] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2630/stat : 2630 (java) S 2620 2623 31415 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189448743592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2631] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2631/stat : 2631 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189447691048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2632] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2632/stat : 2632 (java) S 2620 2623 31415 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189446638504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2633] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2633/stat : 2633 (java) S 2620 2623 31415 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 104950773 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189445585960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2634] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2634/stat : 2634 (java) S 2620 2623 31415 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189433387112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2635] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2635/stat : 2635 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189432333432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2636] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2636/stat : 2636 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189431280776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2637] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2637/stat : 2637 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189430229520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2638] ppid=2620 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/2623/task/2638/stat : 2638 (java) S 2620 2623 31415 0 -1 4202560 8732 0 0 0 74 3 0 0 20 0 22 0 104950777 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189429176888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2639] ppid=2620 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/2623/task/2639/stat : 2639 (java) S 2620 2623 31415 0 -1 4202560 7156 0 0 0 86 0 0 0 20 0 22 0 104950777 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189428124344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2640] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2640/stat : 2640 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189427071992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2641] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2641/stat : 2641 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189426019656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2642] ppid=2620 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/2623/task/2642/stat : 2642 (java) R 2620 2623 31415 0 -1 4202560 28 0 0 0 288 0 0 0 20 0 22 0 104950786 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189424963800 140189549699250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2643] ppid=2620 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/2623/task/2643/stat : 2643 (java) R 2620 2623 31415 0 -1 4202560 113 0 0 0 286 3 0 0 20 0 22 0 104950786 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189423911480 140189549709344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2644] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2644/stat : 2644 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104950786 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189422859304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2645] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2645/stat : 2645 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104950786 10060525568 56722 33554432000 1073741824 1073778376 140733748474496 140189421806760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.22 4.25 4.26 5/219 2645
/proc/meminfo: memFree=28041708/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=14.21 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 20587 0 1 0 1405 16 0 0 20 0 22 0 104950771 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 90568 2272 9 0 2446860 0
[pid=2623/tid=2625] ppid=2620 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/2623/task/2625/stat : 2625 (java) S 2620 2623 31415 0 -1 4202560 2458 0 1 0 10 2 0 0 20 0 22 0 104950772 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189609464696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2626] ppid=2620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2623/task/2626/stat : 2626 (java) S 2620 2623 31415 0 -1 4202560 140 0 0 0 1 2 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189548193960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2627] ppid=2620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2623/task/2627/stat : 2627 (java) S 2620 2623 31415 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189547141416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2628] ppid=2620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/2623/task/2628/stat : 2628 (java) S 2620 2623 31415 0 -1 4202560 130 0 0 0 3 0 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189546088872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2629] ppid=2620 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2623/task/2629/stat : 2629 (java) S 2620 2623 31415 0 -1 4202560 121 0 0 0 2 2 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189449796136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2630] ppid=2620 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/2623/task/2630/stat : 2630 (java) S 2620 2623 31415 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189448743592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2631] ppid=2620 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2623/task/2631/stat : 2631 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189447691048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2632] ppid=2620 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/2623/task/2632/stat : 2632 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189446638504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2633] ppid=2620 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/2623/task/2633/stat : 2633 (java) S 2620 2623 31415 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 22 0 104950773 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189445585960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2634] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2634/stat : 2634 (java) S 2620 2623 31415 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189433387112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2635] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2635/stat : 2635 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189432333432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2636] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2636/stat : 2636 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189431280776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2637] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2637/stat : 2637 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 90568 33554432000 1073741824 1073778376 140733748474496 140189430229520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2638] ppid=2620 vsize=9824732 CPUtime=0.8 cores=0,2,4,6

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

[startup+412.001 s]
/proc/loadavg: 4.03 4.19 4.24 5/219 2652
/proc/meminfo: memFree=27036380/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=829.23 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 31533 0 1 0 82838 85 0 0 20 0 22 0 104950771 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 374590 2272 9 0 2446860 0
[pid=2623/tid=2625] ppid=2620 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2623/task/2625/stat : 2625 (java) S 2620 2623 31415 0 -1 4202560 2459 0 1 0 12 2 0 0 20 0 22 0 104950772 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189609464696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2626] ppid=2620 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/2623/task/2626/stat : 2626 (java) S 2620 2623 31415 0 -1 4202560 290 0 0 0 82 6 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189548193960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2627] ppid=2620 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/2623/task/2627/stat : 2627 (java) S 2620 2623 31415 0 -1 4202560 218 0 0 0 78 6 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189547141416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2628] ppid=2620 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/2623/task/2628/stat : 2628 (java) S 2620 2623 31415 0 -1 4202560 289 0 0 0 95 4 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189546088872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2629] ppid=2620 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/2623/task/2629/stat : 2629 (java) S 2620 2623 31415 0 -1 4202560 378 0 0 0 94 6 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189449796136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2630] ppid=2620 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/2623/task/2630/stat : 2630 (java) S 2620 2623 31415 0 -1 4202560 256 0 0 0 90 6 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189448743592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2631] ppid=2620 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/2623/task/2631/stat : 2631 (java) S 2620 2623 31415 0 -1 4202560 200 0 0 0 83 5 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189447691048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2632] ppid=2620 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/2623/task/2632/stat : 2632 (java) S 2620 2623 31415 0 -1 4202560 177 0 0 0 86 5 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189446638504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2633] ppid=2620 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/2623/task/2633/stat : 2633 (java) S 2620 2623 31415 0 -1 4202560 326 0 0 0 86 5 0 0 20 0 22 0 104950773 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189445585960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2634] ppid=2620 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2623/task/2634/stat : 2634 (java) S 2620 2623 31415 0 -1 4202560 775 0 0 0 3 8 0 0 20 0 22 0 104950774 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189433387112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2635] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2635/stat : 2635 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189432333432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2636] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2636/stat : 2636 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104950774 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189431280776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2637] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2637/stat : 2637 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189430229520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2638] ppid=2620 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/2623/task/2638/stat : 2638 (java) S 2620 2623 31415 0 -1 4202560 10726 0 0 0 93 3 0 0 20 0 22 0 104950777 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189429176888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2639] ppid=2620 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/2623/task/2639/stat : 2639 (java) S 2620 2623 31415 0 -1 4202560 12878 0 0 0 146 2 0 0 20 0 22 0 104950777 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189428124344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2640] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2640/stat : 2640 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104950777 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189427071992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2641] ppid=2620 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/2623/task/2641/stat : 2641 (java) S 2620 2623 31415 0 -1 4202560 25 0 0 0 7 9 0 0 20 0 22 0 104950777 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189426019656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2642] ppid=2620 vsize=9824732 CPUtime=408.48 cores=0,2,4,6
/proc/2623/task/2642/stat : 2642 (java) R 2620 2623 31415 0 -1 4202560 118 0 0 0 40841 7 0 0 20 0 22 0 104950786 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189424962720 140189550298933 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2643] ppid=2620 vsize=9824732 CPUtime=408.42 cores=0,2,4,6
/proc/2623/task/2643/stat : 2643 (java) R 2620 2623 31415 0 -1 4202560 1154 0 0 0 40814 28 0 0 20 0 22 0 104950786 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189423909328 140189549663083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2644] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2644/stat : 2644 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104950786 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189422859304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2645] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2645/stat : 2645 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104950786 10060525568 374590 33554432000 1073741824 1073778376 140733748474496 140189421806760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 829.23
Current children cumulated vsize (KiB) 9824732

[startup+412.201 s]
/proc/loadavg: 4.03 4.19 4.24 5/219 2652
/proc/meminfo: memFree=27036380/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=828.47 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 31535 0 1 0 82755 92 0 0 20 0 20 0 104950771 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 374583 2273 9 0 2446860 0
[pid=2623/tid=2625] ppid=2620 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2623/task/2625/stat : 2625 (java) S 2620 2623 31415 0 -1 4202560 2459 0 1 0 12 2 0 0 20 0 20 0 104950772 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189609464696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2626] ppid=2620 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/2623/task/2626/stat : 2626 (java) S 2620 2623 31415 0 -1 4202560 290 0 0 0 82 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189548193960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2627] ppid=2620 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/2623/task/2627/stat : 2627 (java) S 2620 2623 31415 0 -1 4202560 218 0 0 0 78 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189547141416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2628] ppid=2620 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/2623/task/2628/stat : 2628 (java) S 2620 2623 31415 0 -1 4202560 289 0 0 0 95 4 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189546088872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2629] ppid=2620 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/2623/task/2629/stat : 2629 (java) S 2620 2623 31415 0 -1 4202560 378 0 0 0 94 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189449796136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2630] ppid=2620 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/2623/task/2630/stat : 2630 (java) S 2620 2623 31415 0 -1 4202560 256 0 0 0 90 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189448743592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2631] ppid=2620 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/2623/task/2631/stat : 2631 (java) S 2620 2623 31415 0 -1 4202560 200 0 0 0 83 5 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189447691048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2632] ppid=2620 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/2623/task/2632/stat : 2632 (java) S 2620 2623 31415 0 -1 4202560 177 0 0 0 86 5 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189446638504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2633] ppid=2620 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/2623/task/2633/stat : 2633 (java) S 2620 2623 31415 0 -1 4202560 326 0 0 0 86 5 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189445585960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2634] ppid=2620 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2623/task/2634/stat : 2634 (java) S 2620 2623 31415 0 -1 4202560 775 0 0 0 3 8 0 0 20 0 20 0 104950774 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189433387112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2635] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2635/stat : 2635 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 104950774 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189432333432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2636] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2636/stat : 2636 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 104950774 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189431280776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2637] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2637/stat : 2637 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189430229520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2638] ppid=2620 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/2623/task/2638/stat : 2638 (java) S 2620 2623 31415 0 -1 4202560 10726 0 0 0 93 3 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189429176888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2639] ppid=2620 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/2623/task/2639/stat : 2639 (java) S 2620 2623 31415 0 -1 4202560 12878 0 0 0 146 2 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189428124344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2640] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2640/stat : 2640 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189427071992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2641] ppid=2620 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/2623/task/2641/stat : 2641 (java) S 2620 2623 31415 0 -1 4202560 25 0 0 0 7 9 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189426019656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2643] ppid=2620 vsize=9824732 CPUtime=408.62 cores=0,2,4,6
/proc/2623/task/2643/stat : 2643 (java) R 2620 2623 31415 0 -1 4202560 1154 0 0 0 40834 28 0 0 20 0 20 0 104950786 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189423909328 140189549878906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2645] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2645/stat : 2645 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104950786 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189421806760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 828.47
Current children cumulated vsize (KiB) 9824732

[startup+412.301 s]
/proc/loadavg: 4.03 4.19 4.24 5/219 2652
/proc/meminfo: memFree=27036380/32872528 swapFree=14448/1543360
[pid=2623] ppid=2620 vsize=9824732 CPUtime=828.57 cores=0,2,4,6
/proc/2623/stat : 2623 (java) S 2620 2623 31415 0 -1 4202496 31535 0 1 0 82765 92 0 0 20 0 20 0 104950771 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140733748465632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2623/statm: 2456183 374583 2273 9 0 2446860 0
[pid=2623/tid=2625] ppid=2620 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/2623/task/2625/stat : 2625 (java) S 2620 2623 31415 0 -1 4202560 2459 0 1 0 12 2 0 0 20 0 20 0 104950772 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189609464696 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2626] ppid=2620 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/2623/task/2626/stat : 2626 (java) S 2620 2623 31415 0 -1 4202560 290 0 0 0 82 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189548193960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2627] ppid=2620 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/2623/task/2627/stat : 2627 (java) S 2620 2623 31415 0 -1 4202560 218 0 0 0 78 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189547141416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2628] ppid=2620 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/2623/task/2628/stat : 2628 (java) S 2620 2623 31415 0 -1 4202560 289 0 0 0 95 4 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189546088872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2629] ppid=2620 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/2623/task/2629/stat : 2629 (java) S 2620 2623 31415 0 -1 4202560 378 0 0 0 94 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189449796136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2630] ppid=2620 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/2623/task/2630/stat : 2630 (java) S 2620 2623 31415 0 -1 4202560 256 0 0 0 90 6 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189448743592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2631] ppid=2620 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/2623/task/2631/stat : 2631 (java) S 2620 2623 31415 0 -1 4202560 200 0 0 0 83 5 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189447691048 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2632] ppid=2620 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/2623/task/2632/stat : 2632 (java) S 2620 2623 31415 0 -1 4202560 177 0 0 0 86 5 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189446638504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2633] ppid=2620 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/2623/task/2633/stat : 2633 (java) S 2620 2623 31415 0 -1 4202560 326 0 0 0 86 5 0 0 20 0 20 0 104950773 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189445585960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2634] ppid=2620 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/2623/task/2634/stat : 2634 (java) S 2620 2623 31415 0 -1 4202560 775 0 0 0 3 8 0 0 20 0 20 0 104950774 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189433387112 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2635] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2635/stat : 2635 (java) S 2620 2623 31415 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 104950774 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189432333432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2636] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2636/stat : 2636 (java) S 2620 2623 31415 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 104950774 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189431280776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2637] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2637/stat : 2637 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189430229520 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2638] ppid=2620 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/2623/task/2638/stat : 2638 (java) S 2620 2623 31415 0 -1 4202560 10726 0 0 0 93 3 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189429176888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2639] ppid=2620 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/2623/task/2639/stat : 2639 (java) S 2620 2623 31415 0 -1 4202560 12878 0 0 0 146 2 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189428124344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2623/tid=2640] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2640/stat : 2640 (java) S 2620 2623 31415 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189427071992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2623/tid=2641] ppid=2620 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/2623/task/2641/stat : 2641 (java) S 2620 2623 31415 0 -1 4202560 25 0 0 0 7 9 0 0 20 0 20 0 104950777 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189426019656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2623/tid=2643] ppid=2620 vsize=9824732 CPUtime=408.72 cores=0,2,4,6
/proc/2623/task/2643/stat : 2643 (java) R 2620 2623 31415 0 -1 4202560 1154 0 0 0 40844 28 0 0 20 0 20 0 104950786 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189423909328 140189549879388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2623/tid=2645] ppid=2620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/2623/task/2645/stat : 2645 (java) S 2620 2623 31415 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104950786 10060525568 374583 33554432000 1073741824 1073778376 140733748474496 140189421806760 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 828.57
Current children cumulated vsize (KiB) 9824732

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2623 and gives
#  childrusage.ru_utime.tv_sec=826
#  childrusage.ru_utime.tv_usec=676326
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=180820
# CPU time returned by wait4() is 827.857
# while last known CPU time is 828.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.859985
#  lost CPU user time (s): 0.929993
#  lost CPU system time (s): -0.07

Real time (s): 412.401
CPU time (s): 829.43
CPU user time (s): 828.58
CPU system time (s): 0.85
CPU usage (%): 201.122
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 826.676
system time used= 1.18082
maximum resident set size= 1790872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31559
page faults= 1
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13724
involuntary context switches= 17952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.59345 second user time and 2.44663 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-06 18:22:52
IDJOB=4080219
IDBENCH=2565
IDSOLVER=2543
FILE ID=node116/4080219-1465230172
RUNJOBID= node116-1465218446-31431
PBS_JOBID= 19843214
Free space on /tmp= 71728 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-prob6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080219-1465230172/watcher-4080219-1465230172 -o /tmp/evaluation-result-4080219-1465230172/solver-4080219-1465230172 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465218446-31431 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080219-1465230172.opb

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

MD5SUM BENCH= 2318a0c7fc475c873b2fa45e5e7fe96e
RANDOM SEED=1391686018

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28384908 kB
Buffers:           23044 kB
Cached:           108668 kB
SwapCached:         1432 kB
Active:          2171192 kB
Inactive:          68124 kB
Active(anon):    2108640 kB
Inactive(anon):     1380 kB
Active(file):      62552 kB
Inactive(file):    66744 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67098884 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:       3638284 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             566324 kB
SReclaimable:      10376 kB
SUnreclaim:       555948 kB
KernelStack:        1728 kB
PageTables:        11588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3865672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3571712 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= 71728 MiB
End job on node116 at 2016-06-06 18:29:44