Trace number 4084470

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 PB16? (TO) 1800 1795.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
MD5SUM2f4fbbd7ac7eea50904b3e0a14134afd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark0.011998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints41
Number of constraints which are clauses21
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	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-4084470-1465240350.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
0.08/0.16	c ... done. Wall clock time 0.037s.
0.08/0.16	c declared #vars     420
0.08/0.16	c #constraints  41
0.08/0.16	c constraints type 
0.08/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
0.08/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.08/0.16	c 41 constraints processed.
0.85/0.61	c cleaning 2496 clauses out of 5000 with flag 41742/5000
1.41/1.17	c cleaning 4250 clauses out of 8504 with flag 89538/11000
2.20/1.93	c cleaning 5628 clauses out of 11255 with flag 143366/18001
3.21/2.98	c cleaning 6806 clauses out of 13626 with flag 208901/26000
4.43/4.19	c cleaning 7904 clauses out of 15820 with flag 287773/35000
6.03/5.74	c cleaning 8955 clauses out of 17918 with flag 369036/45002
7.83/7.52	c cleaning 9973 clauses out of 19961 with flag 456293/56000
10.03/9.79	c cleaning 10992 clauses out of 21990 with flag 550057/68002
12.43/12.19	c cleaning 11997 clauses out of 23997 with flag 641400/81001
14.92/14.68	c cleaning 12993 clauses out of 26000 with flag 763716/95001
18.03/17.72	c cleaning 14001 clauses out of 28006 with flag 885814/110000
21.89/21.52	c cleaning 14996 clauses out of 30005 with flag 1018909/126000
25.80/25.47	c cleaning 15991 clauses out of 32011 with flag 1171990/143002
31.10/30.75	c cleaning 17003 clauses out of 34018 with flag 1323779/161000
35.80/35.42	c cleaning 18003 clauses out of 36017 with flag 1453106/180002
41.40/41.02	c cleaning 18999 clauses out of 38012 with flag 1602872/200000
47.89/47.56	c cleaning 20001 clauses out of 40014 with flag 1793795/221001
55.73/55.23	c cleaning 21001 clauses out of 42013 with flag 1971067/243001
62.83/62.36	c cleaning 22000 clauses out of 44014 with flag 2145328/266003
70.33/69.83	c cleaning 23001 clauses out of 46011 with flag 2325508/290000
79.73/79.26	c cleaning 23976 clauses out of 48010 with flag 2545232/315000
88.02/87.51	c cleaning 25010 clauses out of 50034 with flag 2795820/341000
96.30/95.61	c cleaning 26010 clauses out of 52027 with flag 3072360/368003
103.50/102.87	c cleaning 27002 clauses out of 54018 with flag 3333498/396004
112.20/111.59	c cleaning 27997 clauses out of 56012 with flag 3564695/425000
121.49/120.84	c cleaning 29006 clauses out of 58019 with flag 3819401/455004
132.58/131.76	c cleaning 29998 clauses out of 60009 with flag 4101647/486000
142.48/141.67	c cleaning 31004 clauses out of 62013 with flag 4385264/518002
154.49/153.69	c cleaning 31990 clauses out of 64007 with flag 4665461/551000
168.89/168.07	c cleaning 32992 clauses out of 66017 with flag 5001175/585000
182.08/181.11	c cleaning 34003 clauses out of 68026 with flag 5303976/620001
196.18/195.29	c cleaning 35008 clauses out of 70026 with flag 5641393/656004
212.58/211.68	c cleaning 35996 clauses out of 72015 with flag 6013436/693001
231.89/230.74	c cleaning 37003 clauses out of 74020 with flag 6390314/731002
254.79/253.61	c cleaning 38002 clauses out of 76015 with flag 6788880/770000
277.00/275.88	c cleaning 38997 clauses out of 78014 with flag 7190833/810001
299.93/298.53	c cleaning 39995 clauses out of 80016 with flag 7590936/851000
323.75/322.38	c cleaning 41002 clauses out of 82021 with flag 8046498/893000
348.35/346.66	c cleaning 42007 clauses out of 84023 with flag 8509721/936004
375.34/373.64	c cleaning 43005 clauses out of 86013 with flag 8964056/980001
396.98/395.04	c cleaning 43999 clauses out of 88009 with flag 9342261/1025002
424.54/422.50	c cleaning 45000 clauses out of 90009 with flag 9847695/1071001
454.11/452.10	c cleaning 45993 clauses out of 92008 with flag 10343074/1118000
483.51/481.47	c cleaning 47003 clauses out of 94015 with flag 10843815/1166000
510.69/508.53	c cleaning 48003 clauses out of 96013 with flag 11368988/1215001
543.06/540.81	c cleaning 49001 clauses out of 98010 with flag 11952570/1265001
584.51/582.21	c cleaning 49998 clauses out of 100008 with flag 12617223/1316000
622.61/620.29	c cleaning 51002 clauses out of 102011 with flag 13238098/1368001
661.88/659.40	c cleaning 51994 clauses out of 104008 with flag 13898910/1421000
702.83/700.30	c cleaning 52997 clauses out of 106014 with flag 14481191/1475000
740.60/738.06	c cleaning 54003 clauses out of 108017 with flag 15111532/1530000
774.88/772.22	c cleaning 55000 clauses out of 110015 with flag 15731112/1586001
822.25/819.56	c cleaning 55997 clauses out of 112016 with flag 16417387/1643002
870.41/867.66	c cleaning 57002 clauses out of 114018 with flag 17070186/1701001
918.72/915.84	c cleaning 58001 clauses out of 116016 with flag 17658282/1760001
968.21/965.25	c cleaning 58995 clauses out of 118014 with flag 18292559/1820000
1020.69/1017.61	c cleaning 59996 clauses out of 120019 with flag 18957065/1881000
1070.35/1067.22	c cleaning 61007 clauses out of 122024 with flag 19517302/1943001
1120.36/1117.15	c cleaning 62001 clauses out of 124016 with flag 20147228/2006000
1177.16/1173.86	c cleaning 62993 clauses out of 126015 with flag 20795429/2070000
1233.02/1229.68	c cleaning 64005 clauses out of 128023 with flag 21478986/2135001
1300.27/1296.73	c cleaning 65004 clauses out of 130019 with flag 22154715/2201002
1374.83/1371.30	c cleaning 65996 clauses out of 132015 with flag 22869087/2268002
1438.02/1434.28	c cleaning 67003 clauses out of 134018 with flag 23616823/2336001
1497.84/1493.93	c cleaning 67998 clauses out of 136016 with flag 24346281/2405002
1558.60/1554.68	c cleaning 69000 clauses out of 138016 with flag 25064992/2475000
1621.14/1617.10	c cleaning 69998 clauses out of 140017 with flag 25815278/2546001
1689.44/1685.21	c cleaning 70999 clauses out of 142020 with flag 26581518/2618002
1750.16/1745.89	c cleaning 72003 clauses out of 144021 with flag 27310061/2691002
1800.00/1795.60	c starts		: 92
1800.00/1795.60	c conflicts		: 2752747
1800.00/1795.60	c decisions		: 3136269
1800.00/1795.60	c propagations		: 41543878
1800.00/1795.60	c inspects		: 28131635845
1800.00/1795.60	c shortcuts		: 0
1800.00/1795.60	c learnt literals	: 0
1800.00/1795.60	c learnt binary clauses	: 0
1800.00/1795.60	c learnt ternary clauses	: 0
1800.00/1795.60	c learnt constraints	: 2752747
1800.00/1795.60	c ignored constraints	: 0
1800.00/1795.60	c root simplifications	: 0
1800.00/1795.60	c removed literals (reason simplification)	: 0
1800.00/1795.60	c reason swapping (by a shorter reason)	: 0
1800.00/1795.60	c Calls to reduceDB	: 69
1800.00/1795.60	c Number of update (reduction) of LBD	: 1615943
1800.00/1795.60	c Imported unit clauses	: 0
1800.00/1795.60	c timeout
1800.00/1795.60	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.60	c number of learned constraints concerned by reduction	: 0
1800.00/1795.60	c number of learning phase by resolution	: 0
1800.00/1795.60	c number of learning phase by cutting planes	: 0
1800.00/1795.60	c speed (assignments/second)	: 23138.563326295127
1800.00/1795.60	c non guided choices	256
1800.00/1795.63	c learnt constraints type 
1800.00/1795.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133763
1800.00/1795.63	s UNKNOWN
1800.00/1795.63	c Total wall clock time (in seconds): 1795.507

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-4084470-1465240350/watcher-4084470-1465240350 -o /tmp/evaluation-result-4084470-1465240350/solver-4084470-1465240350 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084470-1465240350.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.18 2.16 2.17 4/194 11488
/proc/meminfo: memFree=30357576/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/11488/stat : 11488 (java) D 11485 11488 9017 0 -1 4202496 158 0 0 0 0 0 0 0 20 0 1 0 105966940 278528 33 33554432000 1073741824 1073778376 140735376840032 140735376837208 248781040935 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 68 33 25 9 0 25 0

