Trace number 4120686

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 1084.9 1083.05

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n90-d3-i1-f.cnf.gz-plain.pb.metafix.opb
MD5SUMe34aaf1a297bca9652728409f14a5209
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.40463
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4120686-1467312216.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.048s.
0.10/0.15	c declared #vars     135
0.10/0.15	c #constraints  360
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.10/0.15	c 360 constraints processed.
0.63/0.46	c cleaning 2498 clauses out of 5001 with flag 25134/5001
1.12/0.69	c cleaning 4252 clauses out of 8503 with flag 59252/11001
1.55/1.04	c cleaning 5625 clauses out of 11250 with flag 95350/18000
1.95/1.44	c cleaning 6809 clauses out of 13625 with flag 132928/26000
2.68/2.11	c cleaning 7907 clauses out of 15816 with flag 175473/35000
3.48/2.90	c cleaning 8954 clauses out of 17910 with flag 219470/45001
4.38/3.88	c cleaning 9975 clauses out of 19956 with flag 266535/56001
5.68/5.15	c cleaning 10990 clauses out of 21980 with flag 319366/68000
7.08/6.60	c cleaning 11995 clauses out of 23990 with flag 376607/81000
8.78/8.24	c cleaning 12992 clauses out of 25995 with flag 439206/95000
10.68/10.15	c cleaning 13998 clauses out of 28004 with flag 505816/110001
12.98/12.45	c cleaning 15000 clauses out of 30005 with flag 575630/126000
15.68/15.16	c cleaning 16000 clauses out of 32005 with flag 650278/143000
18.79/18.26	c cleaning 17003 clauses out of 34005 with flag 729586/161000
21.60/21.01	c cleaning 17995 clauses out of 36002 with flag 820801/180000
24.59/24.04	c cleaning 18997 clauses out of 38007 with flag 922176/200000
28.29/27.71	c cleaning 20000 clauses out of 40010 with flag 1017230/221000
31.99/31.48	c cleaning 20997 clauses out of 42010 with flag 1117139/243000
35.99/35.42	c cleaning 22001 clauses out of 44014 with flag 1210721/266001
40.80/40.20	c cleaning 23006 clauses out of 46013 with flag 1321440/290001
44.99/44.41	c cleaning 23994 clauses out of 48006 with flag 1439988/315000
51.30/50.71	c cleaning 24999 clauses out of 50013 with flag 1573432/341001
57.80/57.30	c cleaning 26001 clauses out of 52013 with flag 1714607/368000
65.51/64.95	c cleaning 27001 clauses out of 54012 with flag 1853326/396000
72.60/72.01	c cleaning 28002 clauses out of 56012 with flag 1991725/425001
80.10/79.60	c cleaning 29003 clauses out of 58010 with flag 2137660/455001
88.49/87.91	c cleaning 30001 clauses out of 60007 with flag 2283243/486001
97.20/96.61	c cleaning 30996 clauses out of 62005 with flag 2425799/518000
106.21/105.67	c cleaning 32002 clauses out of 64010 with flag 2571276/551001
116.51/115.93	c cleaning 33001 clauses out of 66008 with flag 2730978/585001
127.41/126.83	c cleaning 34001 clauses out of 68007 with flag 2886851/620001
134.83/134.22	c cleaning 35001 clauses out of 70005 with flag 3044158/656000
142.02/141.42	c cleaning 35997 clauses out of 72005 with flag 3218322/693001
148.32/147.78	c cleaning 37002 clauses out of 74007 with flag 3382633/731000
155.93/155.30	c cleaning 38001 clauses out of 76005 with flag 3547851/770000
163.93/163.33	c cleaning 39000 clauses out of 78005 with flag 3715032/810001
171.95/171.35	c cleaning 39996 clauses out of 80004 with flag 3884900/851000
181.25/180.68	c cleaning 41001 clauses out of 82009 with flag 4066371/893001
192.16/191.52	c cleaning 41997 clauses out of 84008 with flag 4294889/936001
201.15/200.55	c cleaning 42997 clauses out of 86010 with flag 4517848/980000
214.86/214.25	c cleaning 43998 clauses out of 88013 with flag 4761471/1025000
230.26/229.66	c cleaning 45002 clauses out of 90016 with flag 4972912/1071001
247.17/246.51	c cleaning 46001 clauses out of 92014 with flag 5175359/1118001
275.06/274.42	c cleaning 47002 clauses out of 94012 with flag 5390068/1166000
302.37/301.73	c cleaning 48000 clauses out of 96010 with flag 5633572/1215000
321.88/321.25	c cleaning 48998 clauses out of 98010 with flag 5859182/1265000
342.49/341.84	c cleaning 50003 clauses out of 100013 with flag 6085265/1316001
354.79/354.13	c cleaning 50998 clauses out of 102010 with flag 6309704/1368001
372.39/371.80	c cleaning 52001 clauses out of 104012 with flag 6530425/1421001
391.89/391.25	c cleaning 53004 clauses out of 106010 with flag 6759622/1475000
408.19/407.55	c cleaning 53998 clauses out of 108007 with flag 6983503/1530001
422.49/421.84	c cleaning 54997 clauses out of 110009 with flag 7203681/1586001
441.49/440.80	c cleaning 56003 clauses out of 112011 with flag 7422648/1643000
460.00/459.37	c cleaning 56999 clauses out of 114009 with flag 7656792/1701001
477.28/476.56	c cleaning 58002 clauses out of 116010 with flag 7880786/1760001
500.19/499.48	c cleaning 59003 clauses out of 118008 with flag 8137597/1820001
518.79/518.07	c cleaning 59996 clauses out of 120004 with flag 8393955/1881000
536.39/535.63	c cleaning 61000 clauses out of 122009 with flag 8657822/1943001
557.41/556.64	c cleaning 62001 clauses out of 124008 with flag 8918153/2006000
580.91/580.19	c cleaning 63002 clauses out of 126007 with flag 9170623/2070000
602.32/601.51	c cleaning 64002 clauses out of 128005 with flag 9420301/2135000
621.62/620.86	c cleaning 65000 clauses out of 130003 with flag 9668712/2201000
646.43/645.63	c cleaning 65997 clauses out of 132005 with flag 9928405/2268002
673.73/672.92	c cleaning 67001 clauses out of 134007 with flag 10190721/2336001
703.85/703.06	c cleaning 68000 clauses out of 136005 with flag 10462050/2405000
734.61/733.40	c cleaning 68998 clauses out of 138006 with flag 10738045/2475001
759.50/757.94	c cleaning 70002 clauses out of 140007 with flag 11001409/2546000
789.90/788.31	c cleaning 70998 clauses out of 142006 with flag 11268252/2618001
820.01/818.41	c cleaning 72000 clauses out of 144008 with flag 11534738/2691001
850.67/849.07	c cleaning 72999 clauses out of 146007 with flag 11804706/2765000
881.61/879.96	c cleaning 74000 clauses out of 148008 with flag 12089872/2840001
913.94/912.23	c cleaning 74995 clauses out of 150007 with flag 12388710/2916000
949.16/947.49	c cleaning 76003 clauses out of 152013 with flag 12715987/2993001
986.19/984.50	c cleaning 76999 clauses out of 154009 with flag 13016147/3071001
1024.60/1022.90	c cleaning 78002 clauses out of 156010 with flag 13322794/3150001
1068.80/1066.93	c cleaning 78998 clauses out of 158006 with flag 13638488/3230001
1084.90/1083.02	c starts		: 81
1084.90/1083.02	c conflicts		: 3267859
1084.90/1083.02	c decisions		: 3727443
1084.90/1083.02	c propagations		: 17612017
1084.90/1083.02	c inspects		: 28478697854
1084.90/1083.02	c shortcuts		: 0
1084.90/1083.02	c learnt literals	: 19
1084.90/1083.02	c learnt binary clauses	: 18
1084.90/1083.02	c learnt ternary clauses	: 50
1084.90/1083.02	c learnt constraints	: 3267839
1084.90/1083.02	c ignored constraints	: 0
1084.90/1083.02	c root simplifications	: 0
1084.90/1083.02	c removed literals (reason simplification)	: 0
1084.90/1083.02	c reason swapping (by a shorter reason)	: 0
1084.90/1083.02	c Calls to reduceDB	: 76
1084.90/1083.02	c Number of update (reduction) of LBD	: 307969
1084.90/1083.02	c Imported unit clauses	: 0
1084.90/1083.02	c number of reductions to clauses (during analyze)	: 0
1084.90/1083.02	c number of learned constraints concerned by reduction	: 0
1084.90/1083.02	c number of learning phase by resolution	: 0
1084.90/1083.02	c number of learning phase by cutting planes	: 0
1084.90/1083.02	c speed (assignments/second)	: 16264.292653555756
1084.90/1083.02	c non guided choices	1921
1084.90/1083.05	c learnt constraints type 
1084.90/1083.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1084.90/1083.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116832
1084.90/1083.05	s UNSATISFIABLE
1084.90/1083.05	c Total wall clock time (in seconds): 1082.944

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

