Trace number 4122694

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 1167.9 1166.19

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n76-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM2cbe3cd7473459b19ca9271344ae1de2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.15322
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints304
Number of constraints which are clauses304
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@587bd9f2
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@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4122694-1467317389.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.042s.
0.09/0.16	c declared #vars     114
0.09/0.16	c #constraints  304
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304
0.09/0.16	c 304 constraints processed.
0.61/0.44	c cleaning 2499 clauses out of 5001 with flag 19951/5001
0.91/0.69	c cleaning 4250 clauses out of 8502 with flag 46266/11001
1.33/1.10	c cleaning 5623 clauses out of 11252 with flag 78413/18001
1.93/1.64	c cleaning 6813 clauses out of 13628 with flag 118844/26000
2.57/2.25	c cleaning 7903 clauses out of 15816 with flag 157616/35001
3.36/3.04	c cleaning 8953 clauses out of 17913 with flag 198273/45001
4.36/4.05	c cleaning 9975 clauses out of 19959 with flag 244916/56000
5.76/5.42	c cleaning 10990 clauses out of 21985 with flag 304362/68001
7.46/7.10	c cleaning 11993 clauses out of 23994 with flag 369580/81000
9.06/8.70	c cleaning 12998 clauses out of 26001 with flag 437474/95000
10.37/10.01	c cleaning 14001 clauses out of 28003 with flag 506488/110000
11.96/11.66	c cleaning 15002 clauses out of 30003 with flag 563426/126001
13.36/13.03	c cleaning 15997 clauses out of 32000 with flag 642246/143000
15.16/14.89	c cleaning 17000 clauses out of 34003 with flag 719121/161000
17.16/16.86	c cleaning 17999 clauses out of 36004 with flag 796038/180001
19.52/19.16	c cleaning 18999 clauses out of 38005 with flag 888965/200001
21.81/21.43	c cleaning 19998 clauses out of 40005 with flag 989638/221000
24.22/23.84	c cleaning 20999 clauses out of 42008 with flag 1085035/243001
26.52/26.17	c cleaning 21998 clauses out of 44008 with flag 1189501/266000
29.52/29.17	c cleaning 23003 clauses out of 46011 with flag 1289778/290001
32.52/32.16	c cleaning 23999 clauses out of 48007 with flag 1395899/315000
36.32/35.94	c cleaning 24997 clauses out of 50008 with flag 1501034/341000
41.22/40.89	c cleaning 25999 clauses out of 52012 with flag 1618383/368001
45.22/44.80	c cleaning 26995 clauses out of 54012 with flag 1746088/396000
49.41/49.00	c cleaning 28004 clauses out of 56018 with flag 1868763/425001
54.61/54.21	c cleaning 29001 clauses out of 58013 with flag 1991416/455000
60.61/60.21	c cleaning 30002 clauses out of 60013 with flag 2115963/486001
67.02/66.69	c cleaning 31002 clauses out of 62010 with flag 2240790/518000
74.12/73.74	c cleaning 31999 clauses out of 64008 with flag 2367679/551000
81.11/80.80	c cleaning 32998 clauses out of 66009 with flag 2511739/585000
88.52/88.15	c cleaning 34003 clauses out of 68012 with flag 2654300/620001
97.62/97.21	c cleaning 35003 clauses out of 70009 with flag 2792314/656001
106.12/105.78	c cleaning 35999 clauses out of 72005 with flag 2956088/693000
113.72/113.40	c cleaning 36997 clauses out of 74007 with flag 3116230/731001
124.01/123.66	c cleaning 37998 clauses out of 76009 with flag 3298723/770000
131.42/131.01	c cleaning 39002 clauses out of 78012 with flag 3458890/810001
140.91/140.58	c cleaning 40002 clauses out of 80010 with flag 3614131/851001
152.01/151.62	c cleaning 41000 clauses out of 82008 with flag 3779463/893001
162.09/161.62	c cleaning 42000 clauses out of 84008 with flag 3951263/936001
172.49/172.03	c cleaning 42996 clauses out of 86008 with flag 4131413/980001
187.60/187.13	c cleaning 44004 clauses out of 88012 with flag 4331213/1025001
199.89/199.43	c cleaning 45001 clauses out of 90008 with flag 4529784/1071001
212.90/212.44	c cleaning 46001 clauses out of 92006 with flag 4726034/1118000
226.29/225.89	c cleaning 46999 clauses out of 94005 with flag 4919613/1166000
238.79/238.34	c cleaning 48000 clauses out of 96007 with flag 5136782/1215001
253.20/252.76	c cleaning 49000 clauses out of 98006 with flag 5353633/1265000
268.10/267.67	c cleaning 49998 clauses out of 100006 with flag 5571065/1316000
285.60/285.14	c cleaning 51002 clauses out of 102008 with flag 5796832/1368000
305.91/305.44	c cleaning 51999 clauses out of 104006 with flag 6017920/1421000
325.11/324.69	c cleaning 53001 clauses out of 106007 with flag 6245418/1475000
344.61/344.12	c cleaning 54002 clauses out of 108006 with flag 6455944/1530000
362.80/361.89	c cleaning 54995 clauses out of 110004 with flag 6668928/1586000
378.32/377.34	c cleaning 56001 clauses out of 112010 with flag 6911297/1643001
394.50/393.59	c cleaning 57001 clauses out of 114009 with flag 7144216/1701001
420.41/419.49	c cleaning 57994 clauses out of 116007 with flag 7410588/1760000
441.91/440.94	c cleaning 59002 clauses out of 118013 with flag 7659296/1820000
461.22/460.21	c cleaning 60002 clauses out of 120013 with flag 7910785/1881002
490.08/489.02	c cleaning 61001 clauses out of 122010 with flag 8180997/1943001
515.48/514.40	c cleaning 62000 clauses out of 124008 with flag 8450680/2006000
538.47/537.45	c cleaning 62995 clauses out of 126009 with flag 8713473/2070001
572.27/571.23	c cleaning 64004 clauses out of 128013 with flag 8963994/2135000
608.16/607.12	c cleaning 65002 clauses out of 130009 with flag 9218439/2201000
642.25/641.26	c cleaning 65998 clauses out of 132008 with flag 9488855/2268001
684.26/683.23	c cleaning 66999 clauses out of 134009 with flag 9745772/2336000
736.77/735.73	c cleaning 68003 clauses out of 136010 with flag 10036806/2405000
769.10/768.10	c cleaning 68998 clauses out of 138008 with flag 10340985/2475001
798.02/796.99	c cleaning 70001 clauses out of 140009 with flag 10634526/2546000
829.43/828.40	c cleaning 70999 clauses out of 142009 with flag 10926544/2618001
863.03/861.93	c cleaning 72000 clauses out of 144009 with flag 11224736/2691000
898.04/896.98	c cleaning 72999 clauses out of 146010 with flag 11526810/2765001
937.04/935.97	c cleaning 74001 clauses out of 148010 with flag 11815697/2840000
975.21/974.04	c cleaning 75000 clauses out of 150009 with flag 12108021/2916001
1011.46/1010.28	c cleaning 76005 clauses out of 152009 with flag 12399060/2993001
1055.57/1054.37	c cleaning 76999 clauses out of 154002 with flag 12693882/3071000
1100.47/1099.27	c cleaning 77995 clauses out of 156003 with flag 12982340/3150001
1158.38/1157.04	c cleaning 79002 clauses out of 158006 with flag 13285262/3230000
1167.48/1166.15	c starts		: 690
1167.48/1166.15	c conflicts		: 3254956
1167.48/1166.15	c decisions		: 3985704
1167.48/1166.15	c propagations		: 20156006
1167.48/1166.15	c inspects		: 28283879634
1167.48/1166.15	c shortcuts		: 0
1167.48/1166.15	c learnt literals	: 18
1167.48/1166.15	c learnt binary clauses	: 15
1167.48/1166.15	c learnt ternary clauses	: 34
1167.48/1166.15	c learnt constraints	: 3254937
1167.48/1166.15	c ignored constraints	: 0
1167.48/1166.15	c root simplifications	: 0
1167.48/1166.15	c removed literals (reason simplification)	: 0
1167.48/1166.15	c reason swapping (by a shorter reason)	: 0
1167.48/1166.15	c Calls to reduceDB	: 76
1167.48/1166.15	c Number of update (reduction) of LBD	: 446697
1167.48/1166.15	c Imported unit clauses	: 0
1167.48/1166.15	c number of reductions to clauses (during analyze)	: 0
1167.48/1166.15	c number of learned constraints concerned by reduction	: 0
1167.48/1166.15	c number of learning phase by resolution	: 0
1167.48/1166.15	c number of learning phase by cutting planes	: 0
1167.48/1166.15	c speed (assignments/second)	: 17286.55832410658
1167.48/1166.15	c non guided choices	1185
1167.48/1166.18	c learnt constraints type 
1167.48/1166.18	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1167.48/1166.18	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103930
1167.48/1166.18	s UNSATISFIABLE
1167.48/1166.18	c Total wall clock time (in seconds): 1166.065

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-4122694-1467317389/watcher-4122694-1467317389 -o /tmp/evaluation-result-4122694-1467317389/solver-4122694-1467317389 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122694-1467317389.opb 

