Trace number 4120838

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 760.918 759.441

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n80-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM749ce93b0e55143d58ba5f0ba32d1347
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 benchmark10.3114
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables120
Total number of constraints320
Number of constraints which are clauses320
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4120838-1467312699.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.046s.
0.09/0.16	c declared #vars     120
0.09/0.16	c #constraints  320
0.09/0.16	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.09/0.17	c 320 constraints processed.
0.60/0.49	c cleaning 2499 clauses out of 5001 with flag 20673/5001
1.22/0.95	c cleaning 4245 clauses out of 8502 with flag 46504/11001
1.82/1.56	c cleaning 5621 clauses out of 11257 with flag 76754/18001
2.73/2.42	c cleaning 6810 clauses out of 13636 with flag 110755/26001
3.95/3.60	c cleaning 7903 clauses out of 15825 with flag 149483/35000
4.82/4.48	c cleaning 8960 clauses out of 17923 with flag 194010/45001
5.51/5.15	c cleaning 9980 clauses out of 19963 with flag 247997/56001
6.71/6.36	c cleaning 10987 clauses out of 21983 with flag 314127/68001
8.51/8.13	c cleaning 11993 clauses out of 23995 with flag 396488/81000
10.71/10.30	c cleaning 12998 clauses out of 26002 with flag 483787/95000
13.21/12.84	c cleaning 14002 clauses out of 28005 with flag 576879/110001
15.21/14.85	c cleaning 14998 clauses out of 30002 with flag 663868/126000
17.81/17.47	c cleaning 15999 clauses out of 32005 with flag 755317/143001
20.81/20.46	c cleaning 16998 clauses out of 34006 with flag 854968/161001
24.21/23.85	c cleaning 18000 clauses out of 36007 with flag 960179/180000
28.30/27.96	c cleaning 18998 clauses out of 38007 with flag 1065852/200000
32.91/32.54	c cleaning 20003 clauses out of 40010 with flag 1175117/221001
38.61/38.20	c cleaning 21002 clauses out of 42007 with flag 1297770/243001
46.20/45.83	c cleaning 22000 clauses out of 44004 with flag 1419909/266000
54.80/54.42	c cleaning 23000 clauses out of 46004 with flag 1549717/290000
64.40/64.01	c cleaning 23998 clauses out of 48004 with flag 1686251/315000
74.50/74.12	c cleaning 25003 clauses out of 50006 with flag 1825993/341000
78.70/78.32	c cleaning 25996 clauses out of 52004 with flag 1959872/368001
84.80/84.42	c cleaning 27000 clauses out of 54007 with flag 2090331/396000
89.80/89.41	c cleaning 28000 clauses out of 56007 with flag 2228490/425000
94.70/94.35	c cleaning 29004 clauses out of 58008 with flag 2359162/455001
99.99/99.62	c cleaning 29998 clauses out of 60004 with flag 2499120/486001
106.60/106.26	c cleaning 31003 clauses out of 62005 with flag 2636136/518000
113.30/112.90	c cleaning 31998 clauses out of 64002 with flag 2772096/551000
121.10/120.71	c cleaning 32999 clauses out of 66004 with flag 2903932/585000
128.80/128.43	c cleaning 34003 clauses out of 68006 with flag 3047907/620001
137.20/136.83	c cleaning 34994 clauses out of 70002 with flag 3198635/656000
146.50/146.18	c cleaning 36000 clauses out of 72008 with flag 3370631/693000
157.10/156.79	c cleaning 37001 clauses out of 74008 with flag 3532362/731000
165.91/165.57	c cleaning 38002 clauses out of 76009 with flag 3708750/770002
174.74/174.32	c cleaning 39000 clauses out of 78005 with flag 3873831/810000
185.05/184.62	c cleaning 40000 clauses out of 80006 with flag 4040917/851001
196.55/196.13	c cleaning 40998 clauses out of 82006 with flag 4216489/893001
210.95/210.59	c cleaning 42002 clauses out of 84007 with flag 4409026/936000
223.65/223.28	c cleaning 42999 clauses out of 86006 with flag 4609856/980001
234.65/234.25	c cleaning 43998 clauses out of 88006 with flag 4810256/1025000
246.65/246.27	c cleaning 45003 clauses out of 90009 with flag 5019050/1071001
257.35/256.93	c cleaning 45998 clauses out of 92006 with flag 5230357/1118001
269.26/268.83	c cleaning 47001 clauses out of 94007 with flag 5428539/1166000
283.46/283.02	c cleaning 47999 clauses out of 96007 with flag 5619306/1215001
302.25/301.85	c cleaning 48999 clauses out of 98007 with flag 5825145/1265000
324.55/324.12	c cleaning 50003 clauses out of 100009 with flag 6048069/1316001
351.36/350.94	c cleaning 50999 clauses out of 102005 with flag 6251915/1368000
377.36/376.94	c cleaning 52001 clauses out of 104006 with flag 6467457/1421000
403.86/403.41	c cleaning 53004 clauses out of 106007 with flag 6680742/1475002
427.56/427.12	c cleaning 53998 clauses out of 108002 with flag 6901981/1530001
451.02/450.16	c cleaning 54998 clauses out of 110003 with flag 7121892/1586000
477.81/476.94	c cleaning 56002 clauses out of 112006 with flag 7341914/1643001
506.42/505.43	c cleaning 56998 clauses out of 114003 with flag 7566495/1701000
533.62/532.67	c cleaning 57999 clauses out of 116005 with flag 7799594/1760000
564.90/563.83	c cleaning 59000 clauses out of 118007 with flag 8027759/1820001
591.48/590.44	c cleaning 60001 clauses out of 120007 with flag 8263700/1881001
620.00/618.91	c cleaning 60999 clauses out of 122004 with flag 8504181/1943000
655.84/654.79	c cleaning 61999 clauses out of 124006 with flag 8760672/2006001
695.03/693.99	c cleaning 62999 clauses out of 126006 with flag 9006053/2070001
729.53/728.47	c cleaning 64002 clauses out of 128005 with flag 9248135/2135000
760.61/759.40	c starts		: 438
760.61/759.40	c conflicts		: 2190838
760.61/759.40	c decisions		: 2852057
760.61/759.40	c propagations		: 18088654
760.61/759.40	c inspects		: 20597325069
760.61/759.40	c shortcuts		: 0
760.61/759.40	c learnt literals	: 19
760.61/759.40	c learnt binary clauses	: 17
760.61/759.40	c learnt ternary clauses	: 38
760.61/759.40	c learnt constraints	: 2190818
760.61/759.40	c ignored constraints	: 0
760.61/759.40	c root simplifications	: 0
760.61/759.40	c removed literals (reason simplification)	: 0
760.61/759.40	c reason swapping (by a shorter reason)	: 0
760.61/759.40	c Calls to reduceDB	: 61
760.61/759.40	c Number of update (reduction) of LBD	: 227411
760.61/759.40	c Imported unit clauses	: 0
760.61/759.40	c number of reductions to clauses (during analyze)	: 0
760.61/759.40	c number of learned constraints concerned by reduction	: 0
760.61/759.40	c number of learning phase by resolution	: 0
760.61/759.40	c number of learning phase by cutting planes	: 0
760.61/759.40	c speed (assignments/second)	: 23824.779350848286
760.61/759.40	c non guided choices	648
760.61/759.43	c learnt constraints type 
760.61/759.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
760.61/759.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119807
760.61/759.43	s UNSATISFIABLE
760.61/759.43	c Total wall clock time (in seconds): 759.315

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