pid=18724
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.17 2.19 2.18 3/194 18727
/proc/meminfo: memFree=29147080/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/18727/stat : 18727 (java) R 18724 18727 17519 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 12171162 2564096 48 33554432000 1073741824 1073778376 140737458740672 140737458737800 213410475252 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 892 50 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 18727
/proc/meminfo: memFree=29147080/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 4505 0 1 0 9 1 0 0 20 0 18 0 12171162 9787879424 5630 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2389619 5630 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 18727
/proc/meminfo: memFree=29147080/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 6796 0 1 0 26 1 0 0 20 0 19 0 12171162 9856040960 7329 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 7329 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300222 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 18727
/proc/meminfo: memFree=29147080/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 7176 0 1 0 47 1 0 0 20 0 19 0 12171162 9856040960 7920 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 7920 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700177 s]
/proc/loadavg: 2.17 2.19 2.18 3/194 18727
/proc/meminfo: memFree=29147080/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 15570 0 1 0 122 3 0 0 20 0 19 0 12171162 9856040960 13388 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 13388 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.17 2.19 2.18 3/213 18746
/proc/meminfo: memFree=29100604/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 15578 0 1 0 205 3 0 0 20 0 19 0 12171162 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 14417 2257 9 0 2396937 0
[pid=18727/tid=18729] ppid=18724 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/18727/task/18729/stat : 18729 (java) R 18724 18727 17519 0 -1 4202560 2459 0 1 0 146 0 0 0 20 0 19 0 12171163 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083238686832 140083178862147 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18730] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18730/stat : 18730 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083082246312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18731] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18731/stat : 18731 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083081193768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18732] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18732/stat : 18732 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083080141224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18733] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18733/stat : 18733 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083079088680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18734] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18734/stat : 18734 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083078036136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18735] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18735/stat : 18735 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083076983592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18736] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18736/stat : 18736 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083075931048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18737] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18737/stat : 18737 (java) S 18724 18727 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083074878504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18738] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18738/stat : 18738 (java) S 18724 18727 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083062679656 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18739] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18739/stat : 18739 (java) S 18724 18727 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083061625976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18740] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18740/stat : 18740 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083060573320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18741] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18741/stat : 18741 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083059522064 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18742] ppid=18724 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/18727/task/18742/stat : 18742 (java) S 18724 18727 17519 0 -1 4202560 8227 0 0 0 30 2 0 0 20 0 19 0 12171168 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083058469432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18743] ppid=18724 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/18727/task/18743/stat : 18743 (java) S 18724 18727 17519 0 -1 4202560 3620 0 0 0 27 0 0 0 20 0 19 0 12171168 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083057416888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18744] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18744/stat : 18744 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083056364536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18745] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18745/stat : 18745 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083055312200 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18746] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18746/stat : 18746 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171178 9856040960 14417 33554432000 1073741824 1073778376 140737458740672 140083054256936 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.17 2.19 2.18 3/213 18746
/proc/meminfo: memFree=29095888/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 15579 0 1 0 365 3 0 0 20 0 19 0 12171162 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 14929 2257 9 0 2396937 0
[pid=18727/tid=18729] ppid=18724 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/18727/task/18729/stat : 18729 (java) R 18724 18727 17519 0 -1 4202560 2460 0 1 0 305 0 0 0 20 0 19 0 12171163 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083238678192 140083178815823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18730] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18730/stat : 18730 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083082246312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18731] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18731/stat : 18731 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083081193768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18732] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18732/stat : 18732 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083080141224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18733] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18733/stat : 18733 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083079088680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18734] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18734/stat : 18734 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083078036136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18735] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18735/stat : 18735 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083076983592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18736] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18736/stat : 18736 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083075931048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18737] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18737/stat : 18737 (java) S 18724 18727 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083074878504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18738] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18738/stat : 18738 (java) S 18724 18727 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083062679656 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18739] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18739/stat : 18739 (java) S 18724 18727 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083061625976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18740] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18740/stat : 18740 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083060573320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18741] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18741/stat : 18741 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083059522064 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18742] ppid=18724 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/18727/task/18742/stat : 18742 (java) S 18724 18727 17519 0 -1 4202560 8227 0 0 0 30 2 0 0 20 0 19 0 12171168 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083058469432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18743] ppid=18724 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/18727/task/18743/stat : 18743 (java) S 18724 18727 17519 0 -1 4202560 3620 0 0 0 27 0 0 0 20 0 19 0 12171168 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083057416888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18744] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18744/stat : 18744 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083056364536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18745] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18745/stat : 18745 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083055312200 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18746] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18746/stat : 18746 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171178 9856040960 14929 33554432000 1073741824 1073778376 140737458740672 140083054256936 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.24 2.21 2.18 3/213 18746
/proc/meminfo: memFree=29093248/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 15584 0 1 0 685 3 0 0 20 0 19 0 12171162 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 15965 2258 9 0 2396937 0
[pid=18727/tid=18729] ppid=18724 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/18727/task/18729/stat : 18729 (java) R 18724 18727 17519 0 -1 4202560 2464 0 1 0 624 0 0 0 20 0 19 0 12171163 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083238678192 140083178862147 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18730] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18730/stat : 18730 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083082246312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18731] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18731/stat : 18731 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083081193768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18732] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18732/stat : 18732 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083080141224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18733] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18733/stat : 18733 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083079088680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18734] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18734/stat : 18734 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083078036136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18735] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18735/stat : 18735 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083076983592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18736] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18736/stat : 18736 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083075931048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18737] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18737/stat : 18737 (java) S 18724 18727 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083074878504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18738] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18738/stat : 18738 (java) S 18724 18727 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083062679656 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18739] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18739/stat : 18739 (java) S 18724 18727 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083061625976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18740] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18740/stat : 18740 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083060573320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18741] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18741/stat : 18741 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083059522064 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18742] ppid=18724 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/18727/task/18742/stat : 18742 (java) S 18724 18727 17519 0 -1 4202560 8227 0 0 0 30 2 0 0 20 0 19 0 12171168 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083058469432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18743] ppid=18724 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/18727/task/18743/stat : 18743 (java) S 18724 18727 17519 0 -1 4202560 3620 0 0 0 27 0 0 0 20 0 19 0 12171168 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083057416888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18744] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18744/stat : 18744 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083056364536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18745] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18745/stat : 18745 (java) S 18724 18727 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083055312200 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18746] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18746/stat : 18746 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171178 9856040960 15965 33554432000 1073741824 1073778376 140737458740672 140083054256936 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 9625040


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

