Trace number 4120046

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 716.616 715.401

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n82-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM2c49043becc1ef5d492289923a6c1dcb
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 benchmark5.59315
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables123
Total number of constraints328
Number of constraints which are clauses328
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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 No 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.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4120046-1467308745.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.047s.
0.10/0.15	c declared #vars     123
0.10/0.15	c #constraints  328
0.10/0.15	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 328
0.10/0.16	c 328 constraints processed.
0.71/0.54	c cleaning 2499 clauses out of 5000 with flag 21103/5000
1.33/1.06	c cleaning 4245 clauses out of 8501 with flag 48122/11000
1.83/1.50	c cleaning 5626 clauses out of 11256 with flag 79007/18000
2.43/2.14	c cleaning 6812 clauses out of 13631 with flag 114975/26001
3.46/3.18	c cleaning 7903 clauses out of 15818 with flag 156590/35000
4.77/4.47	c cleaning 8949 clauses out of 17916 with flag 204346/45001
6.37/6.08	c cleaning 9976 clauses out of 19967 with flag 251184/56001
7.77/7.49	c cleaning 10986 clauses out of 21990 with flag 305371/68000
9.23/8.89	c cleaning 11997 clauses out of 24006 with flag 363134/81002
10.33/10.00	c cleaning 13002 clauses out of 26007 with flag 430374/95000
11.53/11.15	c cleaning 14002 clauses out of 28006 with flag 494104/110001
13.02/12.61	c cleaning 14996 clauses out of 30003 with flag 570668/126000
14.52/14.12	c cleaning 15998 clauses out of 32008 with flag 647520/143001
16.22/15.83	c cleaning 17003 clauses out of 34009 with flag 713063/161000
18.52/18.14	c cleaning 17998 clauses out of 36007 with flag 783817/180001
20.91/20.59	c cleaning 18998 clauses out of 38008 with flag 852954/200000
23.91/23.54	c cleaning 19999 clauses out of 40010 with flag 938715/221000
26.62/26.25	c cleaning 21005 clauses out of 42011 with flag 1038767/243000
29.12/28.75	c cleaning 22000 clauses out of 44007 with flag 1136373/266001
32.32/31.99	c cleaning 22997 clauses out of 46007 with flag 1240722/290001
36.11/35.74	c cleaning 24002 clauses out of 48010 with flag 1348162/315001
40.62/40.20	c cleaning 24995 clauses out of 50007 with flag 1471338/341000
46.72/46.35	c cleaning 26006 clauses out of 52013 with flag 1620085/368001
50.92/50.59	c cleaning 27001 clauses out of 54006 with flag 1743698/396000
55.32/54.96	c cleaning 28001 clauses out of 56005 with flag 1867391/425000
59.92/59.58	c cleaning 29000 clauses out of 58005 with flag 1992657/455001
64.92/64.52	c cleaning 30002 clauses out of 60004 with flag 2119720/486000
70.72/70.34	c cleaning 30996 clauses out of 62002 with flag 2251672/518000
77.21/76.87	c cleaning 32000 clauses out of 64006 with flag 2385022/551000
84.31/83.92	c cleaning 33000 clauses out of 66007 with flag 2524720/585001
92.11/91.77	c cleaning 34001 clauses out of 68006 with flag 2670112/620000
101.11/100.79	c cleaning 34999 clauses out of 70005 with flag 2824635/656000
110.80/110.48	c cleaning 35999 clauses out of 72007 with flag 2982774/693001
120.61/120.29	c cleaning 37002 clauses out of 74007 with flag 3141119/731000
131.10/130.76	c cleaning 38001 clauses out of 76006 with flag 3299348/770001
142.10/141.72	c cleaning 38997 clauses out of 78005 with flag 3459040/810001
154.40/154.02	c cleaning 39998 clauses out of 80008 with flag 3616531/851001
166.63/166.29	c cleaning 40998 clauses out of 82010 with flag 3778105/893001
179.73/179.37	c cleaning 42001 clauses out of 84011 with flag 3938487/936000
194.82/194.45	c cleaning 43004 clauses out of 86011 with flag 4139101/980001
209.82/209.45	c cleaning 43998 clauses out of 88006 with flag 4332239/1025000
224.82/224.49	c cleaning 45005 clauses out of 90009 with flag 4518334/1071001
242.42/242.08	c cleaning 45998 clauses out of 92004 with flag 4719287/1118001
263.61/263.27	c cleaning 46999 clauses out of 94005 with flag 4933605/1166000
284.60/284.22	c cleaning 48000 clauses out of 96006 with flag 5157238/1215000
306.10/305.77	c cleaning 49002 clauses out of 98007 with flag 5375910/1265001
327.80/327.49	c cleaning 49999 clauses out of 100004 with flag 5592155/1316000
352.59/352.22	c cleaning 51001 clauses out of 102006 with flag 5810326/1368001
378.99/378.64	c cleaning 51998 clauses out of 104004 with flag 6032138/1421000
407.09/406.75	c cleaning 52998 clauses out of 106006 with flag 6252526/1475000
437.98/437.64	c cleaning 54002 clauses out of 108009 with flag 6475554/1530001
470.57/470.29	c cleaning 55004 clauses out of 110007 with flag 6710805/1586001
496.78/496.17	c cleaning 55997 clauses out of 112002 with flag 6924512/1643000
524.59/523.93	c cleaning 57003 clauses out of 114005 with flag 7143778/1701000
556.02/555.32	c cleaning 57997 clauses out of 116002 with flag 7375786/1760000
590.24/589.51	c cleaning 58999 clauses out of 118006 with flag 7619653/1820001
617.45/616.66	c cleaning 59996 clauses out of 120006 with flag 7862450/1881000
635.25/634.47	c cleaning 61003 clauses out of 122011 with flag 8130270/1943001
658.56/657.79	c cleaning 62004 clauses out of 124008 with flag 8413854/2006001
678.47/677.65	c cleaning 63001 clauses out of 126002 with flag 8695671/2070000
710.25/709.32	c cleaning 63999 clauses out of 128000 with flag 8975623/2135000
716.32/715.37	c starts		: 675
716.32/715.37	c conflicts		: 2158085
716.32/715.37	c decisions		: 2854547
716.32/715.37	c propagations		: 24629042
716.32/715.37	c inspects		: 18461340792
716.32/715.37	c shortcuts		: 0
716.32/715.37	c learnt literals	: 17
716.32/715.37	c learnt binary clauses	: 16
716.32/715.37	c learnt ternary clauses	: 29
716.32/715.37	c learnt constraints	: 2158067
716.32/715.37	c ignored constraints	: 0
716.32/715.37	c root simplifications	: 0
716.32/715.37	c removed literals (reason simplification)	: 0
716.32/715.37	c reason swapping (by a shorter reason)	: 0
716.32/715.37	c Calls to reduceDB	: 61
716.32/715.37	c Number of update (reduction) of LBD	: 199127
716.32/715.37	c Imported unit clauses	: 0
716.32/715.37	c number of reductions to clauses (during analyze)	: 0
716.32/715.37	c number of learned constraints concerned by reduction	: 0
716.32/715.37	c number of learning phase by resolution	: 0
716.32/715.37	c number of learning phase by cutting planes	: 0
716.32/715.37	c speed (assignments/second)	: 34436.1466368572
716.32/715.37	c non guided choices	506
716.32/715.39	c learnt constraints type 
716.32/715.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
716.32/715.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87054
716.32/715.39	s UNSATISFIABLE
716.32/715.39	c Total wall clock time (in seconds): 715.287

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-4120046-1467308745/watcher-4120046-1467308745 -o /tmp/evaluation-result-4120046-1467308745/solver-4120046-1467308745 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120046-1467308745.opb 

