Trace number 4119763

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

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
MD5SUM382c93c1b1e6dc203c59e64448a647b3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

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.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119763-1467276278.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
3.25/2.17	c ... done. Wall clock time 2.049s.
3.25/2.17	c declared #vars     180608
3.25/2.17	c #constraints  3078
3.25/2.17	c constraints type 
3.25/2.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1410
3.25/2.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1410
3.25/2.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 258
3.25/2.17	c 3078 constraints processed.
3.25/2.17	c objective function length is 128 literals
6.27/4.68	c cleaning 2493 clauses out of 5006 with flag 19134/5006
8.15/6.45	c cleaning 4242 clauses out of 8507 with flag 52291/11000
10.14/8.45	c cleaning 5622 clauses out of 11268 with flag 91237/18003
12.35/10.70	c cleaning 6807 clauses out of 13644 with flag 144941/26001
14.98/13.26	c cleaning 7905 clauses out of 15836 with flag 205010/35000
17.77/16.00	c cleaning 8954 clauses out of 17932 with flag 259567/45001
21.47/19.71	c cleaning 9977 clauses out of 19981 with flag 313110/56004
24.88/22.98	c cleaning 10986 clauses out of 22000 with flag 382137/68000
28.68/26.79	c cleaning 11997 clauses out of 24015 with flag 465878/81001
32.88/30.97	c cleaning 13001 clauses out of 26017 with flag 561142/95000
38.58/36.61	c cleaning 13975 clauses out of 28018 with flag 650365/110002
43.38/41.48	c cleaning 14996 clauses out of 30041 with flag 731765/126000
49.28/47.33	c cleaning 16001 clauses out of 32046 with flag 828587/143001
55.98/54.02	c cleaning 16999 clauses out of 34044 with flag 933809/161000
63.58/61.61	c cleaning 18003 clauses out of 36046 with flag 1049974/180001
71.97/70.02	c cleaning 19000 clauses out of 38046 with flag 1181654/200004
80.97/79.09	c cleaning 20003 clauses out of 40044 with flag 1313785/221002
90.48/88.56	c cleaning 20996 clauses out of 42040 with flag 1436421/243001
101.97/100.00	c cleaning 21994 clauses out of 44043 with flag 1571106/266000
112.87/110.91	c cleaning 23000 clauses out of 46050 with flag 1702499/290001
127.71/125.31	c cleaning 23996 clauses out of 48049 with flag 1865163/315000
138.71/136.36	c cleaning 25012 clauses out of 50054 with flag 2007788/341001
147.11/144.73	c cleaning 26003 clauses out of 52041 with flag 2113920/368000
156.00/153.62	c cleaning 27000 clauses out of 54039 with flag 2222972/396001
167.70/165.37	c cleaning 27984 clauses out of 56038 with flag 2307237/425000
178.70/176.31	c cleaning 28982 clauses out of 58054 with flag 2438837/455000
190.11/187.78	c cleaning 29989 clauses out of 60072 with flag 2582644/486000
202.11/199.71	c cleaning 30996 clauses out of 62083 with flag 2732489/518000
213.51/211.16	c cleaning 31996 clauses out of 64087 with flag 2932737/551000
227.21/224.82	c cleaning 32992 clauses out of 66091 with flag 3055252/585000
242.11/239.75	c cleaning 33963 clauses out of 68100 with flag 3151718/620001
255.21/252.86	c cleaning 35056 clauses out of 70136 with flag 3267132/656000
267.71/265.34	c cleaning 36025 clauses out of 72082 with flag 3421043/693002
284.12/281.76	c cleaning 37012 clauses out of 74055 with flag 3601807/731000
297.82/294.98	c cleaning 37979 clauses out of 76043 with flag 3764718/770000
314.02/311.14	c cleaning 39015 clauses out of 78069 with flag 3965540/810005
329.12/326.24	c cleaning 40003 clauses out of 80050 with flag 4166894/851001
345.32/342.49	c cleaning 40996 clauses out of 82047 with flag 4398996/893001
362.53/359.70	c cleaning 42013 clauses out of 84051 with flag 4642806/936001
381.03/378.18	c cleaning 43002 clauses out of 86039 with flag 4886288/980002
401.03/398.18	c cleaning 43996 clauses out of 88036 with flag 5133884/1025001
421.13/418.29	c cleaning 44999 clauses out of 90040 with flag 5397446/1071001
442.63/439.72	c cleaning 45999 clauses out of 92042 with flag 5667138/1118002
463.33/460.49	c cleaning 46996 clauses out of 94042 with flag 5939409/1166001
486.39/483.18	c cleaning 48003 clauses out of 96046 with flag 6196197/1215001
508.69/505.41	c cleaning 49002 clauses out of 98042 with flag 6471746/1265000
532.90/529.66	c cleaning 49999 clauses out of 100043 with flag 6750838/1316003
558.20/554.99	c cleaning 50995 clauses out of 102041 with flag 7044082/1368000
583.20/579.94	c cleaning 52001 clauses out of 104047 with flag 7354236/1421001
608.31/605.08	c cleaning 53004 clauses out of 106046 with flag 7651098/1475001
638.51/635.21	c cleaning 53996 clauses out of 108041 with flag 7954463/1530000
668.42/665.17	c cleaning 54999 clauses out of 110047 with flag 8274838/1586002
701.72/698.44	c cleaning 56000 clauses out of 112047 with flag 8608119/1643001
734.80/730.97	c cleaning 57001 clauses out of 114048 with flag 8922227/1701002
766.60/762.71	c cleaning 57996 clauses out of 116045 with flag 9253464/1760000
801.51/797.67	c cleaning 58997 clauses out of 118049 with flag 9614132/1820000
837.21/833.32	c cleaning 60005 clauses out of 120053 with flag 9972749/1881001
875.12/871.30	c cleaning 61003 clauses out of 122047 with flag 10327672/1943000
911.02/907.16	c cleaning 61992 clauses out of 124044 with flag 10677262/2006000
953.72/949.89	c cleaning 62998 clauses out of 126052 with flag 11031977/2070000
997.52/993.68	c cleaning 63997 clauses out of 128054 with flag 11406540/2135000
1041.83/1037.24	c cleaning 65001 clauses out of 130057 with flag 11798672/2201000
1089.33/1084.71	c cleaning 66009 clauses out of 132057 with flag 12206601/2268001
1129.52/1124.99	c cleaning 66996 clauses out of 134048 with flag 12614420/2336001
1172.82/1168.28	c cleaning 68004 clauses out of 136053 with flag 12967860/2405002
1218.71/1214.19	c cleaning 68995 clauses out of 138047 with flag 13388752/2475000
1267.43/1262.59	c cleaning 70013 clauses out of 140054 with flag 13786140/2546002
1312.12/1307.20	c cleaning 71000 clauses out of 142039 with flag 14290434/2618000
1363.71/1358.90	c cleaning 71997 clauses out of 144040 with flag 14664924/2691001
1421.61/1416.80	c cleaning 72996 clauses out of 146042 with flag 15113444/2765000
1471.09/1466.29	c cleaning 73990 clauses out of 148048 with flag 15545947/2840002
1505.70/1500.29	c cleaning 74977 clauses out of 150056 with flag 15708287/2916000
1570.20/1564.78	c cleaning 75984 clauses out of 152080 with flag 15871731/2993001
1638.02/1632.51	c cleaning 76992 clauses out of 154097 with flag 16038559/3071002
1717.02/1711.53	c cleaning 77994 clauses out of 156103 with flag 16207279/3150000
1797.12/1791.61	c cleaning 78997 clauses out of 158110 with flag 16377737/3230001
1800.03/1794.50	c starts		: 291
1800.03/1794.50	c conflicts		: 3235134
1800.03/1794.50	c decisions		: 11785410
1800.03/1794.50	c propagations		: 603687219
1800.03/1794.50	c inspects		: 21303973276
1800.03/1794.50	c shortcuts		: 0
1800.03/1794.50	c learnt literals	: 0
1800.03/1794.50	c learnt binary clauses	: 0
1800.03/1794.50	c learnt ternary clauses	: 0
1800.03/1794.50	c learnt constraints	: 3235134
1800.03/1794.50	c ignored constraints	: 0
1800.03/1794.50	c root simplifications	: 0
1800.03/1794.50	c removed literals (reason simplification)	: 0
1800.03/1794.50	c reason swapping (by a shorter reason)	: 0
1800.03/1794.50	c Calls to reduceDB	: 76
1800.03/1794.50	c Number of update (reduction) of LBD	: 698134
1800.03/1794.50	c Imported unit clauses	: 0
1800.03/1794.50	c number of reductions to clauses (during analyze)	: 0
1800.03/1794.50	c number of learned constraints concerned by reduction	: 0
1800.03/1794.50	c number of learning phase by resolution	: 0
1800.03/1794.50	c number of learning phase by cutting planes	: 0
1800.03/1794.50	c speed (assignments/second)	: 336824.57916966564
1800.03/1794.50	c non guided choices	5751508
1800.03/1794.52	c timeout
1800.03/1794.53	c learnt constraints type 
1800.03/1794.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84247
1800.03/1794.53	s UNKNOWN
1800.03/1794.53	c Total wall clock time (in seconds): 1794.406

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-4119763-1467276278/watcher-4119763-1467276278 -o /tmp/evaluation-result-4119763-1467276278/solver-4119763-1467276278 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467272712-12529 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119763-1467276278.opb 