pid=21230
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.01 1.96 3/194 21233
/proc/meminfo: memFree=28786688/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21233/stat : 21233 (java) R 21230 21233 19879 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 12165979 2560000 47 33554432000 1073741824 1073778376 140733955383776 140733955380904 218225536295 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 892 48 37 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.03 2.01 1.96 3/194 21233
/proc/meminfo: memFree=28786688/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 4417 0 1 0 9 0 0 0 20 0 18 0 12165979 9787879424 6037 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.03 2.01 1.96 3/194 21233
/proc/meminfo: memFree=28786688/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 5622 0 1 0 23 1 0 0 20 0 19 0 12165979 9856040960 6876 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 6876 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300273 s]
/proc/loadavg: 2.03 2.01 1.96 3/194 21233
/proc/meminfo: memFree=28786688/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 7118 0 1 0 46 2 0 0 20 0 19 0 12165979 9856040960 7573 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 7573 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700196 s]
/proc/loadavg: 2.03 2.01 1.96 3/194 21233
/proc/meminfo: memFree=28786688/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 8277 0 1 0 99 2 0 0 20 0 19 0 12165979 9856040960 8769 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 8769 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.03 2.01 1.96 3/213 21252
/proc/meminfo: memFree=28757536/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 8280 0 1 0 180 2 0 0 20 0 19 0 12165979 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 9793 2250 9 0 2396937 0
[pid=21233/tid=21235] ppid=21230 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 19879 0 -1 4202560 2418 0 1 0 145 1 0 0 20 0 19 0 12165980 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112200339872 140112050954324 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21236] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112172792744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21237] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112171740200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21238] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112170687144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21239] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112169634600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21240] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112039553448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21241] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112038500904 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21242] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112037447848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21243] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140112036395304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21244] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12165982 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111553882984 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21245] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111552829304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21246] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111551776136 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21247] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111550724880 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21248] ppid=21230 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 19879 0 -1 4202560 2937 0 0 0 19 0 0 0 20 0 19 0 12165985 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111549671736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21249] ppid=21230 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 19879 0 -1 4202560 1654 0 0 0 13 0 0 0 20 0 19 0 12165985 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111548619192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21250] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111547566328 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21251] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111546513992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21252] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165996 9856040960 9793 33554432000 1073741824 1073778376 140733955383776 140111545460264 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.03 2.01 1.96 3/213 21252
/proc/meminfo: memFree=28755240/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 8359 0 1 0 343 2 0 0 20 0 19 0 12165979 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 10312 2250 9 0 2396937 0
[pid=21233/tid=21235] ppid=21230 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 19879 0 -1 4202560 2419 0 1 0 305 1 0 0 20 0 19 0 12165980 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112200339720 140112050954550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21236] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112172792744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21237] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112171740200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21238] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112170687144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21239] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112169634600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21240] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112039553448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21241] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112038500904 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21242] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112037447848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21243] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140112036395304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21244] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12165982 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111553882984 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21245] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111552829304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21246] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111551776136 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21247] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111550724880 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21248] ppid=21230 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 19879 0 -1 4202560 2937 0 0 0 19 0 0 0 20 0 19 0 12165985 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111549671736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21249] ppid=21230 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 19879 0 -1 4202560 1732 0 0 0 16 0 0 0 20 0 19 0 12165985 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111548619192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21250] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111547566328 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21251] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111546513992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21252] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165996 9856040960 10312 33554432000 1073741824 1073778376 140733955383776 140111545460264 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.02 2.01 1.96 3/213 21252
/proc/meminfo: memFree=28740736/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 9615 0 1 0 669 2 0 0 20 0 19 0 12165979 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 12829 2252 9 0 2396937 0
[pid=21233/tid=21235] ppid=21230 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 19879 0 -1 4202560 2424 0 1 0 625 1 0 0 20 0 19 0 12165980 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112200330928 140112051000529 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21236] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112172792744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21237] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112171740200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21238] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112170687144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21239] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112169634600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21240] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112039553448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21241] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112038500904 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21242] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112037447848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21243] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 19879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140112036395304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21244] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12165982 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111553882984 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21245] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 19879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111552829304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21246] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 19879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111551776136 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21247] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111550724880 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21248] ppid=21230 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 19879 0 -1 4202560 2937 0 0 0 19 0 0 0 20 0 19 0 12165985 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111549671736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21249] ppid=21230 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 19879 0 -1 4202560 2982 0 0 0 22 0 0 0 20 0 19 0 12165985 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111548619192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21250] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111547566328 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21251] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 19879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111546513992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21252] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165996 9856040960 12829 33554432000 1073741824 1073778376 140733955383776 140111545460264 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=21233/tid=21238] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 19879 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112170687144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21239] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112169634600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21240] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 19879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112039553448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21241] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112038500904 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21242] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112037447848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21243] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112036395304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21244] ppid=21230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 19879 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 19 0 12165982 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111553882984 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21245] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111552829304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21246] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111551776136 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21247] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111550724880 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21248] ppid=21230 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 19879 0 -1 4202560 10992 0 0 0 73 2 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111549671736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21249] ppid=21230 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 19879 0 -1 4202560 5204 0 0 0 39 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111548619192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21250] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111547566328 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21251] ppid=21230 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 19879 0 -1 4202560 46 0 0 0 10 9 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111546513992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21252] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165996 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111545460264 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 758.02
Current children cumulated vsize (KiB) 9625040

