Trace number 4090020

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.09 1798.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v071-n2.opb
MD5SUM1b9fa9a55492cdf68bef8ac687bbee0d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.10668
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090020-1466036674.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.024s.
0.09/0.14	c declared #vars     213
0.09/0.14	c #constraints  142
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
0.09/0.14	c 142 constraints processed.
0.74/0.58	c cleaning 2496 clauses out of 5000 with flag 52159/5000
1.34/1.05	c cleaning 4249 clauses out of 8507 with flag 121592/11003
2.04/1.74	c cleaning 5624 clauses out of 11255 with flag 207696/18000
2.94/2.61	c cleaning 6816 clauses out of 13633 with flag 308208/26002
3.97/3.64	c cleaning 7901 clauses out of 15815 with flag 393525/35000
5.37/5.04	c cleaning 8949 clauses out of 17915 with flag 507311/45001
7.07/6.70	c cleaning 9976 clauses out of 19966 with flag 637263/56001
8.87/8.60	c cleaning 10987 clauses out of 21990 with flag 773053/68001
11.18/10.89	c cleaning 11991 clauses out of 24002 with flag 927488/81000
13.77/13.41	c cleaning 12999 clauses out of 26011 with flag 1097487/95000
16.67/16.37	c cleaning 13999 clauses out of 28014 with flag 1276331/110002
19.97/19.62	c cleaning 14999 clauses out of 30015 with flag 1477698/126002
23.57/23.24	c cleaning 16001 clauses out of 32015 with flag 1681183/143001
27.66/27.34	c cleaning 16999 clauses out of 34016 with flag 1912537/161003
31.97/31.67	c cleaning 17999 clauses out of 36014 with flag 2143641/180000
36.47/36.16	c cleaning 18997 clauses out of 38017 with flag 2377310/200002
41.67/41.39	c cleaning 19998 clauses out of 40018 with flag 2649000/221000
46.53/46.15	c cleaning 21005 clauses out of 42021 with flag 2909309/243001
50.73/50.31	c cleaning 22007 clauses out of 44015 with flag 3170712/266000
55.32/54.99	c cleaning 23000 clauses out of 46009 with flag 3438362/290001
59.93/59.57	c cleaning 23997 clauses out of 48009 with flag 3660117/315001
65.44/65.02	c cleaning 24997 clauses out of 50012 with flag 3906607/341001
71.44/71.03	c cleaning 26002 clauses out of 52016 with flag 4161703/368002
78.14/77.70	c cleaning 26995 clauses out of 54014 with flag 4457517/396002
85.94/85.57	c cleaning 28004 clauses out of 56017 with flag 4796187/425000
93.44/93.07	c cleaning 28998 clauses out of 58013 with flag 5115215/455000
100.84/100.47	c cleaning 30000 clauses out of 60016 with flag 5454612/486001
108.04/107.68	c cleaning 31001 clauses out of 62015 with flag 5780498/518000
115.74/115.35	c cleaning 32004 clauses out of 64016 with flag 6117364/551002
124.43/124.04	c cleaning 32998 clauses out of 66010 with flag 6421810/585000
134.83/134.41	c cleaning 34001 clauses out of 68012 with flag 6755283/620000
144.64/144.23	c cleaning 35003 clauses out of 70011 with flag 7148085/656000
156.16/155.70	c cleaning 35992 clauses out of 72010 with flag 7590430/693002
166.67/166.23	c cleaning 36994 clauses out of 74017 with flag 8069034/731001
178.36/177.96	c cleaning 38009 clauses out of 76023 with flag 8550098/770001
192.47/192.07	c cleaning 38999 clauses out of 78013 with flag 9104228/810000
206.06/205.61	c cleaning 40000 clauses out of 80018 with flag 9630763/851004
220.06/219.68	c cleaning 40996 clauses out of 82014 with flag 10134125/893000
232.96/232.57	c cleaning 42000 clauses out of 84018 with flag 10646977/936000
246.66/246.28	c cleaning 43003 clauses out of 86019 with flag 11064962/980001
263.23/262.79	c cleaning 44004 clauses out of 88015 with flag 11535811/1025000
280.22/279.77	c cleaning 44999 clauses out of 90011 with flag 12054365/1071000
299.42/298.90	c cleaning 45999 clauses out of 92012 with flag 12631712/1118000
317.21/316.75	c cleaning 47000 clauses out of 94013 with flag 13151726/1166000
335.92/335.46	c cleaning 47998 clauses out of 96013 with flag 13681887/1215000
356.81/356.38	c cleaning 48999 clauses out of 98017 with flag 14236629/1265002
379.41/378.90	c cleaning 49997 clauses out of 100018 with flag 14857069/1316002
402.30/401.70	c cleaning 50999 clauses out of 102020 with flag 15452685/1368001
426.31/425.72	c cleaning 52004 clauses out of 104020 with flag 16081533/1421000
452.82/452.25	c cleaning 52996 clauses out of 106016 with flag 16749592/1475000
481.72/481.14	c cleaning 54001 clauses out of 108021 with flag 17460881/1530001
512.23/511.66	c cleaning 54997 clauses out of 110019 with flag 18219233/1586000
543.53/542.96	c cleaning 56000 clauses out of 112022 with flag 18978716/1643000
576.34/575.61	c cleaning 57001 clauses out of 114022 with flag 19720317/1701000
610.83/610.18	c cleaning 58000 clauses out of 116021 with flag 20495217/1760000
648.51/647.87	c cleaning 59000 clauses out of 118022 with flag 21276748/1820001
679.90/679.29	c cleaning 59994 clauses out of 120023 with flag 22061132/1881002
708.19/707.57	c cleaning 61000 clauses out of 122031 with flag 22780256/1943004
735.12/734.30	c cleaning 61994 clauses out of 124029 with flag 23557348/2006002
770.12/769.31	c cleaning 62995 clauses out of 126035 with flag 24354386/2070002
806.61/805.80	c cleaning 64001 clauses out of 128040 with flag 25192560/2135002
836.30/835.51	c cleaning 65010 clauses out of 130037 with flag 25916927/2201000
879.70/878.91	c cleaning 66007 clauses out of 132028 with flag 26668396/2268001
918.97/918.04	c cleaning 67002 clauses out of 134022 with flag 27439509/2336002
959.16/958.23	c cleaning 67988 clauses out of 136018 with flag 28356688/2405000
1006.15/1005.25	c cleaning 68989 clauses out of 138030 with flag 29249606/2475000
1054.24/1053.34	c cleaning 70002 clauses out of 140041 with flag 30212515/2546000
1102.43/1101.39	c cleaning 70998 clauses out of 142039 with flag 31173111/2618000
1157.52/1156.42	c cleaning 71990 clauses out of 144044 with flag 32126309/2691003
1214.91/1213.63	c cleaning 73001 clauses out of 146053 with flag 33072998/2765002
1278.83/1277.54	c cleaning 74001 clauses out of 148052 with flag 34096531/2840002
1342.75/1341.47	c cleaning 75000 clauses out of 150049 with flag 35098093/2916000
1408.85/1407.31	c cleaning 76001 clauses out of 152050 with flag 36093427/2993001
1478.97/1477.41	c cleaning 76998 clauses out of 154048 with flag 37127089/3071000
1550.49/1548.90	c cleaning 77999 clauses out of 156052 with flag 38139602/3150002
1621.16/1619.54	c cleaning 78997 clauses out of 158051 with flag 39190069/3230000
1697.58/1695.91	c cleaning 80003 clauses out of 160054 with flag 40246032/3311000
1759.68/1757.98	c cleaning 81012 clauses out of 162052 with flag 41306010/3393001
1800.09/1798.30	c starts		: 849
1800.09/1798.30	c conflicts		: 3465084
1800.09/1798.30	c decisions		: 3902778
1800.09/1798.30	c propagations		: 81893317
1800.09/1798.30	c inspects		: 35895998930
1800.09/1798.30	c shortcuts		: 0
1800.09/1798.30	c learnt literals	: 0
1800.09/1798.30	c learnt binary clauses	: 0
1800.09/1798.30	c learnt ternary clauses	: 0
1800.09/1798.30	c learnt constraints	: 3465084
1800.09/1798.30	c ignored constraints	: 0
1800.09/1798.30	c root simplifications	: 0
1800.09/1798.30	c removed literals (reason simplification)	: 0
1800.09/1798.30	c reason swapping (by a shorter reason)	: 0
1800.09/1798.30	c Calls to reduceDB	: 78
1800.09/1798.30	c Number of update (reduction) of LBD	: 1186816
1800.09/1798.30	c Imported unit clauses	: 0
1800.09/1798.30	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.30	c number of learned constraints concerned by reduction	: 0
1800.09/1798.30	c number of learning phase by resolution	: 0
1800.09/1798.30	c number of learning phase by cutting planes	: 0
1800.09/1798.30	c speed (assignments/second)	: 45542.768925842654
1800.09/1798.30	c non guided choices	71
1800.09/1798.30	c timeout
1800.09/1798.33	c learnt constraints type 
1800.09/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153124
1800.09/1798.33	s UNKNOWN
1800.09/1798.33	c Total wall clock time (in seconds): 1798.216

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-4090020-1466036674/watcher-4090020-1466036674 -o /tmp/evaluation-result-4090020-1466036674/solver-4090020-1466036674 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10446 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090020-1466036674.opb 

