Trace number 4116441

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-2.opb
MD5SUM6df59df9dbb1067f1d813a340c83c82d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark231.317
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116441-1466954102.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.69/0.40	c ... done. Wall clock time 0.284s.
0.69/0.40	c declared #vars     3968
0.69/0.40	c #constraints  9216
0.69/0.40	c constraints type 
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.69/0.40	c org.sat4j.specs.Constr$1 => 936
0.69/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.69/0.40	c 9216 constraints processed.
1.62/1.05	c cleaning 2496 clauses out of 4997 with flag 16262/5000
2.39/1.70	c cleaning 4247 clauses out of 8503 with flag 38742/11002
3.09/2.46	c cleaning 5619 clauses out of 11254 with flag 66184/18000
4.00/3.34	c cleaning 6812 clauses out of 13636 with flag 100563/26001
5.01/4.37	c cleaning 7861 clauses out of 15825 with flag 142029/35002
6.22/5.57	c cleaning 8976 clauses out of 17962 with flag 189700/45000
7.61/6.90	c cleaning 9983 clauses out of 19987 with flag 244279/56001
9.11/8.40	c cleaning 10979 clauses out of 22003 with flag 305663/68000
10.73/10.06	c cleaning 12008 clauses out of 24026 with flag 374987/81002
12.52/11.90	c cleaning 12981 clauses out of 26017 with flag 451586/95001
14.62/13.90	c cleaning 14003 clauses out of 28035 with flag 532497/110000
16.72/16.09	c cleaning 15014 clauses out of 30034 with flag 620500/126002
19.12/18.43	c cleaning 15990 clauses out of 32018 with flag 713393/143000
21.63/20.99	c cleaning 16995 clauses out of 34029 with flag 816243/161001
24.42/23.71	c cleaning 18009 clauses out of 36033 with flag 926000/180000
27.42/26.73	c cleaning 18981 clauses out of 38025 with flag 1044287/200001
30.63/29.91	c cleaning 19980 clauses out of 40043 with flag 1166283/221000
34.03/33.32	c cleaning 21028 clauses out of 42063 with flag 1295142/243000
37.73/37.05	c cleaning 22013 clauses out of 44036 with flag 1429609/266001
41.63/40.99	c cleaning 22964 clauses out of 46022 with flag 1571003/290000
45.95/45.23	c cleaning 24013 clauses out of 48058 with flag 1720596/315000
50.44/49.70	c cleaning 25014 clauses out of 50046 with flag 1875904/341001
55.04/54.38	c cleaning 26006 clauses out of 52031 with flag 2038978/368000
60.07/59.36	c cleaning 26981 clauses out of 54026 with flag 2209055/396001
64.77/64.08	c cleaning 28008 clauses out of 56045 with flag 2386895/425001
69.77/69.04	c cleaning 28979 clauses out of 58036 with flag 2569900/455000
74.97/74.26	c cleaning 30018 clauses out of 60059 with flag 2764332/486002
80.47/79.73	c cleaning 31008 clauses out of 62039 with flag 2961710/518000
86.17/85.46	c cleaning 32007 clauses out of 64032 with flag 3164183/551001
92.19/91.45	c cleaning 32990 clauses out of 66024 with flag 3377499/585000
98.58/97.80	c cleaning 34013 clauses out of 68034 with flag 3597823/620000
105.29/104.58	c cleaning 34978 clauses out of 70022 with flag 3823202/656001
112.28/111.58	c cleaning 36006 clauses out of 72043 with flag 4053501/693000
119.78/119.00	c cleaning 37003 clauses out of 74037 with flag 4292792/731000
127.29/126.60	c cleaning 37998 clauses out of 76034 with flag 4537500/770000
135.48/134.71	c cleaning 38999 clauses out of 78036 with flag 4790145/810000
143.89/143.14	c cleaning 39984 clauses out of 80039 with flag 5048792/851002
152.33/151.55	c cleaning 41003 clauses out of 82053 with flag 5315047/893000
160.73/159.97	c cleaning 42016 clauses out of 84051 with flag 5586641/936001
169.63/168.80	c cleaning 43005 clauses out of 86035 with flag 5865414/980001
178.73/177.94	c cleaning 43995 clauses out of 88029 with flag 6148411/1025000
188.33/187.50	c cleaning 45014 clauses out of 90034 with flag 6441317/1071000
198.34/197.55	c cleaning 46003 clauses out of 92020 with flag 6739070/1118000
208.64/207.90	c cleaning 46985 clauses out of 94017 with flag 7039936/1166000
219.54/218.73	c cleaning 47987 clauses out of 96032 with flag 7354594/1215000
230.94/230.15	c cleaning 48985 clauses out of 98045 with flag 7674734/1265000
242.64/241.83	c cleaning 50012 clauses out of 100060 with flag 8002709/1316000
254.37/253.54	c cleaning 51004 clauses out of 102048 with flag 8334497/1368000
266.56/265.75	c cleaning 51976 clauses out of 104044 with flag 8673698/1421000
278.96/278.16	c cleaning 52994 clauses out of 106068 with flag 9021521/1475000
291.87/291.02	c cleaning 54015 clauses out of 108074 with flag 9381944/1530000
304.97/304.11	c cleaning 54994 clauses out of 110059 with flag 9744702/1586000
318.67/317.83	c cleaning 56016 clauses out of 112065 with flag 10115413/1643000
332.58/331.79	c cleaning 57005 clauses out of 114049 with flag 10487977/1701000
347.57/346.71	c cleaning 57995 clauses out of 116047 with flag 10872710/1760003
362.43/361.57	c cleaning 59009 clauses out of 118049 with flag 11263508/1820000
377.63/376.74	c cleaning 60020 clauses out of 120042 with flag 11658626/1881002
393.03/392.19	c cleaning 60976 clauses out of 122020 with flag 12056658/1943000
408.83/407.99	c cleaning 61992 clauses out of 124045 with flag 12467113/2006001
425.23/424.37	c cleaning 62985 clauses out of 126057 with flag 12882931/2070005
442.24/441.34	c cleaning 64003 clauses out of 128068 with flag 13303488/2135001
459.77/458.85	c cleaning 65011 clauses out of 130065 with flag 13733273/2201001
477.53/476.59	c cleaning 66018 clauses out of 132056 with flag 14168042/2268003
496.13/495.11	c cleaning 67016 clauses out of 134035 with flag 14614625/2336000
514.94/513.94	c cleaning 67979 clauses out of 136023 with flag 15065216/2405004
534.24/533.28	c cleaning 68978 clauses out of 138040 with flag 15523744/2475000
554.34/553.40	c cleaning 70019 clauses out of 140064 with flag 15983987/2546002
575.04/574.01	c cleaning 70992 clauses out of 142043 with flag 16449591/2618000
596.05/594.99	c cleaning 71996 clauses out of 144053 with flag 16924345/2691002
617.66/616.58	c cleaning 72998 clauses out of 146056 with flag 17406271/2765001
639.87/638.79	c cleaning 73969 clauses out of 148057 with flag 17894292/2840000
662.57/661.45	c cleaning 75013 clauses out of 150088 with flag 18390867/2916000
686.07/684.96	c cleaning 76031 clauses out of 152076 with flag 18894821/2993001
710.18/709.06	c cleaning 76984 clauses out of 154047 with flag 19400194/3071003
734.06/732.88	c cleaning 78023 clauses out of 156060 with flag 19912117/3150000
758.46/757.28	c cleaning 78996 clauses out of 158038 with flag 20430756/3230001
783.48/782.25	c cleaning 80002 clauses out of 160041 with flag 20956056/3311000
809.28/808.09	c cleaning 81013 clauses out of 162041 with flag 21491381/3393002
836.51/835.14	c cleaning 81991 clauses out of 164028 with flag 22031755/3476002
864.01/862.69	c cleaning 83004 clauses out of 166035 with flag 22576696/3560000
891.62/890.29	c cleaning 83996 clauses out of 168031 with flag 23132376/3645000
920.32/918.97	c cleaning 84997 clauses out of 170035 with flag 23694195/3731000
949.84/948.37	c cleaning 85988 clauses out of 172038 with flag 24261147/3818000
980.13/978.62	c cleaning 87010 clauses out of 174051 with flag 24834934/3906001
1011.14/1009.61	c cleaning 87988 clauses out of 176040 with flag 25415257/3995000
1042.35/1040.85	c cleaning 89016 clauses out of 178052 with flag 25999220/4085000
1074.56/1072.97	c cleaning 90007 clauses out of 180038 with flag 26588218/4176002
1106.87/1105.23	c cleaning 90992 clauses out of 182030 with flag 27183417/4268001
1139.78/1138.10	c cleaning 91974 clauses out of 184038 with flag 27792714/4361001
1173.79/1172.06	c cleaning 93012 clauses out of 186063 with flag 28407767/4455000
1208.30/1206.59	c cleaning 94023 clauses out of 188053 with flag 29029531/4550002
1243.40/1241.69	c cleaning 95003 clauses out of 190029 with flag 29654459/4646001
1279.22/1277.47	c cleaning 95985 clauses out of 192026 with flag 30286516/4743001
1315.40/1313.52	c cleaning 96985 clauses out of 194040 with flag 30923788/4841000
1352.99/1351.18	c cleaning 98013 clauses out of 196055 with flag 31572118/4940000
1391.40/1389.55	c cleaning 99016 clauses out of 198042 with flag 32228777/5040000
1430.54/1428.59	c cleaning 99976 clauses out of 200027 with flag 32891611/5141001
1470.55/1468.54	c cleaning 100984 clauses out of 202050 with flag 33557938/5243000
1511.37/1509.35	c cleaning 102028 clauses out of 204068 with flag 34230341/5346002
1553.59/1551.45	c cleaning 102994 clauses out of 206038 with flag 34913846/5450000
1596.20/1594.02	c cleaning 104020 clauses out of 208044 with flag 35600119/5555000
1639.86/1637.67	c cleaning 104974 clauses out of 210025 with flag 36284981/5661001
1683.98/1681.75	c cleaning 106005 clauses out of 212050 with flag 36982140/5768000
1729.20/1726.96	c cleaning 106980 clauses out of 214047 with flag 37680400/5876002
1775.06/1772.73	c cleaning 107995 clauses out of 216065 with flag 38380658/5985000
1800.07/1797.70	c starts		: 58327
1800.07/1797.70	c conflicts		: 6053092
1800.07/1797.70	c decisions		: 49290779
1800.07/1797.70	c propagations		: 792225837
1800.07/1797.70	c inspects		: 25188962144
1800.07/1797.70	c shortcuts		: 0
1800.07/1797.70	c learnt literals	: 3
1800.07/1797.70	c learnt binary clauses	: 88
1800.07/1797.70	c learnt ternary clauses	: 909
1800.07/1797.70	c learnt constraints	: 6053089
1800.07/1797.70	c ignored constraints	: 0
1800.07/1797.70	c root simplifications	: 0
1800.07/1797.70	c removed literals (reason simplification)	: 0
1800.07/1797.70	c reason swapping (by a shorter reason)	: 0
1800.07/1797.70	c Calls to reduceDB	: 105
1800.07/1797.70	c Number of update (reduction) of LBD	: 1290870
1800.07/1797.70	c Imported unit clauses	: 0
1800.07/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.70	c number of learned constraints concerned by reduction	: 0
1800.07/1797.70	c number of learning phase by resolution	: 0
1800.07/1797.70	c number of learning phase by cutting planes	: 0
1800.07/1797.70	c speed (assignments/second)	: 440787.1354666839
1800.07/1797.70	c non guided choices	8380
1800.07/1797.70	c timeout
1800.07/1797.73	c learnt constraints type 
1800.07/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 88
1800.07/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176074
1800.07/1797.73	s UNKNOWN
1800.07/1797.73	c Total wall clock time (in seconds): 1797.616

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