pid=25898
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.31 2.23 2.19 3/194 25901
/proc/meminfo: memFree=28260956/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/25901/stat : 25901 (java) R 25898 25901 14900 0 -1 4202496 385 0 0 0 0 0 0 0 20 0 1 0 10763138 5767168 57 33554432000 1073741824 1073778376 140736422614448 140736422611576 270698319017 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2303 62 49 9 0 35 0

[startup+0.10006 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 25901
/proc/meminfo: memFree=28260956/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 4467 0 1 0 8 1 0 0 20 0 18 0 10763138 9787879424 5571 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2389619 5571 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 25901
/proc/meminfo: memFree=28260956/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625396 CPUtime=0.24 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 6438 0 1 0 23 1 0 0 20 0 19 0 10763138 9856405504 7079 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406349 7104 2212 9 0 2397026 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625396

[startup+0.300239 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 25901
/proc/meminfo: memFree=28260956/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 7529 0 1 0 46 1 0 0 20 0 19 0 10763138 9856040960 7616 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 7616 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700178 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 25901
/proc/meminfo: memFree=28260956/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 8961 0 1 0 102 1 0 0 20 0 19 0 10763138 9856040960 8308 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 8308 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.29 2.22 2.19 4/213 25920
/proc/meminfo: memFree=28234136/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 8965 0 1 0 182 1 0 0 20 0 19 0 10763138 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 8822 2249 9 0 2396937 0
[pid=25901/tid=25903] ppid=25898 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/25901/task/25903/stat : 25903 (java) R 25898 25901 14900 0 -1 4202560 2458 0 1 0 146 0 0 0 20 0 19 0 10763139 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977343102656 139977283231399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25904] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25904/stat : 25904 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977281841576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25905] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25905/stat : 25905 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977280789032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25906] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25906/stat : 25906 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977184458920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25907] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25907/stat : 25907 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977183406376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25908] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25908/stat : 25908 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977182354344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25909] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25909/stat : 25909 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977181301800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25910] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25910/stat : 25910 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977180248744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25911] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25911/stat : 25911 (java) S 25898 25901 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977179196200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25912] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25912/stat : 25912 (java) S 25898 25901 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10763141 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977166997864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25913] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25913/stat : 25913 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977165944184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25914] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25914/stat : 25914 (java) S 25898 25901 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977164891016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25915] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25915/stat : 25915 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977163839760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25916] ppid=25898 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25901/task/25916/stat : 25916 (java) S 25898 25901 14900 0 -1 4202560 3497 0 0 0 20 0 0 0 20 0 19 0 10763144 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977162787640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25917] ppid=25898 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25901/task/25917/stat : 25917 (java) S 25898 25901 14900 0 -1 4202560 1735 0 0 0 14 0 0 0 20 0 19 0 10763144 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977161735096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25918] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25918/stat : 25918 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977160682232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25919] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25919/stat : 25919 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977159629896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25920] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25920/stat : 25920 (java) S 25898 25901 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10763155 9856040960 8822 33554432000 1073741824 1073778376 140736422614448 139977158575144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.29 2.22 2.19 3/213 25920
/proc/meminfo: memFree=28231592/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 9012 0 1 0 345 1 0 0 20 0 19 0 10763138 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 9853 2249 9 0 2396937 0
[pid=25901/tid=25903] ppid=25898 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/25901/task/25903/stat : 25903 (java) R 25898 25901 14900 0 -1 4202560 2460 0 1 0 306 0 0 0 20 0 19 0 10763139 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977343102656 139977283224405 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25904] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25904/stat : 25904 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977281841576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25905] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25905/stat : 25905 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977280789032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25906] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25906/stat : 25906 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977184458920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25907] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25907/stat : 25907 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977183406376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25908] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25908/stat : 25908 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977182354344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25909] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25909/stat : 25909 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977181301800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25910] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25910/stat : 25910 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977180248744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25911] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25911/stat : 25911 (java) S 25898 25901 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977179196200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25912] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25912/stat : 25912 (java) S 25898 25901 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10763141 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977166997864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25913] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25913/stat : 25913 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977165944184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25914] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25914/stat : 25914 (java) S 25898 25901 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977164891016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25915] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25915/stat : 25915 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977163839760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25916] ppid=25898 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25901/task/25916/stat : 25916 (java) S 25898 25901 14900 0 -1 4202560 3497 0 0 0 21 0 0 0 20 0 19 0 10763144 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977162787640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25917] ppid=25898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25901/task/25917/stat : 25917 (java) S 25898 25901 14900 0 -1 4202560 1780 0 0 0 16 0 0 0 20 0 19 0 10763144 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977161735096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25918] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25918/stat : 25918 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977160682232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25919] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25919/stat : 25919 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977159629896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25920] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25920/stat : 25920 (java) S 25898 25901 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10763155 9856040960 9853 33554432000 1073741824 1073778376 140736422614448 139977158575144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.26 2.22 2.18 3/213 25920
/proc/meminfo: memFree=28224796/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 9016 0 1 0 664 2 0 0 20 0 19 0 10763138 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 10846 2250 9 0 2396937 0
[pid=25901/tid=25903] ppid=25898 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/25901/task/25903/stat : 25903 (java) R 25898 25901 14900 0 -1 4202560 2463 0 1 0 624 2 0 0 20 0 19 0 10763139 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977343109552 139977283277443 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25904] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25904/stat : 25904 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977281841576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25905] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25905/stat : 25905 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977280789032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25906] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25906/stat : 25906 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977184458920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25907] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25907/stat : 25907 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977183406376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25908] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25908/stat : 25908 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977182354344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25909] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25909/stat : 25909 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977181301800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25910] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25910/stat : 25910 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977180248744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25911] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25911/stat : 25911 (java) S 25898 25901 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10763140 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977179196200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25912] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25912/stat : 25912 (java) S 25898 25901 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10763141 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977166997864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25913] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25913/stat : 25913 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977165944184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25914] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25914/stat : 25914 (java) S 25898 25901 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977164891016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25915] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25915/stat : 25915 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977163839760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25916] ppid=25898 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25901/task/25916/stat : 25916 (java) S 25898 25901 14900 0 -1 4202560 3497 0 0 0 21 0 0 0 20 0 19 0 10763144 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977162787640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25917] ppid=25898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25901/task/25917/stat : 25917 (java) S 25898 25901 14900 0 -1 4202560 1780 0 0 0 16 0 0 0 20 0 19 0 10763144 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977161735096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25918] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25918/stat : 25918 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977160682232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25919] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25919/stat : 25919 (java) S 25898 25901 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977159629896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25920] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25920/stat : 25920 (java) S 25898 25901 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10763155 9856040960 10846 33554432000 1073741824 1073778376 140736422614448 139977158575144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=25901/tid=25906] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25906/stat : 25906 (java) S 25898 25901 14900 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977184458920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25907] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25907/stat : 25907 (java) S 25898 25901 14900 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977183406376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25908] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25908/stat : 25908 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977182354344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25909] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25909/stat : 25909 (java) S 25898 25901 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977181301800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25910] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25910/stat : 25910 (java) S 25898 25901 14900 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977180248744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25911] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25911/stat : 25911 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977179196200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25912] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25912/stat : 25912 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 0 2 0 0 20 0 19 0 10763141 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977166997864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25913] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25913/stat : 25913 (java) S 25898 25901 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977165944184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25914] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25914/stat : 25914 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977164891016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25915] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25915/stat : 25915 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977163839760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25916] ppid=25898 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/25901/task/25916/stat : 25916 (java) S 25898 25901 14900 0 -1 4202560 10158 0 0 0 63 2 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977162787640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25917] ppid=25898 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25901/task/25917/stat : 25917 (java) S 25898 25901 14900 0 -1 4202560 3756 0 0 0 50 0 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977161735096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25918] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25918/stat : 25918 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977160682232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25919] ppid=25898 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25901/task/25919/stat : 25919 (java) S 25898 25901 14900 0 -1 4202560 68 0 0 0 16 26 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977159629896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25920] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25920/stat : 25920 (java) S 25898 25901 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10763155 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977158575144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1166.18
Current children cumulated vsize (KiB) 9625040

