Trace number 4120550

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 771.01 769.688

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n90-d3-i2-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMa7146834ea3b72dafe042362fd4a12d5
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 benchmark16.9964
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables135
Total number of constraints360
Number of constraints which are clauses360
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.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4120550-1467311434.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.17	c ... done. Wall clock time 0.048s.
0.08/0.17	c declared #vars     135
0.08/0.17	c #constraints  360
0.08/0.17	c constraints type 
0.08/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.08/0.17	c 360 constraints processed.
0.61/0.44	c cleaning 2498 clauses out of 5000 with flag 17066/5000
1.06/0.63	c cleaning 4247 clauses out of 8503 with flag 44780/11001
1.28/0.86	c cleaning 5624 clauses out of 11256 with flag 76448/18001
1.69/1.21	c cleaning 6813 clauses out of 13631 with flag 113702/26000
2.09/1.61	c cleaning 7909 clauses out of 15818 with flag 156942/35000
2.59/2.11	c cleaning 8948 clauses out of 17909 with flag 205823/45000
3.29/2.85	c cleaning 9976 clauses out of 19962 with flag 264611/56001
3.99/3.59	c cleaning 10989 clauses out of 21986 with flag 322757/68001
4.78/4.35	c cleaning 11995 clauses out of 23996 with flag 388912/81000
5.78/5.33	c cleaning 12995 clauses out of 26001 with flag 459907/95000
7.09/6.63	c cleaning 13999 clauses out of 28006 with flag 535007/110000
8.68/8.24	c cleaning 15000 clauses out of 30008 with flag 614395/126001
9.98/9.55	c cleaning 15997 clauses out of 32008 with flag 698743/143001
11.49/11.05	c cleaning 16998 clauses out of 34011 with flag 786498/161001
13.69/13.28	c cleaning 17996 clauses out of 36012 with flag 873076/180000
16.38/15.98	c cleaning 19003 clauses out of 38016 with flag 964690/200000
19.58/19.19	c cleaning 19996 clauses out of 40013 with flag 1062334/221000
23.18/22.71	c cleaning 21006 clauses out of 42017 with flag 1166734/243000
26.28/25.81	c cleaning 22002 clauses out of 44011 with flag 1274674/266000
29.68/29.27	c cleaning 22996 clauses out of 46009 with flag 1397781/290000
32.98/32.57	c cleaning 23997 clauses out of 48013 with flag 1515936/315000
36.68/36.30	c cleaning 25002 clauses out of 50016 with flag 1638688/341000
39.98/39.56	c cleaning 26001 clauses out of 52014 with flag 1760469/368000
43.09/42.67	c cleaning 27002 clauses out of 54014 with flag 1882336/396001
47.08/46.67	c cleaning 28000 clauses out of 56011 with flag 2008374/425000
51.78/51.31	c cleaning 28999 clauses out of 58012 with flag 2143241/455001
55.77/55.39	c cleaning 30000 clauses out of 60012 with flag 2276601/486000
60.37/59.91	c cleaning 30998 clauses out of 62012 with flag 2423633/518000
65.17/64.73	c cleaning 32002 clauses out of 64014 with flag 2571145/551000
71.98/71.55	c cleaning 33002 clauses out of 66013 with flag 2722747/585001
78.78/78.37	c cleaning 34006 clauses out of 68011 with flag 2873282/620001
85.68/85.30	c cleaning 35000 clauses out of 70005 with flag 3027865/656001
93.38/92.90	c cleaning 36000 clauses out of 72004 with flag 3185039/693000
100.78/100.30	c cleaning 37001 clauses out of 74005 with flag 3340950/731001
108.88/108.47	c cleaning 37996 clauses out of 76003 with flag 3503347/770000
117.59/117.15	c cleaning 39000 clauses out of 78008 with flag 3671605/810001
126.78/126.37	c cleaning 40000 clauses out of 80007 with flag 3840443/851000
136.38/135.91	c cleaning 41000 clauses out of 82007 with flag 4007517/893000
147.08/146.62	c cleaning 41999 clauses out of 84007 with flag 4181396/936000
157.70/157.21	c cleaning 43003 clauses out of 86009 with flag 4351901/980001
168.60/168.17	c cleaning 44000 clauses out of 88005 with flag 4527948/1025000
179.90/179.46	c cleaning 45000 clauses out of 90006 with flag 4710295/1071001
192.49/192.10	c cleaning 46000 clauses out of 92006 with flag 4901696/1118001
206.94/206.02	c cleaning 46996 clauses out of 94005 with flag 5105981/1166000
220.17/219.28	c cleaning 48001 clauses out of 96009 with flag 5306823/1215000
235.17/234.25	c cleaning 49002 clauses out of 98010 with flag 5506538/1265002
251.22/250.29	c cleaning 49998 clauses out of 100007 with flag 5709133/1316001
269.73/268.78	c cleaning 51004 clauses out of 102008 with flag 5916804/1368000
288.44/287.47	c cleaning 52001 clauses out of 104005 with flag 6128900/1421001
303.40/302.38	c cleaning 52992 clauses out of 106003 with flag 6361592/1475000
319.30/318.24	c cleaning 54002 clauses out of 108011 with flag 6600262/1530000
332.80/331.76	c cleaning 54998 clauses out of 110009 with flag 6824538/1586000
347.72/346.68	c cleaning 56000 clauses out of 112012 with flag 7042811/1643001
364.51/363.43	c cleaning 57000 clauses out of 114012 with flag 7270353/1701001
381.02/379.99	c cleaning 58003 clauses out of 116012 with flag 7492359/1760001
401.32/400.22	c cleaning 58998 clauses out of 118008 with flag 7717918/1820000
424.43/423.37	c cleaning 60001 clauses out of 120010 with flag 7949534/1881000
450.13/448.96	c cleaning 61002 clauses out of 122010 with flag 8183019/1943001
475.93/474.75	c cleaning 62002 clauses out of 124008 with flag 8415584/2006001
502.34/501.18	c cleaning 63002 clauses out of 126006 with flag 8656785/2070001
529.35/528.11	c cleaning 63997 clauses out of 128003 with flag 8897855/2135000
559.54/558.37	c cleaning 64999 clauses out of 130006 with flag 9153852/2201000
585.76/584.51	c cleaning 65994 clauses out of 132006 with flag 9420654/2268000
615.77/614.51	c cleaning 67006 clauses out of 134014 with flag 9698130/2336002
649.18/647.93	c cleaning 67999 clauses out of 136006 with flag 9979431/2405001
694.60/693.35	c cleaning 68996 clauses out of 138008 with flag 10249745/2475002
732.72/731.42	c cleaning 69998 clauses out of 140009 with flag 10526119/2546000
768.13/766.87	c cleaning 71005 clauses out of 142011 with flag 10804749/2618000
771.01/769.65	c starts		: 641
771.01/769.65	c conflicts		: 2629539
771.01/769.65	c decisions		: 3570228
771.01/769.65	c propagations		: 13545555
771.01/769.66	c inspects		: 19606120588
771.01/769.66	c shortcuts		: 0
771.01/769.66	c learnt literals	: 17
771.01/769.66	c learnt binary clauses	: 17
771.01/769.66	c learnt ternary clauses	: 36
771.01/769.66	c learnt constraints	: 2629521
771.01/769.66	c ignored constraints	: 0
771.01/769.66	c root simplifications	: 0
771.01/769.66	c removed literals (reason simplification)	: 0
771.01/769.66	c reason swapping (by a shorter reason)	: 0
771.01/769.66	c Calls to reduceDB	: 68
771.01/769.66	c Number of update (reduction) of LBD	: 352288
771.01/769.66	c Imported unit clauses	: 0
771.01/769.66	c number of reductions to clauses (during analyze)	: 0
771.01/769.66	c number of learned constraints concerned by reduction	: 0
771.01/769.66	c number of learning phase by resolution	: 0
771.01/769.66	c number of learning phase by cutting planes	: 0
771.01/769.66	c speed (assignments/second)	: 17603.357821509657
771.01/769.66	c non guided choices	911
771.01/769.68	c learnt constraints type 
771.01/769.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
771.01/769.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82513
771.01/769.68	s UNSATISFIABLE
771.01/769.68	c Total wall clock time (in seconds): 769.563

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-4120550-1467311434/watcher-4120550-1467311434 -o /tmp/evaluation-result-4120550-1467311434/solver-4120550-1467311434 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120550-1467311434.opb 

