Trace number 4090164

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 PB16UNSAT 436.329 216.15

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l050-r049-n1.opb
MD5SUM00f7c97be89ae1c327af521c085abc33
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark48.3906
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2760
Total number of constraints5870
Number of constraints which are clauses4950
Number of constraints which are cardinality constraints (but not clauses)920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4090164-1466026572.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.72/0.40	c ... done. Wall clock time 0.289s.
0.72/0.40	c declared #vars     2760
0.72/0.40	c #constraints  6790
0.72/0.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.41	c constraints type 
0.72/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 920
0.72/0.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 920
0.72/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4950
0.72/0.41	c 6790 constraints processed.
0.72/0.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.41	c constraints type 
0.72/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4950
0.72/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 920
0.72/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 920
0.72/0.41	c 6790 constraints processed.
4.97/1.78	c cleaning 2495 clauses out of 5000 with flag 156432/5000
7.43/2.85	c cleaning 4245 clauses out of 8505 with flag 311658/11000
10.25/4.23	c cleaning 5627 clauses out of 11261 with flag 506416/18001
13.71/5.88	c cleaning 6807 clauses out of 13634 with flag 617746/26001
17.98/7.98	c cleaning 7906 clauses out of 15829 with flag 717725/35003
21.43/9.67	c cleaning 0 clauses out of 5000 with flag 0/5000
23.29/10.45	c cleaning 8955 clauses out of 17920 with flag 843478/45000
29.56/13.43	c cleaning 9979 clauses out of 19966 with flag 959429/56001
35.59/16.50	c cleaning 10988 clauses out of 21987 with flag 1094501/68001
42.46/19.90	c cleaning 11994 clauses out of 24000 with flag 1262646/81002
49.06/23.18	c cleaning 13001 clauses out of 26007 with flag 1445852/95003
57.04/27.17	c cleaning 14000 clauses out of 28003 with flag 1663487/110000
65.08/31.20	c cleaning 14994 clauses out of 30004 with flag 1885750/126001
74.28/35.70	c cleaning 15999 clauses out of 32009 with flag 2120604/143000
84.93/41.05	c cleaning 16998 clauses out of 34011 with flag 2341802/161001
96.19/46.63	c cleaning 18003 clauses out of 36012 with flag 2603454/180000
108.25/52.70	c cleaning 19004 clauses out of 38009 with flag 2887498/200000
122.90/59.96	c cleaning 19997 clauses out of 40005 with flag 3176800/221001
139.58/68.24	c cleaning 20995 clauses out of 42007 with flag 3435818/243000
155.21/76.01	c cleaning 22003 clauses out of 44013 with flag 3701013/266001
171.62/84.28	c cleaning 22995 clauses out of 46010 with flag 4007836/290001
189.88/93.34	c cleaning 24003 clauses out of 48016 with flag 4321480/315002
210.39/103.58	c cleaning 25000 clauses out of 50011 with flag 4649655/341000
215.02/105.81	c cleaning 0 clauses out of 11001 with flag 0/11001
231.27/114.00	c cleaning 26005 clauses out of 52011 with flag 5015782/368000
251.71/124.14	c cleaning 26994 clauses out of 54005 with flag 5390076/396000
274.58/135.53	c cleaning 27999 clauses out of 56013 with flag 5785262/425002
301.53/148.94	c cleaning 29002 clauses out of 58011 with flag 6211460/455000
331.66/163.93	c cleaning 29997 clauses out of 60009 with flag 6614977/486000
362.13/179.13	c cleaning 31006 clauses out of 62013 with flag 7015303/518001
396.50/196.22	c cleaning 32000 clauses out of 64006 with flag 7454007/551001
431.68/213.72	c cleaning 33002 clauses out of 66007 with flag 7906603/585003
436.12/215.93	c And the winner is solver0
436.12/216.10	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
436.12/216.10	c starts		: 418
436.12/216.10	c conflicts		: 591697
436.12/216.10	c decisions		: 836412
436.12/216.10	c propagations		: 171170898
436.12/216.10	c inspects		: 2827831141
436.12/216.10	c shortcuts		: 0
436.12/216.10	c learnt literals	: 18
436.12/216.10	c learnt binary clauses	: 116
436.12/216.10	c learnt ternary clauses	: 2702
436.12/216.10	c learnt constraints	: 591678
436.12/216.10	c ignored constraints	: 0
436.12/216.10	c root simplifications	: 0
436.12/216.10	c removed literals (reason simplification)	: 35151591
436.12/216.10	c reason swapping (by a shorter reason)	: 0
436.12/216.10	c Calls to reduceDB	: 30
436.12/216.10	c Number of update (reduction) of LBD	: 243566
436.12/216.10	c Imported unit clauses	: 0
436.12/216.10	c number of reductions to clauses (during analyze)	: 0
436.12/216.10	c number of learned constraints concerned by reduction	: 0
436.12/216.10	c number of learning phase by resolution	: 0
436.12/216.10	c number of learning phase by cutting planes	: 0
436.12/216.10	c speed (assignments/second)	: 793593.1401866559
436.12/216.10	c non guided choices	15227
436.12/216.12	c learnt constraints type 
436.12/216.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 116
436.12/216.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39569
436.12/216.12	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
436.12/216.12	c starts		: 41
436.12/216.12	c conflicts		: 14064
436.12/216.12	c decisions		: 128340
436.12/216.12	c propagations		: 4851431
436.12/216.12	c inspects		: 304722243
436.12/216.12	c shortcuts		: 0
436.12/216.12	c learnt literals	: 0
436.12/216.12	c learnt binary clauses	: 0
436.12/216.12	c learnt ternary clauses	: 1990
436.12/216.12	c learnt constraints	: 14063
436.12/216.12	c ignored constraints	: 0
436.12/216.12	c root simplifications	: 0
436.12/216.12	c removed literals (reason simplification)	: 0
436.12/216.12	c reason swapping (by a shorter reason)	: 0
436.12/216.12	c Calls to reduceDB	: 2
436.12/216.12	c Number of update (reduction) of LBD	: 0
436.12/216.12	c Imported unit clauses	: 0
436.12/216.12	c number of reductions to clauses (during analyze)	: 0
436.12/216.12	c number of learned constraints concerned by reduction	: 0
436.12/216.12	c number of learning phase by resolution	: 0
436.12/216.12	c number of learning phase by cutting planes	: 0
436.12/216.12	c speed (assignments/second)	: 22490.837107743373
436.12/216.12	c non guided choices	7434
436.12/216.12	c learnt constraints type 
436.12/216.12	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3111
436.12/216.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10952
436.12/216.12	s UNSATISFIABLE
436.12/216.12	c Total wall clock time (in seconds): 216.012

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090164-1466026572/watcher-4090164-1466026572 -o /tmp/evaluation-result-4090164-1466026572/solver-4090164-1466026572 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090164-1466026572.opb 