pid=10975
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.27 2.23 2.18 3/196 10978
/proc/meminfo: memFree=30201448/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/10978/stat : 10978 (java) R 10975 10978 5923 0 -1 4202496 552 0 0 0 0 0 0 0 20 0 1 0 5713380 23793664 202 33554432000 1073741824 1073778376 140735412262208 140735412251272 215115430597 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 5809 220 173 9 0 128 0

[startup+0.100112 s]
/proc/loadavg: 2.27 2.23 2.18 3/196 10978
/proc/meminfo: memFree=30201448/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 5713380 9787879424 6036 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.27 2.23 2.18 3/196 10978
/proc/meminfo: memFree=30201448/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 6800 0 1 0 26 2 0 0 20 0 19 0 5713380 9856040960 7505 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 7505 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300299 s]
/proc/loadavg: 2.27 2.23 2.18 3/196 10978
/proc/meminfo: memFree=30201448/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 7383 0 1 0 49 2 0 0 20 0 19 0 5713380 9856040960 7661 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 7661 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.70022 s]
/proc/loadavg: 2.27 2.23 2.18 3/196 10978
/proc/meminfo: memFree=30201448/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 8688 0 1 0 100 2 0 0 20 0 19 0 5713380 9856040960 9250 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 9250 2238 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.27 2.23 2.18 3/215 10997
/proc/meminfo: memFree=30172140/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 8692 0 1 0 182 2 0 0 20 0 19 0 5713380 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 9277 2240 9 0 2396937 0
[pid=10978/tid=10980] ppid=10975 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10975 10978 5923 0 -1 4202560 2403 0 1 0 145 1 0 0 20 0 19 0 5713381 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736731601480 139736576840224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10981] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736704056104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10982] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736703003304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10983] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736701951016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736700898216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736699844904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10986] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736698792104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736697739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10988] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10975 10978 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736696687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10989] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10975 10978 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736085670632 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10975 10978 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736084616696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736083564296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736082512784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10975 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10975 10978 5923 0 -1 4202560 2000 0 0 0 12 0 0 0 20 0 19 0 5713386 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736081459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10975 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10975 10978 5923 0 -1 4202560 3018 0 0 0 21 0 0 0 20 0 19 0 5713386 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736080406584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736079354488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736078301896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10997] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10997/stat : 10997 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713394 9856040960 9277 33554432000 1073741824 1073778376 140735412262208 139736077247912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.27 2.23 2.18 4/215 10997
/proc/meminfo: memFree=30167424/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 8710 0 1 0 345 2 0 0 20 0 19 0 5713380 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 10828 2240 9 0 2396937 0
[pid=10978/tid=10980] ppid=10975 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10975 10978 5923 0 -1 4202560 2406 0 1 0 304 1 0 0 20 0 19 0 5713381 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736731603352 139736576911583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10981] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736704056104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10982] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736703003304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10983] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736701951016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736700898216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736699844904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10986] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736698792104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736697739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10988] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10975 10978 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736696687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10989] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10975 10978 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736085670632 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10975 10978 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736084616696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736083564296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736082512784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10975 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10975 10978 5923 0 -1 4202560 2015 0 0 0 15 0 0 0 20 0 19 0 5713386 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736081459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10975 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10975 10978 5923 0 -1 4202560 3018 0 0 0 21 0 0 0 20 0 19 0 5713386 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736080406584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736079354488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736078301896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10997] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10997/stat : 10997 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713394 9856040960 10828 33554432000 1073741824 1073778376 140735412262208 139736077247912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.25 2.22 2.18 3/215 10997
/proc/meminfo: memFree=30158052/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 8716 0 1 0 665 2 0 0 20 0 19 0 5713380 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 12567 2241 9 0 2396937 0
[pid=10978/tid=10980] ppid=10975 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10975 10978 5923 0 -1 4202560 2411 0 1 0 624 1 0 0 20 0 19 0 5713381 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736731594448 139736576892256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10981] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736704056104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10982] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736703003304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10983] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736701951016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736700898216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736699844904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10986] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736698792104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736697739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10988] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10975 10978 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5713382 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736696687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10989] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10975 10978 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736085670632 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10975 10978 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736084616696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10991] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736083564296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736082512784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10975 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10975 10978 5923 0 -1 4202560 2015 0 0 0 15 0 0 0 20 0 19 0 5713386 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736081459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10975 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10975 10978 5923 0 -1 4202560 3018 0 0 0 21 0 0 0 20 0 19 0 5713386 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736080406584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736079354488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10975 10978 5923 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736078301896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10997] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10997/stat : 10997 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713394 9856040960 12567 33554432000 1073741824 1073778376 140735412262208 139736077247912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

