Trace number 4084415

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.05 1795.94

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army11.17ls.opb
MD5SUMe92d33933b84b1c0ca9ffa19c28f7edc
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark7.48486
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables370
Total number of constraints557
Number of constraints which are clauses313
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints242
Minimum length of a constraint2
Maximum length of a constraint121
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 138
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4084415-1465218310.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.25/0.20	c ... done. Wall clock time 0.093s.
0.25/0.20	c declared #vars     370
0.25/0.20	c #constraints  557
0.25/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
0.25/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 193
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 242
0.25/0.20	c 557 constraints processed.
0.98/0.67	c cleaning 2466 clauses out of 5000 with flag 19525/5000
1.55/1.11	c cleaning 4267 clauses out of 8536 with flag 42368/11002
2.05/1.64	c cleaning 5632 clauses out of 11267 with flag 67496/18000
2.76/2.32	c cleaning 6804 clauses out of 13636 with flag 94678/26001
3.57/3.14	c cleaning 7913 clauses out of 15832 with flag 125705/35001
4.47/4.08	c cleaning 8952 clauses out of 17920 with flag 160522/45002
5.58/5.19	c cleaning 9977 clauses out of 19966 with flag 195315/56000
6.98/6.53	c cleaning 10986 clauses out of 21990 with flag 239254/68001
8.47/8.02	c cleaning 12000 clauses out of 24004 with flag 280340/81001
10.07/9.68	c cleaning 12989 clauses out of 26003 with flag 324486/95000
11.97/11.59	c cleaning 13997 clauses out of 28014 with flag 374019/110000
14.17/13.74	c cleaning 15000 clauses out of 30018 with flag 426907/126001
16.58/16.19	c cleaning 15997 clauses out of 32017 with flag 482168/143000
19.38/18.93	c cleaning 17001 clauses out of 34020 with flag 541602/161000
22.18/21.77	c cleaning 17986 clauses out of 36019 with flag 606419/180000
25.30/24.88	c cleaning 19005 clauses out of 38033 with flag 675835/200000
29.21/28.73	c cleaning 20000 clauses out of 40028 with flag 753294/221000
33.00/32.52	c cleaning 20994 clauses out of 42028 with flag 821792/243000
37.01/36.56	c cleaning 22008 clauses out of 44037 with flag 894347/266003
41.51/41.01	c cleaning 23001 clauses out of 46027 with flag 975347/290001
46.21/45.75	c cleaning 23998 clauses out of 48026 with flag 1059692/315001
51.11/50.67	c cleaning 25003 clauses out of 50027 with flag 1144987/341000
56.20/55.78	c cleaning 25995 clauses out of 52024 with flag 1236059/368000
61.76/61.20	c cleaning 27010 clauses out of 54030 with flag 1329099/396001
67.46/66.91	c cleaning 28002 clauses out of 56019 with flag 1418768/425000
73.66/73.10	c cleaning 28988 clauses out of 58017 with flag 1518958/455000
80.26/79.75	c cleaning 29997 clauses out of 60030 with flag 1627144/486001
88.46/87.95	c cleaning 30995 clauses out of 62032 with flag 1750678/518000
96.86/96.38	c cleaning 32015 clauses out of 64037 with flag 1872769/551000
104.61/104.04	c cleaning 32991 clauses out of 66022 with flag 1993578/585000
112.70/112.17	c cleaning 33999 clauses out of 68032 with flag 2112763/620001
122.40/121.83	c cleaning 34982 clauses out of 70032 with flag 2239710/656000
131.80/131.24	c cleaning 36017 clauses out of 72053 with flag 2370715/693003
141.90/141.38	c cleaning 37012 clauses out of 74033 with flag 2491987/731000
153.13/152.47	c cleaning 38003 clauses out of 76022 with flag 2617127/770001
164.75/164.01	c cleaning 39003 clauses out of 78018 with flag 2743378/810000
176.43/175.73	c cleaning 39994 clauses out of 80015 with flag 2877778/851000
191.53/190.84	c cleaning 40999 clauses out of 82021 with flag 3018236/893000
206.23/205.51	c cleaning 42008 clauses out of 84023 with flag 3170259/936001
220.22/219.33	c cleaning 43002 clauses out of 86014 with flag 3297655/980000
234.62/233.79	c cleaning 43998 clauses out of 88012 with flag 3432667/1025000
252.31/251.45	c cleaning 44992 clauses out of 90014 with flag 3594078/1071000
270.31/269.50	c cleaning 46003 clauses out of 92023 with flag 3765583/1118001
288.44/287.34	c cleaning 47003 clauses out of 94019 with flag 3938125/1166000
309.24/308.11	c cleaning 47990 clauses out of 96017 with flag 4115350/1215001
329.93/328.81	c cleaning 49009 clauses out of 98027 with flag 4298640/1265001
351.42/350.07	c cleaning 50001 clauses out of 100017 with flag 4478429/1316000
375.41/374.05	c cleaning 51002 clauses out of 102018 with flag 4649980/1368002
401.50/400.10	c cleaning 52007 clauses out of 104017 with flag 4846936/1421003
426.80/425.18	c cleaning 52998 clauses out of 106007 with flag 5043873/1475000
453.19/451.59	c cleaning 53965 clauses out of 108009 with flag 5236710/1530000
478.15/476.27	c cleaning 55019 clauses out of 110045 with flag 5435852/1586001
500.54/498.56	c cleaning 56011 clauses out of 112029 with flag 5596772/1643004
525.84/523.86	c cleaning 57000 clauses out of 114015 with flag 5762862/1701001
554.53/552.43	c cleaning 58002 clauses out of 116014 with flag 5931783/1760000
584.43/582.22	c cleaning 59001 clauses out of 118012 with flag 6114033/1820000
613.22/611.04	c cleaning 60003 clauses out of 120013 with flag 6293581/1881002
647.00/644.73	c cleaning 60979 clauses out of 122008 with flag 6487903/1943000
684.08/681.78	c cleaning 62004 clauses out of 124029 with flag 6725995/2006000
726.37/724.06	c cleaning 62998 clauses out of 126025 with flag 6969131/2070000
764.67/762.22	c cleaning 63991 clauses out of 128028 with flag 7220336/2135001
802.53/800.00	c cleaning 64999 clauses out of 130036 with flag 7472960/2201000
843.15/840.52	c cleaning 66012 clauses out of 132038 with flag 7727075/2268001
891.53/888.86	c cleaning 66994 clauses out of 134026 with flag 7975376/2336001
935.43/932.80	c cleaning 68011 clauses out of 136034 with flag 8208449/2405003
985.32/982.56	c cleaning 68986 clauses out of 138021 with flag 8460044/2475001
1030.91/1028.09	c cleaning 70007 clauses out of 140034 with flag 8703810/2546000
1081.66/1078.73	c cleaning 70986 clauses out of 142027 with flag 9001296/2618000
1130.35/1127.33	c cleaning 71990 clauses out of 144041 with flag 9272768/2691000
1178.45/1175.35	c cleaning 73005 clauses out of 146053 with flag 9533314/2765002
1225.71/1222.54	c cleaning 74015 clauses out of 148046 with flag 9810708/2840000
1282.07/1278.85	c cleaning 75009 clauses out of 150033 with flag 10084289/2916002
1342.32/1339.05	c cleaning 75977 clauses out of 152022 with flag 10367086/2993000
1409.39/1406.02	c cleaning 77005 clauses out of 154045 with flag 10686429/3071000
1471.78/1468.36	c cleaning 78012 clauses out of 156040 with flag 10968497/3150000
1533.68/1530.03	c cleaning 79000 clauses out of 158028 with flag 11275334/3230000
1586.90/1583.11	c cleaning 79994 clauses out of 160032 with flag 11554029/3311004
1640.71/1636.85	c cleaning 81006 clauses out of 162034 with flag 11864241/3393000
1699.38/1695.48	c cleaning 82010 clauses out of 164031 with flag 12180261/3476003
1766.05/1761.93	c cleaning 83004 clauses out of 166019 with flag 12487860/3560001
1800.05/1795.90	c starts		: 2576
1800.05/1795.90	c conflicts		: 3610625
1800.05/1795.90	c decisions		: 8172470
1800.05/1795.90	c propagations		: 128009338
1800.05/1795.90	c inspects		: 26299652944
1800.05/1795.90	c shortcuts		: 0
1800.05/1795.90	c learnt literals	: 0
1800.05/1795.90	c learnt binary clauses	: 0
1800.05/1795.90	c learnt ternary clauses	: 2
1800.05/1795.90	c learnt constraints	: 3610625
1800.05/1795.90	c ignored constraints	: 0
1800.05/1795.90	c root simplifications	: 0
1800.05/1795.90	c removed literals (reason simplification)	: 0
1800.05/1795.90	c reason swapping (by a shorter reason)	: 0
1800.05/1795.90	c Calls to reduceDB	: 80
1800.05/1795.90	c Number of update (reduction) of LBD	: 1163744
1800.05/1795.90	c Imported unit clauses	: 0
1800.05/1795.90	c number of reductions to clauses (during analyze)	: 0
1800.05/1795.90	c number of learned constraints concerned by reduction	: 0
1800.05/1795.90	c number of learning phase by resolution	: 0
1800.05/1795.90	c number of learning phase by cutting planes	: 0
1800.05/1795.90	c speed (assignments/second)	: 71286.79424958024
1800.05/1795.90	c non guided choices	48
1800.05/1795.90	c timeout
1800.05/1795.93	c learnt constraints type 
1800.05/1795.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133640
1800.05/1795.93	s UNKNOWN
1800.05/1795.93	c Total wall clock time (in seconds): 1795.818

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-4084415-1465218310/watcher-4084415-1465218310 -o /tmp/evaluation-result-4084415-1465218310/solver-4084415-1465218310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084415-1465218310.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.48 1.77 1.88 3/194 31338
/proc/meminfo: memFree=31272784/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/31338/stat : 31338 (java) D 31335 31338 31144 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 103765441 9515008 185 33554432000 1073741824 1073778376 140733559652880 140733559641944 213857168679 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.48 1.77 1.88 3/194 31338
/proc/meminfo: memFree=31272784/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 103765441 9787879424 6034 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 1.48 1.77 1.88 3/194 31338
/proc/meminfo: memFree=31272784/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 4924 0 1 0 24 1 0 0 20 0 18 0 103765441 9787879424 6961 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2389619 6961 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 1.48 1.77 1.88 3/194 31338
/proc/meminfo: memFree=31272784/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 6955 0 1 0 51 1 0 0 20 0 19 0 103765441 9856040960 8664 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 8664 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700158 s]
/proc/loadavg: 1.48 1.77 1.88 3/194 31338
/proc/meminfo: memFree=31272784/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 8080 0 1 0 111 1 0 0 20 0 19 0 103765441 9856040960 9715 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 9715 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.48 1.77 1.88 3/213 31357
/proc/meminfo: memFree=31233796/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 8088 0 1 0 194 1 0 0 20 0 19 0 103765441 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 11766 2257 9 0 2396937 0
[pid=31338/tid=31340] ppid=31335 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/31338/task/31340/stat : 31340 (java) R 31335 31338 31144 0 -1 4202560 2425 0 1 0 146 0 0 0 20 0 19 0 103765441 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452999799176 140452829880605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31341] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31341/stat : 31341 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452961291048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31342] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31342/stat : 31342 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452960238248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31343] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31343/stat : 31343 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452959185960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31344] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31344/stat : 31344 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452958133160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31345] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31345/stat : 31345 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452957079848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31346] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31346/stat : 31346 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452956027048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31347] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31347/stat : 31347 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452954974760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31348] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31348/stat : 31348 (java) S 31335 31338 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452953921960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31349] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31349/stat : 31349 (java) S 31335 31338 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452824062696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31350] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31350/stat : 31350 (java) S 31335 31338 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452823008760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31351] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31351/stat : 31351 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452821956360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31352] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31352/stat : 31352 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452820904848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31353] ppid=31335 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/31338/task/31353/stat : 31353 (java) S 31335 31338 31144 0 -1 4202560 2286 0 0 0 25 0 0 0 20 0 19 0 103765446 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452819851448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31354] ppid=31335 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/31338/task/31354/stat : 31354 (java) S 31335 31338 31144 0 -1 4202560 2106 0 0 0 20 0 0 0 20 0 19 0 103765446 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452818798648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31355] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31355/stat : 31355 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452817746552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31356] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31356/stat : 31356 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452816693960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31357] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31357/stat : 31357 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765462 9856040960 11766 33554432000 1073741824 1073778376 140733559652880 140452815590824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 1.48 1.77 1.88 3/213 31357
/proc/meminfo: memFree=31216544/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 8102 0 1 0 356 1 0 0 20 0 19 0 103765441 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 14839 2257 9 0 2396937 0
[pid=31338/tid=31340] ppid=31335 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/31338/task/31340/stat : 31340 (java) R 31335 31338 31144 0 -1 4202560 2432 0 1 0 305 0 0 0 20 0 19 0 103765441 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452999798912 140452829880633 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31341] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31341/stat : 31341 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452961291048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31342] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31342/stat : 31342 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452960238248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31343] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31343/stat : 31343 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452959185960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31344] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31344/stat : 31344 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452958133160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31345] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31345/stat : 31345 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452957079848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31346] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31346/stat : 31346 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452956027048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31347] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31347/stat : 31347 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452954974760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31348] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31348/stat : 31348 (java) S 31335 31338 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452953921960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31349] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31349/stat : 31349 (java) S 31335 31338 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452824062696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31350] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31350/stat : 31350 (java) S 31335 31338 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452823008760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31351] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31351/stat : 31351 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452821956360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31352] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31352/stat : 31352 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452820904848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31353] ppid=31335 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/31338/task/31353/stat : 31353 (java) S 31335 31338 31144 0 -1 4202560 2293 0 0 0 27 0 0 0 20 0 19 0 103765446 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452819851448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31354] ppid=31335 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/31338/task/31354/stat : 31354 (java) S 31335 31338 31144 0 -1 4202560 2106 0 0 0 20 0 0 0 20 0 19 0 103765446 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452818798648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31355] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31355/stat : 31355 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452817746552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31356] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31356/stat : 31356 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452816693960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31357] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31357/stat : 31357 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765462 9856040960 14839 33554432000 1073741824 1073778376 140733559652880 140452815590824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 1.52 1.77 1.88 3/213 31357
/proc/meminfo: memFree=31179812/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=6.78 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 8115 0 1 0 676 2 0 0 20 0 19 0 103765441 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 20464 2258 9 0 2396937 0
[pid=31338/tid=31340] ppid=31335 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/31338/task/31340/stat : 31340 (java) R 31335 31338 31144 0 -1 4202560 2444 0 1 0 623 1 0 0 20 0 19 0 103765441 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452999790272 140452829818058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31341] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31341/stat : 31341 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452961291048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31342] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31342/stat : 31342 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452960238248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31343] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31343/stat : 31343 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452959185960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31344] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31344/stat : 31344 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452958133160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31345] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31345/stat : 31345 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452957079848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31346] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31346/stat : 31346 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452956027048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31347] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31347/stat : 31347 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452954974760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31348] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31348/stat : 31348 (java) S 31335 31338 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103765443 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452953921960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31349] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31349/stat : 31349 (java) S 31335 31338 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452824062696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31350] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31350/stat : 31350 (java) S 31335 31338 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452823008760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31351] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31351/stat : 31351 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452821956360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31352] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31352/stat : 31352 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452820904848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31353] ppid=31335 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/31338/task/31353/stat : 31353 (java) S 31335 31338 31144 0 -1 4202560 2293 0 0 0 27 0 0 0 20 0 19 0 103765446 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452819851448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31354] ppid=31335 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/31338/task/31354/stat : 31354 (java) S 31335 31338 31144 0 -1 4202560 2106 0 0 0 20 0 0 0 20 0 19 0 103765446 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452818798648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31355] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31355/stat : 31355 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452817746552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31356] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31356/stat : 31356 (java) S 31335 31338 31144 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452816693960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31357] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31357/stat : 31357 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765462 9856040960 20464 33554432000 1073741824 1073778376 140733559652880 140452815590824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625040


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