pid=11870
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.08 4.03 4.00 5/197 11873
/proc/meminfo: memFree=28592260/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4707605 98570240 977 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 24065 977 743 9 0 16771 0
[pid=11873/tid=11874] ppid=11870 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) R 11870 11873 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4707605 98570240 977 33554432000 1073741824 1073778376 140734830341488 140165103029800 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.08 4.03 4.00 5/197 11873
/proc/meminfo: memFree=28592260/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 4433 0 1 0 9 1 0 0 20 0 18 0 4707605 9787879424 6044 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2389619 6046 2137 9 0 2380296 0
[pid=11873/tid=11874] ppid=11870 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) R 11870 11873 5767 0 -1 4202560 2387 0 1 0 8 0 0 0 20 0 18 0 4707605 9787879424 6047 33554432000 1073741824 1073778376 140734830341488 140165103033248 140165110224419 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.200376 s]
/proc/loadavg: 4.08 4.03 4.00 5/197 11873
/proc/meminfo: memFree=28592260/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 4948 0 1 0 24 2 0 0 20 0 18 0 4707605 9787879424 11083 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2389619 11083 2217 9 0 2380296 0
[pid=11873/tid=11874] ppid=11870 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) R 11870 11873 5767 0 -1 4202560 2410 0 1 0 16 2 0 0 20 0 18 0 4707605 9787879424 11083 33554432000 1073741824 1073778376 140734830341488 140165103033248 140164932384494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300372 s]
/proc/loadavg: 4.08 4.03 4.00 5/197 11873
/proc/meminfo: memFree=28592260/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 5772 0 1 0 46 3 0 0 20 0 18 0 4707605 9787879424 19299 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2389619 19299 2231 9 0 2380296 0
[pid=11873/tid=11874] ppid=11870 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) R 11870 11873 5767 0 -1 4202560 2426 0 1 0 25 3 0 0 20 0 18 0 4707605 9787879424 19299 33554432000 1073741824 1073778376 140734830341488 140165103033248 140164932367887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700233 s]
/proc/loadavg: 4.08 4.03 4.00 5/197 11873
/proc/meminfo: memFree=28592260/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 18625 0 1 0 184 6 0 0 20 0 22 0 4707605 10060525568 29692 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2456183 29692 2264 9 0 2446860 0
[pid=11873/tid=11874] ppid=11870 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) S 11870 11873 5767 0 -1 4202560 2456 0 1 0 36 3 0 0 20 0 22 0 4707605 10060525568 29692 33554432000 1073741824 1073778376 140734830341488 140165103035256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.08 4.03 4.00 7/219 11895
/proc/meminfo: memFree=28451012/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9824732 CPUtime=4.57 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 23629 0 1 0 449 8 0 0 20 0 22 0 4707605 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2456183 46829 2287 9 0 2446860 0
[pid=11873/tid=11874] ppid=11870 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) S 11870 11873 5767 0 -1 4202560 2456 0 1 0 36 3 0 0 20 0 22 0 4707605 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165103035256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11876] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11876/stat : 11876 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165064526760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11877] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11877/stat : 11877 (java) S 11870 11873 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165063474216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11878] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11878/stat : 11878 (java) S 11870 11873 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165062421160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11879] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11879/stat : 11879 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165061368616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11880] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11880/stat : 11880 (java) S 11870 11873 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165060315560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11881] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11881/stat : 11881 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165059263016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11882] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11882/stat : 11882 (java) S 11870 11873 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165058209960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11883] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11883/stat : 11883 (java) S 11870 11873 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140165057157416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11884] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11884/stat : 11884 (java) S 11870 11873 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4707607 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164927036264 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11885] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11885/stat : 11885 (java) S 11870 11873 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4707608 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164925982584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11886] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11886/stat : 11886 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4707608 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164924929416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11887] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11887/stat : 11887 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164923878160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11888] ppid=11870 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/11873/task/11888/stat : 11888 (java) S 11870 11873 5767 0 -1 4202560 8146 0 0 0 97 2 0 0 20 0 22 0 4707610 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164922825016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11889] ppid=11870 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/11873/task/11889/stat : 11889 (java) S 11870 11873 5767 0 -1 4202560 11633 0 0 0 97 2 0 0 20 0 22 0 4707610 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164921772472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11890] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11890/stat : 11890 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164920719608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11891] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11891/stat : 11891 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164919667272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11892] ppid=11870 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/11873/task/11892/stat : 11892 (java) R 11870 11873 5767 0 -1 4202560 17 0 0 0 105 0 0 0 20 0 22 0 4707646 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164918611088 140164933013810 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11893] ppid=11870 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/11873/task/11893/stat : 11893 (java) R 11870 11873 5767 0 -1 4202560 71 0 0 0 107 0 0 0 20 0 22 0 4707646 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140164917559464 140164933399773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11894] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11894/stat : 11894 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4707646 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140163774670120 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11895] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11895/stat : 11895 (java) S 11870 11873 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4707647 10060525568 46829 33554432000 1073741824 1073778376 140734830341488 140163773617576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.08 4.03 4.00 5/219 11895
/proc/meminfo: memFree=28399876/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9824732 CPUtime=8.05 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 27127 0 1 0 790 15 0 0 20 0 22 0 4707605 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2456183 84400 2292 9 0 2446860 0
[pid=11873/tid=11874] ppid=11870 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) S 11870 11873 5767 0 -1 4202560 2456 0 1 0 36 3 0 0 20 0 22 0 4707605 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165103035256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11876] ppid=11870 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11873/task/11876/stat : 11876 (java) S 11870 11873 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165064526760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11877] ppid=11870 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11873/task/11877/stat : 11877 (java) S 11870 11873 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165063474216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11878] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11878/stat : 11878 (java) S 11870 11873 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165062421160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11879] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11879/stat : 11879 (java) S 11870 11873 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165061368616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11880] ppid=11870 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11873/task/11880/stat : 11880 (java) S 11870 11873 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165060315560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11881] ppid=11870 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11873/task/11881/stat : 11881 (java) S 11870 11873 5767 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165059263016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11882] ppid=11870 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/11873/task/11882/stat : 11882 (java) S 11870 11873 5767 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165058209960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11883] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11883/stat : 11883 (java) S 11870 11873 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4707606 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140165057157416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11884] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11884/stat : 11884 (java) S 11870 11873 5767 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 22 0 4707607 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164927036264 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11885] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11885/stat : 11885 (java) S 11870 11873 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4707608 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164925982584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11886] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11886/stat : 11886 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4707608 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164924929416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11887] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11887/stat : 11887 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164923878160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11888] ppid=11870 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11873/task/11888/stat : 11888 (java) S 11870 11873 5767 0 -1 4202560 8152 0 0 0 102 2 0 0 20 0 22 0 4707610 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164922825016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11889] ppid=11870 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/11873/task/11889/stat : 11889 (java) S 11870 11873 5767 0 -1 4202560 14816 0 0 0 115 3 0 0 20 0 22 0 4707610 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164921772472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11890] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11890/stat : 11890 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164920719608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11891] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11891/stat : 11891 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164919667272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11892] ppid=11870 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/11873/task/11892/stat : 11892 (java) R 11870 11873 5767 0 -1 4202560 18 0 0 0 259 0 0 0 20 0 22 0 4707646 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164918611088 140164933014464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11893] ppid=11870 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/11873/task/11893/stat : 11893 (java) R 11870 11873 5767 0 -1 4202560 129 0 0 0 260 2 0 0 20 0 22 0 4707646 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140164917559496 140164933336288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11894] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11894/stat : 11894 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4707646 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140163774670120 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11895] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11895/stat : 11895 (java) S 11870 11873 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4707647 10060525568 84400 33554432000 1073741824 1073778376 140734830341488 140163773617576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.08 4.03 4.00 5/219 11895
/proc/meminfo: memFree=28003664/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9824732 CPUtime=14.79 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 27830 0 1 0 1458 21 0 0 20 0 22 0 4707605 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2456183 153864 2292 9 0 2446860 0
[pid=11873/tid=11874] ppid=11870 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) S 11870 11873 5767 0 -1 4202560 2456 0 1 0 36 3 0 0 20 0 22 0 4707605 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165103035256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11876] ppid=11870 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11873/task/11876/stat : 11876 (java) S 11870 11873 5767 0 -1 4202560 74 0 0 0 3 1 0 0 20 0 22 0 4707606 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165064526760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11877] ppid=11870 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/11873/task/11877/stat : 11877 (java) S 11870 11873 5767 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 22 0 4707606 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165063474216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11878] ppid=11870 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/11873/task/11878/stat : 11878 (java) S 11870 11873 5767 0 -1 4202560 52 0 0 0 1 0 0 0 20 0 22 0 4707606 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165062421160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11879] ppid=11870 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11873/task/11879/stat : 11879 (java) S 11870 11873 5767 0 -1 4202560 80 0 0 0 4 0 0 0 20 0 22 0 4707606 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165061368616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11880] ppid=11870 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11873/task/11880/stat : 11880 (java) S 11870 11873 5767 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 22 0 4707606 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165060315560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11881] ppid=11870 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11873/task/11881/stat : 11881 (java) S 11870 11873 5767 0 -1 4202560 40 0 0 0 2 2 0 0 20 0 22 0 4707606 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165059263016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11882] ppid=11870 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11873/task/11882/stat : 11882 (java) S 11870 11873 5767 0 -1 4202560 46 0 0 0 3 2 0 0 20 0 22 0 4707606 10060525568 153864 33554432000 1073741824 1073778376 140734830341488 140165058209960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11883] ppid=11870 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