[pid=18727/tid=18739] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18739/stat : 18739 (java) S 18724 18727 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083061625976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18740] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18740/stat : 18740 (java) S 18724 18727 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083060573320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18741] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18741/stat : 18741 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083059522064 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18742] ppid=18724 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/18727/task/18742/stat : 18742 (java) S 18724 18727 17519 0 -1 4202560 9710 0 0 0 73 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083058469432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18743] ppid=18724 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/18727/task/18743/stat : 18743 (java) S 18724 18727 17519 0 -1 4202560 11247 0 0 0 75 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083057416888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18744] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18744/stat : 18744 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083056364536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18745] ppid=18724 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/18727/task/18745/stat : 18745 (java) S 18724 18727 17519 0 -1 4202560 64 0 0 0 17 20 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083055312200 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18746] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18746/stat : 18746 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171178 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083054256936 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1083.5
Current children cumulated vsize (KiB) 9625040

[startup+1082.4 s]
/proc/loadavg: 2.24 2.23 2.18 4/214 19055
/proc/meminfo: memFree=29000028/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=1084.31 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 24944 0 1 0 108396 35 0 0 20 0 19 0 12171162 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 57812 2272 9 0 2396937 0
[pid=18727/tid=18729] ppid=18724 vsize=9625040 CPUtime=1079.52 cores=1,3,5,7
/proc/18727/task/18729/stat : 18729 (java) R 18724 18727 17519 0 -1 4202560 2539 0 1 0 107930 22 0 0 20 0 19 0 12171163 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083238685120 140083178811359 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18730] ppid=18724 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18727/task/18730/stat : 18730 (java) S 18724 18727 17519 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083082246312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18731] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18731/stat : 18731 (java) S 18724 18727 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083081193768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18732] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18732/stat : 18732 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083080141224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18733] ppid=18724 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18727/task/18733/stat : 18733 (java) S 18724 18727 17519 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083079088680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18734] ppid=18724 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18727/task/18734/stat : 18734 (java) S 18724 18727 17519 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083078036136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18735] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18735/stat : 18735 (java) S 18724 18727 17519 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083076983592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18736] ppid=18724 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18727/task/18736/stat : 18736 (java) S 18724 18727 17519 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083075931048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18737] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18737/stat : 18737 (java) S 18724 18727 17519 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083074878504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18738] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18738/stat : 18738 (java) S 18724 18727 17519 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083062679656 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18739] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18739/stat : 18739 (java) S 18724 18727 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083061625976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18740] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18740/stat : 18740 (java) S 18724 18727 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083060573320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18741] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18741/stat : 18741 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083059522064 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18742] ppid=18724 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/18727/task/18742/stat : 18742 (java) S 18724 18727 17519 0 -1 4202560 9710 0 0 0 73 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083058469432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18743] ppid=18724 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/18727/task/18743/stat : 18743 (java) S 18724 18727 17519 0 -1 4202560 11247 0 0 0 75 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083057416888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18744] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18744/stat : 18744 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083056364536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18745] ppid=18724 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/18727/task/18745/stat : 18745 (java) S 18724 18727 17519 0 -1 4202560 64 0 0 0 17 20 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083055312200 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18746] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18746/stat : 18746 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171178 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083054256936 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1084.31
Current children cumulated vsize (KiB) 9625040

