Trace number 4103376

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.09 1797.34

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B1C1S1.opb
MD5SUMbb02029eb777c2a6ae8e192b29bcb9de
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103376-1466237857.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
1.53/1.00	c ... done. Wall clock time 0.889s.
1.53/1.00	c declared #vars     107808
1.53/1.00	c #constraints  5184
1.53/1.00	c constraints type 
1.53/1.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5184
1.53/1.00	c 5184 constraints processed.
1.53/1.00	c objective function length is 38688 literals
3.22/2.25	c cleaning 2486 clauses out of 5000 with flag 16206/5000
4.44/3.04	c cleaning 4244 clauses out of 8515 with flag 28882/11001
5.55/4.10	c cleaning 5619 clauses out of 11270 with flag 43782/18000
6.85/5.48	c cleaning 6805 clauses out of 13652 with flag 60822/26001
8.50/7.06	c cleaning 7914 clauses out of 15827 with flag 107465/35000
10.31/8.90	c cleaning 8956 clauses out of 17913 with flag 201696/45000
12.52/11.04	c cleaning 9969 clauses out of 19957 with flag 310322/56000
14.41/12.98	c cleaning 10958 clauses out of 21989 with flag 389702/68002
16.71/15.28	c cleaning 12002 clauses out of 24027 with flag 466991/81000
19.51/18.03	c cleaning 12998 clauses out of 26025 with flag 559988/95000
22.81/21.36	c cleaning 13998 clauses out of 28027 with flag 678841/110000
26.61/25.14	c cleaning 14994 clauses out of 30030 with flag 820522/126001
30.81/29.33	c cleaning 15996 clauses out of 32035 with flag 975779/143000
35.21/33.75	c cleaning 17014 clauses out of 34039 with flag 1129390/161000
38.92/37.46	c cleaning 18001 clauses out of 36009 with flag 1184526/180000
43.11/41.62	c cleaning 18984 clauses out of 38004 with flag 1248703/200001
46.72/45.27	c cleaning 19993 clauses out of 40014 with flag 1309250/221003
51.01/49.55	c cleaning 20996 clauses out of 42020 with flag 1356254/243002
56.02/54.52	c cleaning 22003 clauses out of 44025 with flag 1406895/266003
61.41/59.91	c cleaning 22997 clauses out of 46019 with flag 1458896/290000
67.34/65.78	c cleaning 23997 clauses out of 48024 with flag 1511902/315002
72.05/70.43	c cleaning 25001 clauses out of 50024 with flag 1600890/341000
75.24/73.70	c cleaning 25999 clauses out of 52024 with flag 1659114/368001
78.84/77.26	c cleaning 27001 clauses out of 54020 with flag 1718083/396000
83.84/82.29	c cleaning 28001 clauses out of 56013 with flag 1819296/425001
90.04/88.45	c cleaning 28993 clauses out of 57997 with flag 1915674/455002
101.24/99.67	c cleaning 29989 clauses out of 59988 with flag 2077142/486001
108.35/106.72	c cleaning 30986 clauses out of 61991 with flag 2200780/518000
123.10/121.36	c cleaning 31987 clauses out of 64002 with flag 2454612/551000
138.59/136.87	c cleaning 32996 clauses out of 66016 with flag 2728580/585001
154.50/152.70	c cleaning 33991 clauses out of 68019 with flag 3032140/620000
165.71/163.91	c cleaning 35012 clauses out of 70026 with flag 3269793/656001
176.20/174.41	c cleaning 35997 clauses out of 72002 with flag 3457524/693000
193.50/191.77	c cleaning 36988 clauses out of 74004 with flag 3818537/731000
210.70/208.95	c cleaning 37996 clauses out of 76006 with flag 4205431/770001
220.95/219.03	c cleaning 38986 clauses out of 78009 with flag 4578776/810000
233.34/231.46	c cleaning 39999 clauses out of 80024 with flag 4668192/851001
247.04/245.11	c cleaning 40998 clauses out of 82024 with flag 4763159/893000
261.56/259.66	c cleaning 41999 clauses out of 84026 with flag 4859843/936000
277.15/275.26	c cleaning 42998 clauses out of 86027 with flag 4957540/980000
294.35/292.42	c cleaning 44003 clauses out of 88031 with flag 5058976/1025002
312.65/310.74	c cleaning 45000 clauses out of 90026 with flag 5161809/1071000
332.76/330.82	c cleaning 46001 clauses out of 92026 with flag 5263819/1118000
349.76/347.83	c cleaning 47007 clauses out of 94022 with flag 5423474/1166000
361.86/359.91	c cleaning 47981 clauses out of 96012 with flag 5567383/1215002
374.75/372.80	c cleaning 49001 clauses out of 98029 with flag 5940131/1265000
392.85/390.91	c cleaning 50001 clauses out of 100029 with flag 6499001/1316001
412.57/410.61	c cleaning 51001 clauses out of 102027 with flag 7101504/1368000
432.17/430.22	c cleaning 51997 clauses out of 104026 with flag 7657244/1421000
453.57/451.65	c cleaning 52992 clauses out of 106030 with flag 8217419/1475001
477.22/475.00	c cleaning 53995 clauses out of 108037 with flag 8798516/1530000
500.93/498.78	c cleaning 54999 clauses out of 110043 with flag 9423849/1586001
525.53/523.31	c cleaning 55997 clauses out of 112045 with flag 10036120/1643002
551.94/549.78	c cleaning 56999 clauses out of 114046 with flag 10712478/1701000
579.64/577.42	c cleaning 58008 clauses out of 116048 with flag 11369088/1760001
610.65/608.41	c cleaning 59002 clauses out of 118039 with flag 12022817/1820000
644.04/641.84	c cleaning 60003 clauses out of 120040 with flag 12711102/1881003
677.55/675.39	c cleaning 60995 clauses out of 122034 with flag 13437920/1943000
710.95/708.72	c cleaning 62005 clauses out of 124040 with flag 14134605/2006001
746.36/744.16	c cleaning 62995 clauses out of 126034 with flag 14830165/2070000
783.66/781.42	c cleaning 63998 clauses out of 128040 with flag 15579254/2135001
823.38/821.11	c cleaning 64993 clauses out of 130041 with flag 16356400/2201000
863.28/861.06	c cleaning 66002 clauses out of 132048 with flag 17156310/2268000
906.61/904.34	c cleaning 67008 clauses out of 134047 with flag 18002989/2336001
951.31/949.04	c cleaning 67996 clauses out of 136041 with flag 18912433/2405003
997.02/994.77	c cleaning 69005 clauses out of 138043 with flag 19808161/2475001
1043.32/1041.09	c cleaning 70018 clauses out of 140039 with flag 20707476/2546002
1068.62/1066.38	c cleaning 70996 clauses out of 142002 with flag 20979356/2618000
1116.34/1114.02	c cleaning 72003 clauses out of 144006 with flag 21131679/2691000
1164.55/1162.27	c cleaning 72998 clauses out of 146003 with flag 21286508/2765000
1215.15/1212.84	c cleaning 74000 clauses out of 148006 with flag 21444140/2840001
1269.66/1267.32	c cleaning 74999 clauses out of 150005 with flag 21604418/2916000
1322.18/1319.84	c cleaning 75999 clauses out of 152006 with flag 21772281/2993000
1347.30/1344.67	c cleaning 76981 clauses out of 153987 with flag 22149186/3071001
1372.60/1369.91	c cleaning 77992 clauses out of 156001 with flag 22398023/3150000
1418.71/1416.04	c cleaning 78985 clauses out of 158010 with flag 22579554/3230001
1448.80/1446.15	c cleaning 80008 clauses out of 160022 with flag 22757167/3311000
1509.12/1506.44	c cleaning 81005 clauses out of 162015 with flag 22927504/3393001
1573.65/1570.97	c cleaning 82006 clauses out of 164011 with flag 23100118/3476002
1639.96/1637.27	c cleaning 82998 clauses out of 166004 with flag 23274966/3560001
1710.87/1708.10	c cleaning 84003 clauses out of 168005 with flag 23451882/3645000
1782.79/1780.03	c cleaning 84997 clauses out of 170002 with flag 23630983/3731000
1800.09/1797.30	c starts		: 23795
1800.09/1797.30	c conflicts		: 3778780
1800.09/1797.30	c decisions		: 11340195
1800.09/1797.30	c propagations		: 234294530
1800.09/1797.30	c inspects		: 26625439320
1800.09/1797.30	c shortcuts		: 0
1800.09/1797.30	c learnt literals	: 182
1800.09/1797.30	c learnt binary clauses	: 1812
1800.09/1797.30	c learnt ternary clauses	: 104
1800.09/1797.30	c learnt constraints	: 3778598
1800.09/1797.30	c ignored constraints	: 0
1800.09/1797.30	c root simplifications	: 0
1800.09/1797.30	c removed literals (reason simplification)	: 0
1800.09/1797.30	c reason swapping (by a shorter reason)	: 0
1800.09/1797.30	c Calls to reduceDB	: 82
1800.09/1797.30	c Number of update (reduction) of LBD	: 757183
1800.09/1797.30	c Imported unit clauses	: 0
1800.09/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.30	c number of learned constraints concerned by reduction	: 0
1800.09/1797.30	c number of learning phase by resolution	: 0
1800.09/1797.30	c number of learning phase by cutting planes	: 0
1800.09/1797.30	c speed (assignments/second)	: 130439.87043672487
1800.09/1797.30	c non guided choices	2372749
1800.09/1797.30	c timeout
1800.09/1797.33	c learnt constraints type 
1800.09/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1812
1800.09/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130973
1800.09/1797.33	s UNKNOWN
1800.09/1797.33	c Total wall clock time (in seconds): 1797.212

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-4103376-1466237857/watcher-4103376-1466237857 -o /tmp/evaluation-result-4103376-1466237857/solver-4103376-1466237857 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103376-1466237857.opb 

