Trace number 4117089

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.68 1797.34

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-2.opb
MD5SUM326ac17ed003b145465711c7acb057a9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
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.09/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-4117089-1466980482.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.67/0.43	c ... done. Wall clock time 0.307s.
0.67/0.43	c declared #vars     4288
0.67/0.43	c #constraints  10880
0.67/0.43	c constraints type 
0.67/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.67/0.43	c org.sat4j.specs.Constr$1 => 936
0.67/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.67/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.67/0.43	c 10880 constraints processed.
1.72/1.07	c cleaning 2498 clauses out of 4998 with flag 16357/5001
2.79/1.69	c cleaning 4241 clauses out of 8499 with flag 38276/11000
3.59/2.41	c cleaning 5625 clauses out of 11259 with flag 68269/18001
4.40/3.27	c cleaning 6804 clauses out of 13633 with flag 105070/26000
5.41/4.25	c cleaning 7895 clauses out of 15829 with flag 145235/35000
6.51/5.38	c cleaning 8961 clauses out of 17934 with flag 191806/45000
7.81/6.63	c cleaning 9977 clauses out of 19973 with flag 244883/56000
9.21/8.09	c cleaning 10986 clauses out of 21997 with flag 305015/68001
10.81/9.62	c cleaning 11987 clauses out of 24011 with flag 369864/81001
12.51/11.30	c cleaning 12982 clauses out of 26023 with flag 442451/95000
14.31/13.17	c cleaning 14017 clauses out of 28041 with flag 520242/110000
16.41/15.24	c cleaning 14977 clauses out of 30025 with flag 608264/126001
18.62/17.44	c cleaning 16013 clauses out of 32047 with flag 698667/143000
20.92/19.78	c cleaning 17011 clauses out of 34035 with flag 799669/161001
23.52/22.37	c cleaning 17982 clauses out of 36024 with flag 904132/180001
26.32/25.11	c cleaning 19012 clauses out of 38041 with flag 1011667/200000
29.22/28.06	c cleaning 19979 clauses out of 40031 with flag 1128825/221002
32.22/31.08	c cleaning 21022 clauses out of 42050 with flag 1254072/243000
35.63/34.44	c cleaning 21978 clauses out of 44028 with flag 1381157/266000
39.22/38.10	c cleaning 22996 clauses out of 46050 with flag 1517085/290000
43.03/41.86	c cleaning 24015 clauses out of 48054 with flag 1657284/315000
47.02/45.89	c cleaning 25012 clauses out of 50039 with flag 1804633/341000
51.12/49.98	c cleaning 26006 clauses out of 52027 with flag 1957757/368000
55.46/54.21	c cleaning 26971 clauses out of 54024 with flag 2115455/396003
59.67/58.45	c cleaning 27998 clauses out of 56050 with flag 2280771/425000
64.07/62.87	c cleaning 28980 clauses out of 58052 with flag 2452215/455000
68.86/67.64	c cleaning 30024 clauses out of 60072 with flag 2631071/486000
73.76/72.52	c cleaning 30972 clauses out of 62048 with flag 2818070/518000
78.96/77.71	c cleaning 31990 clauses out of 64076 with flag 3009217/551000
84.37/83.19	c cleaning 33008 clauses out of 66086 with flag 3206675/585000
90.07/88.89	c cleaning 34019 clauses out of 68078 with flag 3406203/620000
96.17/94.93	c cleaning 35027 clauses out of 70060 with flag 3611891/656001
102.27/101.07	c cleaning 35983 clauses out of 72034 with flag 3830037/693002
108.77/107.59	c cleaning 37001 clauses out of 74049 with flag 4048719/731000
115.68/114.46	c cleaning 38008 clauses out of 76049 with flag 4271467/770001
122.87/121.62	c cleaning 39010 clauses out of 78040 with flag 4502765/810000
130.48/129.28	c cleaning 39988 clauses out of 80030 with flag 4742363/851000
138.34/137.02	c cleaning 40980 clauses out of 82043 with flag 4986696/893001
145.94/144.68	c cleaning 42015 clauses out of 84064 with flag 5239709/936002
153.84/152.53	c cleaning 42985 clauses out of 86047 with flag 5496684/980000
162.15/160.82	c cleaning 43999 clauses out of 88063 with flag 5762109/1025001
170.86/169.56	c cleaning 44991 clauses out of 90063 with flag 6027512/1071000
179.66/178.39	c cleaning 46026 clauses out of 92072 with flag 6303500/1118000
189.16/187.85	c cleaning 47020 clauses out of 94046 with flag 6587619/1166000
198.55/197.28	c cleaning 48009 clauses out of 96027 with flag 6875461/1215001
208.56/207.20	c cleaning 48968 clauses out of 98017 with flag 7169874/1265000
219.06/217.71	c cleaning 50025 clauses out of 100049 with flag 7470272/1316000
229.67/228.34	c cleaning 50976 clauses out of 102025 with flag 7774973/1368001
240.43/239.06	c cleaning 52024 clauses out of 104048 with flag 8082810/1421000
251.52/250.11	c cleaning 53005 clauses out of 106026 with flag 8397322/1475002
262.92/261.54	c cleaning 54004 clauses out of 108019 with flag 8722222/1530000
274.53/273.12	c cleaning 54986 clauses out of 110016 with flag 9052426/1586001
286.63/285.27	c cleaning 55979 clauses out of 112029 with flag 9388792/1643000
299.04/297.64	c cleaning 57010 clauses out of 114051 with flag 9730467/1701001
312.34/310.95	c cleaning 57992 clauses out of 116041 with flag 10072912/1760001
325.84/324.46	c cleaning 59004 clauses out of 118049 with flag 10422618/1820001
339.65/338.29	c cleaning 59980 clauses out of 120044 with flag 10778846/1881000
353.79/352.33	c cleaning 61000 clauses out of 122065 with flag 11138654/1943001
367.91/366.47	c cleaning 62024 clauses out of 124064 with flag 11502260/2006000
382.61/381.15	c cleaning 63005 clauses out of 126041 with flag 11873708/2070001
398.02/396.56	c cleaning 63988 clauses out of 128037 with flag 12252552/2135002
413.54/412.06	c cleaning 65013 clauses out of 130047 with flag 12630912/2201000
429.44/427.92	c cleaning 65993 clauses out of 132034 with flag 13020307/2268000
445.84/444.30	c cleaning 67008 clauses out of 134042 with flag 13414060/2336001
462.38/460.86	c cleaning 67972 clauses out of 136034 with flag 13814154/2405001
479.38/477.89	c cleaning 69029 clauses out of 138061 with flag 14218838/2475000
496.78/495.27	c cleaning 69998 clauses out of 140032 with flag 14632633/2546000
514.69/513.14	c cleaning 71005 clauses out of 142034 with flag 15049256/2618000
533.30/531.73	c cleaning 72006 clauses out of 144030 with flag 15471503/2691001
552.20/550.60	c cleaning 72992 clauses out of 146024 with flag 15898809/2765001
571.31/569.77	c cleaning 73997 clauses out of 148031 with flag 16329881/2840000
591.62/589.98	c cleaning 74947 clauses out of 150034 with flag 16768079/2916000
611.92/610.28	c cleaning 76002 clauses out of 152087 with flag 17215645/2993000
632.63/630.93	c cleaning 76997 clauses out of 154085 with flag 17670670/3071000
653.72/652.03	c cleaning 78010 clauses out of 156088 with flag 18127691/3150000
675.63/673.90	c cleaning 79030 clauses out of 158079 with flag 18586727/3230001
698.15/696.42	c cleaning 80005 clauses out of 160050 with flag 19051439/3311002
720.92/719.18	c cleaning 81007 clauses out of 162043 with flag 19518738/3393000
743.83/742.07	c cleaning 81993 clauses out of 164039 with flag 19995310/3476003
767.83/766.02	c cleaning 83010 clauses out of 166043 with flag 20475666/3560000
792.24/790.41	c cleaning 83966 clauses out of 168035 with flag 20968629/3645002
817.45/815.68	c cleaning 85013 clauses out of 170067 with flag 21460593/3731000
843.05/841.11	c cleaning 86019 clauses out of 172055 with flag 21959232/3818001
869.05/867.14	c cleaning 86951 clauses out of 174036 with flag 22464732/3906001
895.86/893.97	c cleaning 88021 clauses out of 176084 with flag 22974266/3995000
922.96/921.03	c cleaning 89014 clauses out of 178063 with flag 23491904/4085000
951.27/949.33	c cleaning 89982 clauses out of 180052 with flag 24014382/4176003
980.34/978.30	c cleaning 91015 clauses out of 182068 with flag 24541327/4268001
1008.44/1006.50	c cleaning 91983 clauses out of 184052 with flag 25073838/4361000
1037.55/1035.51	c cleaning 93027 clauses out of 186069 with flag 25612524/4455000
1067.36/1065.36	c cleaning 94003 clauses out of 188042 with flag 26154599/4550000
1097.99/1095.87	c cleaning 94999 clauses out of 190039 with flag 26709789/4646000
1129.41/1127.29	c cleaning 96003 clauses out of 192040 with flag 27258040/4743000
1161.41/1159.28	c cleaning 96976 clauses out of 194037 with flag 27819827/4841000
1194.23/1192.09	c cleaning 98017 clauses out of 196061 with flag 28387145/4940000
1227.73/1225.44	c cleaning 98980 clauses out of 198044 with flag 28957055/5040000
1261.63/1259.38	c cleaning 100006 clauses out of 200064 with flag 29540257/5141000
1296.51/1294.21	c cleaning 101022 clauses out of 202059 with flag 30117125/5243001
1332.32/1330.02	c cleaning 102002 clauses out of 204036 with flag 30704479/5346000
1368.22/1365.86	c cleaning 102995 clauses out of 206034 with flag 31294716/5450000
1405.23/1402.80	c cleaning 104012 clauses out of 208042 with flag 31896259/5555003
1442.73/1440.39	c cleaning 104997 clauses out of 210028 with flag 32500131/5661001
1481.24/1478.72	c cleaning 105974 clauses out of 212031 with flag 33105896/5768001
1520.35/1517.81	c cleaning 107011 clauses out of 214056 with flag 33718827/5876000
1560.27/1557.77	c cleaning 108008 clauses out of 216045 with flag 34338872/5985000
1601.27/1598.62	c cleaning 109001 clauses out of 218038 with flag 34962861/6095001
1642.47/1639.88	c cleaning 110012 clauses out of 220038 with flag 35597866/6206002
1684.68/1682.03	c cleaning 111012 clauses out of 222024 with flag 36234704/6318000
1727.89/1725.28	c cleaning 111992 clauses out of 224012 with flag 36875268/6431000
1771.36/1768.65	c cleaning 112985 clauses out of 226022 with flag 37523605/6545002
1800.06/1797.30	c starts		: 53387
1800.06/1797.30	c conflicts		: 6627394
1800.06/1797.30	c decisions		: 52706841
1800.06/1797.30	c propagations		: 837315812
1800.06/1797.30	c inspects		: 24484848016
1800.06/1797.30	c shortcuts		: 0
1800.06/1797.30	c learnt literals	: 3
1800.06/1797.30	c learnt binary clauses	: 90
1800.06/1797.30	c learnt ternary clauses	: 1052
1800.06/1797.30	c learnt constraints	: 6627391
1800.06/1797.30	c ignored constraints	: 0
1800.06/1797.30	c root simplifications	: 0
1800.06/1797.30	c removed literals (reason simplification)	: 0
1800.06/1797.30	c reason swapping (by a shorter reason)	: 0
1800.06/1797.30	c Calls to reduceDB	: 110
1800.06/1797.30	c Number of update (reduction) of LBD	: 1431311
1800.06/1797.30	c Imported unit clauses	: 0
1800.06/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.30	c number of learned constraints concerned by reduction	: 0
1800.06/1797.30	c number of learning phase by resolution	: 0
1800.06/1797.30	c number of learning phase by cutting planes	: 0
1800.06/1797.30	c speed (assignments/second)	: 465986.5265487095
1800.06/1797.30	c non guided choices	23292
1800.06/1797.30	c timeout
1800.06/1797.33	c learnt constraints type 
1800.06/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 90
1800.06/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 195339
1800.06/1797.33	s UNKNOWN
1800.06/1797.33	c Total wall clock time (in seconds): 1797.21

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-4117089-1466980482/watcher-4117089-1466980482 -o /tmp/evaluation-result-4117089-1466980482/solver-4117089-1466980482 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466978683-23218 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117089-1466980482.opb 