[startup+1082.8 s]
/proc/loadavg: 2.24 2.23 2.18 4/214 19055
/proc/meminfo: memFree=29000028/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=1084.7 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 24944 0 1 0 108435 35 0 0 20 0 19 0 12171162 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 57812 2272 9 0 2396937 0
[pid=18727/tid=18729] ppid=18724 vsize=9625040 CPUtime=1079.91 cores=1,3,5,7
/proc/18727/task/18729/stat : 18729 (java) R 18724 18727 17519 0 -1 4202560 2539 0 1 0 107969 22 0 0 20 0 19 0 12171163 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083238685120 140083178811296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18730] ppid=18724 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18727/task/18730/stat : 18730 (java) S 18724 18727 17519 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083082246312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18731] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18731/stat : 18731 (java) S 18724 18727 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083081193768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18732] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18732/stat : 18732 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083080141224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18733] ppid=18724 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18727/task/18733/stat : 18733 (java) S 18724 18727 17519 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083079088680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18734] ppid=18724 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18727/task/18734/stat : 18734 (java) S 18724 18727 17519 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083078036136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18735] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18735/stat : 18735 (java) S 18724 18727 17519 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083076983592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18736] ppid=18724 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18727/task/18736/stat : 18736 (java) S 18724 18727 17519 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083075931048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18737] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18737/stat : 18737 (java) S 18724 18727 17519 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083074878504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18738] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18738/stat : 18738 (java) S 18724 18727 17519 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083062679656 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18739] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18739/stat : 18739 (java) S 18724 18727 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083061625976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18740] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18740/stat : 18740 (java) S 18724 18727 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083060573320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18741] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18741/stat : 18741 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083059522064 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18742] ppid=18724 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/18727/task/18742/stat : 18742 (java) S 18724 18727 17519 0 -1 4202560 9710 0 0 0 73 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083058469432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18743] ppid=18724 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/18727/task/18743/stat : 18743 (java) S 18724 18727 17519 0 -1 4202560 11247 0 0 0 75 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083057416888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18744] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18744/stat : 18744 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083056364536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18745] ppid=18724 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/18727/task/18745/stat : 18745 (java) S 18724 18727 17519 0 -1 4202560 64 0 0 0 17 20 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083055312200 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18746] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18746/stat : 18746 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171178 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083054256936 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1084.7
Current children cumulated vsize (KiB) 9625040