/proc/11873/task/11889/stat : 11889 (java) S 11870 11873 5767 0 -1 4202560 14825 0 0 0 136 3 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164921772472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11890] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11890/stat : 11890 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164920719608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11891] ppid=11870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11873/task/11891/stat : 11891 (java) S 11870 11873 5767 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164919667272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11892] ppid=11870 vsize=9824732 CPUtime=212.82 cores=0,2,4,6
/proc/11873/task/11892/stat : 11892 (java) R 11870 11873 5767 0 -1 4202560 47 0 0 0 21278 4 0 0 20 0 22 0 4707646 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164918611856 140164933014332 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11893] ppid=11870 vsize=9824732 CPUtime=212.88 cores=0,2,4,6
/proc/11873/task/11893/stat : 11893 (java) R 11870 11873 5767 0 -1 4202560 1621 0 0 0 21250 38 0 0 20 0 22 0 4707646 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164917560464 140164933416081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11894] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11894/stat : 11894 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4707646 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140163774670120 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11895] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11895/stat : 11895 (java) S 11870 11873 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4707647 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140163773617576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 434.69
Current children cumulated vsize (KiB) 9824732

[startup+215.601 s]
/proc/loadavg: 4.03 4.02 4.00 5/219 11898
/proc/meminfo: memFree=26055752/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9824732 CPUtime=435.51 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 31646 0 1 0 43461 90 0 0 20 0 22 0 4707605 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2456183 683414 2292 9 0 2446860 0
[pid=11873/tid=11874] ppid=11870 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) S 11870 11873 5767 0 -1 4202560 2457 0 1 0 37 3 0 0 20 0 22 0 4707605 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165103035256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11876] ppid=11870 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/11873/task/11876/stat : 11876 (java) S 11870 11873 5767 0 -1 4202560 157 0 0 0 47 5 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165064526760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11877] ppid=11870 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/11873/task/11877/stat : 11877 (java) S 11870 11873 5767 0 -1 4202560 141 0 0 0 48 5 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165063474216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11878] ppid=11870 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/11873/task/11878/stat : 11878 (java) S 11870 11873 5767 0 -1 4202560 155 0 0 0 41 4 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165062421160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11879] ppid=11870 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/11873/task/11879/stat : 11879 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 52 4 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165061368616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11880] ppid=11870 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/11873/task/11880/stat : 11880 (java) S 11870 11873 5767 0 -1 4202560 180 0 0 0 48 5 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165060315560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11881] ppid=11870 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/11873/task/11881/stat : 11881 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 44 4 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165059263016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11882] ppid=11870 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/11873/task/11882/stat : 11882 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 53 6 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165058209960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11883] ppid=11870 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/11873/task/11883/stat : 11883 (java) S 11870 11873 5767 0 -1 4202560 153 0 0 0 47 5 0 0 20 0 22 0 4707606 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140165057157416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11884] ppid=11870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11873/task/11884/stat : 11884 (java) S 11870 11873 5767 0 -1 4202560 1273 0 0 0 1 6 0 0 20 0 22 0 4707607 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164927036264 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11885] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11885/stat : 11885 (java) S 11870 11873 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4707608 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164925982584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11886] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11886/stat : 11886 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4707608 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164924929416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11887] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11887/stat : 11887 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164923878160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11888] ppid=11870 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/11873/task/11888/stat : 11888 (java) S 11870 11873 5767 0 -1 4202560 8874 0 0 0 168 2 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164922825016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11889] ppid=11870 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/11873/task/11889/stat : 11889 (java) S 11870 11873 5767 0 -1 4202560 14825 0 0 0 136 3 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164921772472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11890] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11890/stat : 11890 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164920719608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11891] ppid=11870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11873/task/11891/stat : 11891 (java) S 11870 11873 5767 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 22 0 4707610 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164919667272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11892] ppid=11870 vsize=9824732 CPUtime=213.22 cores=0,2,4,6
/proc/11873/task/11892/stat : 11892 (java) R 11870 11873 5767 0 -1 4202560 47 0 0 0 21318 4 0 0 20 0 22 0 4707646 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164918611856 140164933521630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11893] ppid=11870 vsize=9824732 CPUtime=213.29 cores=0,2,4,6
/proc/11873/task/11893/stat : 11893 (java) R 11870 11873 5767 0 -1 4202560 1621 0 0 0 21291 38 0 0 20 0 22 0 4707646 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140164917560464 140164933272886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11894] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11894/stat : 11894 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4707646 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140163774670120 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11895] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11895/stat : 11895 (java) S 11870 11873 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4707647 10060525568 683414 33554432000 1073741824 1073778376 140734830341488 140163773617576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 435.51
Current children cumulated vsize (KiB) 9824732