pid=21748
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.23 2.25 2.19 3/196 21751
/proc/meminfo: memFree=30077104/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/21751/stat : 21751 (java) R 21748 21751 19710 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 28448547 278528 33 33554432000 1073741824 1073778376 140734434654640 140734486681064 273896533287 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 68 33 25 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 2.23 2.25 2.19 3/196 21751
/proc/meminfo: memFree=30077104/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 28448547 9787879424 6048 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2389619 6048 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.23 2.25 2.19 3/196 21751
/proc/meminfo: memFree=30077104/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 4932 0 1 0 24 1 0 0 20 0 18 0 28448547 9787879424 6998 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2389619 6999 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.23 2.25 2.19 3/196 21751
/proc/meminfo: memFree=30077104/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 5815 0 1 0 47 1 0 0 20 0 18 0 28448547 9787879424 8989 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2389619 8989 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.23 2.25 2.19 3/196 21751
/proc/meminfo: memFree=30077104/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 8891 0 1 0 128 2 0 0 20 0 19 0 28448547 9856040960 15084 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2406260 15084 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.23 2.25 2.19 3/215 21770
/proc/meminfo: memFree=30026028/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 8976 0 1 0 214 3 0 0 20 0 19 0 28448547 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2406260 15628 2270 9 0 2396937 0
[pid=21751/tid=21753] ppid=21748 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/21751/task/21753/stat : 21753 (java) R 21748 21751 19710 0 -1 4202560 2419 0 1 0 144 2 0 0 20 0 19 0 28448548 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635576070224 140635433162263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21754] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21754/stat : 21754 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635554171048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21755] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21755/stat : 21755 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635553118504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21756] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21756/stat : 21756 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635552065960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21757] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21757/stat : 21757 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635214441000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21758] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21758/stat : 21758 (java) S 21748 21751 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635213388456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21759] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21759/stat : 21759 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635212335912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21760] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21760/stat : 21760 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635211283368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21761] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21761/stat : 21761 (java) S 21748 21751 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635210230824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21762] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21762/stat : 21762 (java) S 21748 21751 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635198031976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21763] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21763/stat : 21763 (java) S 21748 21751 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635196978296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21764] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21764/stat : 21764 (java) S 21748 21751 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635195925640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21765] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21765/stat : 21765 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635194874384 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21766] ppid=21748 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/21751/task/21766/stat : 21766 (java) S 21748 21751 19710 0 -1 4202560 2117 0 0 0 28 0 0 0 20 0 19 0 28448553 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635193821752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21767] ppid=21748 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/21751/task/21767/stat : 21767 (java) S 21748 21751 19710 0 -1 4202560 3162 0 0 0 38 0 0 0 20 0 19 0 28448553 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635192769208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21768] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21768/stat : 21768 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635191716856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21769] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21769/stat : 21769 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635190664520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21770] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21770/stat : 21770 (java) S 21748 21751 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28448588 9856040960 15628 33554432000 1073741824 1073778376 140734434654640 140635189510952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.21 2.24 2.19 3/215 21770
/proc/meminfo: memFree=30023360/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 8978 0 1 0 377 3 0 0 20 0 19 0 28448547 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2406260 16140 2270 9 0 2396937 0
[pid=21751/tid=21753] ppid=21748 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/21751/task/21753/stat : 21753 (java) R 21748 21751 19710 0 -1 4202560 2421 0 1 0 303 2 0 0 20 0 19 0 28448548 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635576061648 140635433290594 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21754] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21754/stat : 21754 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635554171048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21755] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21755/stat : 21755 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635553118504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21756] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21756/stat : 21756 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635552065960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21757] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21757/stat : 21757 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635214441000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21758] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21758/stat : 21758 (java) S 21748 21751 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635213388456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21759] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21759/stat : 21759 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635212335912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21760] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21760/stat : 21760 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635211283368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21761] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21761/stat : 21761 (java) S 21748 21751 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635210230824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21762] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21762/stat : 21762 (java) S 21748 21751 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635198031976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21763] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21763/stat : 21763 (java) S 21748 21751 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635196978296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21764] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21764/stat : 21764 (java) S 21748 21751 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635195925640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21765] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21765/stat : 21765 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635194874384 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21766] ppid=21748 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21751/task/21766/stat : 21766 (java) S 21748 21751 19710 0 -1 4202560 2117 0 0 0 30 0 0 0 20 0 19 0 28448553 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635193821752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21767] ppid=21748 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21751/task/21767/stat : 21767 (java) S 21748 21751 19710 0 -1 4202560 3162 0 0 0 40 0 0 0 20 0 19 0 28448553 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635192769208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21768] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21768/stat : 21768 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635191716856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21769] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21769/stat : 21769 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635190664520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21770] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21770/stat : 21770 (java) S 21748 21751 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28448588 9856040960 16140 33554432000 1073741824 1073778376 140734434654640 140635189510952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.21 2.24 2.19 3/215 21770
/proc/meminfo: memFree=30015864/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9625040 CPUtime=7.01 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 8985 0 1 0 698 3 0 0 20 0 19 0 28448547 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2406260 17890 2271 9 0 2396937 0
[pid=21751/tid=21753] ppid=21748 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/21751/task/21753/stat : 21753 (java) R 21748 21751 19710 0 -1 4202560 2426 0 1 0 622 2 0 0 20 0 19 0 28448548 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635576070568 140635433191985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21754] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21754/stat : 21754 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635554171048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21755] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21755/stat : 21755 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635553118504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21756] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21756/stat : 21756 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635552065960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21757] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21757/stat : 21757 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635214441000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21758] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21758/stat : 21758 (java) S 21748 21751 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635213388456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21759] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21759/stat : 21759 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635212335912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21760] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21760/stat : 21760 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635211283368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21761] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21761/stat : 21761 (java) S 21748 21751 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28448549 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635210230824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21762] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21762/stat : 21762 (java) S 21748 21751 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635198031976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21763] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21763/stat : 21763 (java) S 21748 21751 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635196978296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21764] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21764/stat : 21764 (java) S 21748 21751 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635195925640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21765] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21765/stat : 21765 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635194874384 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21766] ppid=21748 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21751/task/21766/stat : 21766 (java) S 21748 21751 19710 0 -1 4202560 2118 0 0 0 31 0 0 0 20 0 19 0 28448553 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635193821752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21767] ppid=21748 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/21751/task/21767/stat : 21767 (java) S 21748 21751 19710 0 -1 4202560 3162 0 0 0 41 0 0 0 20 0 19 0 28448553 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635192769208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21768] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21768/stat : 21768 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635191716856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21769] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21769/stat : 21769 (java) S 21748 21751 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635190664520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21770] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21770/stat : 21770 (java) S 21748 21751 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28448588 9856040960 17890 33554432000 1073741824 1073778376 140734434654640 140635189510952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625040


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

