Trace number 4120238

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 911.984 910.259

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n92-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM2b5eccd64f0fa8389c9bc1072659d200
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 benchmark2.27665
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables138
Total number of constraints368
Number of constraints which are clauses368
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4120238-1467310584.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.049s.
0.10/0.15	c declared #vars     138
0.10/0.15	c #constraints  368
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 368
0.10/0.15	c 368 constraints processed.
0.65/0.41	c cleaning 2497 clauses out of 5001 with flag 21097/5001
0.92/0.57	c cleaning 4241 clauses out of 8504 with flag 48880/11001
1.33/0.82	c cleaning 5629 clauses out of 11263 with flag 80198/18001
1.64/1.11	c cleaning 6810 clauses out of 13633 with flag 115343/26000
2.05/1.57	c cleaning 7907 clauses out of 15823 with flag 155629/35000
2.65/2.15	c cleaning 8954 clauses out of 17917 with flag 202086/45001
3.35/2.85	c cleaning 9977 clauses out of 19963 with flag 258007/56001
4.45/3.91	c cleaning 10986 clauses out of 21985 with flag 320058/68000
5.35/4.81	c cleaning 11995 clauses out of 23999 with flag 386023/81000
6.45/5.91	c cleaning 12995 clauses out of 26004 with flag 461943/95000
7.65/7.17	c cleaning 14000 clauses out of 28010 with flag 531196/110001
9.15/8.62	c cleaning 14999 clauses out of 30010 with flag 600198/126001
11.15/10.69	c cleaning 15996 clauses out of 32010 with flag 682762/143000
13.25/12.74	c cleaning 17002 clauses out of 34014 with flag 771878/161000
15.35/14.86	c cleaning 18001 clauses out of 36012 with flag 853078/180000
17.76/17.22	c cleaning 18998 clauses out of 38011 with flag 943522/200000
19.86/19.36	c cleaning 20004 clauses out of 40013 with flag 1032712/221000
22.66/22.15	c cleaning 20997 clauses out of 42010 with flag 1135544/243001
26.16/25.63	c cleaning 22001 clauses out of 44013 with flag 1244123/266001
30.16/29.63	c cleaning 22998 clauses out of 46012 with flag 1365572/290001
34.95/34.42	c cleaning 23999 clauses out of 48013 with flag 1492815/315000
40.16/39.65	c cleaning 25000 clauses out of 50014 with flag 1626194/341000
45.96/45.45	c cleaning 26003 clauses out of 52015 with flag 1760083/368001
50.06/49.59	c cleaning 26998 clauses out of 54012 with flag 1897410/396001
54.95/54.49	c cleaning 28000 clauses out of 56013 with flag 2026850/425000
61.45/60.99	c cleaning 29005 clauses out of 58013 with flag 2157869/455000
67.06/66.56	c cleaning 30002 clauses out of 60009 with flag 2292936/486001
72.26/71.70	c cleaning 31003 clauses out of 62007 with flag 2437046/518001
78.45/77.94	c cleaning 31995 clauses out of 64004 with flag 2584146/551001
84.95/84.43	c cleaning 33003 clauses out of 66009 with flag 2727267/585001
91.05/90.50	c cleaning 33997 clauses out of 68005 with flag 2873426/620000
99.35/98.86	c cleaning 35003 clauses out of 70009 with flag 3031938/656001
107.37/106.85	c cleaning 36001 clauses out of 72005 with flag 3192095/693000
116.66/116.18	c cleaning 37000 clauses out of 74005 with flag 3358442/731001
126.46/125.99	c cleaning 38000 clauses out of 76005 with flag 3517528/770001
136.66/136.18	c cleaning 38997 clauses out of 78004 with flag 3690768/810000
147.76/147.24	c cleaning 39998 clauses out of 80007 with flag 3868964/851000
158.56/158.08	c cleaning 41005 clauses out of 82009 with flag 4036810/893000
169.49/168.98	c cleaning 42000 clauses out of 84005 with flag 4219130/936001
180.50/179.96	c cleaning 43001 clauses out of 86005 with flag 4397757/980001
192.90/192.39	c cleaning 44001 clauses out of 88004 with flag 4589131/1025001
207.71/206.78	c cleaning 44998 clauses out of 90002 with flag 4787285/1071000
221.56/220.51	c cleaning 45996 clauses out of 92004 with flag 4979323/1118000
235.96/234.94	c cleaning 47001 clauses out of 94008 with flag 5182193/1166000
252.36/251.35	c cleaning 48001 clauses out of 96008 with flag 5389759/1215001
269.56/268.52	c cleaning 49001 clauses out of 98007 with flag 5594289/1265001
286.95/285.97	c cleaning 49997 clauses out of 100006 with flag 5802855/1316001
305.95/304.96	c cleaning 50999 clauses out of 102008 with flag 6017879/1368000
326.67/325.63	c cleaning 52005 clauses out of 104009 with flag 6248235/1421000
345.18/344.11	c cleaning 52997 clauses out of 106004 with flag 6460868/1475000
367.19/366.14	c cleaning 53999 clauses out of 108006 with flag 6691325/1530000
392.09/391.01	c cleaning 55002 clauses out of 110008 with flag 6926709/1586001
419.71/418.65	c cleaning 56002 clauses out of 112005 with flag 7164135/1643000
449.61/448.51	c cleaning 56999 clauses out of 114003 with flag 7414136/1701000
478.91/477.82	c cleaning 58000 clauses out of 116005 with flag 7658432/1760001
507.73/506.61	c cleaning 58997 clauses out of 118005 with flag 7908032/1820001
536.54/535.45	c cleaning 59999 clauses out of 120008 with flag 8157498/1881001
569.12/567.97	c cleaning 61002 clauses out of 122008 with flag 8404098/1943000
600.13/598.92	c cleaning 61998 clauses out of 124007 with flag 8661915/2006001
631.35/630.19	c cleaning 63001 clauses out of 126008 with flag 8916894/2070000
666.26/665.03	c cleaning 64000 clauses out of 128007 with flag 9186853/2135000
703.78/702.52	c cleaning 65004 clauses out of 130007 with flag 9457517/2201000
737.59/736.32	c cleaning 66000 clauses out of 132003 with flag 9726974/2268000
775.73/774.42	c cleaning 67000 clauses out of 134002 with flag 10006031/2336000
812.23/810.92	c cleaning 67999 clauses out of 136002 with flag 10293588/2405000
856.34/854.94	c cleaning 68994 clauses out of 138002 with flag 10585106/2475001
904.76/903.37	c cleaning 69999 clauses out of 140005 with flag 10881486/2546000
911.66/910.23	c starts		: 1162
911.66/910.23	c conflicts		: 2565275
911.66/910.23	c decisions		: 3847856
911.66/910.23	c propagations		: 14950187
911.66/910.23	c inspects		: 22432131596
911.66/910.23	c shortcuts		: 0
911.66/910.23	c learnt literals	: 21
911.66/910.23	c learnt binary clauses	: 17
911.66/910.23	c learnt ternary clauses	: 35
911.66/910.23	c learnt constraints	: 2565253
911.66/910.23	c ignored constraints	: 0
911.66/910.23	c root simplifications	: 0
911.66/910.23	c removed literals (reason simplification)	: 0
911.66/910.23	c reason swapping (by a shorter reason)	: 0
911.66/910.23	c Calls to reduceDB	: 67
911.66/910.23	c Number of update (reduction) of LBD	: 116967
911.66/910.23	c Imported unit clauses	: 0
911.66/910.23	c number of reductions to clauses (during analyze)	: 0
911.66/910.23	c number of learned constraints concerned by reduction	: 0
911.66/910.23	c number of learning phase by resolution	: 0
911.66/910.23	c number of learning phase by cutting planes	: 0
911.66/910.23	c speed (assignments/second)	: 16427.459115917074
911.66/910.23	c non guided choices	835
911.66/910.25	c learnt constraints type 
911.66/910.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
911.66/910.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89248
911.66/910.25	s UNSATISFIABLE
911.66/910.25	c Total wall clock time (in seconds): 910.152

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-4120238-1467310584/watcher-4120238-1467310584 -o /tmp/evaluation-result-4120238-1467310584/solver-4120238-1467310584 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120238-1467310584.opb 

