Trace number 4117193

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.04 1797.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-9.opb
MD5SUMe065f1c8e7f6201cf78fb94f3d7a1f66
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 constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
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.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@2b21cc40
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@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4117193-1466972086.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.307s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10752
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 872
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10752 constraints processed.
1.72/1.10	c cleaning 2500 clauses out of 4999 with flag 16100/5001
2.49/1.73	c cleaning 4245 clauses out of 8498 with flag 36773/11000
3.18/2.46	c cleaning 5620 clauses out of 11254 with flag 64318/18001
4.10/3.34	c cleaning 6812 clauses out of 13633 with flag 97793/26000
5.11/4.33	c cleaning 7906 clauses out of 15821 with flag 136817/35000
6.11/5.40	c cleaning 8932 clauses out of 17916 with flag 182963/45001
7.31/6.60	c cleaning 9985 clauses out of 19983 with flag 234481/56000
8.81/8.00	c cleaning 10991 clauses out of 21998 with flag 289409/68000
10.31/9.55	c cleaning 11965 clauses out of 24007 with flag 353592/81000
12.11/11.30	c cleaning 12991 clauses out of 26042 with flag 422829/95000
13.81/13.09	c cleaning 14005 clauses out of 28053 with flag 501491/110002
15.82/15.07	c cleaning 14940 clauses out of 30046 with flag 584570/126000
18.02/17.26	c cleaning 16001 clauses out of 32107 with flag 675122/143001
20.42/19.66	c cleaning 17024 clauses out of 34105 with flag 771693/161000
23.02/22.25	c cleaning 18010 clauses out of 36082 with flag 876589/180001
25.72/24.90	c cleaning 19016 clauses out of 38072 with flag 986878/200001
28.61/27.87	c cleaning 20007 clauses out of 40055 with flag 1103112/221000
31.73/30.97	c cleaning 21004 clauses out of 42048 with flag 1223741/243000
35.03/34.24	c cleaning 21985 clauses out of 44044 with flag 1356143/266000
38.52/37.79	c cleaning 22985 clauses out of 46059 with flag 1494185/290000
42.22/41.47	c cleaning 24029 clauses out of 48075 with flag 1638550/315001
46.12/45.31	c cleaning 25000 clauses out of 50045 with flag 1788393/341000
50.22/49.47	c cleaning 26000 clauses out of 52045 with flag 1944702/368000
54.46/53.63	c cleaning 26972 clauses out of 54045 with flag 2105283/396000
58.56/57.79	c cleaning 28025 clauses out of 56073 with flag 2278631/425000
62.96/62.17	c cleaning 29000 clauses out of 58053 with flag 2454413/455005
67.55/66.75	c cleaning 30018 clauses out of 60049 with flag 2636956/486001
72.36/71.54	c cleaning 30980 clauses out of 62030 with flag 2828546/518000
77.45/76.68	c cleaning 31972 clauses out of 64051 with flag 3023755/551001
82.85/82.07	c cleaning 33012 clauses out of 66078 with flag 3222788/585000
88.65/87.82	c cleaning 34018 clauses out of 68066 with flag 3432669/620000
94.55/93.72	c cleaning 35013 clauses out of 70048 with flag 3648569/656000
100.85/100.03	c cleaning 35989 clauses out of 72035 with flag 3869309/693000
107.35/106.55	c cleaning 36984 clauses out of 74046 with flag 4099644/731000
114.16/113.36	c cleaning 37999 clauses out of 76063 with flag 4332198/770001
121.35/120.51	c cleaning 39001 clauses out of 78063 with flag 4572827/810000
128.55/127.73	c cleaning 39975 clauses out of 80063 with flag 4822850/851001
136.25/135.46	c cleaning 41016 clauses out of 82088 with flag 5074721/893001
143.88/143.04	c cleaning 41999 clauses out of 84071 with flag 5334639/936000
151.88/151.07	c cleaning 43006 clauses out of 86072 with flag 5599353/980000
159.78/158.99	c cleaning 43991 clauses out of 88066 with flag 5871011/1025000
168.18/167.37	c cleaning 44975 clauses out of 90075 with flag 6150711/1071000
176.88/176.02	c cleaning 46017 clauses out of 92104 with flag 6439575/1118004
185.78/184.95	c cleaning 46994 clauses out of 94084 with flag 6732941/1166001
195.06/194.29	c cleaning 48004 clauses out of 96089 with flag 7033851/1215000
204.87/204.07	c cleaning 49027 clauses out of 98085 with flag 7336674/1265000
215.17/214.35	c cleaning 50016 clauses out of 100058 with flag 7648987/1316000
225.47/224.65	c cleaning 50989 clauses out of 102042 with flag 7966065/1368000
236.33/235.48	c cleaning 51959 clauses out of 104053 with flag 8291868/1421000
247.03/246.16	c cleaning 53029 clauses out of 106094 with flag 8625420/1475000
258.22/257.33	c cleaning 53966 clauses out of 108065 with flag 8964666/1530000
269.62/268.79	c cleaning 55014 clauses out of 110100 with flag 9312038/1586001
282.02/281.11	c cleaning 56025 clauses out of 112085 with flag 9662035/1643000
294.42/293.56	c cleaning 56990 clauses out of 114060 with flag 10014937/1701000
307.31/306.42	c cleaning 57993 clauses out of 116070 with flag 10375998/1760000
320.41/319.54	c cleaning 59018 clauses out of 118077 with flag 10746583/1820000
334.21/333.40	c cleaning 59999 clauses out of 120059 with flag 11119861/1881000
347.76/346.88	c cleaning 60997 clauses out of 122060 with flag 11495759/1943000
361.56/360.61	c cleaning 62024 clauses out of 124063 with flag 11880662/2006000
375.76/374.80	c cleaning 63005 clauses out of 126041 with flag 12274717/2070002
390.47/389.52	c cleaning 63965 clauses out of 128034 with flag 12670933/2135000
405.59/404.60	c cleaning 65016 clauses out of 130069 with flag 13081573/2201000
421.10/420.18	c cleaning 65985 clauses out of 132053 with flag 13494861/2268000
437.01/436.09	c cleaning 66976 clauses out of 134068 with flag 13908595/2336000
453.21/452.25	c cleaning 68035 clauses out of 136092 with flag 14329652/2405000
469.67/468.62	c cleaning 68983 clauses out of 138057 with flag 14756626/2475000
486.47/485.45	c cleaning 70010 clauses out of 140074 with flag 15193233/2546000
503.97/502.97	c cleaning 70979 clauses out of 142067 with flag 15627820/2618003
521.86/520.83	c cleaning 72033 clauses out of 144085 with flag 16075483/2691000
540.07/539.07	c cleaning 73005 clauses out of 146052 with flag 16525950/2765000
559.27/558.21	c cleaning 74003 clauses out of 148047 with flag 16984995/2840000
578.58/577.56	c cleaning 74998 clauses out of 150044 with flag 17447764/2916000
598.04/596.96	c cleaning 75994 clauses out of 152047 with flag 17915986/2993001
617.85/616.78	c cleaning 77000 clauses out of 154052 with flag 18386108/3071000
638.25/637.12	c cleaning 77987 clauses out of 156052 with flag 18865188/3150000
659.15/658.07	c cleaning 78993 clauses out of 158065 with flag 19355045/3230000
680.55/679.41	c cleaning 80026 clauses out of 160073 with flag 19847375/3311001
702.36/701.23	c cleaning 81010 clauses out of 162046 with flag 20349920/3393000
724.74/723.57	c cleaning 82001 clauses out of 164036 with flag 20854788/3476000
746.94/745.79	c cleaning 82958 clauses out of 166036 with flag 21363864/3560001
770.05/768.82	c cleaning 84023 clauses out of 168077 with flag 21880696/3645000
793.75/792.55	c cleaning 85012 clauses out of 170055 with flag 22403195/3731001
818.06/816.80	c cleaning 85998 clauses out of 172042 with flag 22931443/3818000
842.76/841.50	c cleaning 87005 clauses out of 174044 with flag 23466361/3906000
868.17/866.83	c cleaning 88011 clauses out of 176039 with flag 24007324/3995000
893.86/892.50	c cleaning 89007 clauses out of 178028 with flag 24556258/4085000
920.16/918.86	c cleaning 89973 clauses out of 180022 with flag 25108287/4176001
947.26/945.94	c cleaning 90994 clauses out of 182048 with flag 25663896/4268000
974.96/973.56	c cleaning 92002 clauses out of 184054 with flag 26220635/4361000
1002.66/1001.20	c cleaning 92977 clauses out of 186052 with flag 26789438/4455000
1030.97/1029.58	c cleaning 94024 clauses out of 188075 with flag 27366638/4550000
1060.67/1059.29	c cleaning 94988 clauses out of 190051 with flag 27949924/4646000
1090.88/1089.44	c cleaning 95985 clauses out of 192063 with flag 28537096/4743000
1121.09/1119.52	c cleaning 97023 clauses out of 194078 with flag 29130729/4841000
1151.99/1150.46	c cleaning 97970 clauses out of 196055 with flag 29725815/4940000
1183.30/1181.78	c cleaning 99036 clauses out of 198087 with flag 30336578/5040002
1215.01/1213.45	c cleaning 100010 clauses out of 200049 with flag 30951434/5141000
1247.11/1245.45	c cleaning 100994 clauses out of 202039 with flag 31574716/5243000
1280.12/1278.47	c cleaning 102007 clauses out of 204045 with flag 32195156/5346000
1314.13/1312.44	c cleaning 103002 clauses out of 206038 with flag 32824880/5450000
1348.18/1346.37	c cleaning 104016 clauses out of 208036 with flag 33463226/5555000
1383.58/1381.73	c cleaning 105002 clauses out of 210020 with flag 34105577/5661000
1420.36/1418.57	c cleaning 105990 clauses out of 212019 with flag 34750401/5768001
1457.55/1455.71	c cleaning 106996 clauses out of 214028 with flag 35408059/5876000
1494.74/1492.84	c cleaning 107988 clauses out of 216032 with flag 36070205/5985000
1533.23/1531.35	c cleaning 109006 clauses out of 218044 with flag 36732370/6095000
1572.83/1570.95	c cleaning 109973 clauses out of 220039 with flag 37394424/6206001
1613.64/1611.70	c cleaning 111023 clauses out of 222065 with flag 38071191/6318000
1653.30/1651.36	c cleaning 112010 clauses out of 224042 with flag 38755732/6431000
1693.71/1691.76	c cleaning 113005 clauses out of 226034 with flag 39442328/6545002
1735.13/1733.19	c cleaning 113967 clauses out of 228027 with flag 40140223/6660000
1778.14/1776.02	c cleaning 115008 clauses out of 230060 with flag 40844357/6776000
1800.04/1797.90	c starts		: 48791
1800.04/1797.90	c conflicts		: 6845629
1800.04/1797.90	c decisions		: 62882349
1800.04/1797.90	c propagations		: 905832351
1800.04/1797.90	c inspects		: 24575575569
1800.04/1797.90	c shortcuts		: 0
1800.04/1797.90	c learnt literals	: 2
1800.04/1797.90	c learnt binary clauses	: 35
1800.04/1797.90	c learnt ternary clauses	: 580
1800.04/1797.90	c learnt constraints	: 6845627
1800.04/1797.90	c ignored constraints	: 0
1800.04/1797.90	c root simplifications	: 0
1800.04/1797.90	c removed literals (reason simplification)	: 0
1800.04/1797.90	c reason swapping (by a shorter reason)	: 0
1800.04/1797.90	c Calls to reduceDB	: 112
1800.04/1797.90	c Number of update (reduction) of LBD	: 1441981
1800.04/1797.90	c Imported unit clauses	: 0
1800.04/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.90	c number of learned constraints concerned by reduction	: 0
1800.04/1797.90	c number of learning phase by resolution	: 0
1800.04/1797.90	c number of learning phase by cutting planes	: 0
1800.04/1797.90	c speed (assignments/second)	: 503947.4011863315
1800.04/1797.90	c non guided choices	39608
1800.04/1797.90	c timeout
1800.04/1797.93	c learnt constraints type 
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35
1800.04/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 184646
1800.04/1797.93	s UNKNOWN
1800.04/1797.93	c Total wall clock time (in seconds): 1797.816

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-4117193-1466972086/watcher-4117193-1466972086 -o /tmp/evaluation-result-4117193-1466972086/solver-4117193-1466972086 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117193-1466972086.opb 