[startup+758.401 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 21357
/proc/meminfo: memFree=28511444/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=759.61 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 20102 0 1 0 75939 22 0 0 20 0 19 0 12165979 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 51379 2271 9 0 2396937 0
[pid=21233/tid=21235] ppid=21230 vsize=9625040 CPUtime=758.18 cores=0,2,4,6
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 19879 0 -1 4202560 2498 0 1 0 75802 16 0 0 20 0 19 0 12165980 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112200337856 140112050954275 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21236] ppid=21230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 19879 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112172792744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21237] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112171740200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21238] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 19879 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112170687144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21239] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112169634600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21240] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 19879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112039553448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21241] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112038500904 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21242] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112037447848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21243] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112036395304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21244] ppid=21230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 19879 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 19 0 12165982 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111553882984 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21245] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111552829304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21246] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111551776136 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21247] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111550724880 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21248] ppid=21230 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 19879 0 -1 4202560 10992 0 0 0 73 2 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111549671736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21249] ppid=21230 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 19879 0 -1 4202560 5204 0 0 0 39 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111548619192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21250] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111547566328 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21251] ppid=21230 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 19879 0 -1 4202560 46 0 0 0 10 9 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111546513992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21252] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165996 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111545460264 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 759.61
Current children cumulated vsize (KiB) 9625040