pid=18447
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.26 2.16 3/195 18450
/proc/meminfo: memFree=29179216/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/18450/stat : 18450 (runsolver) R 18447 18450 17519 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 1 0 12092986 24911872 159 33554432000 4194304 4338465 140735176326080 140735176323272 213419453879 0 0 4096 24578 0 0 0 17 3 0 0 0 0 0
/proc/18450/statm: 2 1 0 0 0 2 0

[startup+0.100332 s]
/proc/loadavg: 2.31 2.26 2.16 3/195 18450
/proc/meminfo: memFree=29179216/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 4404 0 1 0 7 1 0 0 20 0 18 0 12092986 9787879424 6030 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.31 2.26 2.16 3/195 18450
/proc/meminfo: memFree=29179216/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 5431 0 1 0 22 1 0 0 20 0 19 0 12092986 9856040960 6796 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 6796 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300226 s]
/proc/loadavg: 2.31 2.26 2.16 3/195 18450
/proc/meminfo: memFree=29179216/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 7063 0 1 0 46 1 0 0 20 0 19 0 12092986 9856040960 8118 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 8118 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700165 s]
/proc/loadavg: 2.31 2.26 2.16 3/195 18450
/proc/meminfo: memFree=29179216/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 14605 0 1 0 115 3 0 0 20 0 19 0 12092986 9856040960 13244 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 13244 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50064 s]
/proc/loadavg: 2.31 2.26 2.16 3/214 18469
/proc/meminfo: memFree=29133156/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 14612 0 1 0 196 3 0 0 20 0 19 0 12092986 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 14272 2256 9 0 2396937 0
[pid=18450/tid=18452] ppid=18447 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/18450/task/18452/stat : 18452 (java) R 18447 18450 17519 0 -1 4202560 2403 0 1 0 145 0 0 0 20 0 19 0 12092987 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126766612744 140126613583253 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18450/tid=18453] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18453/stat : 18453 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126739065640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18454] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18454/stat : 18454 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126738012840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18455] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18455/stat : 18455 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126736960552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18450/tid=18456] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18456/stat : 18456 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126735907752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18450/tid=18457] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18457/stat : 18457 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126734854440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18458] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18458/stat : 18458 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126733801640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18450/tid=18459] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18459/stat : 18459 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126732749352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18460] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18460/stat : 18460 (java) S 18447 18450 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126731696552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18461] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18461/stat : 18461 (java) S 18447 18450 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12092989 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126120282856 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18462] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18462/stat : 18462 (java) S 18447 18450 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126119228920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18463] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18463/stat : 18463 (java) S 18447 18450 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126118176520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18464] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18464/stat : 18464 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126117125008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18465] ppid=18447 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18450/task/18465/stat : 18465 (java) S 18447 18450 17519 0 -1 4202560 2497 0 0 0 20 0 0 0 20 0 19 0 12092992 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126116071608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18466] ppid=18447 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/18450/task/18466/stat : 18466 (java) S 18447 18450 17519 0 -1 4202560 8435 0 0 0 30 1 0 0 20 0 19 0 12092992 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126115018808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18467] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18467/stat : 18467 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126113966712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18468] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18468/stat : 18468 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126112914120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18469] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18469/stat : 18469 (java) S 18447 18450 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12093003 9856040960 14272 33554432000 1073741824 1073778376 140734296094096 140126111860136 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.31 2.26 2.16 3/214 18469
/proc/meminfo: memFree=29128432/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=3.59 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 14614 0 1 0 356 3 0 0 20 0 19 0 12092986 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 15296 2256 9 0 2396937 0
[pid=18450/tid=18452] ppid=18447 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/18450/task/18452/stat : 18452 (java) R 18447 18450 17519 0 -1 4202560 2405 0 1 0 303 1 0 0 20 0 19 0 12092987 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126766603952 140126613583464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18453] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18453/stat : 18453 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126739065640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18454] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18454/stat : 18454 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126738012840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18455] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18455/stat : 18455 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126736960552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18450/tid=18456] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18456/stat : 18456 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126735907752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18450/tid=18457] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18457/stat : 18457 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126734854440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18458] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18458/stat : 18458 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126733801640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18450/tid=18459] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18459/stat : 18459 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126732749352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18460] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18460/stat : 18460 (java) S 18447 18450 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126731696552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18461] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18461/stat : 18461 (java) S 18447 18450 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12092989 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126120282856 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18462] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18462/stat : 18462 (java) S 18447 18450 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126119228920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18463] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18463/stat : 18463 (java) S 18447 18450 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126118176520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18464] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18464/stat : 18464 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126117125008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18465] ppid=18447 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18450/task/18465/stat : 18465 (java) S 18447 18450 17519 0 -1 4202560 2497 0 0 0 20 0 0 0 20 0 19 0 12092992 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126116071608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18466] ppid=18447 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/18450/task/18466/stat : 18466 (java) S 18447 18450 17519 0 -1 4202560 8435 0 0 0 30 1 0 0 20 0 19 0 12092992 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126115018808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18467] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18467/stat : 18467 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126113966712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18468] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18468/stat : 18468 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126112914120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18469] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18469/stat : 18469 (java) S 18447 18450 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12093003 9856040960 15296 33554432000 1073741824 1073778376 140734296094096 140126111860136 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.37 2.27 2.17 4/214 18469
/proc/meminfo: memFree=29122792/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=6.78 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 14619 0 1 0 675 3 0 0 20 0 19 0 12092986 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 16480 2257 9 0 2396937 0
[pid=18450/tid=18452] ppid=18447 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/18450/task/18452/stat : 18452 (java) R 18447 18450 17519 0 -1 4202560 2409 0 1 0 622 2 0 0 20 0 19 0 12092987 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126766603952 140126613622408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18453] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18453/stat : 18453 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126739065640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18454] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18454/stat : 18454 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126738012840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18455] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18455/stat : 18455 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126736960552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18450/tid=18456] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18456/stat : 18456 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126735907752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18450/tid=18457] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18457/stat : 18457 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126734854440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18458] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18458/stat : 18458 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126733801640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18450/tid=18459] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18459/stat : 18459 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126732749352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18460] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18460/stat : 18460 (java) S 18447 18450 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126731696552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18461] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18461/stat : 18461 (java) S 18447 18450 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12092989 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126120282856 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18462] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18462/stat : 18462 (java) S 18447 18450 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126119228920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18463] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18463/stat : 18463 (java) S 18447 18450 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126118176520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18464] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18464/stat : 18464 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126117125008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18465] ppid=18447 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/18450/task/18465/stat : 18465 (java) S 18447 18450 17519 0 -1 4202560 2497 0 0 0 20 0 0 0 20 0 19 0 12092992 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126116071608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18466] ppid=18447 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/18450/task/18466/stat : 18466 (java) S 18447 18450 17519 0 -1 4202560 8435 0 0 0 30 1 0 0 20 0 19 0 12092992 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126115018808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18467] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18467/stat : 18467 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126113966712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18468] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18468/stat : 18468 (java) S 18447 18450 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126112914120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18469] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18469/stat : 18469 (java) S 18447 18450 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12093003 9856040960 16480 33554432000 1073741824 1073778376 140734296094096 140126111860136 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625040


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