[startup+216.001 s]
/proc/loadavg: 4.03 4.02 4.00 5/219 11898
/proc/meminfo: memFree=26055752/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9824732 CPUtime=435.75 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 31657 0 1 0 43481 94 0 0 20 0 20 0 4707605 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2456183 682310 2293 9 0 2446860 0
[pid=11873/tid=11874] ppid=11870 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) S 11870 11873 5767 0 -1 4202560 2457 0 1 0 37 3 0 0 20 0 20 0 4707605 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165103035256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11876] ppid=11870 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/11873/task/11876/stat : 11876 (java) S 11870 11873 5767 0 -1 4202560 165 0 0 0 49 5 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165064526760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11877] ppid=11870 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/11873/task/11877/stat : 11877 (java) S 11870 11873 5767 0 -1 4202560 141 0 0 0 49 5 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165063474216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11878] ppid=11870 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11873/task/11878/stat : 11878 (java) S 11870 11873 5767 0 -1 4202560 155 0 0 0 42 4 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165062421160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11879] ppid=11870 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/11873/task/11879/stat : 11879 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 52 4 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165061368616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11880] ppid=11870 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/11873/task/11880/stat : 11880 (java) S 11870 11873 5767 0 -1 4202560 180 0 0 0 49 5 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165060315560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11881] ppid=11870 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/11873/task/11881/stat : 11881 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 45 4 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165059263016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11882] ppid=11870 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/11873/task/11882/stat : 11882 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 54 6 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165058209960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11883] ppid=11870 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/11873/task/11883/stat : 11883 (java) S 11870 11873 5767 0 -1 4202560 153 0 0 0 48 5 0 0 20 0 20 0 4707606 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140165057157416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11884] ppid=11870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11873/task/11884/stat : 11884 (java) S 11870 11873 5767 0 -1 4202560 1273 0 0 0 1 6 0 0 20 0 20 0 4707607 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164927036264 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11885] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11885/stat : 11885 (java) S 11870 11873 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 4707608 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164925982584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11886] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11886/stat : 11886 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 4707608 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164924929416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11887] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11887/stat : 11887 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4707610 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164923878160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11888] ppid=11870 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/11873/task/11888/stat : 11888 (java) S 11870 11873 5767 0 -1 4202560 8874 0 0 0 168 2 0 0 20 0 20 0 4707610 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164922825016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11889] ppid=11870 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/11873/task/11889/stat : 11889 (java) S 11870 11873 5767 0 -1 4202560 14825 0 0 0 136 3 0 0 20 0 20 0 4707610 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164921772472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11890] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11890/stat : 11890 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 4707610 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164920719608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11891] ppid=11870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11873/task/11891/stat : 11891 (java) S 11870 11873 5767 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 20 0 4707610 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164919667272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11893] ppid=11870 vsize=9824732 CPUtime=213.66 cores=0,2,4,6
/proc/11873/task/11893/stat : 11893 (java) R 11870 11873 5767 0 -1 4202560 1622 0 0 0 21328 38 0 0 20 0 20 0 4707646 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140164917560464 140164933218477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11895] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11895/stat : 11895 (java) S 11870 11873 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 4707647 10060525568 682310 33554432000 1073741824 1073778376 140734830341488 140163773617576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 435.75
Current children cumulated vsize (KiB) 9824732