pid=20005
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: 1.02 1.68 1.50 3/194 20008
/proc/meminfo: memFree=28856940/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 11770588 98570240 977 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 24065 977 743 9 0 16771 0
[pid=20008/tid=20009] ppid=20005 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 11770588 98570240 977 33554432000 1073741824 1073778376 140736524036096 139728883625512 218234701184 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 1.02 1.68 1.50 3/194 20008
/proc/meminfo: memFree=28856940/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 4425 0 1 0 9 1 0 0 20 0 18 0 11770588 9787879424 6054 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2389619 6054 2137 9 0 2380296 0
[pid=20008/tid=20009] ppid=20005 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 11770588 9787879424 6057 33554432000 1073741824 1073778376 140736524036096 139728883629760 139728886411548 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.200322 s]
/proc/loadavg: 1.02 1.68 1.50 3/194 20008
/proc/meminfo: memFree=28856940/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 6740 0 1 0 25 2 0 0 20 0 19 0 11770588 9856040960 7816 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 7816 2225 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2406 0 1 0 16 2 0 0 20 0 19 0 11770588 9856040960 7817 33554432000 1073741824 1073778376 140736524036096 139728883630720 139728724812804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300328 s]
/proc/loadavg: 1.02 1.68 1.50 3/194 20008
/proc/meminfo: memFree=28856940/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 7377 0 1 0 47 2 0 0 20 0 19 0 11770588 9856040960 8483 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 8483 2242 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2409 0 1 0 26 2 0 0 20 0 19 0 11770588 9856040960 8483 33554432000 1073741824 1073778376 140736524036096 139728883630720 139728725164419 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) 9625040