pid=23405
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.40 2.30 2.15 3/170 23408
/proc/meminfo: memFree=30205272/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23408/stat : 23408 (java) R 23405 23408 23201 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 31087307 9515008 183 33554432000 1073741824 1073778376 140734610258688 140734610249720 260190140679 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23408/statm: 2323 184 142 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.40 2.30 2.15 3/170 23408
/proc/meminfo: memFree=30205272/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 4367 0 1 0 8 1 0 0 20 0 18 0 31087307 9787879424 5489 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2389619 5489 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.40 2.30 2.15 3/170 23408
/proc/meminfo: memFree=30205272/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 4700 0 1 0 23 1 0 0 20 0 18 0 31087307 9787879424 6783 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2389619 6783 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300223 s]
/proc/loadavg: 2.40 2.30 2.15 3/170 23408
/proc/meminfo: memFree=30205272/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 5729 0 1 0 46 1 0 0 20 0 18 0 31087307 9787879424 8518 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2389619 8518 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 2.40 2.30 2.15 3/170 23408
/proc/meminfo: memFree=30205272/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 8911 0 1 0 134 2 0 0 20 0 19 0 31087307 9856040960 16090 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2406260 16090 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.40 2.30 2.15 5/213 23460
/proc/meminfo: memFree=30089840/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9625040 CPUtime=2.66 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 16983 0 1 0 262 4 0 0 20 0 19 0 31087307 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2406260 20729 2270 9 0 2396937 0
[pid=23408/tid=23411] ppid=23405 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/23408/task/23411/stat : 23411 (java) R 23405 23408 23201 0 -1 4202560 2438 0 1 0 144 2 0 0 20 0 19 0 31087308 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156648101736 140156477246845 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23413] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23413/stat : 23413 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156609596456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23414] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23414/stat : 23414 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156608543656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23415] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23415/stat : 23415 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156607490856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23416] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23416/stat : 23416 (java) S 23405 23408 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156606438056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23417] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23417/stat : 23417 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156605385256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23418] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23418/stat : 23418 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156604332456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23419] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23419/stat : 23419 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156603279656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23420] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23420/stat : 23420 (java) S 23405 23408 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156602226856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23421] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23421/stat : 23421 (java) S 23405 23408 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31087310 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156472372200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23422] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23422/stat : 23422 (java) S 23405 23408 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156471318264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23423] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23423/stat : 23423 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156470265352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23424] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23424/stat : 23424 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156469213840 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23425] ppid=23405 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/23408/task/23425/stat : 23425 (java) S 23405 23408 23201 0 -1 4202560 2482 0 0 0 37 0 0 0 20 0 19 0 31087313 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156468160952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23426] ppid=23405 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/23408/task/23426/stat : 23426 (java) S 23405 23408 23201 0 -1 4202560 10790 0 0 0 77 1 0 0 20 0 19 0 31087313 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156467108152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23427] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23427/stat : 23427 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156466055544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23428] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23428/stat : 23428 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156465002952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23459] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23459/stat : 23459 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087351 9856040960 20729 33554432000 1073741824 1073778376 140736221920336 140156463900328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.40 2.30 2.15 4/213 23460
/proc/meminfo: memFree=30066832/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 16986 0 1 0 426 4 0 0 20 0 19 0 31087307 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2406260 21753 2270 9 0 2396937 0
[pid=23408/tid=23411] ppid=23405 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/23408/task/23411/stat : 23411 (java) R 23405 23408 23201 0 -1 4202560 2441 0 1 0 304 2 0 0 20 0 19 0 31087308 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156648095424 140156477227857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23413] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23413/stat : 23413 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156609596456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23414] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23414/stat : 23414 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156608543656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23415] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23415/stat : 23415 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156607490856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23416] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23416/stat : 23416 (java) S 23405 23408 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156606438056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23417] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23417/stat : 23417 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156605385256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23418] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23418/stat : 23418 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156604332456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23419] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23419/stat : 23419 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156603279656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23420] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23420/stat : 23420 (java) S 23405 23408 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156602226856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23421] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23421/stat : 23421 (java) S 23405 23408 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31087310 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156472372200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23422] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23422/stat : 23422 (java) S 23405 23408 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156471318264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23423] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23423/stat : 23423 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156470265352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23424] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23424/stat : 23424 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156469213840 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23425] ppid=23405 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23408/task/23425/stat : 23425 (java) S 23405 23408 23201 0 -1 4202560 2482 0 0 0 39 0 0 0 20 0 19 0 31087313 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156468160952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23426] ppid=23405 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/23408/task/23426/stat : 23426 (java) S 23405 23408 23201 0 -1 4202560 10790 0 0 0 79 2 0 0 20 0 19 0 31087313 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156467108152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23427] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23427/stat : 23427 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156466055544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23428] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23428/stat : 23428 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156465002952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23459] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23459/stat : 23459 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087351 9856040960 21753 33554432000 1073741824 1073778376 140736221920336 140156463900328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.37 2.30 2.15 3/213 23460
/proc/meminfo: memFree=30052992/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9625040 CPUtime=7.51 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 16992 0 1 0 747 4 0 0 20 0 19 0 31087307 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2406260 23170 2271 9 0 2396937 0
[pid=23408/tid=23411] ppid=23405 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/23408/task/23411/stat : 23411 (java) R 23405 23408 23201 0 -1 4202560 2446 0 1 0 624 3 0 0 20 0 19 0 31087308 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156648095408 140156477114240 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23413] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23413/stat : 23413 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156609596456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23414] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23414/stat : 23414 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156608543656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23415] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23415/stat : 23415 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156607490856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23416] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23416/stat : 23416 (java) S 23405 23408 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156606438056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23417] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23417/stat : 23417 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156605385256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23418] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23418/stat : 23418 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156604332456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23419] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23419/stat : 23419 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156603279656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23420] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23420/stat : 23420 (java) S 23405 23408 23201 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31087309 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156602226856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23421] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23421/stat : 23421 (java) S 23405 23408 23201 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31087310 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156472372200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23422] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23422/stat : 23422 (java) S 23405 23408 23201 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156471318264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23423] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23423/stat : 23423 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156470265352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23424] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23424/stat : 23424 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156469213840 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23425] ppid=23405 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23408/task/23425/stat : 23425 (java) S 23405 23408 23201 0 -1 4202560 2482 0 0 0 39 0 0 0 20 0 19 0 31087313 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156468160952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23426] ppid=23405 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/23408/task/23426/stat : 23426 (java) S 23405 23408 23201 0 -1 4202560 10790 0 0 0 80 2 0 0 20 0 19 0 31087313 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156467108152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23427] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23427/stat : 23427 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156466055544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23428] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23428/stat : 23428 (java) S 23405 23408 23201 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156465002952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23459] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23459/stat : 23459 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087351 9856040960 23170 33554432000 1073741824 1073778376 140736221920336 140156463900328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625040


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

