Trace number 4116449

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1797.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-1.opb
MD5SUM4716d1f4c45bbf27d304b61e55fae378
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark542.002
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8656
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4116449-1466956290.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.294s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9888
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 856
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9888 constraints processed.
1.79/1.12	c cleaning 2493 clauses out of 4998 with flag 15681/5000
2.82/1.76	c cleaning 4219 clauses out of 8506 with flag 36625/11001
3.62/2.51	c cleaning 5639 clauses out of 11286 with flag 63991/18000
4.54/3.44	c cleaning 6811 clauses out of 13648 with flag 96749/26001
5.54/4.45	c cleaning 7911 clauses out of 15836 with flag 136360/35000
6.74/5.62	c cleaning 8956 clauses out of 17928 with flag 181628/45003
8.04/6.96	c cleaning 9974 clauses out of 19969 with flag 233434/56000
9.54/8.47	c cleaning 10985 clauses out of 21995 with flag 290676/68000
11.16/10.09	c cleaning 11988 clauses out of 24010 with flag 355793/81000
12.95/11.87	c cleaning 13000 clauses out of 26022 with flag 428371/95000
14.95/13.87	c cleaning 13970 clauses out of 28022 with flag 506737/110000
17.16/16.00	c cleaning 15000 clauses out of 30053 with flag 593863/126001
19.46/18.36	c cleaning 16007 clauses out of 32052 with flag 684653/143000
21.96/20.84	c cleaning 16968 clauses out of 34046 with flag 781323/161001
24.66/23.53	c cleaning 18020 clauses out of 36078 with flag 885552/180001
27.56/26.43	c cleaning 19021 clauses out of 38057 with flag 995568/200000
30.65/29.55	c cleaning 19999 clauses out of 40036 with flag 1110987/221000
34.06/32.92	c cleaning 21010 clauses out of 42037 with flag 1235308/243000
37.66/36.54	c cleaning 21976 clauses out of 44028 with flag 1364439/266001
41.46/40.34	c cleaning 23003 clauses out of 46052 with flag 1503207/290001
45.46/44.36	c cleaning 24013 clauses out of 48048 with flag 1647712/315000
49.76/48.65	c cleaning 24991 clauses out of 50035 with flag 1796061/341000
54.26/53.16	c cleaning 26023 clauses out of 52045 with flag 1950335/368001
59.06/57.96	c cleaning 26990 clauses out of 54021 with flag 2113370/396000
63.92/62.75	c cleaning 27973 clauses out of 56031 with flag 2283304/425000
68.81/67.60	c cleaning 29013 clauses out of 58058 with flag 2460921/455000
73.92/72.71	c cleaning 30012 clauses out of 60045 with flag 2646082/486000
79.11/77.97	c cleaning 30979 clauses out of 62033 with flag 2835626/518000
84.71/83.52	c cleaning 31996 clauses out of 64054 with flag 3032542/551000
90.42/89.26	c cleaning 32999 clauses out of 66058 with flag 3236024/585000
96.61/95.40	c cleaning 34016 clauses out of 68059 with flag 3447082/620000
103.01/101.81	c cleaning 35000 clauses out of 70043 with flag 3661152/656000
109.72/108.50	c cleaning 36019 clauses out of 72043 with flag 3885210/693000
116.83/115.64	c cleaning 37008 clauses out of 74024 with flag 4116005/731000
124.12/122.95	c cleaning 37986 clauses out of 76018 with flag 4351874/770002
131.83/130.66	c cleaning 38999 clauses out of 78030 with flag 4595509/810000
139.83/138.65	c cleaning 40001 clauses out of 80032 with flag 4848599/851001
148.44/147.20	c cleaning 41011 clauses out of 82033 with flag 5104726/893003
157.04/155.84	c cleaning 42010 clauses out of 84019 with flag 5370297/936000
165.89/164.69	c cleaning 42993 clauses out of 86010 with flag 5642316/980001
174.60/173.34	c cleaning 43941 clauses out of 88016 with flag 5921618/1025000
183.91/182.64	c cleaning 45013 clauses out of 90077 with flag 6205157/1071002
193.30/192.02	c cleaning 46011 clauses out of 92062 with flag 6500350/1118000
203.11/201.84	c cleaning 46993 clauses out of 94055 with flag 6802396/1166004
213.41/212.17	c cleaning 47996 clauses out of 96058 with flag 7110124/1215000
224.01/222.79	c cleaning 49015 clauses out of 98062 with flag 7426784/1265000
235.11/233.88	c cleaning 50013 clauses out of 100049 with flag 7752340/1316002
246.82/245.55	c cleaning 50987 clauses out of 102034 with flag 8079833/1368000
258.73/257.47	c cleaning 52002 clauses out of 104047 with flag 8417495/1421000
270.93/269.64	c cleaning 52982 clauses out of 106046 with flag 8756753/1475001
283.36/282.01	c cleaning 54029 clauses out of 108063 with flag 9102931/1530000
296.07/294.71	c cleaning 54987 clauses out of 110035 with flag 9459137/1586001
308.88/307.56	c cleaning 56000 clauses out of 112049 with flag 9821955/1643002
322.28/320.96	c cleaning 57013 clauses out of 114047 with flag 10187430/1701000
335.99/334.65	c cleaning 58019 clauses out of 116038 with flag 10560342/1760004
350.29/348.95	c cleaning 58966 clauses out of 118015 with flag 10943221/1820000
365.09/363.78	c cleaning 60014 clauses out of 120051 with flag 11332683/1881002
380.00/378.67	c cleaning 60994 clauses out of 122035 with flag 11725268/1943000
395.91/394.58	c cleaning 61980 clauses out of 124041 with flag 12127464/2006000
411.76/410.39	c cleaning 63019 clauses out of 126061 with flag 12534163/2070000
427.85/426.42	c cleaning 64007 clauses out of 128042 with flag 12944579/2135000
444.16/442.73	c cleaning 64969 clauses out of 130035 with flag 13364869/2201000
460.98/459.60	c cleaning 65992 clauses out of 132066 with flag 13787061/2268000
478.29/476.85	c cleaning 67011 clauses out of 134074 with flag 14219880/2336000
496.09/494.64	c cleaning 68001 clauses out of 136063 with flag 14659795/2405000
514.40/512.99	c cleaning 68996 clauses out of 138062 with flag 15100712/2475000
533.51/532.06	c cleaning 70013 clauses out of 140067 with flag 15553870/2546001
552.47/550.95	c cleaning 70977 clauses out of 142053 with flag 16006501/2618000
571.98/570.43	c cleaning 72020 clauses out of 144077 with flag 16473214/2691001
591.87/590.32	c cleaning 73014 clauses out of 146056 with flag 16942069/2765000
612.47/610.97	c cleaning 73980 clauses out of 148043 with flag 17418729/2840001
633.48/631.97	c cleaning 75007 clauses out of 150062 with flag 17900834/2916000
654.88/653.32	c cleaning 75992 clauses out of 152056 with flag 18391539/2993001
676.90/675.33	c cleaning 77007 clauses out of 154064 with flag 18888372/3071001
698.94/697.40	c cleaning 78020 clauses out of 156056 with flag 19390091/3150000
721.14/719.56	c cleaning 78999 clauses out of 158037 with flag 19891547/3230001
744.34/742.72	c cleaning 79972 clauses out of 160038 with flag 20401295/3311001
767.84/766.23	c cleaning 81022 clauses out of 162065 with flag 20921982/3393000
792.16/790.59	c cleaning 81999 clauses out of 164043 with flag 21452758/3476000
817.16/815.59	c cleaning 82988 clauses out of 166044 with flag 21980699/3560000
842.69/841.05	c cleaning 84006 clauses out of 168056 with flag 22519352/3645000
868.40/866.76	c cleaning 84992 clauses out of 170051 with flag 23065849/3731001
895.11/893.41	c cleaning 86003 clauses out of 172061 with flag 23617017/3818003
922.22/920.53	c cleaning 86991 clauses out of 174055 with flag 24175583/3906000
949.93/948.29	c cleaning 88010 clauses out of 176064 with flag 24742231/3995000
978.60/976.83	c cleaning 88970 clauses out of 178054 with flag 25315836/4085000
1007.89/1006.11	c cleaning 89979 clauses out of 180084 with flag 25898439/4176000
1037.89/1036.19	c cleaning 91002 clauses out of 182105 with flag 26488373/4268000
1068.39/1066.63	c cleaning 92029 clauses out of 184103 with flag 27080460/4361000
1099.41/1097.60	c cleaning 92993 clauses out of 186074 with flag 27676471/4455000
1131.18/1129.34	c cleaning 94006 clauses out of 188081 with flag 28278121/4550000
1163.69/1161.82	c cleaning 95011 clauses out of 190076 with flag 28888892/4646001
1196.50/1194.64	c cleaning 96014 clauses out of 192065 with flag 29502425/4743001
1230.01/1228.19	c cleaning 96983 clauses out of 194050 with flag 30128833/4841000
1264.62/1262.71	c cleaning 97998 clauses out of 196067 with flag 30755370/4940000
1299.62/1297.61	c cleaning 99021 clauses out of 198071 with flag 31387045/5040002
1335.04/1333.07	c cleaning 99967 clauses out of 200049 with flag 32031638/5141001
1371.56/1369.60	c cleaning 101025 clauses out of 202081 with flag 32675730/5243000
1409.27/1407.27	c cleaning 101972 clauses out of 204056 with flag 33326607/5346000
1447.05/1444.87	c cleaning 102994 clauses out of 206084 with flag 33986751/5450000
1485.25/1483.07	c cleaning 103997 clauses out of 208091 with flag 34650491/5555001
1524.57/1522.39	c cleaning 105013 clauses out of 210095 with flag 35321900/5661002
1564.58/1562.35	c cleaning 106020 clauses out of 212081 with flag 36000226/5768001
1605.31/1602.98	c cleaning 107019 clauses out of 214060 with flag 36680077/5876000
1646.81/1644.47	c cleaning 107975 clauses out of 216041 with flag 37371589/5985000
1688.83/1686.43	c cleaning 109029 clauses out of 218066 with flag 38064159/6095000
1731.94/1729.55	c cleaning 109978 clauses out of 220037 with flag 38765364/6206000
1775.26/1772.79	c cleaning 111001 clauses out of 222060 with flag 39474113/6318001
1800.07/1797.51	c starts		: 56265
1800.07/1797.51	c conflicts		: 6390062
1800.07/1797.51	c decisions		: 68313385
1800.07/1797.51	c propagations		: 899644011
1800.07/1797.51	c inspects		: 24547447459
1800.07/1797.51	c shortcuts		: 0
1800.07/1797.51	c learnt literals	: 2
1800.07/1797.51	c learnt binary clauses	: 35
1800.07/1797.51	c learnt ternary clauses	: 527
1800.07/1797.51	c learnt constraints	: 6390061
1800.07/1797.51	c ignored constraints	: 0
1800.07/1797.51	c root simplifications	: 0
1800.07/1797.51	c removed literals (reason simplification)	: 0
1800.07/1797.51	c reason swapping (by a shorter reason)	: 0
1800.07/1797.51	c Calls to reduceDB	: 108
1800.07/1797.51	c Number of update (reduction) of LBD	: 1300555
1800.07/1797.51	c Imported unit clauses	: 0
1800.07/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.51	c number of learned constraints concerned by reduction	: 0
1800.07/1797.51	c number of learning phase by resolution	: 0
1800.07/1797.51	c number of learning phase by cutting planes	: 0
1800.07/1797.51	c speed (assignments/second)	: 500609.60482377966
1800.07/1797.51	c non guided choices	13624
1800.07/1797.51	c timeout
1800.07/1797.54	c learnt constraints type 
1800.07/1797.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35
1800.07/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 183086
1800.07/1797.54	s UNKNOWN
1800.07/1797.54	c Total wall clock time (in seconds): 1797.425

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-4116449-1466956290/watcher-4116449-1466956290 -o /tmp/evaluation-result-4116449-1466956290/solver-4116449-1466956290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116449-1466956290.opb 