pid=23625
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.14 2.18 2.19 3/196 23628
/proc/meminfo: memFree=30063348/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=336 CPUtime=0 cores=1,3,5,7
/proc/23628/stat : 23628 (java) R 23625 23628 19710 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 30246948 344064 41 33554432000 1073741824 1073778376 140734716262848 140736879996056 273896475315 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 625 46 37 9 0 29 0

[startup+0.100063 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 23628
/proc/meminfo: memFree=30063348/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 4435 0 1 0 8 0 0 0 20 0 18 0 30246948 9787879424 6042 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 23628
/proc/meminfo: memFree=30063348/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 4766 0 1 0 25 1 0 0 20 0 18 0 30246948 9787879424 6809 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2389619 6809 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300249 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 23628
/proc/meminfo: memFree=30063348/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 5824 0 1 0 47 2 0 0 20 0 18 0 30246948 9787879424 8980 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2389619 8980 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.14 2.18 2.19 3/196 23628
/proc/meminfo: memFree=30063348/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 9053 0 1 0 133 3 0 0 20 0 19 0 30246948 9856040960 15859 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2406260 15859 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50086 s]
/proc/loadavg: 2.13 2.18 2.19 5/215 23647
/proc/meminfo: memFree=30008548/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 9926 0 1 0 224 3 0 0 20 0 19 0 30246948 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2406260 16379 2270 9 0 2396937 0
[pid=23628/tid=23630] ppid=23625 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/23628/task/23630/stat : 23630 (java) R 23625 23628 19710 0 -1 4202560 2442 0 1 0 143 2 0 0 20 0 19 0 30246949 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872678256888 139872539580351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23631] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23631/stat : 23631 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872522201640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23632] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23632/stat : 23632 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872521148840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23633] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23633/stat : 23633 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872520096040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23634] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23634/stat : 23634 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872519043240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23635] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23635/stat : 23635 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872517991464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23636] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23636/stat : 23636 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872516938664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23637] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23637/stat : 23637 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872515885864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23638] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23638/stat : 23638 (java) S 23625 23628 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872514833064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23639] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23639/stat : 23639 (java) S 23625 23628 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872502421992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23640] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23640/stat : 23640 (java) S 23625 23628 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872501368056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23641] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23641/stat : 23641 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872500315144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23642] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23642/stat : 23642 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872499263632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23643] ppid=23625 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/23628/task/23643/stat : 23643 (java) S 23625 23628 19710 0 -1 4202560 2093 0 0 0 36 0 0 0 20 0 19 0 30246954 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872498211768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23644] ppid=23625 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23628/task/23644/stat : 23644 (java) S 23625 23628 19710 0 -1 4202560 4118 0 0 0 42 0 0 0 20 0 19 0 30246954 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872497158968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23645] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23645/stat : 23645 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872496106360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23646] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23646/stat : 23646 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872495053768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23647] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23647/stat : 23647 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246991 9856040960 16379 33554432000 1073741824 1073778376 140734716262848 139872493999272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.13 2.18 2.19 3/215 23647
/proc/meminfo: memFree=30003824/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 9929 0 1 0 386 3 0 0 20 0 19 0 30246948 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2406260 17403 2270 9 0 2396937 0
[pid=23628/tid=23630] ppid=23625 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/23628/task/23630/stat : 23630 (java) R 23625 23628 19710 0 -1 4202560 2445 0 1 0 302 2 0 0 20 0 19 0 30246949 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872678256816 139872539607718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23631] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23631/stat : 23631 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872522201640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23632] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23632/stat : 23632 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872521148840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23633] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23633/stat : 23633 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872520096040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23634] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23634/stat : 23634 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872519043240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23635] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23635/stat : 23635 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872517991464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23636] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23636/stat : 23636 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872516938664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23637] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23637/stat : 23637 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872515885864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23638] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23638/stat : 23638 (java) S 23625 23628 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872514833064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23639] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23639/stat : 23639 (java) S 23625 23628 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872502421992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23640] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23640/stat : 23640 (java) S 23625 23628 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872501368056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23641] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23641/stat : 23641 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872500315144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23642] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23642/stat : 23642 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872499263632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23643] ppid=23625 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23628/task/23643/stat : 23643 (java) S 23625 23628 19710 0 -1 4202560 2093 0 0 0 38 0 0 0 20 0 19 0 30246954 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872498211768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23644] ppid=23625 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23628/task/23644/stat : 23644 (java) S 23625 23628 19710 0 -1 4202560 4118 0 0 0 44 0 0 0 20 0 19 0 30246954 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872497158968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23645] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23645/stat : 23645 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872496106360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23646] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23646/stat : 23646 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872495053768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23647] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23647/stat : 23647 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246991 9856040960 17403 33554432000 1073741824 1073778376 140734716262848 139872493999272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.13 2.18 2.19 3/215 23647
/proc/meminfo: memFree=29995928/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9625040 CPUtime=7.11 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 9935 0 1 0 708 3 0 0 20 0 19 0 30246948 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2406260 19177 2271 9 0 2396937 0
[pid=23628/tid=23630] ppid=23625 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/23628/task/23630/stat : 23630 (java) R 23625 23628 19710 0 -1 4202560 2450 0 1 0 622 2 0 0 20 0 19 0 30246949 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872678257032 139872539559007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23631] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23631/stat : 23631 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872522201640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23632] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23632/stat : 23632 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872521148840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23633] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23633/stat : 23633 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872520096040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23634] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23634/stat : 23634 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872519043240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23635] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23635/stat : 23635 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872517991464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23636] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23636/stat : 23636 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872516938664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23637] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23637/stat : 23637 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872515885864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23638] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23638/stat : 23638 (java) S 23625 23628 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30246950 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872514833064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23639] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23639/stat : 23639 (java) S 23625 23628 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872502421992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23640] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23640/stat : 23640 (java) S 23625 23628 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872501368056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23641] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23641/stat : 23641 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872500315144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23642] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23642/stat : 23642 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872499263632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23643] ppid=23625 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23628/task/23643/stat : 23643 (java) S 23625 23628 19710 0 -1 4202560 2093 0 0 0 38 0 0 0 20 0 19 0 30246954 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872498211768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23644] ppid=23625 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/23628/task/23644/stat : 23644 (java) S 23625 23628 19710 0 -1 4202560 4118 0 0 0 45 0 0 0 20 0 19 0 30246954 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872497158968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23645] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23645/stat : 23645 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872496106360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23646] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23646/stat : 23646 (java) S 23625 23628 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872495053768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23647] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23647/stat : 23647 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246991 9856040960 19177 33554432000 1073741824 1073778376 140734716262848 139872493999272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625040


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