pid=13271
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: 2.47 2.26 2.12 3/194 13274
/proc/meminfo: memFree=26582524/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13274/stat : 13274 (java) R 13271 13274 12078 0 -1 4202496 706 0 0 0 0 0 0 0 20 0 1 0 6658864 23793664 357 33554432000 1073741824 1073778376 140736948673808 140736948662872 251133999681 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 5809 369 283 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 2.47 2.26 2.12 3/194 13274
/proc/meminfo: memFree=26582524/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 6658864 9787879424 5511 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2389619 5511 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 2.47 2.26 2.12 3/194 13274
/proc/meminfo: memFree=26582524/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 4859 0 1 0 24 2 0 0 20 0 18 0 6658864 9787879424 7893 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2389619 7893 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300298 s]
/proc/loadavg: 2.47 2.26 2.12 3/194 13274
/proc/meminfo: memFree=26582524/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 5666 0 1 0 46 2 0 0 20 0 18 0 6658864 9787879424 10926 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2389619 10926 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.47 2.26 2.12 3/194 13274
/proc/meminfo: memFree=26582524/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 6210 0 1 0 105 10 0 0 20 0 18 0 6658864 9787879424 48532 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2389619 48532 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.47 2.26 2.12 5/212 13292
/proc/meminfo: memFree=26349768/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9558476 CPUtime=2.45 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 8571 0 1 0 223 22 0 0 20 0 18 0 6658864 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2389619 114013 2262 9 0 2380296 0
[pid=13274/tid=13276] ppid=13271 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/13274/task/13276/stat : 13276 (java) R 13271 13274 12078 0 -1 4202560 2728 0 1 0 120 6 0 0 20 0 18 0 6658864 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430765365512 140430773132378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13277] ppid=13271 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13274/task/13277/stat : 13277 (java) S 13271 13274 12078 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 18 0 6658866 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430737820456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13278] ppid=13271 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13274/task/13278/stat : 13278 (java) S 13271 13274 12078 0 -1 4202560 120 0 0 0 6 2 0 0 20 0 18 0 6658866 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430736767656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13279] ppid=13271 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13274/task/13279/stat : 13279 (java) S 13271 13274 12078 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 18 0 6658866 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430735715368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13280] ppid=13271 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13274/task/13280/stat : 13280 (java) S 13271 13274 12078 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 18 0 6658866 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430605331368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13281] ppid=13271 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13274/task/13281/stat : 13281 (java) S 13271 13274 12078 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 18 0 6658866 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430604278056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13282] ppid=13271 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13274/task/13282/stat : 13282 (java) S 13271 13274 12078 0 -1 4202560 123 0 0 0 6 1 0 0 20 0 18 0 6658866 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430603225256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13283] ppid=13271 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/13274/task/13283/stat : 13283 (java) S 13271 13274 12078 0 -1 4202560 164 0 0 0 9 4 0 0 20 0 18 0 6658866 9787879424 114013 33554432000 1073741824 1073778376 140736948673808 140430602172968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13284] ppid=13271 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13274/task/13284/stat : 13284 (java) S 13271 13274 12078 0 -1 4202560 125 0 0 0 7 2 0 0 20 0 18 0 6658866 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430601120168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13285] ppid=13271 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13285/stat : 13285 (java) S 13271 13274 12078 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 6658867 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430118607592 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13286] ppid=13271 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13286/stat : 13286 (java) S 13271 13274 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 6658867 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430117553656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13287] ppid=13271 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13287/stat : 13287 (java) S 13271 13274 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 6658867 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430116501256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13288] ppid=13271 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13288/stat : 13288 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6658870 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430115449744 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13289] ppid=13271 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/13274/task/13289/stat : 13289 (java) S 13271 13274 12078 0 -1 4202560 1203 0 0 0 20 0 0 0 20 0 18 0 6658870 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430114396344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13290] ppid=13271 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/13274/task/13290/stat : 13290 (java) S 13271 13274 12078 0 -1 4202560 2496 0 0 0 20 2 0 0 20 0 18 0 6658870 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430113343544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13291] ppid=13271 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13291/stat : 13291 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6658870 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430112291448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13292] ppid=13271 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13292/stat : 13292 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 6658870 9787879424 114525 33554432000 1073741824 1073778376 140736948673808 140430111238856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.47 2.26 2.12 5/212 13292
/proc/meminfo: memFree=25747104/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9625040 CPUtime=4.75 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 13861 0 1 0 443 32 0 0 20 0 19 0 6658864 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2406260 214001 2273 9 0 2396937 0
[pid=13274/tid=13276] ppid=13271 vsize=9625040 CPUtime=2.79 cores=0,2,4,6
/proc/13274/task/13276/stat : 13276 (java) R 13271 13274 12078 0 -1 4202560 3375 0 1 0 268 11 0 0 20 0 19 0 6658864 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430765367704 140430617151967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13277] ppid=13271 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13274/task/13277/stat : 13277 (java) S 13271 13274 12078 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430737820456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13278] ppid=13271 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/13274/task/13278/stat : 13278 (java) S 13271 13274 12078 0 -1 4202560 128 0 0 0 9 2 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430736767656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13279] ppid=13271 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/13274/task/13279/stat : 13279 (java) S 13271 13274 12078 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430735715368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13280] ppid=13271 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/13274/task/13280/stat : 13280 (java) S 13271 13274 12078 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430605331368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13281] ppid=13271 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13274/task/13281/stat : 13281 (java) S 13271 13274 12078 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430604278056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13282] ppid=13271 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/13274/task/13282/stat : 13282 (java) S 13271 13274 12078 0 -1 4202560 136 0 0 0 8 3 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430603225256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13283] ppid=13271 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13274/task/13283/stat : 13283 (java) S 13271 13274 12078 0 -1 4202560 186 0 0 0 14 4 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430602172968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13284] ppid=13271 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/13274/task/13284/stat : 13284 (java) S 13271 13274 12078 0 -1 4202560 140 0 0 0 10 3 0 0 20 0 19 0 6658866 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430601120168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13285] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13285/stat : 13285 (java) S 13271 13274 12078 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430118607592 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13286] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13286/stat : 13286 (java) S 13271 13274 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430117553656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13287] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13287/stat : 13287 (java) S 13271 13274 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430116501256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13288] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13288/stat : 13288 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430115449744 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13289] ppid=13271 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13274/task/13289/stat : 13289 (java) S 13271 13274 12078 0 -1 4202560 3893 0 0 0 43 0 0 0 20 0 19 0 6658870 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430114396344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13290] ppid=13271 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13274/task/13290/stat : 13290 (java) S 13271 13274 12078 0 -1 4202560 4076 0 0 0 47 2 0 0 20 0 19 0 6658870 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430113343544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13291] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13291/stat : 13291 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430112291448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13292] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13292/stat : 13292 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 214001 33554432000 1073741824 1073778376 140736948673808 140430111238856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.51 2.27 2.13 3/213 13293
/proc/meminfo: memFree=25698848/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9625040 CPUtime=8.05 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 13962 0 1 0 772 33 0 0 20 0 19 0 6658864 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2406260 225670 2279 9 0 2396937 0
[pid=13274/tid=13276] ppid=13271 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/13274/task/13276/stat : 13276 (java) R 13271 13274 12078 0 -1 4202560 3401 0 1 0 586 12 0 0 20 0 19 0 6658864 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430765367624 140430617031620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13277] ppid=13271 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/13274/task/13277/stat : 13277 (java) S 13271 13274 12078 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430737820456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13278] ppid=13271 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/13274/task/13278/stat : 13278 (java) S 13271 13274 12078 0 -1 4202560 128 0 0 0 9 2 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430736767656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13279] ppid=13271 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/13274/task/13279/stat : 13279 (java) S 13271 13274 12078 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430735715368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13280] ppid=13271 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/13274/task/13280/stat : 13280 (java) S 13271 13274 12078 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430605331368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13281] ppid=13271 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13274/task/13281/stat : 13281 (java) S 13271 13274 12078 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430604278056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13282] ppid=13271 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/13274/task/13282/stat : 13282 (java) S 13271 13274 12078 0 -1 4202560 136 0 0 0 8 3 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430603225256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13283] ppid=13271 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13274/task/13283/stat : 13283 (java) S 13271 13274 12078 0 -1 4202560 186 0 0 0 14 4 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430602172968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13284] ppid=13271 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/13274/task/13284/stat : 13284 (java) S 13271 13274 12078 0 -1 4202560 140 0 0 0 10 3 0 0 20 0 19 0 6658866 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430601120168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13285] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13285/stat : 13285 (java) S 13271 13274 12078 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430118607592 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13286] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13286/stat : 13286 (java) S 13271 13274 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430117553656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13287] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13287/stat : 13287 (java) S 13271 13274 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430116501256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13288] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13288/stat : 13288 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430115449744 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13289] ppid=13271 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13274/task/13289/stat : 13289 (java) S 13271 13274 12078 0 -1 4202560 3899 0 0 0 48 0 0 0 20 0 19 0 6658870 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430114396344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13290] ppid=13271 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13274/task/13290/stat : 13290 (java) S 13271 13274 12078 0 -1 4202560 4145 0 0 0 52 2 0 0 20 0 19 0 6658870 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430113343544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13291] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13291/stat : 13291 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430112291448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13292] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13292/stat : 13292 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430111238856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13293] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13293/stat : 13293 (java) S 13271 13274 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6659085 9856040960 225670 33554432000 1073741824 1073778376 140736948673808 140430110184872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.47 2.27 2.12 3/213 13293
/proc/meminfo: memFree=25590116/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9625040 CPUtime=14.47 cores=0,2,4,6

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