pid=13308
running on 4 cores: 1,3,5,7

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.13 2.08 1.96 3/194 13311
/proc/meminfo: memFree=31185336/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 1327 0 0 0 0 0 0 0 20 0 2 0 10089754 98635776 958 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 24081 959 728 9 0 16771 0
[pid=13311/tid=13312] ppid=13308 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10089755 98570240 976 33554432000 1073741824 1073778376 140736341237888 139918695181864 224922518912 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.13 2.08 1.96 3/194 13311
/proc/meminfo: memFree=31185336/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 4545 0 1 0 10 0 0 0 20 0 18 0 10089754 9787879424 5658 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2389619 5658 2157 9 0 2380296 0
[pid=13311/tid=13312] ppid=13308 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2435 0 1 0 7 0 0 0 20 0 18 0 10089755 9787879424 5658 33554432000 1073741824 1073778376 140736341237888 139918695185312 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.13 2.08 1.96 3/194 13311
/proc/meminfo: memFree=31185336/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 6145 0 1 0 27 1 0 0 20 0 19 0 10089754 9856040960 6780 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 6780 2223 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2464 0 1 0 17 0 0 0 20 0 19 0 10089755 9856040960 6780 33554432000 1073741824 1073778376 140736341237888 139918695187072 139918699484240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300373 s]
/proc/loadavg: 2.13 2.08 1.96 3/194 13311
/proc/meminfo: memFree=31185336/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 6225 0 1 0 46 1 0 0 20 0 19 0 10089754 9856040960 7292 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 7292 2242 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2467 0 1 0 27 0 0 0 20 0 19 0 10089755 9856040960 7292 33554432000 1073741824 1073778376 140736341237888 139918695187072 139918567265159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.70033 s]
/proc/loadavg: 2.13 2.08 1.96 3/194 13311
/proc/meminfo: memFree=31185336/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 15889 0 1 0 119 4 0 0 20 0 19 0 10089754 9856040960 14219 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 14219 2255 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2468 0 1 0 67 0 0 0 20 0 19 0 10089755 9856040960 14219 33554432000 1073741824 1073778376 140736341237888 139918695187072 139918567255672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.13 2.08 1.96 3/213 13330
/proc/meminfo: memFree=31136488/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 15896 0 1 0 201 4 0 0 20 0 19 0 10089754 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 14736 2257 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2470 0 1 0 147 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918695186712 139918567255672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13314] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13314/stat : 13314 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918539221160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13315] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13315/stat : 13315 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918538168616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13316] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13316/stat : 13316 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918537116072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13317] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13317/stat : 13317 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918536063528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13318] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13318/stat : 13318 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918535010984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13319] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13319/stat : 13319 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918533958440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13320] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13320/stat : 13320 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918532905896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13321] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13321/stat : 13321 (java) S 13308 13311 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918531853352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13322] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13322/stat : 13322 (java) S 13308 13311 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10089756 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918519441512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13323] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13323/stat : 13323 (java) S 13308 13311 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918518387832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13324] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13324/stat : 13324 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918517335176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13325] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13325/stat : 13325 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918516283920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13326] ppid=13308 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13311/task/13326/stat : 13326 (java) S 13308 13311 12722 0 -1 4202560 8036 0 0 0 25 2 0 0 20 0 19 0 10089759 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918515231288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13327] ppid=13308 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13311/task/13327/stat : 13327 (java) S 13308 13311 12722 0 -1 4202560 4119 0 0 0 26 2 0 0 20 0 19 0 10089759 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918514178744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13328] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13328/stat : 13328 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918513126392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13329] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13329/stat : 13329 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918512074056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13330] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13330/stat : 13330 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089770 9856040960 14736 33554432000 1073741824 1073778376 140736341237888 139918510969640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.13 2.08 1.96 3/213 13330
/proc/meminfo: memFree=31130468/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 15898 0 1 0 361 4 0 0 20 0 19 0 10089754 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 15760 2257 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2472 0 1 0 307 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918695177920 139918567273734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13314] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13314/stat : 13314 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918539221160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13315] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13315/stat : 13315 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918538168616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13316] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13316/stat : 13316 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918537116072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13317] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13317/stat : 13317 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918536063528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13318] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13318/stat : 13318 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918535010984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13319] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13319/stat : 13319 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918533958440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13320] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13320/stat : 13320 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918532905896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13321] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13321/stat : 13321 (java) S 13308 13311 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918531853352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13322] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13322/stat : 13322 (java) S 13308 13311 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10089756 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918519441512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13323] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13323/stat : 13323 (java) S 13308 13311 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918518387832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13324] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13324/stat : 13324 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918517335176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13325] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13325/stat : 13325 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918516283920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13326] ppid=13308 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13311/task/13326/stat : 13326 (java) S 13308 13311 12722 0 -1 4202560 8036 0 0 0 25 2 0 0 20 0 19 0 10089759 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918515231288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13327] ppid=13308 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13311/task/13327/stat : 13327 (java) S 13308 13311 12722 0 -1 4202560 4119 0 0 0 26 2 0 0 20 0 19 0 10089759 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918514178744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13328] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13328/stat : 13328 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918513126392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13329] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13329/stat : 13329 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918512074056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13330] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13330/stat : 13330 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089770 9856040960 15760 33554432000 1073741824 1073778376 140736341237888 139918510969640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.12 2.07 1.96 3/213 13330
/proc/meminfo: memFree=31139608/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 15903 0 1 0 681 4 0 0 20 0 19 0 10089754 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 13329 2258 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2476 0 1 0 627 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918695177920 139918567274179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13314] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13314/stat : 13314 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918539221160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13315] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13315/stat : 13315 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918538168616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13316] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13316/stat : 13316 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918537116072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13317] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13317/stat : 13317 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918536063528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13318] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13318/stat : 13318 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918535010984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13319] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13319/stat : 13319 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918533958440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13320] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13320/stat : 13320 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918532905896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13321] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13321/stat : 13321 (java) S 13308 13311 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918531853352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13322] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13322/stat : 13322 (java) S 13308 13311 12722 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10089756 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918519441512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13323] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13323/stat : 13323 (java) S 13308 13311 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918518387832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13324] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13324/stat : 13324 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918517335176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13325] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13325/stat : 13325 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918516283920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13326] ppid=13308 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/13311/task/13326/stat : 13326 (java) S 13308 13311 12722 0 -1 4202560 8036 0 0 0 25 2 0 0 20 0 19 0 10089759 9856040960 13329 33554432000 1073741824 1073778376 140736341237888 139918515231288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13327] ppid=13308 vsize=9625040 CPUtime=0.28 cores=1,3,5,7

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