pid=25635
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.17 2.25 2.26 3/194 25638
/proc/meminfo: memFree=29660948/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/25638/stat : 25638 (java) R 25635 25638 24760 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 25834372 9445376 93 33554432000 1073741824 1073778376 140735948671968 140735948669096 270320842167 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2306 96 75 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.17 2.25 2.26 3/194 25638
/proc/meminfo: memFree=29660948/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 4395 0 1 0 7 1 0 0 20 0 18 0 25834372 9787879424 6022 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.17 2.25 2.26 3/194 25638
/proc/meminfo: memFree=29660948/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 5049 0 1 0 27 1 0 0 20 0 18 0 25834372 9787879424 7406 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2389619 7406 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 2.17 2.25 2.26 3/194 25638
/proc/meminfo: memFree=29660948/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 5741 0 1 0 44 2 0 0 20 0 18 0 25834372 9787879424 12354 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2389619 12354 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700213 s]
/proc/loadavg: 2.17 2.25 2.26 3/194 25638
/proc/meminfo: memFree=29660948/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9558476 CPUtime=1.1 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 6152 0 1 0 104 6 0 0 20 0 18 0 25834372 9787879424 44870 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2389619 44870 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.17 2.25 2.26 5/212 25656
/proc/meminfo: memFree=29452836/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 9766 0 1 0 235 11 0 0 20 0 19 0 25834372 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2406260 55291 2274 9 0 2396937 0
[pid=25638/tid=25640] ppid=25635 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/25638/task/25640/stat : 25640 (java) R 25635 25638 24760 0 -1 4202560 2467 0 1 0 134 3 0 0 20 0 19 0 25834373 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117930103320 140117755448343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25641] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25641/stat : 25641 (java) S 25635 25638 24760 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117891594536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25642] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25642/stat : 25642 (java) S 25635 25638 24760 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117890541736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25643] ppid=25635 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25638/task/25643/stat : 25643 (java) S 25635 25638 24760 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117889489448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25644] ppid=25635 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25638/task/25644/stat : 25644 (java) S 25635 25638 24760 0 -1 4202560 127 0 0 0 3 2 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117888436648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25645] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25645/stat : 25645 (java) S 25635 25638 24760 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117887384360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25646] ppid=25635 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25638/task/25646/stat : 25646 (java) S 25635 25638 24760 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117886331560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25647] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25647/stat : 25647 (java) S 25635 25638 24760 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117885279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25648] ppid=25635 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25638/task/25648/stat : 25648 (java) S 25635 25638 24760 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 19 0 25834374 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117884226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25649] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25649/stat : 25649 (java) S 25635 25638 24760 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25834375 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117753714920 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25650] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25650/stat : 25650 (java) S 25635 25638 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117752660984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25651] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25651/stat : 25651 (java) S 25635 25638 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117751608584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25652] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25652/stat : 25652 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117750557072 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25653] ppid=25635 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25638/task/25653/stat : 25653 (java) S 25635 25638 24760 0 -1 4202560 1901 0 0 0 35 0 0 0 20 0 19 0 25834378 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117749504696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25654] ppid=25635 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25638/task/25654/stat : 25654 (java) S 25635 25638 24760 0 -1 4202560 3572 0 0 0 40 0 0 0 20 0 19 0 25834378 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117748451896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25655] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25655/stat : 25655 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117747399800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25656] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25656/stat : 25656 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 55291 33554432000 1073741824 1073778376 140735948671968 140117746347208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.17 2.25 2.26 3/213 25657
/proc/meminfo: memFree=29447556/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9625040 CPUtime=4.55 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 17143 0 1 0 443 12 0 0 20 0 19 0 25834372 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2406260 59714 2278 9 0 2396937 0
[pid=25638/tid=25640] ppid=25635 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/25638/task/25640/stat : 25640 (java) R 25635 25638 24760 0 -1 4202560 2468 0 1 0 293 3 0 0 20 0 19 0 25834373 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117930103112 140117755544237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25641] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25641/stat : 25641 (java) S 25635 25638 24760 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117891594536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25642] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25642/stat : 25642 (java) S 25635 25638 24760 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117890541736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25643] ppid=25635 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25638/task/25643/stat : 25643 (java) S 25635 25638 24760 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117889489448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25644] ppid=25635 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25638/task/25644/stat : 25644 (java) S 25635 25638 24760 0 -1 4202560 127 0 0 0 3 2 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117888436648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25645] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25645/stat : 25645 (java) S 25635 25638 24760 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117887384360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25646] ppid=25635 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25638/task/25646/stat : 25646 (java) S 25635 25638 24760 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117886331560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25647] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25647/stat : 25647 (java) S 25635 25638 24760 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117885279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25648] ppid=25635 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25638/task/25648/stat : 25648 (java) S 25635 25638 24760 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 19 0 25834374 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117884226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25649] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25649/stat : 25649 (java) S 25635 25638 24760 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25834375 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117753714920 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25650] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25650/stat : 25650 (java) S 25635 25638 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117752660984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25651] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25651/stat : 25651 (java) S 25635 25638 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117751608584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25652] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25652/stat : 25652 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117750557072 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25653] ppid=25635 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/25638/task/25653/stat : 25653 (java) S 25635 25638 24760 0 -1 4202560 1905 0 0 0 38 0 0 0 20 0 19 0 25834378 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117749504696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25654] ppid=25635 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/25638/task/25654/stat : 25654 (java) S 25635 25638 24760 0 -1 4202560 10944 0 0 0 84 2 0 0 20 0 19 0 25834378 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117748451896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25655] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25655/stat : 25655 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117747399800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25656] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25656/stat : 25656 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117746347208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25657] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25657/stat : 25657 (java) S 25635 25638 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25834484 9856040960 59714 33554432000 1073741824 1073778376 140735948671968 140117745292200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.16 2.25 2.26 3/213 25657
/proc/meminfo: memFree=29435292/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9625040 CPUtime=7.79 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 17145 0 1 0 766 13 0 0 20 0 19 0 25834372 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2406260 59007 2278 9 0 2396937 0
[pid=25638/tid=25640] ppid=25635 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/25638/task/25640/stat : 25640 (java) R 25635 25638 24760 0 -1 4202560 2469 0 1 0 613 3 0 0 20 0 19 0 25834373 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117930101256 140117755503248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25641] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25641/stat : 25641 (java) S 25635 25638 24760 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117891594536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25642] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25642/stat : 25642 (java) S 25635 25638 24760 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117890541736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25643] ppid=25635 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25638/task/25643/stat : 25643 (java) S 25635 25638 24760 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117889489448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25644] ppid=25635 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25638/task/25644/stat : 25644 (java) S 25635 25638 24760 0 -1 4202560 127 0 0 0 3 2 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117888436648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25645] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25645/stat : 25645 (java) S 25635 25638 24760 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117887384360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25646] ppid=25635 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25638/task/25646/stat : 25646 (java) S 25635 25638 24760 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117886331560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25647] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25647/stat : 25647 (java) S 25635 25638 24760 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117885279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25648] ppid=25635 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25638/task/25648/stat : 25648 (java) S 25635 25638 24760 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 19 0 25834374 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117884226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25649] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25649/stat : 25649 (java) S 25635 25638 24760 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25834375 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117753714920 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25650] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25650/stat : 25650 (java) S 25635 25638 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117752660984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25651] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25651/stat : 25651 (java) S 25635 25638 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117751608584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25652] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25652/stat : 25652 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117750557072 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25653] ppid=25635 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25638/task/25653/stat : 25653 (java) S 25635 25638 24760 0 -1 4202560 1905 0 0 0 39 0 0 0 20 0 19 0 25834378 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117749504696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25654] ppid=25635 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/25638/task/25654/stat : 25654 (java) S 25635 25638 24760 0 -1 4202560 10945 0 0 0 88 2 0 0 20 0 19 0 25834378 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117748451896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25655] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25655/stat : 25655 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117747399800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25656] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25656/stat : 25656 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117746347208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25657] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25657/stat : 25657 (java) S 25635 25638 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25834484 9856040960 59007 33554432000 1073741824 1073778376 140735948671968 140117745292200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.14 2.24 2.26 3/213 25657

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