[pid=13274/tid=13293] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13293/stat : 13293 (java) S 13271 13274 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6659085 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430110184872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 2.05 3/213 13426
/proc/meminfo: memFree=24488236/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9625040 CPUtime=1787.82 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 23332 0 1 0 178543 239 0 0 20 0 19 0 6658864 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2406260 864893 2288 9 0 2396937 0
[pid=13274/tid=13276] ppid=13271 vsize=9625040 CPUtime=1774.34 cores=0,2,4,6
/proc/13274/task/13276/stat : 13276 (java) R 13271 13274 12078 0 -1 4202560 3951 0 1 0 177375 59 0 0 20 0 19 0 6658864 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430765358800 140430617061508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13277] ppid=13271 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13274/task/13277/stat : 13277 (java) S 13271 13274 12078 0 -1 4202560 1105 0 0 0 46 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430737820456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13278] ppid=13271 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13274/task/13278/stat : 13278 (java) S 13271 13274 12078 0 -1 4202560 861 0 0 0 69 32 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430736767656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13279] ppid=13271 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13274/task/13279/stat : 13279 (java) S 13271 13274 12078 0 -1 4202560 641 0 0 0 39 23 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430735715368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13280] ppid=13271 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/13274/task/13280/stat : 13280 (java) S 13271 13274 12078 0 -1 4202560 939 0 0 0 51 22 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430605331368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13281] ppid=13271 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/13274/task/13281/stat : 13281 (java) S 13271 13274 12078 0 -1 4202560 407 0 0 0 41 20 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430604278056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13282] ppid=13271 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/13274/task/13282/stat : 13282 (java) S 13271 13274 12078 0 -1 4202560 1754 0 0 0 48 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430603225256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13283] ppid=13271 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13274/task/13283/stat : 13283 (java) S 13271 13274 12078 0 -1 4202560 901 0 0 0 60 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430602172968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13284] ppid=13271 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/13274/task/13284/stat : 13284 (java) S 13271 13274 12078 0 -1 4202560 1444 0 0 0 50 23 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430601120168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13285] ppid=13271 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/13274/task/13285/stat : 13285 (java) S 13271 13274 12078 0 -1 4202560 1921 0 0 0 158 3 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430118607592 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13286] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13286/stat : 13286 (java) S 13271 13274 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430117553656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13287] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13287/stat : 13287 (java) S 13271 13274 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430116501256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13288] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13288/stat : 13288 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430115449744 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13289] ppid=13271 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13274/task/13289/stat : 13289 (java) S 13271 13274 12078 0 -1 4202560 3902 0 0 0 52 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430114396344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13290] ppid=13271 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13274/task/13290/stat : 13290 (java) S 13271 13274 12078 0 -1 4202560 4145 0 0 0 52 2 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430113343544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13291] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13291/stat : 13291 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430112291448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13292] ppid=13271 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13274/task/13292/stat : 13292 (java) S 13271 13274 12078 0 -1 4202560 103 0 0 0 29 28 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430111238856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13293] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13293/stat : 13293 (java) S 13271 13274 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6659085 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430110184872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.82
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.5 s]
/proc/loadavg: 2.09 2.09 2.05 3/213 13426
/proc/meminfo: memFree=24488372/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 23332 0 1 0 179763 240 0 0 20 0 19 0 6658864 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2406260 864893 2288 9 0 2396937 0
[pid=13274/tid=13276] ppid=13271 vsize=9625040 CPUtime=1786.51 cores=0,2,4,6
/proc/13274/task/13276/stat : 13276 (java) R 13271 13274 12078 0 -1 4202560 3951 0 1 0 178591 60 0 0 20 0 19 0 6658864 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430765358800 140430617061508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13277] ppid=13271 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13274/task/13277/stat : 13277 (java) S 13271 13274 12078 0 -1 4202560 1105 0 0 0 46 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430737820456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13278] ppid=13271 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13274/task/13278/stat : 13278 (java) S 13271 13274 12078 0 -1 4202560 861 0 0 0 69 32 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430736767656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13279] ppid=13271 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13274/task/13279/stat : 13279 (java) S 13271 13274 12078 0 -1 4202560 641 0 0 0 39 23 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430735715368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13280] ppid=13271 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/13274/task/13280/stat : 13280 (java) S 13271 13274 12078 0 -1 4202560 939 0 0 0 51 22 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430605331368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13281] ppid=13271 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/13274/task/13281/stat : 13281 (java) S 13271 13274 12078 0 -1 4202560 407 0 0 0 41 20 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430604278056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13282] ppid=13271 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/13274/task/13282/stat : 13282 (java) S 13271 13274 12078 0 -1 4202560 1754 0 0 0 48 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430603225256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13283] ppid=13271 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13274/task/13283/stat : 13283 (java) S 13271 13274 12078 0 -1 4202560 901 0 0 0 60 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430602172968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13284] ppid=13271 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/13274/task/13284/stat : 13284 (java) S 13271 13274 12078 0 -1 4202560 1444 0 0 0 50 23 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430601120168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13285] ppid=13271 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/13274/task/13285/stat : 13285 (java) S 13271 13274 12078 0 -1 4202560 1921 0 0 0 158 3 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430118607592 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13286] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13286/stat : 13286 (java) S 13271 13274 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430117553656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13287] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13287/stat : 13287 (java) S 13271 13274 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430116501256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13288] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13288/stat : 13288 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430115449744 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13289] ppid=13271 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13274/task/13289/stat : 13289 (java) S 13271 13274 12078 0 -1 4202560 3902 0 0 0 52 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430114396344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13290] ppid=13271 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13274/task/13290/stat : 13290 (java) S 13271 13274 12078 0 -1 4202560 4145 0 0 0 52 2 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430113343544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13291] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13291/stat : 13291 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430112291448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13292] ppid=13271 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/13274/task/13292/stat : 13292 (java) S 13271 13274 12078 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430111238856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13293] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13293/stat : 13293 (java) S 13271 13274 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6659085 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430110184872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13274 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.5 s]
/proc/loadavg: 2.09 2.09 2.05 3/213 13426
/proc/meminfo: memFree=24488372/32872528 swapFree=239792/272496
[pid=13274] ppid=13271 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/13274/stat : 13274 (java) S 13271 13274 12078 0 -1 4202496 23332 0 1 0 179763 240 0 0 20 0 19 0 6658864 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140736948664944 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13274/statm: 2406260 864893 2288 9 0 2396937 0
[pid=13274/tid=13276] ppid=13271 vsize=9625040 CPUtime=1786.51 cores=0,2,4,6
/proc/13274/task/13276/stat : 13276 (java) R 13271 13274 12078 0 -1 4202560 3951 0 1 0 178591 60 0 0 20 0 19 0 6658864 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430765358800 140430617061508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13277] ppid=13271 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13274/task/13277/stat : 13277 (java) S 13271 13274 12078 0 -1 4202560 1105 0 0 0 46 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430737820456 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13278] ppid=13271 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/13274/task/13278/stat : 13278 (java) S 13271 13274 12078 0 -1 4202560 861 0 0 0 69 32 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430736767656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13279] ppid=13271 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/13274/task/13279/stat : 13279 (java) S 13271 13274 12078 0 -1 4202560 641 0 0 0 39 23 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430735715368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13280] ppid=13271 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/13274/task/13280/stat : 13280 (java) S 13271 13274 12078 0 -1 4202560 939 0 0 0 51 22 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430605331368 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13281] ppid=13271 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/13274/task/13281/stat : 13281 (java) S 13271 13274 12078 0 -1 4202560 407 0 0 0 41 20 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430604278056 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13274/tid=13282] ppid=13271 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/13274/task/13282/stat : 13282 (java) S 13271 13274 12078 0 -1 4202560 1754 0 0 0 48 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430603225256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13283] ppid=13271 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/13274/task/13283/stat : 13283 (java) S 13271 13274 12078 0 -1 4202560 901 0 0 0 60 21 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430602172968 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13284] ppid=13271 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/13274/task/13284/stat : 13284 (java) S 13271 13274 12078 0 -1 4202560 1444 0 0 0 50 23 0 0 20 0 19 0 6658866 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430601120168 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13285] ppid=13271 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/13274/task/13285/stat : 13285 (java) S 13271 13274 12078 0 -1 4202560 1921 0 0 0 158 3 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430118607592 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13286] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13286/stat : 13286 (java) S 13271 13274 12078 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430117553656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13287] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13287/stat : 13287 (java) S 13271 13274 12078 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 6658867 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430116501256 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13288] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13288/stat : 13288 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430115449744 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13289] ppid=13271 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13274/task/13289/stat : 13289 (java) S 13271 13274 12078 0 -1 4202560 3902 0 0 0 52 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430114396344 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13274/tid=13290] ppid=13271 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13274/task/13290/stat : 13290 (java) S 13271 13274 12078 0 -1 4202560 4145 0 0 0 52 2 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430113343544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13291] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13291/stat : 13291 (java) S 13271 13274 12078 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430112291448 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13274/tid=13292] ppid=13271 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/13274/task/13292/stat : 13292 (java) S 13271 13274 12078 0 -1 4202560 103 0 0 0 29 29 0 0 20 0 19 0 6658870 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430111238856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13274/tid=13293] ppid=13271 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13274/task/13293/stat : 13293 (java) S 13271 13274 12078 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 6659085 9856040960 864893 33554432000 1073741824 1073778376 140736948673808 140430110184872 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13274 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=49415
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=921555
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.54
CPU time (s): 1800.03
CPU user time (s): 1797.63
CPU system time (s): 2.4
CPU usage (%): 100.306
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.05
system time used= 2.92156
maximum resident set size= 3459728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23376
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38466
involuntary context switches= 14724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.31358 second user time and 14.7518 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-30 10:44:38
IDJOB=4119763
IDBENCH=111801
IDSOLVER=2546
FILE ID=node107/4119763-1467276278
RUNJOBID= node107-1467272712-12529
PBS_JOBID= 20004486
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm99p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119763-1467276278/watcher-4119763-1467276278 -o /tmp/evaluation-result-4119763-1467276278/solver-4119763-1467276278 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1467272712-12529 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119763-1467276278.opb

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

MD5SUM BENCH= 382c93c1b1e6dc203c59e64448a647b3
RANDOM SEED=1313329323

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.22
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
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		: 2667.110
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.110
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26583060 kB
Buffers:          120260 kB
Cached:           573260 kB
SwapCached:            0 kB
Active:          4743524 kB
Inactive:         526168 kB
Active(anon):    4578844 kB
Inactive(anon):        4 kB
Active(file):     164680 kB
Inactive(file):   526164 kB
Unevictable:      272496 kB
Mlocked:          239792 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8200 kB
Writeback:             0 kB
AnonPages:       4827604 kB
Mapped:            22184 kB
Shmem:               204 kB
Slab:             607732 kB
SReclaimable:      51732 kB
SUnreclaim:       556000 kB
KernelStack:        1760 kB
PageTables:        14248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5039336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3950592 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= 71704 MiB
End job on node107 at 2016-06-30 11:14:33