[startup+0.100118 s]
/proc/loadavg: 2.18 2.16 2.17 4/194 11488
/proc/meminfo: memFree=30357576/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 4366 0 1 0 7 1 0 0 20 0 18 0 105966940 9787879424 4975 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2389619 4975 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 2.18 2.16 2.17 4/194 11488
/proc/meminfo: memFree=30357576/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 6292 0 1 0 24 1 0 0 20 0 19 0 105966940 9856040960 6867 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 6867 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300278 s]
/proc/loadavg: 2.18 2.16 2.17 4/194 11488
/proc/meminfo: memFree=30357576/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 6696 0 1 0 45 1 0 0 20 0 19 0 105966940 9856040960 7462 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 7462 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.70021 s]
/proc/loadavg: 2.18 2.16 2.17 4/194 11488
/proc/meminfo: memFree=30357576/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 7930 0 1 0 95 2 0 0 20 0 19 0 105966940 9856040960 8531 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 8531 2247 9 0 2396937 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.18 2.16 2.17 4/213 11507
/proc/meminfo: memFree=30323520/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 7942 0 1 0 178 2 0 0 20 0 19 0 105966940 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 11097 2249 9 0 2396937 0
[pid=11488/tid=11490] ppid=11485 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/11488/task/11490/stat : 11490 (java) R 11485 11488 9017 0 -1 4202560 2458 0 1 0 144 1 0 0 20 0 19 0 105966942 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682800139984 140682672035232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11491] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11491/stat : 11491 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682644192296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11492] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11492/stat : 11492 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682643139496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11493] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11493/stat : 11493 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682642086696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11494] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11494/stat : 11494 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682641033896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11495] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11495/stat : 11495 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682639981096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11496] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11496/stat : 11496 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682638928296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11497] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11497/stat : 11497 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682637875496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11498] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11498/stat : 11498 (java) S 11485 11488 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682636822696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11499] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11499/stat : 11499 (java) S 11485 11488 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682624412648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11500] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11500/stat : 11500 (java) S 11485 11488 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682623358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11501] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11501/stat : 11501 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682622305800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11502] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11502/stat : 11502 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682621254288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11503] ppid=11485 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/11488/task/11503/stat : 11503 (java) S 11485 11488 9017 0 -1 4202560 1981 0 0 0 14 0 0 0 20 0 19 0 105966947 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682620201400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11504] ppid=11485 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11488/task/11504/stat : 11504 (java) S 11485 11488 9017 0 -1 4202560 2232 0 0 0 16 0 0 0 20 0 19 0 105966947 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682619148600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11505] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11505/stat : 11505 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682618095992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11506] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11506/stat : 11506 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682617043400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11507] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11507/stat : 11507 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966957 9856040960 11097 33554432000 1073741824 1073778376 140735769957728 140682615940776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.18 2.16 2.17 4/213 11507
/proc/meminfo: memFree=30312660/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 8024 0 1 0 341 2 0 0 20 0 19 0 105966940 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 14695 2256 9 0 2396937 0
[pid=11488/tid=11490] ppid=11485 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/11488/task/11490/stat : 11490 (java) R 11485 11488 9017 0 -1 4202560 2472 0 1 0 304 1 0 0 20 0 19 0 105966942 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682800148608 140682672244777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11491] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11491/stat : 11491 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682644192296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11492] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11492/stat : 11492 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682643139496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11493] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11493/stat : 11493 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682642086696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11494] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11494/stat : 11494 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682641033896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11495] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11495/stat : 11495 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682639981096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11496] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11496/stat : 11496 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682638928296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11497] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11497/stat : 11497 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682637875496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11498] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11498/stat : 11498 (java) S 11485 11488 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682636822696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11499] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11499/stat : 11499 (java) S 11485 11488 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682624412648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11500] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11500/stat : 11500 (java) S 11485 11488 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682623358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11501] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11501/stat : 11501 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682622305800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11502] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11502/stat : 11502 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682621254288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11503] ppid=11485 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11488/task/11503/stat : 11503 (java) S 11485 11488 9017 0 -1 4202560 1982 0 0 0 15 0 0 0 20 0 19 0 105966947 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682620201400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11504] ppid=11485 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11488/task/11504/stat : 11504 (java) S 11485 11488 9017 0 -1 4202560 2299 0 0 0 19 0 0 0 20 0 19 0 105966947 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682619148600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11505] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11505/stat : 11505 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682618095992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11506] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11506/stat : 11506 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682617043400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11507] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11507/stat : 11507 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966957 9856040960 14695 33554432000 1073741824 1073778376 140735769957728 140682615940776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.17 2.16 2.17 4/213 11507
/proc/meminfo: memFree=30283980/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=6.63 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 8039 0 1 0 660 3 0 0 20 0 19 0 105966940 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 20301 2258 9 0 2396937 0
[pid=11488/tid=11490] ppid=11485 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/11488/task/11490/stat : 11490 (java) R 11485 11488 9017 0 -1 4202560 2484 0 1 0 623 1 0 0 20 0 19 0 105966942 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682800139984 140682672244598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11491] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11491/stat : 11491 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682644192296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11492] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11492/stat : 11492 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682643139496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11493] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11493/stat : 11493 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682642086696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11494] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11494/stat : 11494 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682641033896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11495] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11495/stat : 11495 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682639981096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11496] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11496/stat : 11496 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682638928296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11497] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11497/stat : 11497 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682637875496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11498] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11498/stat : 11498 (java) S 11485 11488 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105966943 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682636822696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11499] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11499/stat : 11499 (java) S 11485 11488 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682624412648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11500] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11500/stat : 11500 (java) S 11485 11488 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682623358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11501] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11501/stat : 11501 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682622305800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11502] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11502/stat : 11502 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682621254288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11503] ppid=11485 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11488/task/11503/stat : 11503 (java) S 11485 11488 9017 0 -1 4202560 1982 0 0 0 15 0 0 0 20 0 19 0 105966947 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682620201400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11504] ppid=11485 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11488/task/11504/stat : 11504 (java) S 11485 11488 9017 0 -1 4202560 2299 0 0 0 19 0 0 0 20 0 19 0 105966947 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682619148600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11505] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11505/stat : 11505 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682618095992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11506] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11506/stat : 11506 (java) S 11485 11488 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682617043400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11507] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11507/stat : 11507 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966957 9856040960 20301 33554432000 1073741824 1073778376 140735769957728 140682615940776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 9625040


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

