Trace number 4099561

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.03 1776.44

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl40_41_pb.cnf.cr.opb
MD5SUM0beb8de972e873a7bfc16369cb81d469
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.020996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3280
Total number of constraints162
Number of constraints which are clauses82
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint41
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 42
Number of bits of the biggest sum of numbers6
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-4099561-1466206120.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.28/0.23	c ... done. Wall clock time 0.123s.
0.28/0.23	c declared #vars     3280
0.28/0.23	c #constraints  162
0.28/0.23	c constraints type 
0.28/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 82
0.28/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.28/0.23	c 162 constraints processed.
1.03/0.71	c cleaning 2498 clauses out of 5002 with flag 30821/5002
1.73/1.36	c cleaning 4250 clauses out of 8504 with flag 69787/11002
2.29/1.84	c cleaning 5618 clauses out of 11252 with flag 113032/18000
3.20/2.76	c cleaning 6803 clauses out of 13634 with flag 160801/26000
4.71/4.21	c cleaning 7910 clauses out of 15834 with flag 224570/35003
7.52/7.02	c cleaning 8906 clauses out of 17921 with flag 337596/45000
10.68/10.13	c cleaning 9991 clauses out of 20016 with flag 498897/56001
15.08/14.56	c cleaning 11012 clauses out of 22024 with flag 645686/68000
20.57/19.90	c cleaning 12004 clauses out of 24014 with flag 817062/81002
26.76/26.05	c cleaning 13007 clauses out of 26014 with flag 1007594/95006
33.08/32.16	c cleaning 13999 clauses out of 28003 with flag 1205441/110002
39.77/38.75	c cleaning 14998 clauses out of 30002 with flag 1429187/126000
47.18/46.20	c cleaning 16004 clauses out of 32007 with flag 1658183/143003
54.02/52.82	c cleaning 17001 clauses out of 34001 with flag 1803048/161001
63.65/62.36	c cleaning 17999 clauses out of 35999 with flag 1956505/180000
72.61/71.09	c cleaning 18994 clauses out of 38000 with flag 2122186/200000
81.40/79.51	c cleaning 20002 clauses out of 40008 with flag 2295408/221002
89.84/87.87	c cleaning 20997 clauses out of 42004 with flag 2448960/243000
101.71/99.51	c cleaning 21996 clauses out of 44008 with flag 2635692/266001
113.64/111.27	c cleaning 23002 clauses out of 46011 with flag 2838884/290000
126.36/123.83	c cleaning 24000 clauses out of 48011 with flag 3039003/315002
139.57/136.84	c cleaning 25002 clauses out of 50009 with flag 3238481/341000
155.82/152.92	c cleaning 26002 clauses out of 52010 with flag 3462566/368003
170.16/167.04	c cleaning 26998 clauses out of 54006 with flag 3674863/396001
182.84/179.56	c cleaning 28005 clauses out of 56009 with flag 3924454/425002
200.29/196.78	c cleaning 28994 clauses out of 58003 with flag 4211672/455001
219.81/216.06	c cleaning 30000 clauses out of 60009 with flag 4510010/486001
240.27/236.21	c cleaning 31001 clauses out of 62009 with flag 4811358/518001
260.17/255.96	c cleaning 31999 clauses out of 64010 with flag 5096985/551003
282.75/278.34	c cleaning 33001 clauses out of 66011 with flag 5418891/585003
303.94/299.31	c cleaning 33995 clauses out of 68008 with flag 5737611/620001
325.13/320.20	c cleaning 35002 clauses out of 70013 with flag 6030613/656001
346.61/341.48	c cleaning 35996 clauses out of 72012 with flag 6319645/693002
372.16/366.67	c cleaning 37003 clauses out of 74015 with flag 6620265/731001
395.84/390.04	c cleaning 37998 clauses out of 76011 with flag 6900221/770000
420.03/413.90	c cleaning 39000 clauses out of 78014 with flag 7207212/810001
444.57/438.15	c cleaning 40000 clauses out of 80014 with flag 7505759/851001
470.96/464.30	c cleaning 40998 clauses out of 82014 with flag 7812736/893001
501.40/494.40	c cleaning 42003 clauses out of 84015 with flag 8151202/936000
531.53/524.10	c cleaning 42998 clauses out of 86014 with flag 8498589/980002
558.48/550.61	c cleaning 43998 clauses out of 88015 with flag 8892785/1025001
584.28/576.00	c cleaning 45004 clauses out of 90017 with flag 9335293/1071001
615.19/606.51	c cleaning 45997 clauses out of 92012 with flag 9821715/1118000
648.59/639.59	c cleaning 46993 clauses out of 94017 with flag 10214662/1166002
684.32/674.89	c cleaning 48003 clauses out of 96022 with flag 10618787/1215000
722.23/712.33	c cleaning 49002 clauses out of 98019 with flag 11030182/1265000
757.20/746.84	c cleaning 49998 clauses out of 100019 with flag 11410058/1316002
792.48/781.64	c cleaning 51002 clauses out of 102020 with flag 11788335/1368001
830.26/818.98	c cleaning 52002 clauses out of 104017 with flag 12189478/1421000
870.52/858.81	c cleaning 53001 clauses out of 106015 with flag 12595708/1475000
915.59/903.46	c cleaning 54001 clauses out of 108015 with flag 13127001/1530001
960.17/947.51	c cleaning 54999 clauses out of 110013 with flag 13669621/1586000
1012.74/999.41	c cleaning 55997 clauses out of 112014 with flag 14211367/1643000
1072.45/1058.33	c cleaning 56999 clauses out of 114017 with flag 14806035/1701000
1133.55/1118.74	c cleaning 57998 clauses out of 116019 with flag 15348382/1760001
1194.69/1179.12	c cleaning 59003 clauses out of 118021 with flag 15867876/1820001
1248.61/1232.40	c cleaning 59995 clauses out of 120017 with flag 16312493/1881000
1321.32/1304.37	c cleaning 61004 clauses out of 122024 with flag 16808430/1943002
1397.67/1379.90	c cleaning 62004 clauses out of 124019 with flag 17400669/2006001
1465.24/1446.62	c cleaning 63000 clauses out of 126016 with flag 17906045/2070002
1528.22/1508.83	c cleaning 63992 clauses out of 128014 with flag 18385614/2135000
1595.70/1575.49	c cleaning 64994 clauses out of 130023 with flag 18913068/2201001
1662.53/1641.32	c cleaning 65998 clauses out of 132029 with flag 19553701/2268001
1721.99/1699.97	c cleaning 66996 clauses out of 134030 with flag 20159996/2336000
1766.46/1743.43	c cleaning 68009 clauses out of 136036 with flag 20855887/2405002
1800.03/1776.40	c starts		: 2106
1800.03/1776.40	c conflicts		: 2453524
1800.03/1776.40	c decisions		: 5125131
1800.03/1776.40	c propagations		: 40715086
1800.03/1776.40	c inspects		: 21494445946
1800.03/1776.40	c shortcuts		: 0
1800.03/1776.40	c learnt literals	: 0
1800.03/1776.40	c learnt binary clauses	: 0
1800.03/1776.40	c learnt ternary clauses	: 0
1800.03/1776.40	c learnt constraints	: 2453524
1800.03/1776.40	c ignored constraints	: 0
1800.03/1776.40	c root simplifications	: 0
1800.03/1776.40	c removed literals (reason simplification)	: 0
1800.03/1776.40	c reason swapping (by a shorter reason)	: 0
1800.03/1776.40	c Calls to reduceDB	: 65
1800.03/1776.40	c Number of update (reduction) of LBD	: 1577039
1800.03/1776.40	c Imported unit clauses	: 0
1800.03/1776.40	c number of reductions to clauses (during analyze)	: 0
1800.03/1776.40	c number of learned constraints concerned by reduction	: 0
1800.03/1776.40	c number of learning phase by resolution	: 0
1800.03/1776.40	c number of learning phase by cutting planes	: 0
1800.03/1776.40	c speed (assignments/second)	: 22922.9303677063
1800.03/1776.40	c non guided choices	7621
1800.03/1776.40	c timeout
1800.03/1776.43	c learnt constraints type 
1800.03/1776.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116550
1800.03/1776.43	s UNKNOWN
1800.03/1776.43	c Total wall clock time (in seconds): 1776.328

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-4099561-1466206120/watcher-4099561-1466206120 -o /tmp/evaluation-result-4099561-1466206120/solver-4099561-1466206120 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099561-1466206120.opb 