[pid=10978/tid=10997] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10997/stat : 10997 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713394 9856040960 143557 33554432000 1073741824 1073778376 140735412262208 139736077247912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.32 2.25 3/215 11106
/proc/meminfo: memFree=29521736/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=1784.08 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 12669 0 1 0 178327 81 0 0 20 0 19 0 5713380 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 147672 2257 9 0 2396937 0
[pid=10978/tid=10980] ppid=10975 vsize=9625040 CPUtime=1776.8 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10975 10978 5923 0 -1 4202560 2478 0 1 0 177647 33 0 0 20 0 19 0 5713381 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736731594432 139736576911583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10981] ppid=10975 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10975 10978 5923 0 -1 4202560 117 0 0 0 13 4 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736704056104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10982] ppid=10975 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10975 10978 5923 0 -1 4202560 307 0 0 0 15 3 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736703003304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10983] ppid=10975 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10975 10978 5923 0 -1 4202560 297 0 0 0 18 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736701951016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10975 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10975 10978 5923 0 -1 4202560 194 0 0 0 16 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736700898216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10975 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10975 10978 5923 0 -1 4202560 113 0 0 0 16 4 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736699844904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10986] ppid=10975 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10975 10978 5923 0 -1 4202560 413 0 0 0 20 6 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736698792104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10975 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10975 10978 5923 0 -1 4202560 311 0 0 0 21 6 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736697739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10988] ppid=10975 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10975 10978 5923 0 -1 4202560 207 0 0 0 17 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736696687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10989] ppid=10975 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10975 10978 5923 0 -1 4202560 121 0 0 0 1 1 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736085670632 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10975 10978 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736084616696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10991] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10975 10978 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736083564296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736082512784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10975 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10975 10978 5923 0 -1 4202560 3730 0 0 0 23 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736081459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10975 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10975 10978 5923 0 -1 4202560 3018 0 0 0 22 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736080406584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736079354488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10975 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10975 10978 5923 0 -1 4202560 104 0 0 0 26 37 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736078301896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10997] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10997/stat : 10997 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713394 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736077247912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.08
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.29 2.32 2.25 4/215 11106
/proc/meminfo: memFree=29522768/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 12671 0 1 0 179927 82 0 0 20 0 19 0 5713380 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 147672 2257 9 0 2396937 0
[pid=10978/tid=10980] ppid=10975 vsize=9625040 CPUtime=1792.75 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10975 10978 5923 0 -1 4202560 2478 0 1 0 179242 33 0 0 20 0 19 0 5713381 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736731594432 139736576911583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10981] ppid=10975 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10975 10978 5923 0 -1 4202560 117 0 0 0 13 4 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736704056104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10982] ppid=10975 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10975 10978 5923 0 -1 4202560 307 0 0 0 15 3 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736703003304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10983] ppid=10975 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10975 10978 5923 0 -1 4202560 297 0 0 0 18 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736701951016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10975 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10975 10978 5923 0 -1 4202560 194 0 0 0 16 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736700898216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10975 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10975 10978 5923 0 -1 4202560 113 0 0 0 16 4 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736699844904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10986] ppid=10975 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10975 10978 5923 0 -1 4202560 413 0 0 0 20 6 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736698792104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10975 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10975 10978 5923 0 -1 4202560 311 0 0 0 21 6 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736697739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10988] ppid=10975 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10975 10978 5923 0 -1 4202560 207 0 0 0 17 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736696687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10989] ppid=10975 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10975 10978 5923 0 -1 4202560 121 0 0 0 1 1 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736085670632 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10975 10978 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736084616696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10991] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10975 10978 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736083564296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736082512784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10975 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10975 10978 5923 0 -1 4202560 3730 0 0 0 23 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736081459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10975 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10975 10978 5923 0 -1 4202560 3018 0 0 0 22 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736080406584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736079354488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10975 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10975 10978 5923 0 -1 4202560 106 0 0 0 26 37 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736078301896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10997] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10997/stat : 10997 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713394 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736077247912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 10978 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.3 s]
/proc/loadavg: 2.29 2.32 2.25 4/215 11106
/proc/meminfo: memFree=29522768/32872528 swapFree=1504408/1684280
[pid=10978] ppid=10975 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10978/stat : 10978 (java) S 10975 10978 5923 0 -1 4202496 12671 0 1 0 179927 82 0 0 20 0 19 0 5713380 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 140735412253344 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10978/statm: 2406260 147672 2257 9 0 2396937 0
[pid=10978/tid=10980] ppid=10975 vsize=9625040 CPUtime=1792.75 cores=1,3,5,7
/proc/10978/task/10980/stat : 10980 (java) R 10975 10978 5923 0 -1 4202560 2478 0 1 0 179242 33 0 0 20 0 19 0 5713381 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736731594432 139736576911583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10981] ppid=10975 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10978/task/10981/stat : 10981 (java) S 10975 10978 5923 0 -1 4202560 117 0 0 0 13 4 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736704056104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10982] ppid=10975 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/10978/task/10982/stat : 10982 (java) S 10975 10978 5923 0 -1 4202560 307 0 0 0 15 3 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736703003304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10983] ppid=10975 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10983/stat : 10983 (java) S 10975 10978 5923 0 -1 4202560 297 0 0 0 18 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736701951016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10984] ppid=10975 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/10978/task/10984/stat : 10984 (java) S 10975 10978 5923 0 -1 4202560 194 0 0 0 16 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736700898216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10985] ppid=10975 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/10978/task/10985/stat : 10985 (java) S 10975 10978 5923 0 -1 4202560 113 0 0 0 16 4 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736699844904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10978/tid=10986] ppid=10975 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10978/task/10986/stat : 10986 (java) S 10975 10978 5923 0 -1 4202560 413 0 0 0 20 6 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736698792104 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10987] ppid=10975 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10978/task/10987/stat : 10987 (java) S 10975 10978 5923 0 -1 4202560 311 0 0 0 21 6 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736697739816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10988] ppid=10975 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10978/task/10988/stat : 10988 (java) S 10975 10978 5923 0 -1 4202560 207 0 0 0 17 5 0 0 20 0 19 0 5713382 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736696687016 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10989] ppid=10975 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10978/task/10989/stat : 10989 (java) S 10975 10978 5923 0 -1 4202560 121 0 0 0 1 1 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736085670632 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10990] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10990/stat : 10990 (java) S 10975 10978 5923 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736084616696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10991] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10991/stat : 10991 (java) S 10975 10978 5923 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5713383 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736083564296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10992] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10992/stat : 10992 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736082512784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10993] ppid=10975 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10978/task/10993/stat : 10993 (java) S 10975 10978 5923 0 -1 4202560 3730 0 0 0 23 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736081459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10978/tid=10994] ppid=10975 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/10978/task/10994/stat : 10994 (java) S 10975 10978 5923 0 -1 4202560 3018 0 0 0 22 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736080406584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10995] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10995/stat : 10995 (java) S 10975 10978 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736079354488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10978/tid=10996] ppid=10975 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/10978/task/10996/stat : 10996 (java) S 10975 10978 5923 0 -1 4202560 106 0 0 0 26 37 0 0 20 0 19 0 5713386 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736078301896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10978/tid=10997] ppid=10975 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10978/task/10997/stat : 10997 (java) S 10975 10978 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5713394 9856040960 147672 33554432000 1073741824 1073778376 140735412262208 139736077247912 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.34
CPU time (s): 1800.09
CPU user time (s): 1799.27
CPU system time (s): 0.82
CPU usage (%): 100.097
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.23281
maximum resident set size= 590836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12715
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38359
involuntary context switches= 19494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.77251 second user time and 15.0747 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 02:24:35
IDJOB=4090020
IDBENCH=107489
IDSOLVER=2546
FILE ID=node135/4090020-1466036674
RUNJOBID= node135-1466033848-10446
PBS_JOBID= 19902813
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v071-n2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090020-1466036674/watcher-4090020-1466036674 -o /tmp/evaluation-result-4090020-1466036674/solver-4090020-1466036674 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10446 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090020-1466036674.opb

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

MD5SUM BENCH= 1b9fa9a55492cdf68bef8ac687bbee0d
RANDOM SEED=81750937

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        30202084 kB
Buffers:           27448 kB
Cached:            61276 kB
SwapCached:         1524 kB
Active:           229784 kB
Inactive:          54568 kB
Active(anon):     196440 kB
Inactive(anon):     1808 kB
Active(file):      33344 kB
Inactive(file):    52760 kB
Unevictable:     1684280 kB
Mlocked:         1504408 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       1893136 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             565872 kB
SReclaimable:       9896 kB
SUnreclaim:       555976 kB
KernelStack:        1608 kB
PageTables:         7984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2371656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 71736 MiB
End job on node135 at 2016-06-16 02:54:33