[pid=21751/tid=21770] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21770/stat : 21770 (java) S 21748 21751 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28448588 9856040960 97737 33554432000 1073741824 1073778376 140734434654640 140635189510952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.6
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.24 2.19 3/215 21881
/proc/meminfo: memFree=29680596/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9625040 CPUtime=1784.67 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 11156 0 1 0 178402 65 0 0 20 0 19 0 28448547 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2406260 99782 2285 9 0 2396937 0
[pid=21751/tid=21753] ppid=21748 vsize=9625040 CPUtime=1777.19 cores=1,3,5,7
/proc/21751/task/21753/stat : 21753 (java) R 21748 21751 19710 0 -1 4202560 2487 0 1 0 177689 30 0 0 20 0 19 0 28448548 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635576061728 140635433192244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21754] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21754/stat : 21754 (java) S 21748 21751 19710 0 -1 4202560 298 0 0 0 19 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635554171048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21755] ppid=21748 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21751/task/21755/stat : 21755 (java) S 21748 21751 19710 0 -1 4202560 222 0 0 0 13 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635553118504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21756] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21756/stat : 21756 (java) S 21748 21751 19710 0 -1 4202560 365 0 0 0 20 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635552065960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21757] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21757/stat : 21757 (java) S 21748 21751 19710 0 -1 4202560 86 0 0 0 19 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635214441000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21758] ppid=21748 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21751/task/21758/stat : 21758 (java) S 21748 21751 19710 0 -1 4202560 269 0 0 0 15 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635213388456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21759] ppid=21748 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21751/task/21759/stat : 21759 (java) S 21748 21751 19710 0 -1 4202560 321 0 0 0 14 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635212335912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21760] ppid=21748 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21751/task/21760/stat : 21760 (java) S 21748 21751 19710 0 -1 4202560 285 0 0 0 23 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635211283368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21761] ppid=21748 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21751/task/21761/stat : 21761 (java) S 21748 21751 19710 0 -1 4202560 77 0 0 0 18 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635210230824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21762] ppid=21748 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21751/task/21762/stat : 21762 (java) S 21748 21751 19710 0 -1 4202560 69 0 0 0 1 2 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635198031976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21763] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21763/stat : 21763 (java) S 21748 21751 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635196978296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21764] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21764/stat : 21764 (java) S 21748 21751 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635195925640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21765] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21765/stat : 21765 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635194874384 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21766] ppid=21748 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21751/task/21766/stat : 21766 (java) S 21748 21751 19710 0 -1 4202560 2118 0 0 0 31 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635193821752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21767] ppid=21748 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/21751/task/21767/stat : 21767 (java) S 21748 21751 19710 0 -1 4202560 3192 0 0 0 45 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635192769208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21768] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21768/stat : 21768 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635191716856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21769] ppid=21748 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/21751/task/21769/stat : 21769 (java) S 21748 21751 19710 0 -1 4202560 104 0 0 0 33 44 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635190664520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21770] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21770/stat : 21770 (java) S 21748 21751 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28448588 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635189510952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.67
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.33 2.26 2.20 3/215 21881
/proc/meminfo: memFree=29680968/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 11156 0 1 0 179942 65 0 0 20 0 19 0 28448547 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2406260 99782 2285 9 0 2396937 0
[pid=21751/tid=21753] ppid=21748 vsize=9625040 CPUtime=1792.55 cores=1,3,5,7
/proc/21751/task/21753/stat : 21753 (java) R 21748 21751 19710 0 -1 4202560 2487 0 1 0 179225 30 0 0 20 0 19 0 28448548 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635576061728 140635433192194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21754] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21754/stat : 21754 (java) S 21748 21751 19710 0 -1 4202560 298 0 0 0 19 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635554171048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21755] ppid=21748 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21751/task/21755/stat : 21755 (java) S 21748 21751 19710 0 -1 4202560 222 0 0 0 13 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635553118504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21756] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21756/stat : 21756 (java) S 21748 21751 19710 0 -1 4202560 365 0 0 0 20 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635552065960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21757] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21757/stat : 21757 (java) S 21748 21751 19710 0 -1 4202560 86 0 0 0 19 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635214441000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21758] ppid=21748 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21751/task/21758/stat : 21758 (java) S 21748 21751 19710 0 -1 4202560 269 0 0 0 15 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635213388456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21759] ppid=21748 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21751/task/21759/stat : 21759 (java) S 21748 21751 19710 0 -1 4202560 321 0 0 0 14 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635212335912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21760] ppid=21748 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21751/task/21760/stat : 21760 (java) S 21748 21751 19710 0 -1 4202560 285 0 0 0 23 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635211283368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21761] ppid=21748 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21751/task/21761/stat : 21761 (java) S 21748 21751 19710 0 -1 4202560 77 0 0 0 18 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635210230824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21762] ppid=21748 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21751/task/21762/stat : 21762 (java) S 21748 21751 19710 0 -1 4202560 69 0 0 0 1 2 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635198031976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21763] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21763/stat : 21763 (java) S 21748 21751 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635196978296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21764] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21764/stat : 21764 (java) S 21748 21751 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635195925640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21765] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21765/stat : 21765 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635194874384 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21766] ppid=21748 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21751/task/21766/stat : 21766 (java) S 21748 21751 19710 0 -1 4202560 2118 0 0 0 31 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635193821752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21767] ppid=21748 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/21751/task/21767/stat : 21767 (java) S 21748 21751 19710 0 -1 4202560 3192 0 0 0 45 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635192769208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21768] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21768/stat : 21768 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635191716856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21769] ppid=21748 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/21751/task/21769/stat : 21769 (java) S 21748 21751 19710 0 -1 4202560 104 0 0 0 34 45 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635190664520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21770] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21770/stat : 21770 (java) S 21748 21751 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28448588 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635189510952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1797.7 s]
/proc/loadavg: 2.33 2.26 2.20 3/215 21881
/proc/meminfo: memFree=29680968/32872528 swapFree=1491540/1663236
[pid=21751] ppid=21748 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/21751/stat : 21751 (java) S 21748 21751 19710 0 -1 4202496 11156 0 1 0 179942 65 0 0 20 0 19 0 28448547 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140734434645776 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21751/statm: 2406260 99782 2285 9 0 2396937 0
[pid=21751/tid=21753] ppid=21748 vsize=9625040 CPUtime=1792.55 cores=1,3,5,7
/proc/21751/task/21753/stat : 21753 (java) R 21748 21751 19710 0 -1 4202560 2487 0 1 0 179225 30 0 0 20 0 19 0 28448548 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635576061728 140635433192194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21754] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21754/stat : 21754 (java) S 21748 21751 19710 0 -1 4202560 298 0 0 0 19 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635554171048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21755] ppid=21748 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21751/task/21755/stat : 21755 (java) S 21748 21751 19710 0 -1 4202560 222 0 0 0 13 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635553118504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21756] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21756/stat : 21756 (java) S 21748 21751 19710 0 -1 4202560 365 0 0 0 20 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635552065960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21757] ppid=21748 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/21751/task/21757/stat : 21757 (java) S 21748 21751 19710 0 -1 4202560 86 0 0 0 19 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635214441000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21758] ppid=21748 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/21751/task/21758/stat : 21758 (java) S 21748 21751 19710 0 -1 4202560 269 0 0 0 15 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635213388456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21759] ppid=21748 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/21751/task/21759/stat : 21759 (java) S 21748 21751 19710 0 -1 4202560 321 0 0 0 14 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635212335912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21760] ppid=21748 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/21751/task/21760/stat : 21760 (java) S 21748 21751 19710 0 -1 4202560 285 0 0 0 23 4 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635211283368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21761] ppid=21748 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21751/task/21761/stat : 21761 (java) S 21748 21751 19710 0 -1 4202560 77 0 0 0 18 3 0 0 20 0 19 0 28448549 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635210230824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21751/tid=21762] ppid=21748 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/21751/task/21762/stat : 21762 (java) S 21748 21751 19710 0 -1 4202560 69 0 0 0 1 2 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635198031976 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21763] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21763/stat : 21763 (java) S 21748 21751 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635196978296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21764] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21764/stat : 21764 (java) S 21748 21751 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28448550 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635195925640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21765] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21765/stat : 21765 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635194874384 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21766] ppid=21748 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/21751/task/21766/stat : 21766 (java) S 21748 21751 19710 0 -1 4202560 2118 0 0 0 31 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635193821752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21751/tid=21767] ppid=21748 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/21751/task/21767/stat : 21767 (java) S 21748 21751 19710 0 -1 4202560 3192 0 0 0 45 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635192769208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21751/tid=21768] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21768/stat : 21768 (java) S 21748 21751 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635191716856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21769] ppid=21748 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/21751/task/21769/stat : 21769 (java) S 21748 21751 19710 0 -1 4202560 104 0 0 0 34 45 0 0 20 0 19 0 28448553 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635190664520 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21751/tid=21770] ppid=21748 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21751/task/21770/stat : 21770 (java) S 21748 21751 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28448588 9856040960 99782 33554432000 1073741824 1073778376 140734434654640 140635189510952 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.74
CPU time (s): 1800.07
CPU user time (s): 1799.42
CPU system time (s): 0.65
CPU usage (%): 100.13
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.95
system time used= 1.19082
maximum resident set size= 399628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11288
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38471
involuntary context switches= 4294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1215 second user time and 14.3848 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 17:15:02
IDJOB=4116441
IDBENCH=109470
IDSOLVER=2546
FILE ID=node134/4116441-1466954102
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-size160-round21-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116441-1466954102/watcher-4116441-1466954102 -o /tmp/evaluation-result-4116441-1466954102/solver-4116441-1466954102 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116441-1466954102.opb

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

MD5SUM BENCH= 6df59df9dbb1067f1d813a340c83c82d
RANDOM SEED=2127359603

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:        30077532 kB
Buffers:           15816 kB
Cached:           109436 kB
SwapCached:         1316 kB
Active:           325100 kB
Inactive:         103536 kB
Active(anon):     303392 kB
Inactive(anon):     2484 kB
Active(file):      21708 kB
Inactive(file):   101052 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       1948732 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             564812 kB
SReclaimable:       8716 kB
SUnreclaim:       556096 kB
KernelStack:        1776 kB
PageTables:         8140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2395028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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 17:45:00