pid=6199
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: 0.75 0.34 0.23 3/194 6202
/proc/meminfo: memFree=30281688/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 1223 0 0 0 0 0 0 0 20 0 2 0 22660364 24780800 867 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 6050 867 654 9 0 385 0
[pid=6202/tid=6203] ppid=6199 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 22660365 91893760 886 33554432000 1073741824 1073778376 140735904794080 140735904783144 226084341120 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 0.75 0.34 0.23 3/194 6202
/proc/meminfo: memFree=30281688/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 4450 0 1 0 9 1 0 0 20 0 18 0 22660364 9787879424 6085 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2389619 6085 2155 9 0 2380296 0
[pid=6202/tid=6203] ppid=6199 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 22660365 9787879424 6085 33554432000 1073741824 1073778376 140735904794080 140592479157152 140592481943827 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 0.75 0.34 0.23 3/194 6202
/proc/meminfo: memFree=30281688/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 4960 0 1 0 27 1 0 0 20 0 18 0 22660364 9787879424 7491 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2389619 7491 2218 9 0 2380296 0
[pid=6202/tid=6203] ppid=6199 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 22660365 9787879424 7491 33554432000 1073741824 1073778376 140735904794080 140592479158184 226087713848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 0.75 0.34 0.23 3/194 6202
/proc/meminfo: memFree=30281688/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 6482 0 1 0 53 2 0 0 20 0 19 0 22660364 9856040960 8541 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 8541 2245 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 19 0 22660365 9856040960 8541 33554432000 1073741824 1073778376 140735904794080 140592479158912 140592348783600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700185 s]
/proc/loadavg: 0.75 0.34 0.23 3/194 6202
/proc/meminfo: memFree=30281688/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 6586 0 1 0 101 2 0 0 20 0 19 0 22660364 9856040960 10085 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 10085 2253 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2409 0 1 0 66 1 0 0 20 0 19 0 22660365 9856040960 10085 33554432000 1073741824 1073778376 140735904794080 140592479158912 140592348772896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 0.75 0.34 0.23 3/213 6221
/proc/meminfo: memFree=30234172/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 8257 0 1 0 190 3 0 0 20 0 19 0 22660364 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 12943 2257 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2414 0 1 0 146 2 0 0 20 0 19 0 22660365 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592479158416 140592349146619 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6205] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6205/stat : 6205 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592468220712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6206] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6206/stat : 6206 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592467167912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6207] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6207/stat : 6207 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592321084456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6208] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6208/stat : 6208 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592320031656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6209] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6209/stat : 6209 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592318978344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6210] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6210/stat : 6210 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592317925544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6211] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6211/stat : 6211 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592316873256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6212] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6212/stat : 6212 (java) S 6199 6202 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592315820456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6213] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6213/stat : 6213 (java) S 6199 6202 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592303409896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6214] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6214/stat : 6214 (java) S 6199 6202 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592302355960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6215] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6215/stat : 6215 (java) S 6199 6202 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592301303560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6216] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6216/stat : 6216 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592300252048 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6217] ppid=6199 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/6202/task/6217/stat : 6217 (java) S 6199 6202 5878 0 -1 4202560 2616 0 0 0 24 0 0 0 20 0 19 0 22660369 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592299198648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6218] ppid=6199 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/6202/task/6218/stat : 6218 (java) S 6199 6202 5878 0 -1 4202560 1951 0 0 0 18 0 0 0 20 0 19 0 22660369 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592298145848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6219] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6219/stat : 6219 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592297093752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6220] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6220/stat : 6220 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592296041160 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6221] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6221/stat : 6221 (java) S 6199 6202 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660388 9856040960 12943 33554432000 1073741824 1073778376 140735904794080 140592294938024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 0.93 0.39 0.24 4/213 6221
/proc/meminfo: memFree=30215368/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=3.61 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 8844 0 1 0 358 3 0 0 20 0 19 0 22660364 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 17165 2258 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2423 0 1 0 304 2 0 0 20 0 19 0 22660365 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592479158584 140592349226958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6205] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6205/stat : 6205 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592468220712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6206] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6206/stat : 6206 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592467167912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6207] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6207/stat : 6207 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592321084456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6208] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6208/stat : 6208 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592320031656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6209] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6209/stat : 6209 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592318978344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6210] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6210/stat : 6210 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592317925544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6211] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6211/stat : 6211 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592316873256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6212] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6212/stat : 6212 (java) S 6199 6202 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592315820456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6213] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6213/stat : 6213 (java) S 6199 6202 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592303409896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6214] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6214/stat : 6214 (java) S 6199 6202 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592302355960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6215] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6215/stat : 6215 (java) S 6199 6202 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592301303560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6216] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6216/stat : 6216 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592300252048 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6217] ppid=6199 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6202/task/6217/stat : 6217 (java) S 6199 6202 5878 0 -1 4202560 3151 0 0 0 29 0 0 0 20 0 19 0 22660369 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592299198648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6218] ppid=6199 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6202/task/6218/stat : 6218 (java) S 6199 6202 5878 0 -1 4202560 1994 0 0 0 21 0 0 0 20 0 19 0 22660369 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592298145848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6219] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6219/stat : 6219 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592297093752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6220] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6220/stat : 6220 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592296041160 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6221] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6221/stat : 6221 (java) S 6199 6202 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660388 9856040960 17165 33554432000 1073741824 1073778376 140735904794080 140592294938024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 0.93 0.39 0.24 4/213 6221
/proc/meminfo: memFree=30155620/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=6.81 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 8868 0 1 0 678 3 0 0 20 0 19 0 22660364 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 28356 2259 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2446 0 1 0 624 2 0 0 20 0 19 0 22660365 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592479158648 140592349233811 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6205] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6205/stat : 6205 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592468220712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6206] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6206/stat : 6206 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592467167912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6207] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6207/stat : 6207 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592321084456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6208] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6208/stat : 6208 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592320031656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6209] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6209/stat : 6209 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592318978344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6210] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6210/stat : 6210 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592317925544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6211] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6211/stat : 6211 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592316873256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6212] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6212/stat : 6212 (java) S 6199 6202 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22660366 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592315820456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6213] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6213/stat : 6213 (java) S 6199 6202 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592303409896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6214] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6214/stat : 6214 (java) S 6199 6202 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592302355960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6215] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6215/stat : 6215 (java) S 6199 6202 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592301303560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6216] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6216/stat : 6216 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592300252048 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6217] ppid=6199 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6202/task/6217/stat : 6217 (java) S 6199 6202 5878 0 -1 4202560 3151 0 0 0 29 0 0 0 20 0 19 0 22660369 9856040960 28356 33554432000 1073741824 1073778376 140735904794080 140592299198648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6218] ppid=6199 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=6202/tid=6221] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6221/stat : 6221 (java) S 6199 6202 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660388 9856040960 129517 33554432000 1073741824 1073778376 140735904794080 140592294938024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1623.02
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.20 2.20 1.86 4/213 6263
/proc/meminfo: memFree=29294996/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=1683.8 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 37120 0 1 0 168028 352 0 0 20 0 19 0 22660364 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 127477 2280 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=1643.1 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2883 0 1 0 164281 29 0 0 20 0 19 0 22660365 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592479157456 140592349126590 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6205] ppid=6199 vsize=9625040 CPUtime=3.73 cores=1,3,5,7
/proc/6202/task/6205/stat : 6205 (java) S 6199 6202 5878 0 -1 4202560 4199 0 0 0 332 41 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592468220712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6206] ppid=6199 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/6202/task/6206/stat : 6206 (java) S 6199 6202 5878 0 -1 4202560 2464 0 0 0 322 38 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592467167912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6207] ppid=6199 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/6202/task/6207/stat : 6207 (java) S 6199 6202 5878 0 -1 4202560 3833 0 0 0 339 41 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592321084456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6208] ppid=6199 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/6202/task/6208/stat : 6208 (java) S 6199 6202 5878 0 -1 4202560 3533 0 0 0 329 37 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592320031656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6209] ppid=6199 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/6202/task/6209/stat : 6209 (java) S 6199 6202 5878 0 -1 4202560 3704 0 0 0 330 40 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592318978344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6210] ppid=6199 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/6202/task/6210/stat : 6210 (java) S 6199 6202 5878 0 -1 4202560 2390 0 0 0 336 39 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592317925544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6211] ppid=6199 vsize=9625040 CPUtime=3.56 cores=1,3,5,7
/proc/6202/task/6211/stat : 6211 (java) S 6199 6202 5878 0 -1 4202560 2093 0 0 0 322 34 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592316873256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6212] ppid=6199 vsize=9625040 CPUtime=3.58 cores=1,3,5,7
/proc/6202/task/6212/stat : 6212 (java) S 6199 6202 5878 0 -1 4202560 2463 0 0 0 322 36 0 0 20 0 19 0 22660366 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592315820456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6213] ppid=6199 vsize=9625040 CPUtime=6.2 cores=1,3,5,7
/proc/6202/task/6213/stat : 6213 (java) S 6199 6202 5878 0 -1 4202560 3054 0 0 0 611 9 0 0 20 0 19 0 22660367 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592303409896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6214] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6214/stat : 6214 (java) S 6199 6202 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592302355960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6215] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6215/stat : 6215 (java) S 6199 6202 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592301303560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 8 0 0
[pid=6202/tid=6216] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6216/stat : 6216 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592300252048 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6217] ppid=6199 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6202/task/6217/stat : 6217 (java) S 6199 6202 5878 0 -1 4202560 3151 0 0 0 29 0 0 0 20 0 19 0 22660369 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592299198648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6218] ppid=6199 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6202/task/6218/stat : 6218 (java) S 6199 6202 5878 0 -1 4202560 1994 0 0 0 21 0 0 0 20 0 19 0 22660369 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592298145848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6219] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6219/stat : 6219 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592297093752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6220] ppid=6199 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/6202/task/6220/stat : 6220 (java) S 6199 6202 5878 0 -1 4202560 96 0 0 0 27 36 0 0 20 0 19 0 22660369 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592296041160 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6221] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6221/stat : 6221 (java) S 6199 6202 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660388 9856040960 127477 33554432000 1073741824 1073778376 140735904794080 140592294938024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1683.8
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.21 1.88 3/213 6264
/proc/meminfo: memFree=29170820/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=1744.93 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 39864 0 1 0 174115 378 0 0 20 0 19 0 22660364 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 167039 2280 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=1702.17 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2903 0 1 0 170187 30 0 0 20 0 19 0 22660365 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592479157456 140592349197428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6205] ppid=6199 vsize=9625040 CPUtime=3.96 cores=1,3,5,7
/proc/6202/task/6205/stat : 6205 (java) S 6199 6202 5878 0 -1 4202560 4643 0 0 0 351 45 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592468220712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6206] ppid=6199 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/6202/task/6206/stat : 6206 (java) S 6199 6202 5878 0 -1 4202560 2904 0 0 0 341 42 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592467167912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6207] ppid=6199 vsize=9625040 CPUtime=4.01 cores=1,3,5,7
/proc/6202/task/6207/stat : 6207 (java) S 6199 6202 5878 0 -1 4202560 3983 0 0 0 358 43 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592321084456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6208] ppid=6199 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/6202/task/6208/stat : 6208 (java) S 6199 6202 5878 0 -1 4202560 3784 0 0 0 344 39 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592320031656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6209] ppid=6199 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/6202/task/6209/stat : 6209 (java) S 6199 6202 5878 0 -1 4202560 3810 0 0 0 346 44 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592318978344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6210] ppid=6199 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/6202/task/6210/stat : 6210 (java) S 6199 6202 5878 0 -1 4202560 2616 0 0 0 352 41 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592317925544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6211] ppid=6199 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/6202/task/6211/stat : 6211 (java) S 6199 6202 5878 0 -1 4202560 2873 0 0 0 338 36 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592316873256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6212] ppid=6199 vsize=9625040 CPUtime=3.75 cores=1,3,5,7
/proc/6202/task/6212/stat : 6212 (java) S 6199 6202 5878 0 -1 4202560 2524 0 0 0 336 39 0 0 20 0 19 0 22660366 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592315820456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6213] ppid=6199 vsize=9625040 CPUtime=6.55 cores=1,3,5,7
/proc/6202/task/6213/stat : 6213 (java) S 6199 6202 5878 0 -1 4202560 3316 0 0 0 645 10 0 0 20 0 19 0 22660367 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592303409896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6214] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6214/stat : 6214 (java) S 6199 6202 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592302355960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6215] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6215/stat : 6215 (java) S 6199 6202 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592301303560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 8 0 0
[pid=6202/tid=6216] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6216/stat : 6216 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592300252048 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6217] ppid=6199 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6202/task/6217/stat : 6217 (java) S 6199 6202 5878 0 -1 4202560 3151 0 0 0 29 0 0 0 20 0 19 0 22660369 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592299198648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6218] ppid=6199 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/6202/task/6218/stat : 6218 (java) S 6199 6202 5878 0 -1 4202560 1994 0 0 0 21 0 0 0 20 0 19 0 22660369 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592298145848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6219] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6219/stat : 6219 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592297093752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6220] ppid=6199 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/6202/task/6220/stat : 6220 (java) S 6199 6202 5878 0 -1 4202560 100 0 0 0 28 37 0 0 20 0 19 0 22660369 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592296041160 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6221] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6221/stat : 6221 (java) S 6199 6202 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660388 9856040960 167039 33554432000 1073741824 1073778376 140735904794080 140592294938024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1744.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.4 s]
/proc/loadavg: 2.19 2.20 1.90 3/213 6266
/proc/meminfo: memFree=29041296/32872528 swapFree=1590032/1720848
[pid=6202] ppid=6199 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/6202/stat : 6202 (java) S 6199 6202 5878 0 -1 4202496 41866 0 1 0 179600 403 0 0 20 0 19 0 22660364 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140735904785216 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6202/statm: 2406260 196035 2281 9 0 2396937 0
[pid=6202/tid=6203] ppid=6199 vsize=9625040 CPUtime=1755.42 cores=1,3,5,7
/proc/6202/task/6203/stat : 6203 (java) R 6199 6202 5878 0 -1 4202560 2914 0 1 0 175511 31 0 0 20 0 19 0 22660365 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592479157456 140592349145999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6202/tid=6205] ppid=6199 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/6202/task/6205/stat : 6205 (java) S 6199 6202 5878 0 -1 4202560 4826 0 0 0 363 48 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592468220712 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6206] ppid=6199 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/6202/task/6206/stat : 6206 (java) S 6199 6202 5878 0 -1 4202560 3170 0 0 0 359 47 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592467167912 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6207] ppid=6199 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/6202/task/6207/stat : 6207 (java) S 6199 6202 5878 0 -1 4202560 4113 0 0 0 372 45 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592321084456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6208] ppid=6199 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/6202/task/6208/stat : 6208 (java) S 6199 6202 5878 0 -1 4202560 3883 0 0 0 356 41 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592320031656 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6209] ppid=6199 vsize=9625040 CPUtime=4.1 cores=1,3,5,7
/proc/6202/task/6209/stat : 6209 (java) S 6199 6202 5878 0 -1 4202560 4062 0 0 0 363 47 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592318978344 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6210] ppid=6199 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/6202/task/6210/stat : 6210 (java) S 6199 6202 5878 0 -1 4202560 2647 0 0 0 366 43 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592317925544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6211] ppid=6199 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/6202/task/6211/stat : 6211 (java) S 6199 6202 5878 0 -1 4202560 3120 0 0 0 351 40 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592316873256 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6212] ppid=6199 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/6202/task/6212/stat : 6212 (java) S 6199 6202 5878 0 -1 4202560 3094 0 0 0 349 42 0 0 20 0 19 0 22660366 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592315820456 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6213] ppid=6199 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/6202/task/6213/stat : 6213 (java) S 6199 6202 5878 0 -1 4202560 3523 0 0 0 678 10 0 0 20 0 19 0 22660367 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592303409896 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6214] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6214/stat : 6214 (java) S 6199 6202 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592302355960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6215] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6215/stat : 6215 (java) S 6199 6202 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660367 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592301303560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 8 0 0
[pid=6202/tid=6216] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6216/stat : 6216 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592300252048 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6217] ppid=6199 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6202/task/6217/stat : 6217 (java) S 6199 6202 5878 0 -1 4202560 3151 0 0 0 29 0 0 0 20 0 19 0 22660369 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592299198648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6218] ppid=6199 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/6202/task/6218/stat : 6218 (java) S 6199 6202 5878 0 -1 4202560 1996 0 0 0 22 0 0 0 20 0 19 0 22660369 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592298145848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6202/tid=6219] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6219/stat : 6219 (java) S 6199 6202 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660369 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592297093752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6202/tid=6220] ppid=6199 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/6202/task/6220/stat : 6220 (java) S 6199 6202 5878 0 -1 4202560 104 0 0 0 29 38 0 0 20 0 19 0 22660369 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592296041160 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6202/tid=6221] ppid=6199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6202/task/6221/stat : 6221 (java) S 6199 6202 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660388 9856040960 196035 33554432000 1073741824 1073778376 140735904794080 140592294938024 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 6202 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 6202 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=649627
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=460321
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1776.44
CPU time (s): 1800.03
CPU user time (s): 1796
CPU system time (s): 4.03
CPU usage (%): 101.328
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.65
system time used= 4.46032
maximum resident set size= 869228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41909
page faults= 1
swaps= 0
block input operations= 176
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51480
involuntary context switches= 59416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65014 second user time and 7.11392 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 01:28:41
IDJOB=4099561
IDBENCH=1439
IDSOLVER=2546
FILE ID=node120/4099561-1466206120
RUNJOBID= node120-1466206086-5895
PBS_JOBID= 19918157
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_41_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099561-1466206120/watcher-4099561-1466206120 -o /tmp/evaluation-result-4099561-1466206120/solver-4099561-1466206120 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099561-1466206120.opb

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

MD5SUM BENCH= 0beb8de972e873a7bfc16369cb81d469
RANDOM SEED=2062577387

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30282488 kB
Buffers:           35996 kB
Cached:            64828 kB
SwapCached:         1844 kB
Active:            91716 kB
Inactive:          59644 kB
Active(anon):      51720 kB
Inactive(anon):     1192 kB
Active(file):      39996 kB
Inactive(file):    58452 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099408 kB
Dirty:              1968 kB
Writeback:             0 kB
AnonPages:       1779040 kB
Mapped:            15176 kB
Shmem:                 0 kB
Slab:             569892 kB
SReclaimable:      13492 kB
SUnreclaim:       556400 kB
KernelStack:        1568 kB
PageTables:         7724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2408156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node120 at 2016-06-18 01:58:17