[startup+0.700249 s]
/proc/loadavg: 1.02 1.68 1.50 3/194 20008
/proc/meminfo: memFree=28856940/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 7433 0 1 0 95 2 0 0 20 0 19 0 11770588 9856040960 8539 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 8539 2252 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2409 0 1 0 66 2 0 0 20 0 19 0 11770588 9856040960 8539 33554432000 1073741824 1073778376 140736524036096 139728883630720 139728725164419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.02 1.68 1.50 3/213 20027
/proc/meminfo: memFree=28826656/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 8634 0 1 0 181 2 0 0 20 0 19 0 11770588 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 9082 2256 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2411 0 1 0 146 2 0 0 20 0 19 0 11770588 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728883628584 139728724802080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20011] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20011/stat : 20011 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728845122600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20012] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20012/stat : 20012 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728844069800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20013] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20013/stat : 20013 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728724683560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20014] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20014/stat : 20014 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728723630760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20015] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20015/stat : 20015 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728722577960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20016] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20016/stat : 20016 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728721525160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20017] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20017/stat : 20017 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728720472360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20018] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20018/stat : 20018 (java) S 20005 20008 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728719419560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20019] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20019/stat : 20019 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770590 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728237091816 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20020] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20020/stat : 20020 (java) S 20005 20008 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728236037880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20021] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20021/stat : 20021 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728234984968 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20022] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20022/stat : 20022 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728233933456 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) S 20005 20008 19879 0 -1 4202560 2610 0 0 0 17 0 0 0 20 0 19 0 11770593 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728232880568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20024] ppid=20005 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/20008/task/20024/stat : 20024 (java) S 20005 20008 19879 0 -1 4202560 2340 0 0 0 15 0 0 0 20 0 19 0 11770593 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728231827768 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20025] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20025/stat : 20025 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728230775160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20026] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20026/stat : 20026 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728229722568 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20027] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20027/stat : 20027 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770604 9856040960 9082 33554432000 1073741824 1073778376 140736524036096 139728228669096 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 1.02 1.68 1.50 3/213 20027
/proc/meminfo: memFree=28822748/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 8636 0 1 0 344 2 0 0 20 0 19 0 11770588 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 10106 2256 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2413 0 1 0 306 2 0 0 20 0 19 0 11770588 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728883630344 139728725164419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20011] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20011/stat : 20011 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728845122600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20012] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20012/stat : 20012 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728844069800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20013] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20013/stat : 20013 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728724683560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20014] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20014/stat : 20014 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728723630760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20015] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20015/stat : 20015 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728722577960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20016] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20016/stat : 20016 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728721525160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20017] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20017/stat : 20017 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728720472360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20018] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20018/stat : 20018 (java) S 20005 20008 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728719419560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20019] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20019/stat : 20019 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770590 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728237091816 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20020] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20020/stat : 20020 (java) S 20005 20008 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728236037880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20021] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20021/stat : 20021 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728234984968 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20022] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20022/stat : 20022 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728233933456 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) S 20005 20008 19879 0 -1 4202560 2610 0 0 0 17 0 0 0 20 0 19 0 11770593 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728232880568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20024] ppid=20005 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/20008/task/20024/stat : 20024 (java) S 20005 20008 19879 0 -1 4202560 2340 0 0 0 18 0 0 0 20 0 19 0 11770593 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728231827768 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20025] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20025/stat : 20025 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728230775160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20026] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20026/stat : 20026 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728229722568 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20027] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20027/stat : 20027 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770604 9856040960 10106 33554432000 1073741824 1073778376 140736524036096 139728228669096 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.10 1.68 1.50 3/213 20027
/proc/meminfo: memFree=28813264/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=6.67 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 8640 0 1 0 664 3 0 0 20 0 19 0 11770588 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 11002 2257 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2416 0 1 0 626 2 0 0 20 0 19 0 11770588 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728883621568 139728725164439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20011] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20011/stat : 20011 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728845122600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20012] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20012/stat : 20012 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728844069800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20013] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20013/stat : 20013 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728724683560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20014] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20014/stat : 20014 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728723630760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20015] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20015/stat : 20015 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728722577960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20016] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20016/stat : 20016 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728721525160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20017] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20017/stat : 20017 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728720472360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20018] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20018/stat : 20018 (java) S 20005 20008 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728719419560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20019] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20019/stat : 20019 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770590 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728237091816 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20020] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20020/stat : 20020 (java) S 20005 20008 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728236037880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20021] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20021/stat : 20021 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728234984968 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20022] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20022/stat : 20022 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728233933456 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) S 20005 20008 19879 0 -1 4202560 2610 0 0 0 17 0 0 0 20 0 19 0 11770593 9856040960 11002 33554432000 1073741824 1073778376 140736524036096 139728232880568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20024] ppid=20005 vsize=9625040 CPUtime=0.18 cores=0,2,4,6

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

