Trace number 4084311

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 1774.45

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
MD5SUM04ec290f8a8afffbd026dcfb09cada39
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.028995
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5100
Total number of constraints202
Number of constraints which are clauses102
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
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 52
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.06/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.33	c See www.sat4j.org for details.
0.06/0.34	c version PB16.v20160501
0.06/0.34	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.34	c java.vm.version	19.1-b02
0.06/0.34	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.34	c sun.arch.data.model	64
0.06/0.34	c java.version		1.6.0_24
0.06/0.34	c os.name		Linux
0.06/0.34	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.34	c os.arch		amd64
0.06/0.34	c Free memory 		501472288
0.06/0.34	c Max memory 		7480803328
0.06/0.34	c Total memory 		504102912
0.06/0.34	c Number of processors 	8
0.06/0.37	c Pseudo Boolean Optimization by upper bound
0.06/0.37	c --- Begin Solver configuration ---
0.06/0.37	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.37	c Learn all clauses as in MiniSAT
0.06/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.37	c No reason simplification
0.06/0.37	c Glucose 2.1 dynamic restart strategy
0.06/0.37	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.06/0.37	c timeout=2147483s
0.06/0.37	c DB Simplification allowed=false
0.06/0.37	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.37	c --- End Solver configuration ---
0.06/0.37	c solving HOME/instance-4084311-1465220260.opb
0.06/0.37	c reading problem ... 
0.06/0.37	c  no objective function found
0.40/0.53	c ... done. Wall clock time 0.159s.
0.40/0.53	c declared #vars     5100
0.40/0.53	c #constraints  202
0.40/0.53	c constraints type 
0.40/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 102
0.40/0.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.40/0.53	c 202 constraints processed.
1.26/1.02	c cleaning 2496 clauses out of 5000 with flag 29979/5000
1.96/1.66	c cleaning 4252 clauses out of 8504 with flag 70518/11000
2.76/2.44	c cleaning 5620 clauses out of 11253 with flag 111658/18001
3.32/2.97	c cleaning 6795 clauses out of 13633 with flag 162777/26001
4.24/3.88	c cleaning 7888 clauses out of 15837 with flag 229546/35000
6.05/5.66	c cleaning 8942 clauses out of 17949 with flag 300879/45000
7.94/7.58	c cleaning 9971 clauses out of 20009 with flag 374030/56002
10.53/10.13	c cleaning 10983 clauses out of 22038 with flag 461126/68002
13.23/12.83	c cleaning 11992 clauses out of 24053 with flag 550790/81000
16.39/15.96	c cleaning 12996 clauses out of 26062 with flag 650724/95001
19.69/19.28	c cleaning 14000 clauses out of 28068 with flag 757811/110003
23.59/23.16	c cleaning 15001 clauses out of 30067 with flag 871669/126002
27.48/27.00	c cleaning 16014 clauses out of 32065 with flag 980883/143001
29.19/28.74	c cleaning 17001 clauses out of 34050 with flag 1094186/161000
32.36/31.88	c cleaning 17999 clauses out of 36054 with flag 1221589/180005
36.06/35.51	c cleaning 18997 clauses out of 38050 with flag 1353282/200000
39.66/39.16	c cleaning 19878 clauses out of 40053 with flag 1515324/221000
47.85/47.18	c cleaning 20652 clauses out of 42176 with flag 1860112/243001
58.27/57.27	c cleaning 22203 clauses out of 44524 with flag 2263359/266001
69.59/68.40	c cleaning 23159 clauses out of 46321 with flag 2703657/290001
80.93/79.06	c cleaning 24072 clauses out of 48162 with flag 3220867/315001
95.29/92.89	c cleaning 25032 clauses out of 50089 with flag 3720457/341000
110.02/107.45	c cleaning 26024 clauses out of 52061 with flag 4238686/368004
122.78/120.05	c cleaning 27002 clauses out of 54034 with flag 4795796/396001
137.55/134.67	c cleaning 28011 clauses out of 56031 with flag 5341846/425000
150.82/147.62	c cleaning 29002 clauses out of 58021 with flag 5949131/455001
169.59/166.16	c cleaning 29996 clauses out of 60018 with flag 6547260/486000
187.05/183.11	c cleaning 31009 clauses out of 62022 with flag 7236703/518000
202.27/198.02	c cleaning 32008 clauses out of 64016 with flag 7958675/551003
226.25/221.83	c cleaning 33003 clauses out of 66007 with flag 8685593/585002
247.54/242.69	c cleaning 33993 clauses out of 68002 with flag 9341068/620000
275.19/270.11	c cleaning 35002 clauses out of 70009 with flag 10003370/656000
301.02/295.64	c cleaning 36002 clauses out of 72007 with flag 10754773/693000
330.15/324.65	c cleaning 37003 clauses out of 74007 with flag 11608597/731002
354.54/348.64	c cleaning 38000 clauses out of 76003 with flag 12496182/770001
376.36/370.23	c cleaning 38996 clauses out of 78002 with flag 12868748/810000
399.57/393.06	c cleaning 39984 clauses out of 80007 with flag 13247790/851001
425.09/418.32	c cleaning 41008 clauses out of 82028 with flag 13707343/893006
451.84/444.72	c cleaning 42003 clauses out of 84014 with flag 14137351/936000
474.09/466.69	c cleaning 42999 clauses out of 86011 with flag 14501137/980000
502.23/494.44	c cleaning 44001 clauses out of 88013 with flag 14874301/1025001
531.20/522.92	c cleaning 44998 clauses out of 90011 with flag 15317947/1071000
560.91/552.20	c cleaning 46003 clauses out of 92013 with flag 15692217/1118000
593.83/584.40	c cleaning 46998 clauses out of 94012 with flag 16069901/1166002
627.67/617.92	c cleaning 48004 clauses out of 96017 with flag 16448004/1215005
662.98/652.71	c cleaning 48998 clauses out of 98010 with flag 16863859/1265002
697.92/687.25	c cleaning 49996 clauses out of 100011 with flag 17254950/1316001
739.81/728.54	c cleaning 50998 clauses out of 102014 with flag 17671118/1368000
775.67/763.95	c cleaning 51987 clauses out of 104016 with flag 18078772/1421000
819.77/807.54	c cleaning 53008 clauses out of 106030 with flag 18731979/1475001
863.17/850.37	c cleaning 54002 clauses out of 108023 with flag 19372067/1530002
907.72/894.34	c cleaning 55001 clauses out of 110020 with flag 20050716/1586001
950.68/936.78	c cleaning 56004 clauses out of 112018 with flag 20733349/1643000
990.02/975.52	c cleaning 57001 clauses out of 114014 with flag 21310212/1701000
1030.73/1015.66	c cleaning 58002 clauses out of 116014 with flag 21856204/1760001
1075.07/1059.45	c cleaning 59002 clauses out of 118015 with flag 22499219/1820004
1127.52/1111.07	c cleaning 60001 clauses out of 120014 with flag 23265837/1881005
1178.72/1161.63	c cleaning 60994 clauses out of 122008 with flag 24021937/1943000
1233.23/1215.39	c cleaning 61993 clauses out of 124014 with flag 24731074/2006000
1286.96/1268.57	c cleaning 62999 clauses out of 126023 with flag 25465523/2070002
1342.85/1323.79	c cleaning 64004 clauses out of 128022 with flag 26155515/2135000
1400.10/1380.10	c cleaning 64999 clauses out of 130020 with flag 26873762/2201002
1457.90/1437.18	c cleaning 65998 clauses out of 132019 with flag 27500240/2268000
1520.85/1499.23	c cleaning 67004 clauses out of 134024 with flag 28203785/2336003
1582.69/1560.30	c cleaning 67999 clauses out of 136017 with flag 29038332/2405000
1649.29/1625.87	c cleaning 69003 clauses out of 138020 with flag 29785449/2475002
1718.29/1693.80	c cleaning 70002 clauses out of 140017 with flag 30584589/2546002
1785.31/1759.99	c cleaning 71000 clauses out of 142013 with flag 31364043/2618000
1800.03/1774.41	c starts		: 10815
1800.03/1774.41	c conflicts		: 2640768
1800.03/1774.41	c decisions		: 22129121
1800.03/1774.41	c propagations		: 68414197
1800.03/1774.41	c inspects		: 16626102246
1800.03/1774.41	c shortcuts		: 0
1800.03/1774.41	c learnt literals	: 0
1800.03/1774.41	c learnt binary clauses	: 0
1800.03/1774.41	c learnt ternary clauses	: 0
1800.03/1774.41	c learnt constraints	: 2640768
1800.03/1774.41	c ignored constraints	: 0
1800.03/1774.41	c root simplifications	: 0
1800.03/1774.41	c removed literals (reason simplification)	: 0
1800.03/1774.41	c reason swapping (by a shorter reason)	: 0
1800.03/1774.41	c Calls to reduceDB	: 68
1800.03/1774.41	c Number of update (reduction) of LBD	: 1612795
1800.03/1774.41	c Imported unit clauses	: 0
1800.03/1774.41	c number of reductions to clauses (during analyze)	: 0
1800.03/1774.41	c number of learned constraints concerned by reduction	: 0
1800.03/1774.41	c number of learning phase by resolution	: 0
1800.03/1774.41	c number of learning phase by cutting planes	: 0
1800.03/1774.41	c speed (assignments/second)	: 38567.63212310218
1800.03/1774.41	c non guided choices	35320
1800.03/1774.41	c timeout
1800.03/1774.44	c learnt constraints type 
1800.03/1774.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93781
1800.03/1774.44	s UNKNOWN
1800.03/1774.44	c Total wall clock time (in seconds): 1774.067

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