[startup+1165.6 s]
/proc/loadavg: 1.57 2.03 2.12 2/188 25983
/proc/meminfo: memFree=28267288/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=1166.98 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 18063 0 1 0 116663 35 0 0 20 0 19 0 10763138 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 51255 2272 9 0 2396937 0
[pid=25901/tid=25903] ppid=25898 vsize=9625040 CPUtime=1165.34 cores=1,3,5,7
/proc/25901/task/25903/stat : 25903 (java) R 25898 25901 14900 0 -1 4202560 2543 0 1 0 116510 24 0 0 20 0 19 0 10763139 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977343109568 139977283231116 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25904] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25904/stat : 25904 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977281841576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25905] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25905/stat : 25905 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977280789032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25906] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25906/stat : 25906 (java) S 25898 25901 14900 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977184458920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25907] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25907/stat : 25907 (java) S 25898 25901 14900 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977183406376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25908] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25908/stat : 25908 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977182354344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25909] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25909/stat : 25909 (java) S 25898 25901 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977181301800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25910] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25910/stat : 25910 (java) S 25898 25901 14900 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977180248744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25911] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25911/stat : 25911 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977179196200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25912] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25912/stat : 25912 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 0 2 0 0 20 0 19 0 10763141 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977166997864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25913] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25913/stat : 25913 (java) S 25898 25901 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977165944184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25914] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25914/stat : 25914 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977164891016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25915] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25915/stat : 25915 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977163839760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25916] ppid=25898 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/25901/task/25916/stat : 25916 (java) S 25898 25901 14900 0 -1 4202560 10158 0 0 0 63 2 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977162787640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25917] ppid=25898 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25901/task/25917/stat : 25917 (java) S 25898 25901 14900 0 -1 4202560 3756 0 0 0 50 0 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977161735096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25918] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25918/stat : 25918 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977160682232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25919] ppid=25898 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25901/task/25919/stat : 25919 (java) S 25898 25901 14900 0 -1 4202560 68 0 0 0 16 26 0 0 20 0 19 0 10763144 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977159629896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25920] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25920/stat : 25920 (java) S 25898 25901 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10763155 9856040960 51255 33554432000 1073741824 1073778376 140736422614448 139977158575144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1166.98
Current children cumulated vsize (KiB) 9625040