[pid=23408/tid=23422] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23422/stat : 23422 (java) S 23405 23408 23201 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156471318264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23423] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23423/stat : 23423 (java) S 23405 23408 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156470265352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23424] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23424/stat : 23424 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156469213840 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23425] ppid=23405 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23408/task/23425/stat : 23425 (java) S 23405 23408 23201 0 -1 4202560 2482 0 0 0 39 0 0 0 20 0 19 0 31087313 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156468160952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23426] ppid=23405 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/23408/task/23426/stat : 23426 (java) S 23405 23408 23201 0 -1 4202560 10796 0 0 0 84 2 0 0 20 0 19 0 31087313 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156467108152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23427] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23427/stat : 23427 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156466055544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23428] ppid=23405 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/23408/task/23428/stat : 23428 (java) S 23405 23408 23201 0 -1 4202560 100 0 0 0 30 40 0 0 20 0 19 0 31087313 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156465002952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23459] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23459/stat : 23459 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087351 9856040960 96099 33554432000 1073741824 1073778376 140736221920336 140156463900328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.20 2.18 3/213 23527
/proc/meminfo: memFree=29391536/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9625040 CPUtime=1785.05 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 18393 0 1 0 178434 71 0 0 20 0 19 0 31087307 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2406260 99157 2285 9 0 2396937 0
[pid=23408/tid=23411] ppid=23405 vsize=9625040 CPUtime=1781.79 cores=1,3,5,7
/proc/23408/task/23411/stat : 23411 (java) R 23405 23408 23201 0 -1 4202560 2503 0 1 0 178143 36 0 0 20 0 19 0 31087308 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156648095504 140156477228731 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23413] ppid=23405 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23408/task/23413/stat : 23413 (java) S 23405 23408 23201 0 -1 4202560 210 0 0 0 15 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156609596456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23414] ppid=23405 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23408/task/23414/stat : 23414 (java) S 23405 23408 23201 0 -1 4202560 81 0 0 0 16 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156608543656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23415] ppid=23405 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23408/task/23415/stat : 23415 (java) S 23405 23408 23201 0 -1 4202560 178 0 0 0 17 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156607490856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23416] ppid=23405 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23408/task/23416/stat : 23416 (java) S 23405 23408 23201 0 -1 4202560 194 0 0 0 21 4 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156606438056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23417] ppid=23405 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23408/task/23417/stat : 23417 (java) S 23405 23408 23201 0 -1 4202560 215 0 0 0 13 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156605385256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23418] ppid=23405 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23408/task/23418/stat : 23418 (java) S 23405 23408 23201 0 -1 4202560 149 0 0 0 18 2 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156604332456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23419] ppid=23405 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23408/task/23419/stat : 23419 (java) S 23405 23408 23201 0 -1 4202560 101 0 0 0 20 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156603279656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23420] ppid=23405 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23408/task/23420/stat : 23420 (java) S 23405 23408 23201 0 -1 4202560 57 0 0 0 12 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156602226856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23421] ppid=23405 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23408/task/23421/stat : 23421 (java) S 23405 23408 23201 0 -1 4202560 64 0 0 0 0 2 0 0 20 0 19 0 31087310 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156472372200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23422] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23422/stat : 23422 (java) S 23405 23408 23201 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156471318264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23423] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23423/stat : 23423 (java) S 23405 23408 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156470265352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23424] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23424/stat : 23424 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156469213840 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23425] ppid=23405 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23408/task/23425/stat : 23425 (java) S 23405 23408 23201 0 -1 4202560 2482 0 0 0 39 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156468160952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23426] ppid=23405 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/23408/task/23426/stat : 23426 (java) S 23405 23408 23201 0 -1 4202560 10796 0 0 0 84 2 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156467108152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23427] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23427/stat : 23427 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156466055544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23428] ppid=23405 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/23408/task/23428/stat : 23428 (java) S 23405 23408 23201 0 -1 4202560 104 0 0 0 31 42 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156465002952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23459] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23459/stat : 23459 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087351 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156463900328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 23527
/proc/meminfo: memFree=29391912/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 18393 0 1 0 179935 71 0 0 20 0 19 0 31087307 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2406260 99157 2285 9 0 2396937 0
[pid=23408/tid=23411] ppid=23405 vsize=9625040 CPUtime=1796.79 cores=1,3,5,7
/proc/23408/task/23411/stat : 23411 (java) R 23405 23408 23201 0 -1 4202560 2503 0 1 0 179643 36 0 0 20 0 19 0 31087308 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156648095504 140156477297037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23413] ppid=23405 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23408/task/23413/stat : 23413 (java) S 23405 23408 23201 0 -1 4202560 210 0 0 0 15 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156609596456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23414] ppid=23405 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23408/task/23414/stat : 23414 (java) S 23405 23408 23201 0 -1 4202560 81 0 0 0 16 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156608543656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23415] ppid=23405 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23408/task/23415/stat : 23415 (java) S 23405 23408 23201 0 -1 4202560 178 0 0 0 17 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156607490856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23416] ppid=23405 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23408/task/23416/stat : 23416 (java) S 23405 23408 23201 0 -1 4202560 194 0 0 0 21 4 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156606438056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23417] ppid=23405 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23408/task/23417/stat : 23417 (java) S 23405 23408 23201 0 -1 4202560 215 0 0 0 13 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156605385256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23418] ppid=23405 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23408/task/23418/stat : 23418 (java) S 23405 23408 23201 0 -1 4202560 149 0 0 0 18 2 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156604332456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23419] ppid=23405 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23408/task/23419/stat : 23419 (java) S 23405 23408 23201 0 -1 4202560 101 0 0 0 20 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156603279656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23420] ppid=23405 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23408/task/23420/stat : 23420 (java) S 23405 23408 23201 0 -1 4202560 57 0 0 0 12 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156602226856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23421] ppid=23405 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23408/task/23421/stat : 23421 (java) S 23405 23408 23201 0 -1 4202560 64 0 0 0 0 2 0 0 20 0 19 0 31087310 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156472372200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23422] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23422/stat : 23422 (java) S 23405 23408 23201 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156471318264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23423] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23423/stat : 23423 (java) S 23405 23408 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156470265352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23424] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23424/stat : 23424 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156469213840 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23425] ppid=23405 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23408/task/23425/stat : 23425 (java) S 23405 23408 23201 0 -1 4202560 2482 0 0 0 39 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156468160952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23426] ppid=23405 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/23408/task/23426/stat : 23426 (java) S 23405 23408 23201 0 -1 4202560 10796 0 0 0 84 2 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156467108152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23427] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23427/stat : 23427 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156466055544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23428] ppid=23405 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23408/task/23428/stat : 23428 (java) S 23405 23408 23201 0 -1 4202560 104 0 0 0 31 43 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156465002952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23459] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23459/stat : 23459 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087351 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156463900328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 23408 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 23527
/proc/meminfo: memFree=29391912/32872528 swapFree=1643088/1798432
[pid=23408] ppid=23405 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/23408/stat : 23408 (java) S 23405 23408 23201 0 -1 4202496 18393 0 1 0 179935 71 0 0 20 0 19 0 31087307 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140736221911472 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23408/statm: 2406260 99157 2285 9 0 2396937 0
[pid=23408/tid=23411] ppid=23405 vsize=9625040 CPUtime=1796.79 cores=1,3,5,7
/proc/23408/task/23411/stat : 23411 (java) R 23405 23408 23201 0 -1 4202560 2503 0 1 0 179643 36 0 0 20 0 19 0 31087308 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156648095504 140156477297037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23413] ppid=23405 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23408/task/23413/stat : 23413 (java) S 23405 23408 23201 0 -1 4202560 210 0 0 0 15 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156609596456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23414] ppid=23405 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/23408/task/23414/stat : 23414 (java) S 23405 23408 23201 0 -1 4202560 81 0 0 0 16 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156608543656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23415] ppid=23405 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23408/task/23415/stat : 23415 (java) S 23405 23408 23201 0 -1 4202560 178 0 0 0 17 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156607490856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23416] ppid=23405 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/23408/task/23416/stat : 23416 (java) S 23405 23408 23201 0 -1 4202560 194 0 0 0 21 4 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156606438056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23408/tid=23417] ppid=23405 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/23408/task/23417/stat : 23417 (java) S 23405 23408 23201 0 -1 4202560 215 0 0 0 13 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156605385256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23418] ppid=23405 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23408/task/23418/stat : 23418 (java) S 23405 23408 23201 0 -1 4202560 149 0 0 0 18 2 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156604332456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23419] ppid=23405 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23408/task/23419/stat : 23419 (java) S 23405 23408 23201 0 -1 4202560 101 0 0 0 20 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156603279656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23420] ppid=23405 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23408/task/23420/stat : 23420 (java) S 23405 23408 23201 0 -1 4202560 57 0 0 0 12 3 0 0 20 0 19 0 31087309 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156602226856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23421] ppid=23405 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23408/task/23421/stat : 23421 (java) S 23405 23408 23201 0 -1 4202560 64 0 0 0 0 2 0 0 20 0 19 0 31087310 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156472372200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23422] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23422/stat : 23422 (java) S 23405 23408 23201 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156471318264 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23423] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23423/stat : 23423 (java) S 23405 23408 23201 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 31087311 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156470265352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23424] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23424/stat : 23424 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156469213840 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23408/tid=23425] ppid=23405 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23408/task/23425/stat : 23425 (java) S 23405 23408 23201 0 -1 4202560 2482 0 0 0 39 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156468160952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23426] ppid=23405 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/23408/task/23426/stat : 23426 (java) S 23405 23408 23201 0 -1 4202560 10796 0 0 0 84 2 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156467108152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23427] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23427/stat : 23427 (java) S 23405 23408 23201 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156466055544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23408/tid=23428] ppid=23405 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/23408/task/23428/stat : 23428 (java) S 23405 23408 23201 0 -1 4202560 104 0 0 0 31 43 0 0 20 0 19 0 31087313 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156465002952 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23408/tid=23459] ppid=23405 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23408/task/23459/stat : 23459 (java) S 23405 23408 23201 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31087351 9856040960 99157 33554432000 1073741824 1073778376 140736221920336 140156463900328 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.34
CPU time (s): 1800.68
CPU user time (s): 1799.46
CPU system time (s): 1.22281
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 1.22281
maximum resident set size= 396744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18426
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38512
involuntary context switches= 8646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.41357 second user time and 7.36788 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-27 00:34:42
IDJOB=4117089
IDBENCH=109551
IDSOLVER=2546
FILE ID=node123/4117089-1466980482
RUNJOBID= node123-1466978683-23218
PBS_JOBID= 19976399
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117089-1466980482/watcher-4117089-1466980482 -o /tmp/evaluation-result-4117089-1466980482/solver-4117089-1466980482 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466978683-23218 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117089-1466980482.opb

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

MD5SUM BENCH= 326ac17ed003b145465711c7acb057a9
RANDOM SEED=1038992607

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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.608
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.56
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.608
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.608
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:        30205272 kB
Buffers:           44676 kB
Cached:           119052 kB
SwapCached:         1768 kB
Active:            30412 kB
Inactive:         136640 kB
Active(anon):       4916 kB
Inactive(anon):      924 kB
Active(file):      25496 kB
Inactive(file):   135716 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1272 kB
Writeback:             4 kB
AnonPages:       1800704 kB
Mapped:             7192 kB
Shmem:                 0 kB
Slab:             566128 kB
SReclaimable:      10312 kB
SUnreclaim:       555816 kB
KernelStack:        1480 kB
PageTables:         7188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1895228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71728 MiB
End job on node123 at 2016-06-27 01:04:39