[pid=13311/tid=13316] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13316/stat : 13316 (java) S 13308 13311 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918537116072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13317] ppid=13308 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13311/task/13317/stat : 13317 (java) S 13308 13311 12722 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918536063528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13318] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13318/stat : 13318 (java) S 13308 13311 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918535010984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13319] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13319/stat : 13319 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918533958440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13320] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13320/stat : 13320 (java) S 13308 13311 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918532905896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13321] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13321/stat : 13321 (java) S 13308 13311 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918531853352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13322] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13322/stat : 13322 (java) S 13308 13311 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10089756 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918519441512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13323] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13323/stat : 13323 (java) S 13308 13311 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918518387832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13324] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13324/stat : 13324 (java) S 13308 13311 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918517335176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13325] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13325/stat : 13325 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918516283920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13326] ppid=13308 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13311/task/13326/stat : 13326 (java) S 13308 13311 12722 0 -1 4202560 14011 0 0 0 72 4 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918515231288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13327] ppid=13308 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13311/task/13327/stat : 13327 (java) S 13308 13311 12722 0 -1 4202560 4130 0 0 0 33 2 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918514178744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13328] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13328/stat : 13328 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918513126392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13329] ppid=13308 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13311/task/13329/stat : 13329 (java) S 13308 13311 12722 0 -1 4202560 54 0 0 0 11 23 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918512074056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13330] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13330/stat : 13330 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089770 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918510969640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 910.26
Current children cumulated vsize (KiB) 9625040