/proc/20008/task/20018/stat : 20018 (java) S 20005 20008 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728719419560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20019] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20019/stat : 20019 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770590 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728237091816 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20020] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20020/stat : 20020 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728236037880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20021] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20021/stat : 20021 (java) S 20005 20008 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728234984968 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20022] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20022/stat : 20022 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728233933456 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) S 20005 20008 19879 0 -1 4202560 4279 0 0 0 32 0 0 0 20 0 19 0 11770593 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728232880568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20024] ppid=20005 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20008/task/20024/stat : 20024 (java) S 20005 20008 19879 0 -1 4202560 9795 0 0 0 59 2 0 0 20 0 19 0 11770593 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728231827768 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20025] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20025/stat : 20025 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728230775160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20026] ppid=20005 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20008/task/20026/stat : 20026 (java) S 20005 20008 19879 0 -1 4202560 42 0 0 0 7 9 0 0 20 0 19 0 11770593 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728229722568 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20027] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20027/stat : 20027 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770604 9856040960 50721 33554432000 1073741824 1073778376 140736524036096 139728228669096 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 711.35
Current children cumulated vsize (KiB) 9625040

[startup+713.601 s]
/proc/loadavg: 2.08 1.98 1.75 3/213 20108
/proc/meminfo: memFree=28492304/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=714.61 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 18940 0 1 0 71440 21 0 0 20 0 19 0 11770588 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 51355 2271 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=713.43 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2486 0 1 0 71327 16 0 0 20 0 19 0 11770588 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728883621584 139728725387950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20011] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20011/stat : 20011 (java) S 20005 20008 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728845122600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20012] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20012/stat : 20012 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728844069800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20013] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20013/stat : 20013 (java) S 20005 20008 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728724683560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20014] ppid=20005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20008/task/20014/stat : 20014 (java) S 20005 20008 19879 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728723630760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20015] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20015/stat : 20015 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728722577960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20016] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20016/stat : 20016 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728721525160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20017] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20017/stat : 20017 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728720472360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20018] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20018/stat : 20018 (java) S 20005 20008 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728719419560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20019] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20019/stat : 20019 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770590 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728237091816 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20020] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20020/stat : 20020 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728236037880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20021] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20021/stat : 20021 (java) S 20005 20008 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728234984968 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20022] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20022/stat : 20022 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728233933456 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) S 20005 20008 19879 0 -1 4202560 5273 0 0 0 39 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728232880568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20024] ppid=20005 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20008/task/20024/stat : 20024 (java) S 20005 20008 19879 0 -1 4202560 9795 0 0 0 59 2 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728231827768 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20025] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20025/stat : 20025 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728230775160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20026] ppid=20005 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20008/task/20026/stat : 20026 (java) S 20005 20008 19879 0 -1 4202560 42 0 0 0 7 9 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728229722568 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20027] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20027/stat : 20027 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770604 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728228669096 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 714.61
Current children cumulated vsize (KiB) 9625040