pid=28441
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.14 2.09 3/194 28444
/proc/meminfo: memFree=31040168/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28444/stat : 28444 (java) R 28441 28444 26442 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 28666949 9515008 185 33554432000 1073741824 1073778376 140735440874192 140735440863256 206619897127 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2323 185 143 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 2.17 2.14 2.09 3/194 28444
/proc/meminfo: memFree=31040168/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 4406 0 1 0 8 0 0 0 20 0 18 0 28666949 9787879424 6032 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.17 2.14 2.09 3/194 28444
/proc/meminfo: memFree=31040168/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 4940 0 1 0 25 1 0 0 20 0 18 0 28666949 9787879424 6978 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2389619 6978 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30035 s]
/proc/loadavg: 2.17 2.14 2.09 3/194 28444
/proc/meminfo: memFree=31040168/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 5807 0 1 0 47 1 0 0 20 0 18 0 28666949 9787879424 8959 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2389619 8959 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700307 s]
/proc/loadavg: 2.17 2.14 2.09 3/194 28444
/proc/meminfo: memFree=31040168/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 9060 0 1 0 134 2 0 0 20 0 19 0 28666949 9856040960 15573 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2406260 15573 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.17 2.14 2.09 3/213 28463
/proc/meminfo: memFree=30986804/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9625040 CPUtime=2.59 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 15714 0 1 0 256 3 0 0 20 0 19 0 28666949 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2406260 20160 2270 9 0 2396937 0
[pid=28444/tid=28446] ppid=28441 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/28444/task/28446/stat : 28446 (java) R 28441 28444 26442 0 -1 4202560 2426 0 1 0 145 1 0 0 20 0 19 0 28666950 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832494821576 139832341042616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28447] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28447/stat : 28447 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832467274280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28448] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28448/stat : 28448 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832466221480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28449] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28449/stat : 28449 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832465168680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28450] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28450/stat : 28450 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832464115880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28451] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28451/stat : 28451 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832463064104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28452] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28452/stat : 28452 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832462011304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28453] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28453/stat : 28453 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832460958504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28454] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28454/stat : 28454 (java) S 28441 28444 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139832459905704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28455] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28455/stat : 28455 (java) S 28441 28444 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28666952 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831847913960 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28456] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28456/stat : 28456 (java) S 28441 28444 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831846860024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28457] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28457/stat : 28457 (java) S 28441 28444 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831845807112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28458] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28458/stat : 28458 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831844755600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28459] ppid=28441 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28444/task/28459/stat : 28459 (java) S 28441 28444 26442 0 -1 4202560 2467 0 0 0 37 0 0 0 20 0 19 0 28666955 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831843703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28460] ppid=28441 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/28444/task/28460/stat : 28460 (java) R 28441 28444 26442 0 -1 4202560 9543 0 0 0 70 1 0 0 20 0 19 0 28666955 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831842628280 139832497026444 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28461] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28461/stat : 28461 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831841598328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28462] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28462/stat : 28462 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831840545736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28463] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28463/stat : 28463 (java) S 28441 28444 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28666991 9856040960 20160 33554432000 1073741824 1073778376 140735440874192 139831839491240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.17 2.14 2.09 3/213 28463
/proc/meminfo: memFree=30967892/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9625040 CPUtime=4.23 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 15717 0 1 0 420 3 0 0 20 0 19 0 28666949 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2406260 20912 2270 9 0 2396937 0
[pid=28444/tid=28446] ppid=28441 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28444/task/28446/stat : 28446 (java) R 28441 28444 26442 0 -1 4202560 2429 0 1 0 304 1 0 0 20 0 19 0 28666950 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832494812880 139832341298596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28447] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28447/stat : 28447 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832467274280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28448] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28448/stat : 28448 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832466221480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28449] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28449/stat : 28449 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832465168680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28450] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28450/stat : 28450 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832464115880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28451] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28451/stat : 28451 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832463064104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28452] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28452/stat : 28452 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832462011304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28453] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28453/stat : 28453 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832460958504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28454] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28454/stat : 28454 (java) S 28441 28444 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139832459905704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28455] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28455/stat : 28455 (java) S 28441 28444 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28666952 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831847913960 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28456] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28456/stat : 28456 (java) S 28441 28444 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831846860024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28457] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28457/stat : 28457 (java) S 28441 28444 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831845807112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28458] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28458/stat : 28458 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831844755600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28459] ppid=28441 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/28444/task/28459/stat : 28459 (java) S 28441 28444 26442 0 -1 4202560 2467 0 0 0 39 0 0 0 20 0 19 0 28666955 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831843703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28460] ppid=28441 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28444/task/28460/stat : 28460 (java) S 28441 28444 26442 0 -1 4202560 9543 0 0 0 73 1 0 0 20 0 19 0 28666955 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831842650936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28461] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28461/stat : 28461 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831841598328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28462] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28462/stat : 28462 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831840545736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28463] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28463/stat : 28463 (java) S 28441 28444 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28666991 9856040960 20912 33554432000 1073741824 1073778376 140735440874192 139831839491240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.15 2.14 2.09 3/213 28463
/proc/meminfo: memFree=30960816/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9625040 CPUtime=7.44 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 15722 0 1 0 741 3 0 0 20 0 19 0 28666949 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2406260 22009 2271 9 0 2396937 0
[pid=28444/tid=28446] ppid=28441 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/28444/task/28446/stat : 28446 (java) R 28441 28444 26442 0 -1 4202560 2433 0 1 0 622 1 0 0 20 0 19 0 28666950 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832494812864 139832341368109 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28447] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28447/stat : 28447 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832467274280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28448] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28448/stat : 28448 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832466221480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28449] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28449/stat : 28449 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832465168680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28450] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28450/stat : 28450 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832464115880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28451] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28451/stat : 28451 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832463064104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28452] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28452/stat : 28452 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832462011304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28453] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28453/stat : 28453 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832460958504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28454] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28454/stat : 28454 (java) S 28441 28444 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28666951 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139832459905704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28455] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28455/stat : 28455 (java) S 28441 28444 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28666952 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831847913960 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28456] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28456/stat : 28456 (java) S 28441 28444 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831846860024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28457] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28457/stat : 28457 (java) S 28441 28444 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831845807112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28458] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28458/stat : 28458 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831844755600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28459] ppid=28441 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/28444/task/28459/stat : 28459 (java) S 28441 28444 26442 0 -1 4202560 2467 0 0 0 39 0 0 0 20 0 19 0 28666955 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831843703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28460] ppid=28441 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/28444/task/28460/stat : 28460 (java) S 28441 28444 26442 0 -1 4202560 9543 0 0 0 74 1 0 0 20 0 19 0 28666955 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831842650936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28461] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28461/stat : 28461 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831841598328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28462] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28462/stat : 28462 (java) S 28441 28444 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831840545736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28463] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28463/stat : 28463 (java) S 28441 28444 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28666991 9856040960 22009 33554432000 1073741824 1073778376 140735440874192 139831839491240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 9625040


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