[startup+1166 s]
/proc/loadavg: 1.52 2.02 2.11 2/188 25983
/proc/meminfo: memFree=28264364/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=1167.38 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 18063 0 1 0 116703 35 0 0 20 0 19 0 10763138 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 51847 2272 9 0 2396937 0
[pid=25901/tid=25903] ppid=25898 vsize=9625040 CPUtime=1165.75 cores=1,3,5,7
/proc/25901/task/25903/stat : 25903 (java) R 25898 25901 14900 0 -1 4202560 2543 0 1 0 116551 24 0 0 20 0 19 0 10763139 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977343109568 139977283553810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25904] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25904/stat : 25904 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977281841576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25905] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25905/stat : 25905 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977280789032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25906] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25906/stat : 25906 (java) S 25898 25901 14900 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977184458920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25907] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25907/stat : 25907 (java) S 25898 25901 14900 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977183406376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25908] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25908/stat : 25908 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977182354344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25909] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25909/stat : 25909 (java) S 25898 25901 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977181301800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25910] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25910/stat : 25910 (java) S 25898 25901 14900 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977180248744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25911] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25911/stat : 25911 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977179196200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25912] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25912/stat : 25912 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 0 2 0 0 20 0 19 0 10763141 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977166997864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25913] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25913/stat : 25913 (java) S 25898 25901 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977165944184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25914] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25914/stat : 25914 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977164891016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25915] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25915/stat : 25915 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977163839760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25916] ppid=25898 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/25901/task/25916/stat : 25916 (java) S 25898 25901 14900 0 -1 4202560 10158 0 0 0 63 2 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977162787640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25917] ppid=25898 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25901/task/25917/stat : 25917 (java) S 25898 25901 14900 0 -1 4202560 3756 0 0 0 50 0 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977161735096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25918] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25918/stat : 25918 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977160682232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25919] ppid=25898 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25901/task/25919/stat : 25919 (java) S 25898 25901 14900 0 -1 4202560 68 0 0 0 16 26 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977159629896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25920] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25920/stat : 25920 (java) S 25898 25901 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10763155 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977158575144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1167.38
Current children cumulated vsize (KiB) 9625040