[startup+909.601 s]
/proc/loadavg: 2.13 2.10 2.01 3/213 13548
/proc/meminfo: memFree=30851944/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=911.06 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 22097 0 1 0 91069 37 0 0 20 0 19 0 10089754 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 51840 2272 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=909.59 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2546 0 1 0 90942 17 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918695177920 139918567517310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13314] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13314/stat : 13314 (java) S 13308 13311 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918539221160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13315] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13315/stat : 13315 (java) S 13308 13311 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918538168616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13316] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13316/stat : 13316 (java) S 13308 13311 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918537116072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13317] ppid=13308 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13311/task/13317/stat : 13317 (java) S 13308 13311 12722 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918536063528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13318] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13318/stat : 13318 (java) S 13308 13311 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918535010984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13319] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13319/stat : 13319 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918533958440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13320] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13320/stat : 13320 (java) S 13308 13311 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918532905896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13321] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13321/stat : 13321 (java) S 13308 13311 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918531853352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13322] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13322/stat : 13322 (java) S 13308 13311 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10089756 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918519441512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13323] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13323/stat : 13323 (java) S 13308 13311 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918518387832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13324] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13324/stat : 13324 (java) S 13308 13311 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918517335176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13325] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13325/stat : 13325 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918516283920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13326] ppid=13308 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13311/task/13326/stat : 13326 (java) S 13308 13311 12722 0 -1 4202560 14011 0 0 0 72 4 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918515231288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13327] ppid=13308 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13311/task/13327/stat : 13327 (java) S 13308 13311 12722 0 -1 4202560 4130 0 0 0 33 2 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918514178744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13328] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13328/stat : 13328 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918513126392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13329] ppid=13308 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13311/task/13329/stat : 13329 (java) S 13308 13311 12722 0 -1 4202560 54 0 0 0 11 23 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918512074056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13330] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13330/stat : 13330 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089770 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918510969640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 911.06
Current children cumulated vsize (KiB) 9625040