[pid=18450/tid=18462] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18462/stat : 18462 (java) S 18447 18450 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126119228920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18463] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18463/stat : 18463 (java) S 18447 18450 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126118176520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18464] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18464/stat : 18464 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126117125008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18465] ppid=18447 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/18450/task/18465/stat : 18465 (java) S 18447 18450 17519 0 -1 4202560 10167 0 0 0 89 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126116071608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18466] ppid=18447 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18450/task/18466/stat : 18466 (java) S 18447 18450 17519 0 -1 4202560 8439 0 0 0 33 1 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126115018808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18467] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18467/stat : 18467 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126113966712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18468] ppid=18447 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18450/task/18468/stat : 18468 (java) S 18447 18450 17519 0 -1 4202560 46 0 0 0 9 15 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126112914120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18469] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18469/stat : 18469 (java) S 18447 18450 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12093003 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126111860136 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 769.41
Current children cumulated vsize (KiB) 9625040

[startup+768.801 s]
/proc/loadavg: 2.12 2.19 2.17 3/213 18486
/proc/meminfo: memFree=28921876/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=770.21 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 22500 0 1 0 76997 24 0 0 20 0 19 0 12092986 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 58120 2272 9 0 2396937 0
[pid=18450/tid=18452] ppid=18447 vsize=9625040 CPUtime=766.68 cores=1,3,5,7
/proc/18450/task/18452/stat : 18452 (java) R 18447 18450 17519 0 -1 4202560 2481 0 1 0 76654 14 0 0 20 0 19 0 12092987 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126766610984 140126613876535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18450/tid=18453] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18453/stat : 18453 (java) S 18447 18450 17519 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126739065640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18454] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18454/stat : 18454 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126738012840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18455] ppid=18447 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18450/task/18455/stat : 18455 (java) S 18447 18450 17519 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126736960552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18456] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18456/stat : 18456 (java) S 18447 18450 17519 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126735907752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18457] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18457/stat : 18457 (java) S 18447 18450 17519 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126734854440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18458] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18458/stat : 18458 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126733801640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18459] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18459/stat : 18459 (java) S 18447 18450 17519 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126732749352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18460] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18460/stat : 18460 (java) S 18447 18450 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126731696552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18461] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18461/stat : 18461 (java) S 18447 18450 17519 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12092989 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126120282856 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18462] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18462/stat : 18462 (java) S 18447 18450 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126119228920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18463] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18463/stat : 18463 (java) S 18447 18450 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126118176520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18464] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18464/stat : 18464 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126117125008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18465] ppid=18447 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/18450/task/18465/stat : 18465 (java) S 18447 18450 17519 0 -1 4202560 10167 0 0 0 89 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126116071608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18466] ppid=18447 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18450/task/18466/stat : 18466 (java) S 18447 18450 17519 0 -1 4202560 8439 0 0 0 33 1 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126115018808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18467] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18467/stat : 18467 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126113966712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18468] ppid=18447 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18450/task/18468/stat : 18468 (java) S 18447 18450 17519 0 -1 4202560 46 0 0 0 9 15 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126112914120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18469] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18469/stat : 18469 (java) S 18447 18450 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12093003 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126111860136 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 770.21
Current children cumulated vsize (KiB) 9625040