[pid=28444/tid=28463] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28463/stat : 28463 (java) S 28441 28444 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28666991 9856040960 81869 33554432000 1073741824 1073778376 140735440874192 139831839491240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.74
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.14 2.10 4/213 28596
/proc/meminfo: memFree=30713936/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9625040 CPUtime=1784.86 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 16546 0 1 0 178416 70 0 0 20 0 19 0 28666949 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2406260 85460 2285 9 0 2396937 0
[pid=28444/tid=28446] ppid=28441 vsize=9625040 CPUtime=1777.29 cores=1,3,5,7
/proc/28444/task/28446/stat : 28446 (java) R 28441 28444 26442 0 -1 4202560 2490 0 1 0 177699 30 0 0 20 0 19 0 28666950 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832494812960 139832341401089 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28447] ppid=28441 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28444/task/28447/stat : 28447 (java) S 28441 28444 26442 0 -1 4202560 197 0 0 0 14 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832467274280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28448] ppid=28441 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28444/task/28448/stat : 28448 (java) S 28441 28444 26442 0 -1 4202560 61 0 0 0 12 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832466221480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28449] ppid=28441 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/28444/task/28449/stat : 28449 (java) S 28441 28444 26442 0 -1 4202560 95 0 0 0 12 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832465168680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28450] ppid=28441 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28444/task/28450/stat : 28450 (java) S 28441 28444 26442 0 -1 4202560 48 0 0 0 15 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832464115880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28451] ppid=28441 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28444/task/28451/stat : 28451 (java) S 28441 28444 26442 0 -1 4202560 72 0 0 0 13 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832463064104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28452] ppid=28441 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28444/task/28452/stat : 28452 (java) S 28441 28444 26442 0 -1 4202560 60 0 0 0 12 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832462011304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28453] ppid=28441 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/28444/task/28453/stat : 28453 (java) S 28441 28444 26442 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832460958504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28454] ppid=28441 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/28444/task/28454/stat : 28454 (java) S 28441 28444 26442 0 -1 4202560 44 0 0 0 10 1 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832459905704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28455] ppid=28441 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28444/task/28455/stat : 28455 (java) S 28441 28444 26442 0 -1 4202560 50 0 0 0 1 1 0 0 20 0 19 0 28666952 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831847913960 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28456] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28456/stat : 28456 (java) S 28441 28444 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831846860024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28457] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28457/stat : 28457 (java) S 28441 28444 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831845807112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28458] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28458/stat : 28458 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831844755600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28459] ppid=28441 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/28444/task/28459/stat : 28459 (java) S 28441 28444 26442 0 -1 4202560 2467 0 0 0 39 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831843703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28460] ppid=28441 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28444/task/28460/stat : 28460 (java) S 28441 28444 26442 0 -1 4202560 9549 0 0 0 78 1 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831842650936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28461] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28461/stat : 28461 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831841598328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28462] ppid=28441 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/28444/task/28462/stat : 28462 (java) S 28441 28444 26442 0 -1 4202560 104 0 0 0 31 46 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831840545736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28463] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28463/stat : 28463 (java) S 28441 28444 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28666991 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831839491240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.86
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.14 2.15 2.10 3/213 28596
/proc/meminfo: memFree=30714308/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 16546 0 1 0 179937 70 0 0 20 0 19 0 28666949 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2406260 85460 2285 9 0 2396937 0
[pid=28444/tid=28446] ppid=28441 vsize=9625040 CPUtime=1792.45 cores=1,3,5,7
/proc/28444/task/28446/stat : 28446 (java) R 28441 28444 26442 0 -1 4202560 2490 0 1 0 179215 30 0 0 20 0 19 0 28666950 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832494812960 139832341401438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28447] ppid=28441 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28444/task/28447/stat : 28447 (java) S 28441 28444 26442 0 -1 4202560 197 0 0 0 14 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832467274280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28448] ppid=28441 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28444/task/28448/stat : 28448 (java) S 28441 28444 26442 0 -1 4202560 61 0 0 0 12 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832466221480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28449] ppid=28441 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/28444/task/28449/stat : 28449 (java) S 28441 28444 26442 0 -1 4202560 95 0 0 0 12 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832465168680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28450] ppid=28441 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28444/task/28450/stat : 28450 (java) S 28441 28444 26442 0 -1 4202560 48 0 0 0 15 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832464115880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28451] ppid=28441 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28444/task/28451/stat : 28451 (java) S 28441 28444 26442 0 -1 4202560 72 0 0 0 13 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832463064104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28452] ppid=28441 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28444/task/28452/stat : 28452 (java) S 28441 28444 26442 0 -1 4202560 60 0 0 0 12 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832462011304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28453] ppid=28441 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/28444/task/28453/stat : 28453 (java) S 28441 28444 26442 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832460958504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28454] ppid=28441 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/28444/task/28454/stat : 28454 (java) S 28441 28444 26442 0 -1 4202560 44 0 0 0 10 1 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832459905704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28455] ppid=28441 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28444/task/28455/stat : 28455 (java) S 28441 28444 26442 0 -1 4202560 50 0 0 0 1 1 0 0 20 0 19 0 28666952 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831847913960 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28456] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28456/stat : 28456 (java) S 28441 28444 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831846860024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28457] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28457/stat : 28457 (java) S 28441 28444 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831845807112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28458] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28458/stat : 28458 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831844755600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28459] ppid=28441 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/28444/task/28459/stat : 28459 (java) S 28441 28444 26442 0 -1 4202560 2467 0 0 0 39 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831843703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28460] ppid=28441 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28444/task/28460/stat : 28460 (java) S 28441 28444 26442 0 -1 4202560 9549 0 0 0 78 1 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831842650936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28461] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28461/stat : 28461 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831841598328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28462] ppid=28441 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/28444/task/28462/stat : 28462 (java) S 28441 28444 26442 0 -1 4202560 104 0 0 0 31 47 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831840545736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28463] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28463/stat : 28463 (java) S 28441 28444 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28666991 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831839491240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 28444 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 2.14 2.15 2.10 3/213 28596
/proc/meminfo: memFree=30714308/32872528 swapFree=552864/567172
[pid=28444] ppid=28441 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/28444/stat : 28444 (java) S 28441 28444 26442 0 -1 4202496 16546 0 1 0 179937 70 0 0 20 0 19 0 28666949 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 140735440865328 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28444/statm: 2406260 85460 2285 9 0 2396937 0
[pid=28444/tid=28446] ppid=28441 vsize=9625040 CPUtime=1792.45 cores=1,3,5,7
/proc/28444/task/28446/stat : 28446 (java) R 28441 28444 26442 0 -1 4202560 2490 0 1 0 179215 30 0 0 20 0 19 0 28666950 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832494812960 139832341401438 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28447] ppid=28441 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/28444/task/28447/stat : 28447 (java) S 28441 28444 26442 0 -1 4202560 197 0 0 0 14 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832467274280 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28448] ppid=28441 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28444/task/28448/stat : 28448 (java) S 28441 28444 26442 0 -1 4202560 61 0 0 0 12 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832466221480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28449] ppid=28441 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/28444/task/28449/stat : 28449 (java) S 28441 28444 26442 0 -1 4202560 95 0 0 0 12 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832465168680 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28450] ppid=28441 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/28444/task/28450/stat : 28450 (java) S 28441 28444 26442 0 -1 4202560 48 0 0 0 15 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832464115880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28451] ppid=28441 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/28444/task/28451/stat : 28451 (java) S 28441 28444 26442 0 -1 4202560 72 0 0 0 13 3 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832463064104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28452] ppid=28441 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/28444/task/28452/stat : 28452 (java) S 28441 28444 26442 0 -1 4202560 60 0 0 0 12 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832462011304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28453] ppid=28441 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/28444/task/28453/stat : 28453 (java) S 28441 28444 26442 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832460958504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28454] ppid=28441 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/28444/task/28454/stat : 28454 (java) S 28441 28444 26442 0 -1 4202560 44 0 0 0 10 1 0 0 20 0 19 0 28666951 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139832459905704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28455] ppid=28441 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28444/task/28455/stat : 28455 (java) S 28441 28444 26442 0 -1 4202560 50 0 0 0 1 1 0 0 20 0 19 0 28666952 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831847913960 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28456] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28456/stat : 28456 (java) S 28441 28444 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831846860024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28457] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28457/stat : 28457 (java) S 28441 28444 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28666953 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831845807112 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28458] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28458/stat : 28458 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831844755600 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28459] ppid=28441 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/28444/task/28459/stat : 28459 (java) S 28441 28444 26442 0 -1 4202560 2467 0 0 0 39 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831843703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28444/tid=28460] ppid=28441 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28444/task/28460/stat : 28460 (java) S 28441 28444 26442 0 -1 4202560 9549 0 0 0 78 1 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831842650936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28444/tid=28461] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28461/stat : 28461 (java) S 28441 28444 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831841598328 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28444/tid=28462] ppid=28441 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/28444/task/28462/stat : 28462 (java) S 28441 28444 26442 0 -1 4202560 104 0 0 0 31 47 0 0 20 0 19 0 28666955 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831840545736 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28444/tid=28463] ppid=28441 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28444/task/28463/stat : 28463 (java) S 28441 28444 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28666991 9856040960 85460 33554432000 1073741824 1073778376 140735440874192 139831839491240 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.54
CPU time (s): 1800.07
CPU user time (s): 1799.37
CPU system time (s): 0.7
CPU usage (%): 100.14
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.79
system time used= 1.12183
maximum resident set size= 341956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16579
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38378
involuntary context switches= 5141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.37358 second user time and 14.9327 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 17:51:30
IDJOB=4116449
IDBENCH=109471
IDSOLVER=2546
FILE ID=node138/4116449-1466956290
RUNJOBID= node138-1466940040-26459
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round22-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116449-1466956290/watcher-4116449-1466956290 -o /tmp/evaluation-result-4116449-1466956290/solver-4116449-1466956290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26459 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116449-1466956290.opb

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

MD5SUM BENCH= 4716d1f4c45bbf27d304b61e55fae378
RANDOM SEED=632350090

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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:        31040548 kB
Buffers:           20492 kB
Cached:           221904 kB
SwapCached:         3788 kB
Active:           343352 kB
Inactive:         222084 kB
Active(anon):     320452 kB
Inactive(anon):     4564 kB
Active(file):      22900 kB
Inactive(file):   217520 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:        850436 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566700 kB
SReclaimable:      10268 kB
SUnreclaim:       556432 kB
KernelStack:        1760 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1289988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    280576 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= 71716 MiB
End job on node138 at 2016-06-26 18:21:28