[pid=23628/tid=23647] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23647/stat : 23647 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246991 9856040960 84460 33554432000 1073741824 1073778376 140734716262848 139872493999272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.33
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.23 2.18 3/215 23758
/proc/meminfo: memFree=29752736/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9625040 CPUtime=1784.44 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 12004 0 1 0 178379 65 0 0 20 0 19 0 30246948 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2406260 86985 2285 9 0 2396937 0
[pid=23628/tid=23630] ppid=23625 vsize=9625040 CPUtime=1777.06 cores=1,3,5,7
/proc/23628/task/23630/stat : 23630 (java) R 23625 23628 19710 0 -1 4202560 2509 0 1 0 177673 33 0 0 20 0 19 0 30246949 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872678248224 139872539622114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23631] ppid=23625 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23628/task/23631/stat : 23631 (java) S 23625 23628 19710 0 -1 4202560 177 0 0 0 13 0 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872522201640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23632] ppid=23625 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23628/task/23632/stat : 23632 (java) S 23625 23628 19710 0 -1 4202560 186 0 0 0 15 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872521148840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23633] ppid=23625 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23628/task/23633/stat : 23633 (java) S 23625 23628 19710 0 -1 4202560 307 0 0 0 19 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872520096040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23634] ppid=23625 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23628/task/23634/stat : 23634 (java) S 23625 23628 19710 0 -1 4202560 157 0 0 0 14 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872519043240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23635] ppid=23625 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23628/task/23635/stat : 23635 (java) S 23625 23628 19710 0 -1 4202560 212 0 0 0 17 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872517991464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23636] ppid=23625 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23628/task/23636/stat : 23636 (java) S 23625 23628 19710 0 -1 4202560 159 0 0 0 13 2 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872516938664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23637] ppid=23625 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23628/task/23637/stat : 23637 (java) S 23625 23628 19710 0 -1 4202560 163 0 0 0 15 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872515885864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23638] ppid=23625 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23628/task/23638/stat : 23638 (java) S 23625 23628 19710 0 -1 4202560 77 0 0 0 19 4 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872514833064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23639] ppid=23625 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23628/task/23639/stat : 23639 (java) S 23625 23628 19710 0 -1 4202560 57 0 0 0 0 2 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872502421992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23640] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23640/stat : 23640 (java) S 23625 23628 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872501368056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23641] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23641/stat : 23641 (java) S 23625 23628 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872500315144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23642] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23642/stat : 23642 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872499263632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23643] ppid=23625 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23628/task/23643/stat : 23643 (java) S 23625 23628 19710 0 -1 4202560 2093 0 0 0 38 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872498211768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23644] ppid=23625 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23628/task/23644/stat : 23644 (java) S 23625 23628 19710 0 -1 4202560 4544 0 0 0 49 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872497158968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23645] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23645/stat : 23645 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872496106360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23646] ppid=23625 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/23628/task/23646/stat : 23646 (java) S 23625 23628 19710 0 -1 4202560 104 0 0 0 28 44 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872495053768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23647] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23647/stat : 23647 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246991 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872493999272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.25 2.23 2.18 3/215 23758
/proc/meminfo: memFree=29730332/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 12004 0 1 0 179938 66 0 0 20 0 19 0 30246948 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2406260 86985 2285 9 0 2396937 0
[pid=23628/tid=23630] ppid=23625 vsize=9625040 CPUtime=1792.62 cores=1,3,5,7
/proc/23628/task/23630/stat : 23630 (java) R 23625 23628 19710 0 -1 4202560 2509 0 1 0 179229 33 0 0 20 0 19 0 30246949 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872678248224 139872539687678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23631] ppid=23625 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23628/task/23631/stat : 23631 (java) S 23625 23628 19710 0 -1 4202560 177 0 0 0 13 0 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872522201640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23632] ppid=23625 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23628/task/23632/stat : 23632 (java) S 23625 23628 19710 0 -1 4202560 186 0 0 0 15 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872521148840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23633] ppid=23625 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23628/task/23633/stat : 23633 (java) S 23625 23628 19710 0 -1 4202560 307 0 0 0 19 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872520096040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23634] ppid=23625 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23628/task/23634/stat : 23634 (java) S 23625 23628 19710 0 -1 4202560 157 0 0 0 14 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872519043240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23635] ppid=23625 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23628/task/23635/stat : 23635 (java) S 23625 23628 19710 0 -1 4202560 212 0 0 0 17 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872517991464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23636] ppid=23625 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23628/task/23636/stat : 23636 (java) S 23625 23628 19710 0 -1 4202560 159 0 0 0 13 2 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872516938664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23637] ppid=23625 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23628/task/23637/stat : 23637 (java) S 23625 23628 19710 0 -1 4202560 163 0 0 0 15 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872515885864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23638] ppid=23625 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23628/task/23638/stat : 23638 (java) S 23625 23628 19710 0 -1 4202560 77 0 0 0 19 4 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872514833064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23639] ppid=23625 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23628/task/23639/stat : 23639 (java) S 23625 23628 19710 0 -1 4202560 57 0 0 0 0 2 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872502421992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23640] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23640/stat : 23640 (java) S 23625 23628 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872501368056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23641] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23641/stat : 23641 (java) S 23625 23628 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872500315144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23642] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23642/stat : 23642 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872499263632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23643] ppid=23625 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23628/task/23643/stat : 23643 (java) S 23625 23628 19710 0 -1 4202560 2093 0 0 0 38 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872498211768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23644] ppid=23625 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23628/task/23644/stat : 23644 (java) S 23625 23628 19710 0 -1 4202560 4544 0 0 0 49 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872497158968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23645] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23645/stat : 23645 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872496106360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23646] ppid=23625 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/23628/task/23646/stat : 23646 (java) S 23625 23628 19710 0 -1 4202560 104 0 0 0 29 44 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872495053768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23647] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23647/stat : 23647 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246991 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872493999272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 23628 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.25 2.23 2.18 3/215 23758
/proc/meminfo: memFree=29730332/32872528 swapFree=1491540/1663236
[pid=23628] ppid=23625 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/23628/stat : 23628 (java) S 23625 23628 19710 0 -1 4202496 12004 0 1 0 179938 66 0 0 20 0 19 0 30246948 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 140734716253984 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23628/statm: 2406260 86985 2285 9 0 2396937 0
[pid=23628/tid=23630] ppid=23625 vsize=9625040 CPUtime=1792.62 cores=1,3,5,7
/proc/23628/task/23630/stat : 23630 (java) R 23625 23628 19710 0 -1 4202560 2509 0 1 0 179229 33 0 0 20 0 19 0 30246949 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872678248224 139872539687678 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23631] ppid=23625 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/23628/task/23631/stat : 23631 (java) S 23625 23628 19710 0 -1 4202560 177 0 0 0 13 0 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872522201640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23632] ppid=23625 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23628/task/23632/stat : 23632 (java) S 23625 23628 19710 0 -1 4202560 186 0 0 0 15 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872521148840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23628/tid=23633] ppid=23625 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/23628/task/23633/stat : 23633 (java) S 23625 23628 19710 0 -1 4202560 307 0 0 0 19 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872520096040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23634] ppid=23625 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/23628/task/23634/stat : 23634 (java) S 23625 23628 19710 0 -1 4202560 157 0 0 0 14 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872519043240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23635] ppid=23625 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/23628/task/23635/stat : 23635 (java) S 23625 23628 19710 0 -1 4202560 212 0 0 0 17 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872517991464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23636] ppid=23625 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23628/task/23636/stat : 23636 (java) S 23625 23628 19710 0 -1 4202560 159 0 0 0 13 2 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872516938664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23637] ppid=23625 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/23628/task/23637/stat : 23637 (java) S 23625 23628 19710 0 -1 4202560 163 0 0 0 15 3 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872515885864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23638] ppid=23625 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/23628/task/23638/stat : 23638 (java) S 23625 23628 19710 0 -1 4202560 77 0 0 0 19 4 0 0 20 0 19 0 30246950 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872514833064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23639] ppid=23625 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/23628/task/23639/stat : 23639 (java) S 23625 23628 19710 0 -1 4202560 57 0 0 0 0 2 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872502421992 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23640] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23640/stat : 23640 (java) S 23625 23628 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872501368056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23641] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23641/stat : 23641 (java) S 23625 23628 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30246951 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872500315144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23642] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23642/stat : 23642 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872499263632 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23643] ppid=23625 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23628/task/23643/stat : 23643 (java) S 23625 23628 19710 0 -1 4202560 2093 0 0 0 38 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872498211768 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23644] ppid=23625 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23628/task/23644/stat : 23644 (java) S 23625 23628 19710 0 -1 4202560 4544 0 0 0 49 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872497158968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23628/tid=23645] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23645/stat : 23645 (java) S 23625 23628 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872496106360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23628/tid=23646] ppid=23625 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/23628/task/23646/stat : 23646 (java) S 23625 23628 19710 0 -1 4202560 104 0 0 0 29 44 0 0 20 0 19 0 30246954 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872495053768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23628/tid=23647] ppid=23625 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23628/task/23647/stat : 23647 (java) S 23625 23628 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30246991 9856040960 86985 33554432000 1073741824 1073778376 140734716262848 139872493999272 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.94
CPU time (s): 1800.04
CPU user time (s): 1799.38
CPU system time (s): 0.66
CPU usage (%): 100.117
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 1.13983
maximum resident set size= 350128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38477
involuntary context switches= 15375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3904 second user time and 14.1848 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 22:14:46
IDJOB=4117193
IDBENCH=109564
IDSOLVER=2546
FILE ID=node134/4117193-1466972086
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round23-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117193-1466972086/watcher-4117193-1466972086 -o /tmp/evaluation-result-4117193-1466972086/solver-4117193-1466972086 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117193-1466972086.opb

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

MD5SUM BENCH= e065f1c8e7f6201cf78fb94f3d7a1f66
RANDOM SEED=811178353

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.170
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		: 2667.170
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:        30064240 kB
Buffers:           35556 kB
Cached:           116016 kB
SwapCached:         1316 kB
Active:           309284 kB
Inactive:         127612 kB
Active(anon):     285064 kB
Inactive(anon):     2488 kB
Active(file):      24220 kB
Inactive(file):   125124 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099128 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       2067556 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565776 kB
SReclaimable:       9492 kB
SUnreclaim:       556284 kB
KernelStack:        1776 kB
PageTables:         8356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2407084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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= 71692 MiB
End job on node134 at 2016-06-26 22:44:44