[startup+714.401 s]
/proc/loadavg: 2.15 2.00 1.76 3/213 20108
/proc/meminfo: memFree=28489332/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=715.41 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 18941 0 1 0 71520 21 0 0 20 0 19 0 11770588 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 51355 2271 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=714.23 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2487 0 1 0 71407 16 0 0 20 0 19 0 11770588 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728883628600 139728725387950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20011] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20011/stat : 20011 (java) S 20005 20008 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728845122600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20012] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20012/stat : 20012 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728844069800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20013] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20013/stat : 20013 (java) S 20005 20008 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728724683560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20014] ppid=20005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20008/task/20014/stat : 20014 (java) S 20005 20008 19879 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728723630760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20015] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20015/stat : 20015 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728722577960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20016] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20016/stat : 20016 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728721525160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20017] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20017/stat : 20017 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728720472360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20018] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20018/stat : 20018 (java) S 20005 20008 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728719419560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20019] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20019/stat : 20019 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770590 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728237091816 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20020] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20020/stat : 20020 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728236037880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20021] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20021/stat : 20021 (java) S 20005 20008 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728234984968 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20022] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20022/stat : 20022 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728233933456 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) S 20005 20008 19879 0 -1 4202560 5273 0 0 0 39 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728232880568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20024] ppid=20005 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20008/task/20024/stat : 20024 (java) S 20005 20008 19879 0 -1 4202560 9795 0 0 0 59 2 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728231827768 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20025] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20025/stat : 20025 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728230775160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20026] ppid=20005 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20008/task/20026/stat : 20026 (java) S 20005 20008 19879 0 -1 4202560 42 0 0 0 7 9 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728229722568 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20027] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20027/stat : 20027 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770604 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728228669096 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 715.41
Current children cumulated vsize (KiB) 9625040