[startup+769.201 s]
/proc/loadavg: 2.12 2.19 2.17 3/213 18486
/proc/meminfo: memFree=28921876/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=770.61 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 22500 0 1 0 77037 24 0 0 20 0 19 0 12092986 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 58120 2272 9 0 2396937 0
[pid=18450/tid=18452] ppid=18447 vsize=9625040 CPUtime=767.08 cores=1,3,5,7
/proc/18450/task/18452/stat : 18452 (java) R 18447 18450 17519 0 -1 4202560 2481 0 1 0 76694 14 0 0 20 0 19 0 12092987 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126766610864 140126613876498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18450/tid=18453] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18453/stat : 18453 (java) S 18447 18450 17519 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126739065640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18454] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18454/stat : 18454 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126738012840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18455] ppid=18447 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18450/task/18455/stat : 18455 (java) S 18447 18450 17519 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126736960552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18456] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18456/stat : 18456 (java) S 18447 18450 17519 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126735907752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18457] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18457/stat : 18457 (java) S 18447 18450 17519 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126734854440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18458] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18458/stat : 18458 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126733801640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18459] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18459/stat : 18459 (java) S 18447 18450 17519 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126732749352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18460] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18460/stat : 18460 (java) S 18447 18450 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126731696552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18461] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18461/stat : 18461 (java) S 18447 18450 17519 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12092989 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126120282856 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18462] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18462/stat : 18462 (java) S 18447 18450 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126119228920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18463] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18463/stat : 18463 (java) S 18447 18450 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126118176520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18464] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18464/stat : 18464 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126117125008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18465] ppid=18447 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/18450/task/18465/stat : 18465 (java) S 18447 18450 17519 0 -1 4202560 10167 0 0 0 89 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126116071608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18466] ppid=18447 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18450/task/18466/stat : 18466 (java) S 18447 18450 17519 0 -1 4202560 8439 0 0 0 33 1 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126115018808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18467] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18467/stat : 18467 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126113966712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18468] ppid=18447 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18450/task/18468/stat : 18468 (java) S 18447 18450 17519 0 -1 4202560 46 0 0 0 9 15 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126112914120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18469] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18469/stat : 18469 (java) S 18447 18450 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12093003 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126111860136 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 770.61
Current children cumulated vsize (KiB) 9625040