[startup+1083 s]
/proc/loadavg: 2.24 2.23 2.18 4/214 19055
/proc/meminfo: memFree=29000028/32872528 swapFree=1391980/1569808
[pid=18727] ppid=18724 vsize=9625040 CPUtime=1084.9 cores=1,3,5,7
/proc/18727/stat : 18727 (java) S 18724 18727 17519 0 -1 4202496 24944 0 1 0 108455 35 0 0 20 0 19 0 12171162 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140737458731808 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18727/statm: 2406260 57812 2272 9 0 2396937 0
[pid=18727/tid=18729] ppid=18724 vsize=9625040 CPUtime=1080.11 cores=1,3,5,7
/proc/18727/task/18729/stat : 18729 (java) R 18724 18727 17519 0 -1 4202560 2539 0 1 0 107989 22 0 0 20 0 19 0 12171163 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083238685120 140083178811339 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18730] ppid=18724 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18727/task/18730/stat : 18730 (java) S 18724 18727 17519 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083082246312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18731] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18731/stat : 18731 (java) S 18724 18727 17519 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083081193768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18732] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18732/stat : 18732 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083080141224 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18733] ppid=18724 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18727/task/18733/stat : 18733 (java) S 18724 18727 17519 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083079088680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18734] ppid=18724 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/18727/task/18734/stat : 18734 (java) S 18724 18727 17519 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083078036136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18735] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18735/stat : 18735 (java) S 18724 18727 17519 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083076983592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18727/tid=18736] ppid=18724 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18727/task/18736/stat : 18736 (java) S 18724 18727 17519 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083075931048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18737] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18737/stat : 18737 (java) S 18724 18727 17519 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12171164 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083074878504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18738] ppid=18724 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18727/task/18738/stat : 18738 (java) S 18724 18727 17519 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083062679656 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18739] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18739/stat : 18739 (java) S 18724 18727 17519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083061625976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18740] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18740/stat : 18740 (java) S 18724 18727 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12171165 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083060573320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18741] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18741/stat : 18741 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083059522064 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18742] ppid=18724 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/18727/task/18742/stat : 18742 (java) S 18724 18727 17519 0 -1 4202560 9710 0 0 0 73 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083058469432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18743] ppid=18724 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/18727/task/18743/stat : 18743 (java) S 18724 18727 17519 0 -1 4202560 11247 0 0 0 75 2 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083057416888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18727/tid=18744] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18744/stat : 18744 (java) S 18724 18727 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083056364536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18727/tid=18745] ppid=18724 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/18727/task/18745/stat : 18745 (java) S 18724 18727 17519 0 -1 4202560 64 0 0 0 17 20 0 0 20 0 19 0 12171168 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083055312200 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18727/tid=18746] ppid=18724 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18727/task/18746/stat : 18746 (java) S 18724 18727 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12171178 9856040960 57812 33554432000 1073741824 1073778376 140737458740672 140083054256936 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1084.9
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18727 and gives
#  childrusage.ru_utime.tv_sec=1081
#  childrusage.ru_utime.tv_usec=837535
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=621905
# CPU time returned by wait4() is 1082.46
# while last known CPU time is 1084.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1083.05
CPU time (s): 1084.9
CPU user time (s): 1084.55
CPU system time (s): 0.35
CPU usage (%): 100.17
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1081.84
system time used= 0.621905
maximum resident set size= 231344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24977
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23084
involuntary context switches= 1946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52401 second user time and 7.95479 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 20:43:36
IDJOB=4120686
IDBENCH=110071
IDSOLVER=2546
FILE ID=node140/4120686-1467312216
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-i1-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120686-1467312216/watcher-4120686-1467312216 -o /tmp/evaluation-result-4120686-1467312216/solver-4120686-1467312216 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120686-1467312216.opb

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

MD5SUM BENCH= e34aaf1a297bca9652728409f14a5209
RANDOM SEED=882990689

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:        29147608 kB
Buffers:          145968 kB
Cached:          1044352 kB
SwapCached:            0 kB
Active:           457072 kB
Inactive:         950912 kB
Active(anon):     212040 kB
Inactive(anon):     8448 kB
Active(file):     245032 kB
Inactive(file):   942464 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:       1808232 kB
Mapped:            22140 kB
Shmem:               204 kB
Slab:             608148 kB
SReclaimable:      51720 kB
SUnreclaim:       556428 kB
KernelStack:        1760 kB
PageTables:         7928 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:    395264 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 21:01:39