[startup+216.101 s]
/proc/loadavg: 4.03 4.02 4.00 5/219 11898
/proc/meminfo: memFree=26055752/32872528 swapFree=248296/248296
[pid=11873] ppid=11870 vsize=9824732 CPUtime=435.34 cores=0,2,4,6
/proc/11873/stat : 11873 (java) S 11870 11873 5767 0 -1 4202496 31657 0 1 0 43437 97 0 0 20 0 19 0 4707605 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140734830332624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11873/statm: 2456183 682302 2293 9 0 2446860 0
[pid=11873/tid=11874] ppid=11870 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/11873/task/11874/stat : 11874 (java) S 11870 11873 5767 0 -1 4202560 2457 0 1 0 37 3 0 0 20 0 19 0 4707605 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165103035256 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11876] ppid=11870 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/11873/task/11876/stat : 11876 (java) S 11870 11873 5767 0 -1 4202560 165 0 0 0 49 5 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165064526760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11877] ppid=11870 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/11873/task/11877/stat : 11877 (java) S 11870 11873 5767 0 -1 4202560 141 0 0 0 49 5 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165063474216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11878] ppid=11870 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11873/task/11878/stat : 11878 (java) S 11870 11873 5767 0 -1 4202560 155 0 0 0 42 4 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165062421160 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11879] ppid=11870 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/11873/task/11879/stat : 11879 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 52 4 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165061368616 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11880] ppid=11870 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/11873/task/11880/stat : 11880 (java) S 11870 11873 5767 0 -1 4202560 180 0 0 0 49 5 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165060315560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11881] ppid=11870 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/11873/task/11881/stat : 11881 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 45 4 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165059263016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11882] ppid=11870 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/11873/task/11882/stat : 11882 (java) S 11870 11873 5767 0 -1 4202560 161 0 0 0 54 6 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165058209960 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11873/tid=11883] ppid=11870 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/11873/task/11883/stat : 11883 (java) S 11870 11873 5767 0 -1 4202560 153 0 0 0 48 5 0 0 20 0 19 0 4707606 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140165057157416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11884] ppid=11870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11873/task/11884/stat : 11884 (java) S 11870 11873 5767 0 -1 4202560 1273 0 0 0 1 6 0 0 20 0 19 0 4707607 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164927036264 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11885] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11885/stat : 11885 (java) S 11870 11873 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4707608 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164925982584 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11886] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11886/stat : 11886 (java) S 11870 11873 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4707608 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164924929416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11887] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11887/stat : 11887 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4707610 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164923878160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11888] ppid=11870 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/11873/task/11888/stat : 11888 (java) S 11870 11873 5767 0 -1 4202560 8874 0 0 0 168 2 0 0 20 0 19 0 4707610 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164922825016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11889] ppid=11870 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/11873/task/11889/stat : 11889 (java) S 11870 11873 5767 0 -1 4202560 14825 0 0 0 136 3 0 0 20 0 19 0 4707610 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164921772472 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11873/tid=11890] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11890/stat : 11890 (java) S 11870 11873 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4707610 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164920719608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11873/tid=11891] ppid=11870 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11873/task/11891/stat : 11891 (java) S 11870 11873 5767 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 19 0 4707610 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140164919667272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11873/tid=11895] ppid=11870 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11873/task/11895/stat : 11895 (java) S 11870 11873 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4707647 10060525568 682302 33554432000 1073741824 1073778376 140734830341488 140163773617576 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 435.34
Current children cumulated vsize (KiB) 9824732