[startup+1166.11 s]
/proc/loadavg: 1.52 2.02 2.11 2/188 25983
/proc/meminfo: memFree=28264364/32872528 swapFree=1526624/1696276
[pid=25901] ppid=25898 vsize=9625040 CPUtime=1167.48 cores=1,3,5,7
/proc/25901/stat : 25901 (java) S 25898 25901 14900 0 -1 4202496 18063 0 1 0 116713 35 0 0 20 0 19 0 10763138 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 140736422605584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25901/statm: 2406260 51847 2272 9 0 2396937 0
[pid=25901/tid=25903] ppid=25898 vsize=9625040 CPUtime=1165.85 cores=1,3,5,7
/proc/25901/task/25903/stat : 25903 (java) R 25898 25901 14900 0 -1 4202560 2543 0 1 0 116561 24 0 0 20 0 19 0 10763139 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977343109568 139977283231444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25904] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25904/stat : 25904 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977281841576 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25905] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25905/stat : 25905 (java) S 25898 25901 14900 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977280789032 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25906] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25906/stat : 25906 (java) S 25898 25901 14900 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977184458920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25907] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25907/stat : 25907 (java) S 25898 25901 14900 0 -1 4202560 74 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977183406376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25908] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25908/stat : 25908 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977182354344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25909] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25909/stat : 25909 (java) S 25898 25901 14900 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977181301800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25901/tid=25910] ppid=25898 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25901/task/25910/stat : 25910 (java) S 25898 25901 14900 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977180248744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25911] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25911/stat : 25911 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 10763140 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977179196200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25912] ppid=25898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25901/task/25912/stat : 25912 (java) S 25898 25901 14900 0 -1 4202560 20 0 0 0 0 2 0 0 20 0 19 0 10763141 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977166997864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25913] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25913/stat : 25913 (java) S 25898 25901 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977165944184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25914] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25914/stat : 25914 (java) S 25898 25901 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10763142 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977164891016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25915] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25915/stat : 25915 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977163839760 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25916] ppid=25898 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/25901/task/25916/stat : 25916 (java) S 25898 25901 14900 0 -1 4202560 10158 0 0 0 63 2 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977162787640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25901/tid=25917] ppid=25898 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/25901/task/25917/stat : 25917 (java) S 25898 25901 14900 0 -1 4202560 3756 0 0 0 50 0 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977161735096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25918] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25918/stat : 25918 (java) S 25898 25901 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977160682232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25901/tid=25919] ppid=25898 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25901/task/25919/stat : 25919 (java) S 25898 25901 14900 0 -1 4202560 68 0 0 0 16 26 0 0 20 0 19 0 10763144 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977159629896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25901/tid=25920] ppid=25898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25901/task/25920/stat : 25920 (java) S 25898 25901 14900 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10763155 9856040960 51847 33554432000 1073741824 1073778376 140736422614448 139977158575144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1167.48
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1166.19
CPU time (s): 1167.9
CPU user time (s): 1167.21
CPU system time (s): 0.680896
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 9625396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1167.21
system time used= 0.680896
maximum resident set size= 207484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18096
page faults= 1
swaps= 0
block input operations= 0
block output operations= 848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24872
involuntary context switches= 8727

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8708 second user time and 9.40957 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 22:09:49
IDJOB=4122694
IDBENCH=111241
IDSOLVER=2546
FILE ID=node125/4122694-1467317389
RUNJOBID= node125-1467310468-23888
PBS_JOBID= 20005253
Free space on /tmp= 71740 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-n76-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122694-1467317389/watcher-4122694-1467317389 -o /tmp/evaluation-result-4122694-1467317389/solver-4122694-1467317389 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122694-1467317389.opb

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

MD5SUM BENCH= 2cbe3cd7473459b19ca9271344ae1de2
RANDOM SEED=225311078

node125.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.282
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.56
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.282
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.282
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.56
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.282
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.56
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.282
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.282
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.282
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.282
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:        28261584 kB
Buffers:          146136 kB
Cached:          1801952 kB
SwapCached:            0 kB
Active:           475472 kB
Inactive:        1690256 kB
Active(anon):     220064 kB
Inactive(anon):        0 kB
Active(file):     255408 kB
Inactive(file):  1690256 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       1884952 kB
Mapped:            21508 kB
Shmem:               204 kB
Slab:             611080 kB
SReclaimable:      54828 kB
SUnreclaim:       556252 kB
KernelStack:        1760 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71740 MiB
End job on node125 at 2016-06-30 22:29:15