[startup+715.201 s]
/proc/loadavg: 2.15 2.00 1.76 3/213 20108
/proc/meminfo: memFree=28489084/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=9625040 CPUtime=716.22 cores=0,2,4,6
/proc/20008/stat : 20008 (java) S 20005 20008 19879 0 -1 4202496 18941 0 1 0 71601 21 0 0 20 0 19 0 11770588 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 140736524027232 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 2406260 51355 2271 9 0 2396937 0
[pid=20008/tid=20009] ppid=20005 vsize=9625040 CPUtime=715.03 cores=0,2,4,6
/proc/20008/task/20009/stat : 20009 (java) R 20005 20008 19879 0 -1 4202560 2487 0 1 0 71487 16 0 0 20 0 19 0 11770588 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728883628600 139728725387950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20011] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20011/stat : 20011 (java) S 20005 20008 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728845122600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20012] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20012/stat : 20012 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728844069800 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20013] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20013/stat : 20013 (java) S 20005 20008 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728724683560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20014] ppid=20005 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/20008/task/20014/stat : 20014 (java) S 20005 20008 19879 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728723630760 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20015] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20015/stat : 20015 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728722577960 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20016] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20016/stat : 20016 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728721525160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20017] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20017/stat : 20017 (java) S 20005 20008 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728720472360 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20018] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20018/stat : 20018 (java) S 20005 20008 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 11770589 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728719419560 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20019] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20019/stat : 20019 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770590 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728237091816 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20020] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20020/stat : 20020 (java) S 20005 20008 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728236037880 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20021] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20021/stat : 20021 (java) S 20005 20008 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 11770591 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728234984968 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20022] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20022/stat : 20022 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728233933456 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) S 20005 20008 19879 0 -1 4202560 5273 0 0 0 39 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728232880568 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20008/tid=20024] ppid=20005 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/20008/task/20024/stat : 20024 (java) S 20005 20008 19879 0 -1 4202560 9795 0 0 0 59 2 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728231827768 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20008/tid=20025] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20025/stat : 20025 (java) S 20005 20008 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728230775160 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20008/tid=20026] ppid=20005 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/20008/task/20026/stat : 20026 (java) S 20005 20008 19879 0 -1 4202560 42 0 0 0 7 9 0 0 20 0 19 0 11770593 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728229722568 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20008/tid=20027] ppid=20005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20008/task/20027/stat : 20027 (java) S 20005 20008 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11770604 9856040960 51355 33554432000 1073741824 1073778376 140736524036096 139728228669096 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 716.22
Current children cumulated vsize (KiB) 9625040

[startup+715.401 s]
/proc/loadavg: 2.15 2.00 1.76 3/213 20108
/proc/meminfo: memFree=28489084/32872528 swapFree=7620/7620
[pid=20008] ppid=20005 vsize=0 CPUtime=716.61 cores=0,2,4,6
/proc/20008/stat : 20008 (java) Z 20005 20008 19879 0 -1 4203532 18980 0 1 0 71624 37 0 0 20 0 2 0 11770588 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20008/statm: 0 0 0 0 0 0 0
[pid=20008/tid=20023] ppid=20005 vsize=0 CPUtime=0.41 cores=0,2,4,6
/proc/20008/task/20023/stat : 20023 (java) R 20005 20008 19879 0 -1 4203588 5285 0 0 0 41 0 0 0 20 0 2 0 11770593 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 716.61
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 715.401
CPU time (s): 716.616
CPU user time (s): 716.242
CPU system time (s): 0.373943
CPU usage (%): 100.17
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 716.242
system time used= 0.373943
maximum resident set size= 206108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18980
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15383
involuntary context switches= 11667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5933 second user time and 4.69529 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 19:45:45
IDJOB=4120046
IDBENCH=109679
IDSOLVER=2546
FILE ID=node106/4120046-1467308745
RUNJOBID= node106-1467308742-19895
PBS_JOBID= 20005279
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n82-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120046-1467308745/watcher-4120046-1467308745 -o /tmp/evaluation-result-4120046-1467308745/solver-4120046-1467308745 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120046-1467308745.opb

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

MD5SUM BENCH= 2c49043becc1ef5d492289923a6c1dcb
RANDOM SEED=1795687879

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.495
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:        28857676 kB
Buffers:           76500 kB
Cached:          3131460 kB
SwapCached:            0 kB
Active:          2378160 kB
Inactive:         869584 kB
Active(anon):      26632 kB
Inactive(anon):    15724 kB
Active(file):    2351528 kB
Inactive(file):   853860 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1648 kB
Writeback:             4 kB
AnonPages:         51336 kB
Mapped:            23196 kB
Shmem:               204 kB
Slab:             625788 kB
SReclaimable:      68856 kB
SUnreclaim:       556932 kB
KernelStack:        1592 kB
PageTables:         3836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     695964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node106 at 2016-06-30 19:57:40