[startup+769.601 s]
/proc/loadavg: 2.12 2.19 2.17 3/213 18486
/proc/meminfo: memFree=28921876/32872528 swapFree=1391980/1569808
[pid=18450] ppid=18447 vsize=9625040 CPUtime=771.01 cores=1,3,5,7
/proc/18450/stat : 18450 (java) S 18447 18450 17519 0 -1 4202496 22500 0 1 0 77077 24 0 0 20 0 19 0 12092986 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140734296085232 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18450/statm: 2406260 58120 2272 9 0 2396937 0
[pid=18450/tid=18452] ppid=18447 vsize=9625040 CPUtime=767.48 cores=1,3,5,7
/proc/18450/task/18452/stat : 18452 (java) R 18447 18450 17519 0 -1 4202560 2481 0 1 0 76734 14 0 0 20 0 19 0 12092987 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126766610864 140126613876535 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18450/tid=18453] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18453/stat : 18453 (java) S 18447 18450 17519 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126739065640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18454] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18454/stat : 18454 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126738012840 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18455] ppid=18447 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18450/task/18455/stat : 18455 (java) S 18447 18450 17519 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126736960552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18456] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18456/stat : 18456 (java) S 18447 18450 17519 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126735907752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18457] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18457/stat : 18457 (java) S 18447 18450 17519 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126734854440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18458] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18458/stat : 18458 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126733801640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18459] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18459/stat : 18459 (java) S 18447 18450 17519 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126732749352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18460] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18460/stat : 18460 (java) S 18447 18450 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12092988 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126731696552 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18461] ppid=18447 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18450/task/18461/stat : 18461 (java) S 18447 18450 17519 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12092989 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126120282856 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18462] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18462/stat : 18462 (java) S 18447 18450 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126119228920 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18463] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18463/stat : 18463 (java) S 18447 18450 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12092990 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126118176520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18464] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18464/stat : 18464 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126117125008 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18465] ppid=18447 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/18450/task/18465/stat : 18465 (java) S 18447 18450 17519 0 -1 4202560 10167 0 0 0 89 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126116071608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18466] ppid=18447 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18450/task/18466/stat : 18466 (java) S 18447 18450 17519 0 -1 4202560 8439 0 0 0 33 1 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126115018808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18467] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18467/stat : 18467 (java) S 18447 18450 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126113966712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18450/tid=18468] ppid=18447 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/18450/task/18468/stat : 18468 (java) S 18447 18450 17519 0 -1 4202560 46 0 0 0 9 15 0 0 20 0 19 0 12092992 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126112914120 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18450/tid=18469] ppid=18447 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18450/task/18469/stat : 18469 (java) S 18447 18450 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12093003 9856040960 58120 33554432000 1073741824 1073778376 140734296094096 140126111860136 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 771.01
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18450 and gives
#  childrusage.ru_utime.tv_sec=768
#  childrusage.ru_utime.tv_usec=933104
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=442932
# CPU time returned by wait4() is 769.376
# while last known CPU time is 771.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 769.688
CPU time (s): 771.01
CPU user time (s): 770.77
CPU system time (s): 0.24
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 768.933
system time used= 0.442932
maximum resident set size= 232572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22530
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16492
involuntary context switches= 3241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5813 second user time and 5.69613 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 20:30:34
IDJOB=4120550
IDBENCH=109999
IDSOLVER=2546
FILE ID=node140/4120550-1467311434
RUNJOBID= node140-1467308852-17536
PBS_JOBID= 20005285
Free space on /tmp= 71652 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-n90-d3-i2-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-4120550-1467311434/watcher-4120550-1467311434 -o /tmp/evaluation-result-4120550-1467311434/solver-4120550-1467311434 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120550-1467311434.opb

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

MD5SUM BENCH= a7146834ea3b72dafe042362fd4a12d5
RANDOM SEED=1504997581

node140.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.708
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	: 5333.41
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.708
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.708
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.708
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.708
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.708
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.708
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.708
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29179916 kB
Buffers:          145064 kB
Cached:          1044160 kB
SwapCached:            0 kB
Active:           432476 kB
Inactive:         949860 kB
Active(anon):     187476 kB
Inactive(anon):     8448 kB
Active(file):     245000 kB
Inactive(file):   941412 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               896 kB
Writeback:             0 kB
AnonPages:       1764856 kB
Mapped:            22084 kB
Shmem:               204 kB
Slab:             607400 kB
SReclaimable:      51588 kB
SUnreclaim:       555812 kB
KernelStack:        1592 kB
PageTables:         7836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2260984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 71652 MiB
End job on node140 at 2016-06-30 20:43:24