[startup+759.201 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 21357
/proc/meminfo: memFree=28511444/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=760.41 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 20102 0 1 0 76019 22 0 0 20 0 19 0 12165979 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 51379 2271 9 0 2396937 0
[pid=21233/tid=21235] ppid=21230 vsize=9625040 CPUtime=758.98 cores=0,2,4,6
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 19879 0 -1 4202560 2498 0 1 0 75882 16 0 0 20 0 19 0 12165980 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112200337856 140112050954240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21236] ppid=21230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 19879 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112172792744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21237] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112171740200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21238] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 19879 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112170687144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21239] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112169634600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21240] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 19879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112039553448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21241] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112038500904 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21242] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112037447848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21243] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112036395304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21244] ppid=21230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 19879 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 19 0 12165982 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111553882984 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21245] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111552829304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21246] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111551776136 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21247] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111550724880 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21248] ppid=21230 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 19879 0 -1 4202560 10992 0 0 0 73 2 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111549671736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21249] ppid=21230 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 19879 0 -1 4202560 5204 0 0 0 39 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111548619192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21250] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111547566328 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21251] ppid=21230 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 19879 0 -1 4202560 46 0 0 0 10 9 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111546513992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21252] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165996 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111545460264 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 760.41
Current children cumulated vsize (KiB) 9625040