[pid=25638/tid=25657] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25657/stat : 25657 (java) S 25635 25638 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25834484 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117745292200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.07
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.24 2.25 4/213 25767
/proc/meminfo: memFree=28208684/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9625040 CPUtime=1785.09 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 20271 0 1 0 178408 101 0 0 20 0 19 0 25834372 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2406260 353582 2279 9 0 2396937 0
[pid=25638/tid=25640] ppid=25635 vsize=9625040 CPUtime=1777.27 cores=1,3,5,7
/proc/25638/task/25640/stat : 25640 (java) R 25635 25638 24760 0 -1 4202560 3033 0 1 0 177685 42 0 0 20 0 19 0 25834373 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117930094368 140117755041718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25641] ppid=25635 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25638/task/25641/stat : 25641 (java) S 25635 25638 24760 0 -1 4202560 281 0 0 0 13 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117891594536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25642] ppid=25635 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/25638/task/25642/stat : 25642 (java) S 25635 25638 24760 0 -1 4202560 349 0 0 0 17 9 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117890541736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25643] ppid=25635 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/25638/task/25643/stat : 25643 (java) S 25635 25638 24760 0 -1 4202560 175 0 0 0 7 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117889489448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25644] ppid=25635 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/25638/task/25644/stat : 25644 (java) S 25635 25638 24760 0 -1 4202560 265 0 0 0 18 8 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117888436648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25638/tid=25645] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25645/stat : 25645 (java) S 25635 25638 24760 0 -1 4202560 319 0 0 0 11 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117887384360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25646] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25646/stat : 25646 (java) S 25635 25638 24760 0 -1 4202560 200 0 0 0 10 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117886331560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25647] ppid=25635 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25638/task/25647/stat : 25647 (java) S 25635 25638 24760 0 -1 4202560 155 0 0 0 13 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117885279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25648] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25648/stat : 25648 (java) S 25635 25638 24760 0 -1 4202560 233 0 0 0 11 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117884226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25649] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25649/stat : 25649 (java) S 25635 25638 24760 0 -1 4202560 1043 0 0 0 0 2 0 0 20 0 19 0 25834375 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117753714920 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25650] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25650/stat : 25650 (java) S 25635 25638 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117752660984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25651] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25651/stat : 25651 (java) S 25635 25638 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117751608584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25652] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25652/stat : 25652 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117750557072 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25653] ppid=25635 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25638/task/25653/stat : 25653 (java) S 25635 25638 24760 0 -1 4202560 1905 0 0 0 39 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117749504696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25654] ppid=25635 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/25638/task/25654/stat : 25654 (java) S 25635 25638 24760 0 -1 4202560 10953 0 0 0 93 2 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117748451896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25655] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25655/stat : 25655 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117747399800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25656] ppid=25635 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/25638/task/25656/stat : 25656 (java) S 25635 25638 24760 0 -1 4202560 103 0 0 0 24 38 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117746347208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25657] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25657/stat : 25657 (java) S 25635 25638 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25834484 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117745292200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.09
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.23 2.25 2.25 3/213 25767
/proc/meminfo: memFree=28208684/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 20271 0 1 0 179908 101 0 0 20 0 19 0 25834372 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2406260 353582 2279 9 0 2396937 0
[pid=25638/tid=25640] ppid=25635 vsize=9625040 CPUtime=1792.23 cores=1,3,5,7
/proc/25638/task/25640/stat : 25640 (java) R 25635 25638 24760 0 -1 4202560 3033 0 1 0 179181 42 0 0 20 0 19 0 25834373 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117930094368 140117755481341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25641] ppid=25635 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25638/task/25641/stat : 25641 (java) S 25635 25638 24760 0 -1 4202560 281 0 0 0 13 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117891594536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25642] ppid=25635 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/25638/task/25642/stat : 25642 (java) S 25635 25638 24760 0 -1 4202560 349 0 0 0 17 9 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117890541736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25643] ppid=25635 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/25638/task/25643/stat : 25643 (java) S 25635 25638 24760 0 -1 4202560 175 0 0 0 7 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117889489448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25644] ppid=25635 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/25638/task/25644/stat : 25644 (java) S 25635 25638 24760 0 -1 4202560 265 0 0 0 18 8 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117888436648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25638/tid=25645] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25645/stat : 25645 (java) S 25635 25638 24760 0 -1 4202560 319 0 0 0 11 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117887384360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25646] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25646/stat : 25646 (java) S 25635 25638 24760 0 -1 4202560 200 0 0 0 10 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117886331560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25647] ppid=25635 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25638/task/25647/stat : 25647 (java) S 25635 25638 24760 0 -1 4202560 155 0 0 0 13 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117885279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25648] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25648/stat : 25648 (java) S 25635 25638 24760 0 -1 4202560 233 0 0 0 11 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117884226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25649] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25649/stat : 25649 (java) S 25635 25638 24760 0 -1 4202560 1043 0 0 0 0 2 0 0 20 0 19 0 25834375 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117753714920 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25650] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25650/stat : 25650 (java) S 25635 25638 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117752660984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25651] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25651/stat : 25651 (java) S 25635 25638 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117751608584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25652] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25652/stat : 25652 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117750557072 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25653] ppid=25635 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25638/task/25653/stat : 25653 (java) S 25635 25638 24760 0 -1 4202560 1905 0 0 0 39 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117749504696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25654] ppid=25635 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/25638/task/25654/stat : 25654 (java) S 25635 25638 24760 0 -1 4202560 10953 0 0 0 93 2 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117748451896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25655] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25655/stat : 25655 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117747399800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25656] ppid=25635 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/25638/task/25656/stat : 25656 (java) S 25635 25638 24760 0 -1 4202560 103 0 0 0 24 38 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117746347208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25657] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25657/stat : 25657 (java) S 25635 25638 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25834484 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117745292200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 25638 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.23 2.25 2.25 3/213 25767
/proc/meminfo: memFree=28208684/32872528 swapFree=1556504/1720024
[pid=25638] ppid=25635 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/25638/stat : 25638 (java) S 25635 25638 24760 0 -1 4202496 20271 0 1 0 179908 101 0 0 20 0 19 0 25834372 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140735948663104 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25638/statm: 2406260 353582 2279 9 0 2396937 0
[pid=25638/tid=25640] ppid=25635 vsize=9625040 CPUtime=1792.23 cores=1,3,5,7
/proc/25638/task/25640/stat : 25640 (java) R 25635 25638 24760 0 -1 4202560 3033 0 1 0 179181 42 0 0 20 0 19 0 25834373 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117930094368 140117755481341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25641] ppid=25635 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25638/task/25641/stat : 25641 (java) S 25635 25638 24760 0 -1 4202560 281 0 0 0 13 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117891594536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25642] ppid=25635 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/25638/task/25642/stat : 25642 (java) S 25635 25638 24760 0 -1 4202560 349 0 0 0 17 9 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117890541736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25643] ppid=25635 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/25638/task/25643/stat : 25643 (java) S 25635 25638 24760 0 -1 4202560 175 0 0 0 7 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117889489448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25644] ppid=25635 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/25638/task/25644/stat : 25644 (java) S 25635 25638 24760 0 -1 4202560 265 0 0 0 18 8 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117888436648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25638/tid=25645] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25645/stat : 25645 (java) S 25635 25638 24760 0 -1 4202560 319 0 0 0 11 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117887384360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25646] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25646/stat : 25646 (java) S 25635 25638 24760 0 -1 4202560 200 0 0 0 10 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117886331560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25647] ppid=25635 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25638/task/25647/stat : 25647 (java) S 25635 25638 24760 0 -1 4202560 155 0 0 0 13 6 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117885279272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25638/tid=25648] ppid=25635 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25638/task/25648/stat : 25648 (java) S 25635 25638 24760 0 -1 4202560 233 0 0 0 11 5 0 0 20 0 19 0 25834374 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117884226472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25649] ppid=25635 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25638/task/25649/stat : 25649 (java) S 25635 25638 24760 0 -1 4202560 1043 0 0 0 0 2 0 0 20 0 19 0 25834375 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117753714920 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25650] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25650/stat : 25650 (java) S 25635 25638 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117752660984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25651] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25651/stat : 25651 (java) S 25635 25638 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25834376 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117751608584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25652] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25652/stat : 25652 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117750557072 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25653] ppid=25635 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25638/task/25653/stat : 25653 (java) S 25635 25638 24760 0 -1 4202560 1905 0 0 0 39 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117749504696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25654] ppid=25635 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/25638/task/25654/stat : 25654 (java) S 25635 25638 24760 0 -1 4202560 10953 0 0 0 93 2 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117748451896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25655] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25655/stat : 25655 (java) S 25635 25638 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117747399800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25638/tid=25656] ppid=25635 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/25638/task/25656/stat : 25656 (java) S 25635 25638 24760 0 -1 4202560 103 0 0 0 24 38 0 0 20 0 19 0 25834378 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117746347208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25638/tid=25657] ppid=25635 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25638/task/25657/stat : 25657 (java) S 25635 25638 24760 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25834484 9856040960 353582 33554432000 1073741824 1073778376 140735948671968 140117745292200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 25638 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=529190
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=493772
# CPU time returned by wait4() is 1796.02
# 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): 1797.34
CPU time (s): 1800.09
CPU user time (s): 1799.08
CPU system time (s): 1.01
CPU usage (%): 100.153
Max. virtual memory (cumulated for all children) (KiB): 9626912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.49377
maximum resident set size= 1414468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20311
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38184
involuntary context switches= 2227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6441 second user time and 16.7535 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 10:17:37
IDJOB=4103376
IDBENCH=2342
IDSOLVER=2546
FILE ID=node117/4103376-1466237857
RUNJOBID= node117-1466230712-24777
PBS_JOBID= 19918181
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B1C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103376-1466237857/watcher-4103376-1466237857 -o /tmp/evaluation-result-4103376-1466237857/solver-4103376-1466237857 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103376-1466237857.opb

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

MD5SUM BENCH= bb02029eb777c2a6ae8e192b29bcb9de
RANDOM SEED=1887567788

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.54
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.912
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.54
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.912
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:        29661476 kB
Buffers:          103380 kB
Cached:           229024 kB
SwapCached:            0 kB
Active:           485740 kB
Inactive:         237200 kB
Active(anon):     382688 kB
Inactive(anon):    10636 kB
Active(file):     103052 kB
Inactive(file):   226564 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5432 kB
Writeback:            52 kB
AnonPages:       2120960 kB
Mapped:            21144 kB
Shmem:               204 kB
Slab:             619808 kB
SReclaimable:      63692 kB
SUnreclaim:       556116 kB
KernelStack:        1624 kB
PageTables:         8760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2238316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node117 at 2016-06-18 10:47:35