[pid=11488/tid=11507] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11507/stat : 11507 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966957 9856040960 117829 33554432000 1073741824 1073778376 140735769957728 140682615940776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.48
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.25 2.22 4/213 11615
/proc/meminfo: memFree=29124072/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=1726.57 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 11631 0 1 0 172551 106 0 0 20 0 19 0 105966940 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 115290 2280 9 0 2396937 0
[pid=11488/tid=11490] ppid=11485 vsize=9625040 CPUtime=1715.56 cores=0,2,4,6
/proc/11488/task/11490/stat : 11490 (java) R 11485 11488 9017 0 -1 4202560 2565 0 1 0 171525 31 0 0 20 0 19 0 105966942 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682800147680 140682672244598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11491] ppid=11485 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11488/task/11491/stat : 11491 (java) S 11485 11488 9017 0 -1 4202560 437 0 0 0 54 10 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682644192296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11492] ppid=11485 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/11488/task/11492/stat : 11492 (java) S 11485 11488 9017 0 -1 4202560 288 0 0 0 62 10 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682643139496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11493] ppid=11485 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11488/task/11493/stat : 11493 (java) S 11485 11488 9017 0 -1 4202560 312 0 0 0 56 9 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682642086696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11494] ppid=11485 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11488/task/11494/stat : 11494 (java) S 11485 11488 9017 0 -1 4202560 273 0 0 0 58 10 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682641033896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11495] ppid=11485 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11488/task/11495/stat : 11495 (java) S 11485 11488 9017 0 -1 4202560 371 0 0 0 54 8 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682639981096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11496] ppid=11485 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11488/task/11496/stat : 11496 (java) S 11485 11488 9017 0 -1 4202560 369 0 0 0 57 11 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682638928296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11497] ppid=11485 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/11488/task/11497/stat : 11497 (java) S 11485 11488 9017 0 -1 4202560 507 0 0 0 58 8 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682637875496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11498] ppid=11485 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11488/task/11498/stat : 11498 (java) S 11485 11488 9017 0 -1 4202560 376 0 0 0 54 7 0 0 20 0 19 0 105966943 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682636822696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11499] ppid=11485 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11488/task/11499/stat : 11499 (java) S 11485 11488 9017 0 -1 4202560 351 0 0 0 62 2 0 0 20 0 19 0 105966944 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682624412648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11500] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11500/stat : 11500 (java) S 11485 11488 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682623358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11501] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11501/stat : 11501 (java) S 11485 11488 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682622305800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11502] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11502/stat : 11502 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682621254288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11503] ppid=11485 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11488/task/11503/stat : 11503 (java) S 11485 11488 9017 0 -1 4202560 1982 0 0 0 15 0 0 0 20 0 19 0 105966947 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682620201400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11504] ppid=11485 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11488/task/11504/stat : 11504 (java) S 11485 11488 9017 0 -1 4202560 2440 0 0 0 22 0 0 0 20 0 19 0 105966947 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682619148600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11505] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11505/stat : 11505 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682618095992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11506] ppid=11485 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11488/task/11506/stat : 11506 (java) S 11485 11488 9017 0 -1 4202560 100 0 0 0 30 32 0 0 20 0 19 0 105966947 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682617043400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11507] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11507/stat : 11507 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966957 9856040960 115290 33554432000 1073741824 1073778376 140735769957728 140682615940776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.57
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.28 2.23 3/213 11616
/proc/meminfo: memFree=29103716/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=1786.71 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 11639 0 1 0 178563 108 0 0 20 0 19 0 105966940 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 112789 2280 9 0 2396937 0
[pid=11488/tid=11490] ppid=11485 vsize=9625040 CPUtime=1775.34 cores=0,2,4,6
/proc/11488/task/11490/stat : 11490 (java) R 11485 11488 9017 0 -1 4202560 2567 0 1 0 177503 31 0 0 20 0 19 0 105966942 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682800147680 140682672193345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11491] ppid=11485 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11488/task/11491/stat : 11491 (java) S 11485 11488 9017 0 -1 4202560 437 0 0 0 57 10 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682644192296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11492] ppid=11485 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/11488/task/11492/stat : 11492 (java) S 11485 11488 9017 0 -1 4202560 288 0 0 0 66 10 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682643139496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11493] ppid=11485 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11488/task/11493/stat : 11493 (java) S 11485 11488 9017 0 -1 4202560 312 0 0 0 58 9 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682642086696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11494] ppid=11485 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11488/task/11494/stat : 11494 (java) S 11485 11488 9017 0 -1 4202560 273 0 0 0 59 10 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682641033896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11495] ppid=11485 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11488/task/11495/stat : 11495 (java) S 11485 11488 9017 0 -1 4202560 371 0 0 0 55 8 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682639981096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11496] ppid=11485 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11488/task/11496/stat : 11496 (java) S 11485 11488 9017 0 -1 4202560 369 0 0 0 60 11 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682638928296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11497] ppid=11485 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11488/task/11497/stat : 11497 (java) S 11485 11488 9017 0 -1 4202560 507 0 0 0 61 8 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682637875496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11498] ppid=11485 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11488/task/11498/stat : 11498 (java) S 11485 11488 9017 0 -1 4202560 376 0 0 0 56 7 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682636822696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11499] ppid=11485 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11488/task/11499/stat : 11499 (java) S 11485 11488 9017 0 -1 4202560 353 0 0 0 62 2 0 0 20 0 19 0 105966944 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682624412648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11500] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11500/stat : 11500 (java) S 11485 11488 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682623358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11501] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11501/stat : 11501 (java) S 11485 11488 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682622305800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11502] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11502/stat : 11502 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682621254288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11503] ppid=11485 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11488/task/11503/stat : 11503 (java) S 11485 11488 9017 0 -1 4202560 1982 0 0 0 15 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682620201400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11504] ppid=11485 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11488/task/11504/stat : 11504 (java) S 11485 11488 9017 0 -1 4202560 2440 0 0 0 22 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682619148600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11505] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11505/stat : 11505 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682618095992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11506] ppid=11485 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11488/task/11506/stat : 11506 (java) S 11485 11488 9017 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682617043400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11507] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11507/stat : 11507 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966957 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682615940776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.71
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.34 2.28 2.23 3/213 11616
/proc/meminfo: memFree=29103844/32872528 swapFree=17452/1581112
[pid=11488] ppid=11485 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/11488/stat : 11488 (java) S 11485 11488 9017 0 -1 4202496 11639 0 1 0 179892 108 0 0 20 0 19 0 105966940 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140735769948864 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11488/statm: 2406260 112789 2280 9 0 2396937 0
[pid=11488/tid=11490] ppid=11485 vsize=9625040 CPUtime=1788.6 cores=0,2,4,6
/proc/11488/task/11490/stat : 11490 (java) R 11485 11488 9017 0 -1 4202560 2567 0 1 0 178828 32 0 0 20 0 19 0 105966942 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682800147680 140682672216723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11491] ppid=11485 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11488/task/11491/stat : 11491 (java) S 11485 11488 9017 0 -1 4202560 437 0 0 0 57 10 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682644192296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11492] ppid=11485 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/11488/task/11492/stat : 11492 (java) S 11485 11488 9017 0 -1 4202560 288 0 0 0 66 10 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682643139496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11493] ppid=11485 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11488/task/11493/stat : 11493 (java) S 11485 11488 9017 0 -1 4202560 312 0 0 0 58 9 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682642086696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11494] ppid=11485 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11488/task/11494/stat : 11494 (java) S 11485 11488 9017 0 -1 4202560 273 0 0 0 59 10 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682641033896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11495] ppid=11485 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11488/task/11495/stat : 11495 (java) S 11485 11488 9017 0 -1 4202560 371 0 0 0 55 8 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682639981096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11496] ppid=11485 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11488/task/11496/stat : 11496 (java) S 11485 11488 9017 0 -1 4202560 369 0 0 0 60 11 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682638928296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11497] ppid=11485 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11488/task/11497/stat : 11497 (java) S 11485 11488 9017 0 -1 4202560 507 0 0 0 61 8 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682637875496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11498] ppid=11485 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11488/task/11498/stat : 11498 (java) S 11485 11488 9017 0 -1 4202560 376 0 0 0 56 7 0 0 20 0 19 0 105966943 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682636822696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11499] ppid=11485 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11488/task/11499/stat : 11499 (java) S 11485 11488 9017 0 -1 4202560 353 0 0 0 62 2 0 0 20 0 19 0 105966944 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682624412648 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11488/tid=11500] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11500/stat : 11500 (java) S 11485 11488 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682623358712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11501] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11501/stat : 11501 (java) S 11485 11488 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105966944 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682622305800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11502] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11502/stat : 11502 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682621254288 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11503] ppid=11485 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/11488/task/11503/stat : 11503 (java) S 11485 11488 9017 0 -1 4202560 1982 0 0 0 15 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682620201400 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11504] ppid=11485 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11488/task/11504/stat : 11504 (java) S 11485 11488 9017 0 -1 4202560 2440 0 0 0 22 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682619148600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11488/tid=11505] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11505/stat : 11505 (java) S 11485 11488 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682618095992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11488/tid=11506] ppid=11485 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11488/task/11506/stat : 11506 (java) S 11485 11488 9017 0 -1 4202560 104 0 0 0 31 33 0 0 20 0 19 0 105966947 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682617043400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11488/tid=11507] ppid=11485 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11488/task/11507/stat : 11507 (java) S 11485 11488 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105966957 9856040960 112789 33554432000 1073741824 1073778376 140735769957728 140682615940776 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11488 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11488 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=479197
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=541765
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.64
CPU time (s): 1800
CPU user time (s): 1798.92
CPU system time (s): 1.08
CPU usage (%): 100.243
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.48
system time used= 1.54176
maximum resident set size= 790924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11685
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39272
involuntary context switches= 22373

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3524 second user time and 13.9639 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 21:12:30
IDJOB=4084470
IDBENCH=2598
IDSOLVER=2546
FILE ID=node139/4084470-1465240350
RUNJOBID= node139-1465220260-9033
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-21-20.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084470-1465240350/watcher-4084470-1465240350 -o /tmp/evaluation-result-4084470-1465240350/solver-4084470-1465240350 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9033 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084470-1465240350.opb

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

MD5SUM BENCH= 2f4fbbd7ac7eea50904b3e0a14134afd
RANDOM SEED=2136005253

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30358228 kB
Buffers:           32396 kB
Cached:            93240 kB
SwapCached:         1464 kB
Active:           138588 kB
Inactive:          72236 kB
Active(anon):      85360 kB
Inactive(anon):     2344 kB
Active(file):      53228 kB
Inactive(file):    69892 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1726404 kB
Mapped:            15228 kB
Shmem:                 0 kB
Slab:             567448 kB
SReclaimable:      11460 kB
SUnreclaim:       555988 kB
KernelStack:        1760 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2269144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1695744 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= 71732 MiB
End job on node139 at 2016-06-06 21:42:26