[startup+910.001 s]
/proc/loadavg: 2.13 2.10 2.01 3/213 13548
/proc/meminfo: memFree=30851944/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=911.46 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 22097 0 1 0 91109 37 0 0 20 0 19 0 10089754 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 51840 2272 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=909.99 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2546 0 1 0 90982 17 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918695177920 139918567517176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13314] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13314/stat : 13314 (java) S 13308 13311 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918539221160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13315] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13315/stat : 13315 (java) S 13308 13311 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918538168616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13316] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13316/stat : 13316 (java) S 13308 13311 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918537116072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13317] ppid=13308 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13311/task/13317/stat : 13317 (java) S 13308 13311 12722 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918536063528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13318] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13318/stat : 13318 (java) S 13308 13311 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918535010984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13319] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13319/stat : 13319 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918533958440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13320] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13320/stat : 13320 (java) S 13308 13311 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918532905896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13321] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13321/stat : 13321 (java) S 13308 13311 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918531853352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13322] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13322/stat : 13322 (java) S 13308 13311 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10089756 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918519441512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13323] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13323/stat : 13323 (java) S 13308 13311 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918518387832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13324] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13324/stat : 13324 (java) S 13308 13311 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918517335176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13325] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13325/stat : 13325 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918516283920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13326] ppid=13308 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13311/task/13326/stat : 13326 (java) S 13308 13311 12722 0 -1 4202560 14011 0 0 0 72 4 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918515231288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13327] ppid=13308 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13311/task/13327/stat : 13327 (java) S 13308 13311 12722 0 -1 4202560 4130 0 0 0 33 2 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918514178744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13328] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13328/stat : 13328 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918513126392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13329] ppid=13308 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13311/task/13329/stat : 13329 (java) S 13308 13311 12722 0 -1 4202560 54 0 0 0 11 23 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918512074056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13330] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13330/stat : 13330 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089770 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918510969640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 911.46
Current children cumulated vsize (KiB) 9625040