pid=9055
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: 1.10 1.60 1.93 3/172 9059
/proc/meminfo: memFree=30521076/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/9059/stat : 9059 (java) D 9055 9059 9017 0 -1 4202496 156 0 1 0 0 0 0 0 20 0 1 0 103957936 278528 33 33554432000 1073741824 1073778376 140737108235360 140737108232536 248781040935 0 0 4096 0 18446744071580397875 0 0 17 5 0 0 0 0 0
/proc/9059/statm: 68 33 25 9 0 25 0

[startup+0.100075 s]
/proc/loadavg: 1.10 1.60 1.93 3/172 9059
/proc/meminfo: memFree=30521076/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9059/stat : 9059 (java) D 9055 9059 9017 0 -1 4202496 1144 0 16 0 0 0 0 0 20 0 1 0 103957936 23793664 810 33554432000 1073741824 1073778376 140735160541568 140735160531560 140410646403552 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 6 0 0
/proc/9059/statm: 5809 810 605 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200264 s]
/proc/loadavg: 1.10 1.60 1.93 3/172 9059
/proc/meminfo: memFree=30521076/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9016616 CPUtime=0.02 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 2827 0 25 0 1 1 0 0 20 0 10 0 103957936 9233014784 3473 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2254154 3473 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9016616

[startup+0.30029 s]
/proc/loadavg: 1.10 1.60 1.93 3/172 9059
/proc/meminfo: memFree=30521076/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 3276 0 25 0 4 2 0 0 20 0 18 0 103957936 9787879424 4431 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2389619 4431 1774 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.700232 s]
/proc/loadavg: 1.10 1.60 1.93 3/172 9059
/proc/meminfo: memFree=30521076/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9625040 CPUtime=0.93 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 8191 0 27 0 91 2 0 0 20 0 19 0 103957936 9856040960 11264 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2406260 11264 2250 9 0 2396937 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 1.10 1.60 1.93 2/192 9115
/proc/meminfo: memFree=30460096/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 9004 0 27 0 181 3 0 0 20 0 19 0 103957936 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2406260 13838 2260 9 0 2396937 0
[pid=9059/tid=9065] ppid=9055 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/9059/task/9065/stat : 9065 (java) R 9055 9059 9017 0 -1 4202560 2403 0 6 0 120 1 0 0 20 0 19 0 103957947 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410641647840 140410484227476 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0
[pid=9059/tid=9067] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9067/stat : 9067 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410603141800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9069] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9069/stat : 9069 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410483632936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9070] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9070/stat : 9070 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410482580392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9072] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9072/stat : 9072 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410481527848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9076] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9076/stat : 9076 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410480474280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9078] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9078/stat : 9078 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410479421736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9080] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9080/stat : 9080 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410478369192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9082] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9082/stat : 9082 (java) S 9055 9059 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140410477316648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9083] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9083/stat : 9083 (java) S 9055 9059 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103957957 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409994988136 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9086] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9086/stat : 9086 (java) S 9055 9059 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409993934456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9088] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9088/stat : 9088 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409992881800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9089] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9089/stat : 9089 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409991830544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9090] ppid=9055 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/9059/task/9090/stat : 9090 (java) S 9055 9059 9017 0 -1 4202560 2467 0 1 0 26 0 0 0 20 0 19 0 103957964 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409990776888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9092] ppid=9055 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/9059/task/9092/stat : 9092 (java) S 9055 9059 9017 0 -1 4202560 2882 0 1 0 31 0 0 0 20 0 19 0 103957964 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409989724344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9094] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9094/stat : 9094 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409988671992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9097] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9097/stat : 9097 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409987619656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9100] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9100/stat : 9100 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957990 9856040960 13838 33554432000 1073741824 1073778376 140735160541568 140409986565416 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 1.10 1.60 1.93 2/193 9166
/proc/meminfo: memFree=30443684/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 9821 0 27 0 350 3 0 0 20 0 19 0 103957936 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2406260 20722 2260 9 0 2396937 0
[pid=9059/tid=9065] ppid=9055 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/9059/task/9065/stat : 9065 (java) R 9055 9059 9017 0 -1 4202560 2416 0 6 0 279 2 0 0 20 0 19 0 103957947 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410641649976 140410484228664 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0
[pid=9059/tid=9067] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9067/stat : 9067 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410603141800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9069] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9069/stat : 9069 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410483632936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9070] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9070/stat : 9070 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410482580392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9072] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9072/stat : 9072 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410481527848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9076] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9076/stat : 9076 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410480474280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9078] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9078/stat : 9078 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410479421736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9080] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9080/stat : 9080 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410478369192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9082] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9082/stat : 9082 (java) S 9055 9059 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140410477316648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9083] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9083/stat : 9083 (java) S 9055 9059 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103957957 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409994988136 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9086] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9086/stat : 9086 (java) S 9055 9059 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409993934456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9088] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9088/stat : 9088 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409992881800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9089] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9089/stat : 9089 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409991830544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9090] ppid=9055 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9059/task/9090/stat : 9090 (java) S 9055 9059 9017 0 -1 4202560 3271 0 1 0 34 0 0 0 20 0 19 0 103957964 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409990776888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9092] ppid=9055 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9059/task/9092/stat : 9092 (java) S 9055 9059 9017 0 -1 4202560 2882 0 1 0 34 0 0 0 20 0 19 0 103957964 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409989724344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9094] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9094/stat : 9094 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409988671992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9097] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9097/stat : 9097 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409987619656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9100] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9100/stat : 9100 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957990 9856040960 20722 33554432000 1073741824 1073778376 140735160541568 140409986565416 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.17 1.61 1.93 3/213 9230
/proc/meminfo: memFree=30368004/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 9837 0 27 0 670 4 0 0 20 0 19 0 103957936 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2406260 27875 2261 9 0 2396937 0
[pid=9059/tid=9065] ppid=9055 vsize=9625040 CPUtime=6 cores=1,3,5,7
/proc/9059/task/9065/stat : 9065 (java) R 9055 9059 9017 0 -1 4202560 2431 0 6 0 598 2 0 0 20 0 19 0 103957947 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410641648064 140410484263004 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0
[pid=9059/tid=9067] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9067/stat : 9067 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410603141800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9069] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9069/stat : 9069 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410483632936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9070] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9070/stat : 9070 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410482580392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9072] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9072/stat : 9072 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410481527848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9076] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9076/stat : 9076 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410480474280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9078] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9078/stat : 9078 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410479421736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9080] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9080/stat : 9080 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410478369192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9082] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9082/stat : 9082 (java) S 9055 9059 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103957954 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140410477316648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9083] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9083/stat : 9083 (java) S 9055 9059 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103957957 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409994988136 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9086] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9086/stat : 9086 (java) S 9055 9059 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409993934456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9088] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9088/stat : 9088 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409992881800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9089] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9089/stat : 9089 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409991830544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9090] ppid=9055 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9059/task/9090/stat : 9090 (java) S 9055 9059 9017 0 -1 4202560 3271 0 1 0 34 0 0 0 20 0 19 0 103957964 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409990776888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9092] ppid=9055 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9059/task/9092/stat : 9092 (java) S 9055 9059 9017 0 -1 4202560 2882 0 1 0 34 0 0 0 20 0 19 0 103957964 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409989724344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9094] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9094/stat : 9094 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409988671992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9097] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9097/stat : 9097 (java) S 9055 9059 9017 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409987619656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9100] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9100/stat : 9100 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957990 9856040960 27875 33554432000 1073741824 1073778376 140735160541568 140409986565416 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=9059/tid=9100] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9100/stat : 9100 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957990 9856040960 355276 33554432000 1073741824 1073778376 140735160541568 140409986565416 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1625.56
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.38 2.29 2.20 4/213 9295
/proc/meminfo: memFree=28361744/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9625040 CPUtime=1686.5 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 28287 0 27 0 168248 402 0 0 20 0 19 0 103957936 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2406260 357661 2283 9 0 2396937 0
[pid=9059/tid=9065] ppid=9055 vsize=9625040 CPUtime=1642.63 cores=1,3,5,7
/proc/9059/task/9065/stat : 9065 (java) R 9055 9059 9017 0 -1 4202560 2621 0 6 0 164234 29 0 0 20 0 19 0 103957947 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410641648848 140410484301100 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0
[pid=9059/tid=9067] ppid=9055 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/9059/task/9067/stat : 9067 (java) S 9055 9059 9017 0 -1 4202560 1582 0 0 0 337 46 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410603141800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9069] ppid=9055 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/9059/task/9069/stat : 9069 (java) S 9055 9059 9017 0 -1 4202560 1593 0 0 0 362 44 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410483632936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9070] ppid=9055 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/9059/task/9070/stat : 9070 (java) S 9055 9059 9017 0 -1 4202560 1690 0 0 0 357 45 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410482580392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9072] ppid=9055 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/9059/task/9072/stat : 9072 (java) S 9055 9059 9017 0 -1 4202560 1514 0 0 0 391 46 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410481527848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9076] ppid=9055 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/9059/task/9076/stat : 9076 (java) S 9055 9059 9017 0 -1 4202560 1409 0 0 0 389 42 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410480474280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9078] ppid=9055 vsize=9625040 CPUtime=3.78 cores=1,3,5,7
/proc/9059/task/9078/stat : 9078 (java) S 9055 9059 9017 0 -1 4202560 1301 0 0 0 341 37 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410479421736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9080] ppid=9055 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/9059/task/9080/stat : 9080 (java) S 9055 9059 9017 0 -1 4202560 2594 0 0 0 336 44 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410478369192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9082] ppid=9055 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/9059/task/9082/stat : 9082 (java) S 9055 9059 9017 0 -1 4202560 2506 0 0 0 342 53 0 0 20 0 19 0 103957954 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140410477316648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9083] ppid=9055 vsize=9625040 CPUtime=6.33 cores=1,3,5,7
/proc/9059/task/9083/stat : 9083 (java) S 9055 9059 9017 0 -1 4202560 3984 0 0 0 629 4 0 0 20 0 19 0 103957957 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409994988136 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9086] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9086/stat : 9086 (java) S 9055 9059 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409993934456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9088] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9088/stat : 9088 (java) S 9055 9059 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409992881800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9089] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9089/stat : 9089 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409991830544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9090] ppid=9055 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/9059/task/9090/stat : 9090 (java) S 9055 9059 9017 0 -1 4202560 3276 0 1 0 36 0 0 0 20 0 19 0 103957964 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409990776888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9092] ppid=9055 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9059/task/9092/stat : 9092 (java) S 9055 9059 9017 0 -1 4202560 2882 0 1 0 34 0 0 0 20 0 19 0 103957964 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409989724344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9094] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9094/stat : 9094 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409988671992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9097] ppid=9055 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9059/task/9097/stat : 9097 (java) S 9055 9059 9017 0 -1 4202560 96 0 0 0 29 38 0 0 20 0 19 0 103957964 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409987619656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9100] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9100/stat : 9100 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957990 9856040960 357661 33554432000 1073741824 1073778376 140735160541568 140409986565416 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1686.5
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.27 2.20 3/213 9296
/proc/meminfo: memFree=28708712/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9625040 CPUtime=1747.31 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 28307 0 27 0 174327 404 0 0 20 0 19 0 103957936 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2406260 273785 2283 9 0 2396937 0
[pid=9059/tid=9065] ppid=9055 vsize=9625040 CPUtime=1701.97 cores=1,3,5,7
/proc/9059/task/9065/stat : 9065 (java) S 9055 9059 9017 0 -1 4202560 2629 0 6 0 170167 30 0 0 20 0 19 0 103957947 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410641648648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 9 0 0
[pid=9059/tid=9067] ppid=9055 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/9059/task/9067/stat : 9067 (java) S 9055 9059 9017 0 -1 4202560 1582 0 0 0 354 46 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410603141800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9069] ppid=9055 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/9059/task/9069/stat : 9069 (java) S 9055 9059 9017 0 -1 4202560 1593 0 0 0 379 44 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410483632936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9070] ppid=9055 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/9059/task/9070/stat : 9070 (java) S 9055 9059 9017 0 -1 4202560 1690 0 0 0 370 45 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410482580392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9072] ppid=9055 vsize=9625040 CPUtime=4.51 cores=1,3,5,7
/proc/9059/task/9072/stat : 9072 (java) S 9055 9059 9017 0 -1 4202560 1514 0 0 0 405 46 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410481527848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9076] ppid=9055 vsize=9625040 CPUtime=4.44 cores=1,3,5,7
/proc/9059/task/9076/stat : 9076 (java) S 9055 9059 9017 0 -1 4202560 1409 0 0 0 402 42 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410480474280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9078] ppid=9055 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/9059/task/9078/stat : 9078 (java) S 9055 9059 9017 0 -1 4202560 1301 0 0 0 352 37 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410479421736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9080] ppid=9055 vsize=9625040 CPUtime=3.88 cores=1,3,5,7
/proc/9059/task/9080/stat : 9080 (java) S 9055 9059 9017 0 -1 4202560 2595 0 0 0 344 44 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410478369192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9082] ppid=9055 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/9059/task/9082/stat : 9082 (java) S 9055 9059 9017 0 -1 4202560 2506 0 0 0 361 53 0 0 20 0 19 0 103957954 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140410477316648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9083] ppid=9055 vsize=9625040 CPUtime=6.51 cores=1,3,5,7
/proc/9059/task/9083/stat : 9083 (java) R 9055 9059 9017 0 -1 4202560 3992 0 0 0 646 5 0 0 20 0 19 0 103957957 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409994987016 140410648504574 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9086] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9086/stat : 9086 (java) S 9055 9059 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409993934456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9088] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9088/stat : 9088 (java) S 9055 9059 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409992881800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9089] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9089/stat : 9089 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409991830544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9090] ppid=9055 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/9059/task/9090/stat : 9090 (java) S 9055 9059 9017 0 -1 4202560 3276 0 1 0 36 0 0 0 20 0 19 0 103957964 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409990776888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9092] ppid=9055 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9059/task/9092/stat : 9092 (java) S 9055 9059 9017 0 -1 4202560 2882 0 1 0 34 0 0 0 20 0 19 0 103957964 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409989724344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9094] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9094/stat : 9094 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409988671992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9097] ppid=9055 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/9059/task/9097/stat : 9097 (java) S 9055 9059 9017 0 -1 4202560 99 0 0 0 30 39 0 0 20 0 19 0 103957964 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409987619656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9100] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9100/stat : 9100 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957990 9856040960 273785 33554432000 1073741824 1073778376 140735160541568 140409986565416 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1747.31
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.41 s]
/proc/loadavg: 2.19 2.25 2.19 3/213 9297
/proc/meminfo: memFree=28533660/32872528 swapFree=17452/1581112
[pid=9059] ppid=9055 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/9059/stat : 9059 (java) S 9055 9059 9017 0 -1 4202496 29115 0 27 0 179579 424 0 0 20 0 19 0 103957936 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140735160532704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 7 0 0
/proc/9059/statm: 2406260 319144 2283 9 0 2396937 0
[pid=9059/tid=9065] ppid=9055 vsize=9625040 CPUtime=1753.55 cores=1,3,5,7
/proc/9059/task/9065/stat : 9065 (java) R 9055 9059 9017 0 -1 4202560 2635 0 6 0 175324 31 0 0 20 0 19 0 103957947 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410641648848 140410484297701 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0
[pid=9059/tid=9067] ppid=9055 vsize=9625040 CPUtime=4.09 cores=1,3,5,7
/proc/9059/task/9067/stat : 9067 (java) S 9055 9059 9017 0 -1 4202560 1663 0 0 0 362 47 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410603141800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9069] ppid=9055 vsize=9625040 CPUtime=4.34 cores=1,3,5,7
/proc/9059/task/9069/stat : 9069 (java) S 9055 9059 9017 0 -1 4202560 1684 0 0 0 388 46 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410483632936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9070] ppid=9055 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/9059/task/9070/stat : 9070 (java) S 9055 9059 9017 0 -1 4202560 1729 0 0 0 379 46 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410482580392 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9072] ppid=9055 vsize=9625040 CPUtime=4.61 cores=1,3,5,7
/proc/9059/task/9072/stat : 9072 (java) S 9055 9059 9017 0 -1 4202560 1546 0 0 0 413 48 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410481527848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9076] ppid=9055 vsize=9625040 CPUtime=4.57 cores=1,3,5,7
/proc/9059/task/9076/stat : 9076 (java) S 9055 9059 9017 0 -1 4202560 1525 0 0 0 412 45 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410480474280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9078] ppid=9055 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/9059/task/9078/stat : 9078 (java) S 9055 9059 9017 0 -1 4202560 1364 0 0 0 361 41 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410479421736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9080] ppid=9055 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/9059/task/9080/stat : 9080 (java) S 9055 9059 9017 0 -1 4202560 2627 0 0 0 348 46 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410478369192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9082] ppid=9055 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/9059/task/9082/stat : 9082 (java) S 9055 9059 9017 0 -1 4202560 2547 0 0 0 370 56 0 0 20 0 19 0 103957954 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140410477316648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9059/tid=9083] ppid=9055 vsize=9625040 CPUtime=6.66 cores=1,3,5,7
/proc/9059/task/9083/stat : 9083 (java) S 9055 9059 9017 0 -1 4202560 4297 0 0 0 661 5 0 0 20 0 19 0 103957957 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409994988136 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9086] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9086/stat : 9086 (java) S 9055 9059 9017 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409993934456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9088] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9088/stat : 9088 (java) S 9055 9059 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103957959 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409992881800 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9089] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9089/stat : 9089 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409991830544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9090] ppid=9055 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/9059/task/9090/stat : 9090 (java) S 9055 9059 9017 0 -1 4202560 3276 0 1 0 36 0 0 0 20 0 19 0 103957964 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409990776888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9059/tid=9092] ppid=9055 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9059/task/9092/stat : 9092 (java) S 9055 9059 9017 0 -1 4202560 2882 0 1 0 34 0 0 0 20 0 19 0 103957964 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409989724344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9094] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9094/stat : 9094 (java) S 9055 9059 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103957964 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409988671992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9059/tid=9097] ppid=9055 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/9059/task/9097/stat : 9097 (java) S 9055 9059 9017 0 -1 4202560 101 0 0 0 31 41 0 0 20 0 19 0 103957964 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409987619656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9059/tid=9100] ppid=9055 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9059/task/9100/stat : 9100 (java) S 9055 9059 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103957990 9856040960 319144 33554432000 1073741824 1073778376 140735160541568 140409986565416 248793577385 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 9059 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 9059 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=349673
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=668290
# CPU time returned by wait4() is 1796.02
# 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): 1774.45
CPU time (s): 1800.03
CPU user time (s): 1795.79
CPU system time (s): 4.24
CPU usage (%): 101.442
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.35
system time used= 4.66829
maximum resident set size= 1757976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29159
page faults= 27
swaps= 0
block input operations= 12168
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42776
involuntary context switches= 30768

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3624 second user time and 14.0129 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 15:37:40
IDJOB=4084311
IDBENCH=1403
IDSOLVER=2546
FILE ID=node139/4084311-1465220260
RUNJOBID= node139-1465220260-9034
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-PB05/aloul/FPGA_SAT05/normalized-chnl50_51_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084311-1465220260/watcher-4084311-1465220260 -o /tmp/evaluation-result-4084311-1465220260/solver-4084311-1465220260 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084311-1465220260.opb

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

MD5SUM BENCH= 04ec290f8a8afffbd026dcfb09cada39
RANDOM SEED=1360750695

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:        30523224 kB
Buffers:            9036 kB
Cached:            55600 kB
SwapCached:         1464 kB
Active:            40188 kB
Inactive:          27832 kB
Active(anon):       3680 kB
Inactive(anon):     2172 kB
Active(file):      36508 kB
Inactive(file):    25660 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:       1583496 kB
Mapped:             7168 kB
Shmem:                 0 kB
Slab:             565368 kB
SReclaimable:      10076 kB
SUnreclaim:       555292 kB
KernelStack:        1336 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1676916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1566720 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 16:07:14