[startup+759.401 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 21357
/proc/meminfo: memFree=28511444/32872528 swapFree=7620/7620
[pid=21233] ppid=21230 vsize=9625040 CPUtime=760.61 cores=0,2,4,6
/proc/21233/stat : 21233 (java) S 21230 21233 19879 0 -1 4202496 20102 0 1 0 76039 22 0 0 20 0 19 0 12165979 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140733955374912 218238058557 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21233/statm: 2406260 51379 2271 9 0 2396937 0
[pid=21233/tid=21235] ppid=21230 vsize=9625040 CPUtime=759.18 cores=0,2,4,6
/proc/21233/task/21235/stat : 21235 (java) R 21230 21233 19879 0 -1 4202560 2498 0 1 0 75902 16 0 0 20 0 19 0 12165980 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112200337856 140112051233788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21236] ppid=21230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21233/task/21236/stat : 21236 (java) S 21230 21233 19879 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112172792744 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21237] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21237/stat : 21237 (java) S 21230 21233 19879 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112171740200 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21238] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21238/stat : 21238 (java) S 21230 21233 19879 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112170687144 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21239] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21239/stat : 21239 (java) S 21230 21233 19879 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112169634600 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21240] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21240/stat : 21240 (java) S 21230 21233 19879 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112039553448 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21241] ppid=21230 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21233/task/21241/stat : 21241 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112038500904 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21242] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21242/stat : 21242 (java) S 21230 21233 19879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112037447848 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21243] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21243/stat : 21243 (java) S 21230 21233 19879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12165981 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140112036395304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21233/tid=21244] ppid=21230 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21233/task/21244/stat : 21244 (java) S 21230 21233 19879 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 19 0 12165982 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111553882984 218238072745 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21245] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21245/stat : 21245 (java) S 21230 21233 19879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111552829304 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21246] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21246/stat : 21246 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165983 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111551776136 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21247] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21247/stat : 21247 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111550724880 218238080800 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21248] ppid=21230 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/21233/task/21248/stat : 21248 (java) S 21230 21233 19879 0 -1 4202560 10992 0 0 0 73 2 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111549671736 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21249] ppid=21230 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/21233/task/21249/stat : 21249 (java) S 21230 21233 19879 0 -1 4202560 5204 0 0 0 39 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111548619192 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21233/tid=21250] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21250/stat : 21250 (java) S 21230 21233 19879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111547566328 218238071868 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21233/tid=21251] ppid=21230 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21233/task/21251/stat : 21251 (java) S 21230 21233 19879 0 -1 4202560 46 0 0 0 10 9 0 0 20 0 19 0 12165985 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111546513992 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21233/tid=21252] ppid=21230 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21233/task/21252/stat : 21252 (java) S 21230 21233 19879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12165996 9856040960 51379 33554432000 1073741824 1073778376 140733955383776 140111545460264 218238072745 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 760.61
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 759.441
CPU time (s): 760.918
CPU user time (s): 760.487
CPU system time (s): 0.430934
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 760.487
system time used= 0.430934
maximum resident set size= 208700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16323
involuntary context switches= 7713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.75428 second user time and 5.08623 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-30 20:51:39
IDJOB=4120838
IDBENCH=110153
IDSOLVER=2546
FILE ID=node106/4120838-1467312699
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-n80-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120838-1467312699/watcher-4120838-1467312699 -o /tmp/evaluation-result-4120838-1467312699/solver-4120838-1467312699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1467308742-19895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120838-1467312699.opb

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

MD5SUM BENCH= 749ce93b0e55143d58ba5f0ba32d1347
RANDOM SEED=1550300576

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:        28787432 kB
Buffers:           80360 kB
Cached:          3132988 kB
SwapCached:            0 kB
Active:          2426896 kB
Inactive:         873048 kB
Active(anon):      73712 kB
Inactive(anon):    15724 kB
Active(file):    2353184 kB
Inactive(file):   857324 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               620 kB
Writeback:            12 kB
AnonPages:        117236 kB
Mapped:            23328 kB
Shmem:               204 kB
Slab:             625984 kB
SReclaimable:      69052 kB
SUnreclaim:       556932 kB
KernelStack:        1624 kB
PageTables:         3792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     696284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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 21:04:18