[pid=31338/tid=31357] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31357/stat : 31357 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765462 9856040960 121467 33554432000 1073741824 1073778376 140733559652880 140452815590824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.34
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.20 2.11 3/213 31402
/proc/meminfo: memFree=30212196/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=1786.45 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 11949 0 1 0 178542 103 0 0 20 0 19 0 103765441 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 119816 2280 9 0 2396937 0
[pid=31338/tid=31340] ppid=31335 vsize=9625040 CPUtime=1775.55 cores=0,2,4,6
/proc/31338/task/31340/stat : 31340 (java) R 31335 31338 31144 0 -1 4202560 2519 0 1 0 177524 31 0 0 20 0 19 0 103765441 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452999790272 140452829880623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31341] ppid=31335 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/31338/task/31341/stat : 31341 (java) S 31335 31338 31144 0 -1 4202560 542 0 0 0 53 8 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452961291048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31342] ppid=31335 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/31338/task/31342/stat : 31342 (java) S 31335 31338 31144 0 -1 4202560 415 0 0 0 50 12 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452960238248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31343] ppid=31335 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/31338/task/31343/stat : 31343 (java) S 31335 31338 31144 0 -1 4202560 414 0 0 0 41 8 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452959185960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31344] ppid=31335 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31338/task/31344/stat : 31344 (java) S 31335 31338 31144 0 -1 4202560 338 0 0 0 58 7 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452958133160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31345] ppid=31335 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31338/task/31345/stat : 31345 (java) S 31335 31338 31144 0 -1 4202560 566 0 0 0 55 10 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452957079848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31346] ppid=31335 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/31338/task/31346/stat : 31346 (java) S 31335 31338 31144 0 -1 4202560 316 0 0 0 47 7 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452956027048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31347] ppid=31335 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/31338/task/31347/stat : 31347 (java) S 31335 31338 31144 0 -1 4202560 420 0 0 0 54 10 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452954974760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31348] ppid=31335 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/31338/task/31348/stat : 31348 (java) S 31335 31338 31144 0 -1 4202560 264 0 0 0 59 11 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452953921960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31349] ppid=31335 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/31338/task/31349/stat : 31349 (java) S 31335 31338 31144 0 -1 4202560 296 0 0 0 47 2 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452824062696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31350] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31350/stat : 31350 (java) S 31335 31338 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452823008760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31351] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31351/stat : 31351 (java) S 31335 31338 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452821956360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31352] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31352/stat : 31352 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452820904848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31353] ppid=31335 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/31338/task/31353/stat : 31353 (java) S 31335 31338 31144 0 -1 4202560 2293 0 0 0 27 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452819851448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31354] ppid=31335 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/31338/task/31354/stat : 31354 (java) S 31335 31338 31144 0 -1 4202560 2205 0 0 0 23 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452818798648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31355] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31355/stat : 31355 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452817746552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31356] ppid=31335 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/31338/task/31356/stat : 31356 (java) S 31335 31338 31144 0 -1 4202560 104 0 0 0 31 32 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452816693960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31357] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31357/stat : 31357 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765462 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452815590824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.16 2.19 2.11 3/213 31533
/proc/meminfo: memFree=30778808/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 11949 0 1 0 179902 103 0 0 20 0 19 0 103765441 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 119816 2280 9 0 2396937 0
[pid=31338/tid=31340] ppid=31335 vsize=9625040 CPUtime=1789.12 cores=0,2,4,6
/proc/31338/task/31340/stat : 31340 (java) R 31335 31338 31144 0 -1 4202560 2519 0 1 0 178880 32 0 0 20 0 19 0 103765441 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452999790272 140452829880628 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31341] ppid=31335 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/31338/task/31341/stat : 31341 (java) S 31335 31338 31144 0 -1 4202560 542 0 0 0 53 8 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452961291048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31342] ppid=31335 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/31338/task/31342/stat : 31342 (java) S 31335 31338 31144 0 -1 4202560 415 0 0 0 50 12 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452960238248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31343] ppid=31335 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/31338/task/31343/stat : 31343 (java) S 31335 31338 31144 0 -1 4202560 414 0 0 0 41 8 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452959185960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31344] ppid=31335 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31338/task/31344/stat : 31344 (java) S 31335 31338 31144 0 -1 4202560 338 0 0 0 58 7 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452958133160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31345] ppid=31335 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31338/task/31345/stat : 31345 (java) S 31335 31338 31144 0 -1 4202560 566 0 0 0 55 10 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452957079848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31346] ppid=31335 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/31338/task/31346/stat : 31346 (java) S 31335 31338 31144 0 -1 4202560 316 0 0 0 47 7 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452956027048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31347] ppid=31335 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/31338/task/31347/stat : 31347 (java) S 31335 31338 31144 0 -1 4202560 420 0 0 0 54 10 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452954974760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31348] ppid=31335 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/31338/task/31348/stat : 31348 (java) S 31335 31338 31144 0 -1 4202560 264 0 0 0 59 11 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452953921960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31349] ppid=31335 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/31338/task/31349/stat : 31349 (java) S 31335 31338 31144 0 -1 4202560 296 0 0 0 47 2 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452824062696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31350] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31350/stat : 31350 (java) S 31335 31338 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452823008760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31351] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31351/stat : 31351 (java) S 31335 31338 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452821956360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31352] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31352/stat : 31352 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452820904848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31353] ppid=31335 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/31338/task/31353/stat : 31353 (java) S 31335 31338 31144 0 -1 4202560 2293 0 0 0 27 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452819851448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31354] ppid=31335 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/31338/task/31354/stat : 31354 (java) S 31335 31338 31144 0 -1 4202560 2205 0 0 0 23 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452818798648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31355] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31355/stat : 31355 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452817746552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31356] ppid=31335 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/31338/task/31356/stat : 31356 (java) S 31335 31338 31144 0 -1 4202560 104 0 0 0 31 32 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452816693960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31357] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31357/stat : 31357 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765462 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452815590824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 31338 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.9 s]
/proc/loadavg: 2.16 2.19 2.11 3/213 31533
/proc/meminfo: memFree=30778808/32872528 swapFree=12352/737972
[pid=31338] ppid=31335 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/31338/stat : 31338 (java) S 31335 31338 31144 0 -1 4202496 11949 0 1 0 179902 103 0 0 20 0 19 0 103765441 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140733559644016 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31338/statm: 2406260 119816 2280 9 0 2396937 0
[pid=31338/tid=31340] ppid=31335 vsize=9625040 CPUtime=1789.12 cores=0,2,4,6
/proc/31338/task/31340/stat : 31340 (java) R 31335 31338 31144 0 -1 4202560 2519 0 1 0 178880 32 0 0 20 0 19 0 103765441 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452999790272 140452829880628 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31341] ppid=31335 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/31338/task/31341/stat : 31341 (java) S 31335 31338 31144 0 -1 4202560 542 0 0 0 53 8 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452961291048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31342] ppid=31335 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/31338/task/31342/stat : 31342 (java) S 31335 31338 31144 0 -1 4202560 415 0 0 0 50 12 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452960238248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31343] ppid=31335 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/31338/task/31343/stat : 31343 (java) S 31335 31338 31144 0 -1 4202560 414 0 0 0 41 8 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452959185960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31344] ppid=31335 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31338/task/31344/stat : 31344 (java) S 31335 31338 31144 0 -1 4202560 338 0 0 0 58 7 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452958133160 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31345] ppid=31335 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/31338/task/31345/stat : 31345 (java) S 31335 31338 31144 0 -1 4202560 566 0 0 0 55 10 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452957079848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31346] ppid=31335 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/31338/task/31346/stat : 31346 (java) S 31335 31338 31144 0 -1 4202560 316 0 0 0 47 7 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452956027048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31338/tid=31347] ppid=31335 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/31338/task/31347/stat : 31347 (java) S 31335 31338 31144 0 -1 4202560 420 0 0 0 54 10 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452954974760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31348] ppid=31335 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/31338/task/31348/stat : 31348 (java) S 31335 31338 31144 0 -1 4202560 264 0 0 0 59 11 0 0 20 0 19 0 103765443 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452953921960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31338/tid=31349] ppid=31335 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/31338/task/31349/stat : 31349 (java) S 31335 31338 31144 0 -1 4202560 296 0 0 0 47 2 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452824062696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31350] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31350/stat : 31350 (java) S 31335 31338 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452823008760 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31351] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31351/stat : 31351 (java) S 31335 31338 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103765444 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452821956360 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31352] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31352/stat : 31352 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452820904848 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31353] ppid=31335 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/31338/task/31353/stat : 31353 (java) S 31335 31338 31144 0 -1 4202560 2293 0 0 0 27 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452819851448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31354] ppid=31335 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/31338/task/31354/stat : 31354 (java) S 31335 31338 31144 0 -1 4202560 2205 0 0 0 23 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452818798648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31355] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31355/stat : 31355 (java) S 31335 31338 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452817746552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31338/tid=31356] ppid=31335 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/31338/task/31356/stat : 31356 (java) S 31335 31338 31144 0 -1 4202560 104 0 0 0 31 32 0 0 20 0 19 0 103765446 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452816693960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31338/tid=31357] ppid=31335 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31338/task/31357/stat : 31357 (java) S 31335 31338 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103765462 9856040960 119816 33554432000 1073741824 1073778376 140733559652880 140452815590824 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1795.94
CPU time (s): 1800.05
CPU user time (s): 1799.02
CPU system time (s): 1.03
CPU usage (%): 100.229
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.53277
maximum resident set size= 754664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11993
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38941
involuntary context switches= 21008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0023 second user time and 12.994 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 15:05:10
IDJOB=4084415
IDBENCH=1165
IDSOLVER=2546
FILE ID=node112/4084415-1465218310
RUNJOBID= node112-1465218300-31160
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army11.17ls.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084415-1465218310/watcher-4084415-1465218310 -o /tmp/evaluation-result-4084415-1465218310/solver-4084415-1465218310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31160 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084415-1465218310.opb

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

MD5SUM BENCH= e92d33933b84b1c0ca9ffa19c28f7edc
RANDOM SEED=158215554

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.54
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.783
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.72
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.783
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.783
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:        31272940 kB
Buffers:            3796 kB
Cached:            77040 kB
SwapCached:         1512 kB
Active:           123524 kB
Inactive:          26356 kB
Active(anon):      71032 kB
Inactive(anon):      388 kB
Active(file):      52492 kB
Inactive(file):    25968 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67097884 kB
Dirty:              1496 kB
Writeback:             0 kB
AnonPages:        847652 kB
Mapped:            14660 kB
Shmem:                 0 kB
Slab:             566448 kB
SReclaimable:       9272 kB
SUnreclaim:       557176 kB
KernelStack:        1760 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1426932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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= 71748 MiB
End job on node112 at 2016-06-06 15:35:06