Child status: 20

# 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.779999
#  lost CPU user time (s): 0.850006
#  lost CPU system time (s): -0.0700001

Real time (s): 216.15
CPU time (s): 436.329
CPU user time (s): 435.245
CPU system time (s): 1.08382
CPU usage (%): 201.864
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 434.395
system time used= 1.15382
maximum resident set size= 2860776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31663
page faults= 1
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7530
involuntary context switches= 9733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68074 second user time and 1.85072 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:36:12
IDJOB=4090164
IDBENCH=107510
IDSOLVER=2543
FILE ID=node103/4090164-1466026572
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l050-r049-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090164-1466026572/watcher-4090164-1466026572 -o /tmp/evaluation-result-4090164-1466026572/solver-4090164-1466026572 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090164-1466026572.opb

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

MD5SUM BENCH= 00f7c97be89ae1c327af521c085abc33
RANDOM SEED=733173554

node103.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.278
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.55
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.278
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.278
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.278
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.278
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.278
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.278
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.278
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:        28593060 kB
Buffers:          137708 kB
Cached:           347900 kB
SwapCached:            0 kB
Active:          2970544 kB
Inactive:         337940 kB
Active(anon):    2825048 kB
Inactive(anon):        0 kB
Active(file):     145496 kB
Inactive(file):   337940 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               660 kB
Writeback:             0 kB
AnonPages:       3036980 kB
Mapped:            21572 kB
Shmem:               204 kB
Slab:             575688 kB
SReclaimable:      19636 kB
SUnreclaim:       556052 kB
KernelStack:        1784 kB
PageTables:        10028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3318440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2717696 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= 71736 MiB
End job on node103 at 2016-06-15 23:39:48