[startup+910.201 s]
/proc/loadavg: 2.13 2.10 2.01 3/213 13548
/proc/meminfo: memFree=30851944/32872528 swapFree=171816/177948
[pid=13311] ppid=13308 vsize=9625040 CPUtime=911.66 cores=1,3,5,7
/proc/13311/stat : 13311 (java) S 13308 13311 12722 0 -1 4202496 22097 0 1 0 91129 37 0 0 20 0 19 0 10089754 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 140736341229024 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13311/statm: 2406260 51840 2272 9 0 2396937 0
[pid=13311/tid=13312] ppid=13308 vsize=9625040 CPUtime=910.19 cores=1,3,5,7
/proc/13311/task/13312/stat : 13312 (java) R 13308 13311 12722 0 -1 4202560 2546 0 1 0 91002 17 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918695177920 139918567517179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13314] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13314/stat : 13314 (java) S 13308 13311 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918539221160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13315] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13315/stat : 13315 (java) S 13308 13311 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918538168616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13316] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13316/stat : 13316 (java) S 13308 13311 12722 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918537116072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13311/tid=13317] ppid=13308 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/13311/task/13317/stat : 13317 (java) S 13308 13311 12722 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918536063528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13318] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13318/stat : 13318 (java) S 13308 13311 12722 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918535010984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13319] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13319/stat : 13319 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918533958440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13320] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13320/stat : 13320 (java) S 13308 13311 12722 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918532905896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13321] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13321/stat : 13321 (java) S 13308 13311 12722 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10089755 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918531853352 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13322] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13322/stat : 13322 (java) S 13308 13311 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10089756 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918519441512 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13323] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13323/stat : 13323 (java) S 13308 13311 12722 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918518387832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13324] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13324/stat : 13324 (java) S 13308 13311 12722 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10089757 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918517335176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13325] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13325/stat : 13325 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918516283920 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13311/tid=13326] ppid=13308 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13311/task/13326/stat : 13326 (java) S 13308 13311 12722 0 -1 4202560 14011 0 0 0 72 4 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918515231288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13327] ppid=13308 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/13311/task/13327/stat : 13327 (java) S 13308 13311 12722 0 -1 4202560 4130 0 0 0 33 2 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918514178744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13328] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13328/stat : 13328 (java) S 13308 13311 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918513126392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13311/tid=13329] ppid=13308 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13311/task/13329/stat : 13329 (java) S 13308 13311 12722 0 -1 4202560 54 0 0 0 11 23 0 0 20 0 19 0 10089759 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918512074056 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13311/tid=13330] ppid=13308 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13311/task/13330/stat : 13330 (java) S 13308 13311 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10089770 9856040960 51840 33554432000 1073741824 1073778376 140736341237888 139918510969640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 911.66
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 910.259
CPU time (s): 911.984
CPU user time (s): 911.382
CPU system time (s): 0.601908
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 911.382
system time used= 0.601908
maximum resident set size= 208572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22131
page faults= 1
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19447
involuntary context switches= 1006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72213 second user time and 6.36503 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 20:16:24
IDJOB=4120238
IDBENCH=109842
IDSOLVER=2546
FILE ID=node105/4120238-1467310584
RUNJOBID= node105-1467308726-12739
PBS_JOBID= 20005269
Free space on /tmp= 71728 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-n92-d3-i1-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-4120238-1467310584/watcher-4120238-1467310584 -o /tmp/evaluation-result-4120238-1467310584/solver-4120238-1467310584 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12739 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120238-1467310584.opb

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

MD5SUM BENCH= 2b5eccd64f0fa8389c9bc1072659d200
RANDOM SEED=1124824694

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31186236 kB
Buffers:          142052 kB
Cached:           538532 kB
SwapCached:            0 kB
Active:           341448 kB
Inactive:         417912 kB
Active(anon):      73256 kB
Inactive(anon):     7948 kB
Active(file):     268192 kB
Inactive(file):   409964 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:        307708 kB
Mapped:            22112 kB
Shmem:               204 kB
Slab:             610896 kB
SReclaimable:      54780 kB
SUnreclaim:       556116 kB
KernelStack:        1760 kB
PageTables:         4972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node105 at 2016-06-30 20:31:35