Trace number 4116849

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.08 1797.96

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-5.opb
MD5SUMf9c1fefaba91ff44db3fdf231ab84c96
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 benchmark174.735
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.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.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-4116849-1466954662.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.40	c ... done. Wall clock time 0.283s.
0.70/0.40	c declared #vars     3968
0.70/0.40	c #constraints  9216
0.70/0.40	c constraints type 
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.70/0.40	c org.sat4j.specs.Constr$1 => 936
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.70/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.70/0.40	c 9216 constraints processed.
1.63/1.07	c cleaning 2494 clauses out of 4998 with flag 16695/5000
2.40/1.78	c cleaning 4248 clauses out of 8504 with flag 38553/11000
3.21/2.54	c cleaning 5626 clauses out of 11256 with flag 67294/18000
4.13/3.41	c cleaning 6803 clauses out of 13630 with flag 102415/26000
5.14/4.50	c cleaning 7904 clauses out of 15828 with flag 143112/35001
6.43/5.71	c cleaning 8957 clauses out of 17924 with flag 189407/45001
7.73/7.06	c cleaning 9975 clauses out of 19966 with flag 244594/56000
9.33/8.61	c cleaning 10991 clauses out of 21992 with flag 304115/68001
10.93/10.27	c cleaning 11986 clauses out of 24000 with flag 372954/81000
12.94/12.23	c cleaning 12999 clauses out of 26014 with flag 447121/95000
15.04/14.39	c cleaning 13980 clauses out of 28015 with flag 527529/110000
17.34/16.65	c cleaning 15009 clauses out of 30035 with flag 616565/126000
19.93/19.20	c cleaning 16007 clauses out of 32026 with flag 710604/143000
22.53/21.88	c cleaning 16996 clauses out of 34019 with flag 812901/161000
25.43/24.79	c cleaning 17993 clauses out of 36025 with flag 921833/180002
28.63/27.93	c cleaning 18999 clauses out of 38030 with flag 1038343/200000
31.93/31.30	c cleaning 20010 clauses out of 40031 with flag 1162715/221000
35.63/34.96	c cleaning 20992 clauses out of 42021 with flag 1291786/243000
39.63/38.91	c cleaning 21981 clauses out of 44030 with flag 1428831/266001
43.83/43.13	c cleaning 22969 clauses out of 46049 with flag 1571302/290001
48.33/47.64	c cleaning 24019 clauses out of 48079 with flag 1719845/315000
53.13/52.46	c cleaning 25024 clauses out of 50061 with flag 1876469/341001
58.22/57.56	c cleaning 25996 clauses out of 52037 with flag 2039186/368001
63.36/62.65	c cleaning 27020 clauses out of 54040 with flag 2208642/396000
68.36/67.63	c cleaning 27978 clauses out of 56020 with flag 2384972/425000
73.76/73.04	c cleaning 29011 clauses out of 58042 with flag 2569523/455000
79.36/78.65	c cleaning 29989 clauses out of 60033 with flag 2758540/486002
85.35/84.60	c cleaning 31005 clauses out of 62042 with flag 2956288/518000
91.55/90.81	c cleaning 32005 clauses out of 64037 with flag 3161586/551000
98.05/97.37	c cleaning 32991 clauses out of 66034 with flag 3370707/585002
105.15/104.44	c cleaning 34011 clauses out of 68041 with flag 3585631/620000
112.25/111.50	c cleaning 34993 clauses out of 70030 with flag 3809021/656000
119.75/119.09	c cleaning 35999 clauses out of 72037 with flag 4039295/693000
127.55/126.88	c cleaning 36995 clauses out of 74040 with flag 4278494/731002
135.64/134.92	c cleaning 38005 clauses out of 76044 with flag 4521169/770001
144.55/143.87	c cleaning 38998 clauses out of 78039 with flag 4771891/810001
153.54/152.85	c cleaning 40008 clauses out of 80040 with flag 5030128/851000
162.27/161.51	c cleaning 41000 clauses out of 82032 with flag 5294633/893000
170.87/170.16	c cleaning 41983 clauses out of 84032 with flag 5568468/936000
179.88/179.17	c cleaning 43001 clauses out of 86049 with flag 5850222/980000
189.08/188.38	c cleaning 43991 clauses out of 88050 with flag 6135838/1025002
198.98/198.21	c cleaning 45006 clauses out of 90058 with flag 6430036/1071001
209.08/208.37	c cleaning 46022 clauses out of 92051 with flag 6734313/1118000
219.79/219.06	c cleaning 47003 clauses out of 94030 with flag 7039542/1166001
230.79/230.05	c cleaning 47985 clauses out of 96026 with flag 7353882/1215000
241.99/241.28	c cleaning 48994 clauses out of 98041 with flag 7674253/1265000
253.69/252.98	c cleaning 49998 clauses out of 100047 with flag 8000090/1316000
265.24/264.44	c cleaning 51014 clauses out of 102050 with flag 8335732/1368001
277.04/276.26	c cleaning 51996 clauses out of 104037 with flag 8673534/1421002
289.76/288.95	c cleaning 53007 clauses out of 106039 with flag 9021411/1475000
302.75/301.92	c cleaning 54006 clauses out of 108034 with flag 9377626/1530002
315.86/315.00	c cleaning 55009 clauses out of 110028 with flag 9734095/1586002
330.06/329.24	c cleaning 56004 clauses out of 112018 with flag 10103921/1643001
344.26/343.43	c cleaning 56984 clauses out of 114013 with flag 10474961/1701000
358.87/358.05	c cleaning 57984 clauses out of 116030 with flag 10858805/1760001
374.22/373.35	c cleaning 58974 clauses out of 118045 with flag 11242085/1820000
389.42/388.50	c cleaning 60011 clauses out of 120074 with flag 11631983/1881003
404.92/404.00	c cleaning 61022 clauses out of 122060 with flag 12030071/1943000
420.62/419.70	c cleaning 61968 clauses out of 124040 with flag 12436982/2006002
437.12/436.24	c cleaning 63021 clauses out of 126070 with flag 12850324/2070000
454.43/453.52	c cleaning 63997 clauses out of 128050 with flag 13273485/2135001
472.65/471.72	c cleaning 65006 clauses out of 130052 with flag 13707100/2201000
490.52/489.60	c cleaning 66009 clauses out of 132046 with flag 14143027/2268000
509.01/508.05	c cleaning 66985 clauses out of 134037 with flag 14584660/2336000
527.93/527.00	c cleaning 68007 clauses out of 136052 with flag 15030404/2405000
547.52/546.50	c cleaning 68991 clauses out of 138045 with flag 15480499/2475000
567.63/566.69	c cleaning 70005 clauses out of 140054 with flag 15944470/2546000
588.23/587.29	c cleaning 71017 clauses out of 142050 with flag 16412780/2618001
609.63/608.54	c cleaning 72005 clauses out of 144033 with flag 16888943/2691001
631.54/630.45	c cleaning 73001 clauses out of 146027 with flag 17368805/2765000
654.44/653.36	c cleaning 73988 clauses out of 148028 with flag 17855575/2840002
677.64/676.53	c cleaning 74976 clauses out of 150038 with flag 18351170/2916000
701.43/700.30	c cleaning 75999 clauses out of 152062 with flag 18855437/2993000
726.05/724.91	c cleaning 77021 clauses out of 154065 with flag 19365647/3071002
750.72/749.51	c cleaning 77998 clauses out of 156042 with flag 19880517/3150000
775.22/774.04	c cleaning 79005 clauses out of 158046 with flag 20399889/3230002
800.33/799.11	c cleaning 79997 clauses out of 160040 with flag 20924736/3311001
826.43/825.23	c cleaning 80987 clauses out of 162043 with flag 21461068/3393001
852.94/851.61	c cleaning 82008 clauses out of 164055 with flag 22004324/3476000
880.74/879.47	c cleaning 83007 clauses out of 166047 with flag 22550843/3560000
908.75/907.49	c cleaning 84005 clauses out of 168040 with flag 23099413/3645000
937.46/936.12	c cleaning 84993 clauses out of 170035 with flag 23654922/3731000
967.15/965.75	c cleaning 86004 clauses out of 172042 with flag 24219134/3818000
997.66/996.26	c cleaning 87005 clauses out of 174038 with flag 24788544/3906000
1028.98/1027.59	c cleaning 87996 clauses out of 176034 with flag 25370362/3995001
1061.48/1060.04	c cleaning 88994 clauses out of 178038 with flag 25950656/4085001
1094.40/1092.82	c cleaning 90005 clauses out of 180044 with flag 26540427/4176001
1127.41/1125.85	c cleaning 91013 clauses out of 182038 with flag 27134869/4268000
1161.12/1159.55	c cleaning 91996 clauses out of 184025 with flag 27737282/4361000
1195.86/1194.13	c cleaning 92994 clauses out of 186029 with flag 28345101/4455000
1232.56/1230.88	c cleaning 94000 clauses out of 188037 with flag 28960325/4550002
1270.37/1268.60	c cleaning 94996 clauses out of 190037 with flag 29584275/4646002
1308.27/1306.56	c cleaning 96008 clauses out of 192040 with flag 30215161/4743001
1346.64/1344.84	c cleaning 96972 clauses out of 194031 with flag 30847460/4841000
1386.35/1384.55	c cleaning 98002 clauses out of 196059 with flag 31489097/4940000
1427.36/1425.60	c cleaning 98984 clauses out of 198057 with flag 32138319/5040000
1468.85/1466.97	c cleaning 100005 clauses out of 200075 with flag 32793058/5141002
1511.75/1509.84	c cleaning 101025 clauses out of 202068 with flag 33458590/5243000
1555.06/1553.17	c cleaning 102000 clauses out of 204044 with flag 34128376/5346001
1599.27/1597.29	c cleaning 103012 clauses out of 206044 with flag 34794673/5450001
1645.17/1643.17	c cleaning 103992 clauses out of 208032 with flag 35473255/5555001
1692.66/1690.54	c cleaning 105003 clauses out of 210039 with flag 36157901/5661000
1740.67/1738.58	c cleaning 106019 clauses out of 212037 with flag 36846309/5768001
1789.37/1787.24	c cleaning 106989 clauses out of 214018 with flag 37548857/5876001
1800.08/1797.93	c starts		: 56954
1800.08/1797.93	c conflicts		: 5907178
1800.08/1797.93	c decisions		: 48251480
1800.08/1797.93	c propagations		: 775589309
1800.08/1797.93	c inspects		: 24297014991
1800.08/1797.93	c shortcuts		: 0
1800.08/1797.93	c learnt literals	: 2
1800.08/1797.93	c learnt binary clauses	: 82
1800.08/1797.93	c learnt ternary clauses	: 1099
1800.08/1797.93	c learnt constraints	: 5907176
1800.08/1797.93	c ignored constraints	: 0
1800.08/1797.93	c root simplifications	: 0
1800.08/1797.93	c removed literals (reason simplification)	: 0
1800.08/1797.93	c reason swapping (by a shorter reason)	: 0
1800.08/1797.93	c Calls to reduceDB	: 104
1800.08/1797.93	c Number of update (reduction) of LBD	: 1262112
1800.08/1797.93	c Imported unit clauses	: 0
1800.08/1797.93	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.93	c number of learned constraints concerned by reduction	: 0
1800.08/1797.93	c number of learning phase by resolution	: 0
1800.08/1797.93	c number of learning phase by cutting planes	: 0
1800.08/1797.93	c speed (assignments/second)	: 431477.189418093
1800.08/1797.93	c non guided choices	7093
1800.08/1797.93	c timeout
1800.08/1797.95	c learnt constraints type 
1800.08/1797.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
1800.08/1797.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138124
1800.08/1797.95	s UNKNOWN
1800.08/1797.95	c Total wall clock time (in seconds): 1797.839

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

pid=21828
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.22 2.18 3/196 21831
/proc/meminfo: memFree=30172588/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21831/stat : 21831 (java) R 21828 21831 19710 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 28504515 2560000 46 33554432000 1073741824 1073778376 140735869958736 140735869955864 273896533383 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 892 49 38 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.16 2.22 2.18 3/196 21831
/proc/meminfo: memFree=30172588/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 4379 0 1 0 8 1 0 0 20 0 18 0 28504515 9787879424 6017 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2389619 6017 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.16 2.22 2.18 3/196 21831
/proc/meminfo: memFree=30172588/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 4860 0 1 0 25 1 0 0 20 0 18 0 28504515 9787879424 6935 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2389619 6935 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.16 2.22 2.18 3/196 21831
/proc/meminfo: memFree=30172588/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 5712 0 1 0 48 1 0 0 20 0 18 0 28504515 9787879424 8928 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2389619 8928 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 2.16 2.22 2.18 3/196 21831
/proc/meminfo: memFree=30172588/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 8975 0 1 0 128 2 0 0 20 0 19 0 28504515 9856040960 14976 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2406260 14976 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.16 2.22 2.18 3/215 21850
/proc/meminfo: memFree=30121428/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 8984 0 1 0 215 2 0 0 20 0 19 0 28504515 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2406260 14783 2270 9 0 2396937 0
[pid=21831/tid=21833] ppid=21828 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21831/task/21833/stat : 21833 (java) R 21828 21831 19710 0 -1 4202560 2421 0 1 0 145 1 0 0 20 0 19 0 28504516 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483939459304 140483766627628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21834] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21834/stat : 21834 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483900950696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21835] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21835/stat : 21835 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483899898152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21836] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21836/stat : 21836 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483898845608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21837] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21837/stat : 21837 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483897793064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21838] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21838/stat : 21838 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483896740520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21839] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21839/stat : 21839 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483895687976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21840] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21840/stat : 21840 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483894635432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21841] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21841/stat : 21841 (java) S 21828 21831 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483893582888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21842] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21842/stat : 21842 (java) S 21828 21831 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483763353704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21843] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21843/stat : 21843 (java) S 21828 21831 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483762300024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21844] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21844/stat : 21844 (java) S 21828 21831 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483761247368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21845] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21845/stat : 21845 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483760196112 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21846] ppid=21828 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/21831/task/21846/stat : 21846 (java) S 21828 21831 19710 0 -1 4202560 1806 0 0 0 28 0 0 0 20 0 19 0 28504521 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483759143480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21847] ppid=21828 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21831/task/21847/stat : 21847 (java) S 21828 21831 19710 0 -1 4202560 3481 0 0 0 40 0 0 0 20 0 19 0 28504521 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483758090936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21848] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21848/stat : 21848 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483757038584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21849] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21849/stat : 21849 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483755986248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21850] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21850/stat : 21850 (java) S 21828 21831 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28504556 9856040960 14783 33554432000 1073741824 1073778376 140735869958736 140483754930984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 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.15 2.22 2.18 3/215 21850
/proc/meminfo: memFree=30118884/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 8987 0 1 0 379 3 0 0 20 0 19 0 28504515 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2406260 15807 2270 9 0 2396937 0
[pid=21831/tid=21833] ppid=21828 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/21831/task/21833/stat : 21833 (java) R 21828 21831 19710 0 -1 4202560 2424 0 1 0 304 1 0 0 20 0 19 0 28504516 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483939450576 140483767133232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21834] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21834/stat : 21834 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483900950696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21835] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21835/stat : 21835 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483899898152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21836] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21836/stat : 21836 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483898845608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21837] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21837/stat : 21837 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483897793064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21838] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21838/stat : 21838 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483896740520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21839] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21839/stat : 21839 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483895687976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21840] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21840/stat : 21840 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483894635432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21841] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21841/stat : 21841 (java) S 21828 21831 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483893582888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21842] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21842/stat : 21842 (java) S 21828 21831 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483763353704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21843] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21843/stat : 21843 (java) S 21828 21831 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483762300024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21844] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21844/stat : 21844 (java) S 21828 21831 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483761247368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21845] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21845/stat : 21845 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483760196112 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21846] ppid=21828 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/21831/task/21846/stat : 21846 (java) S 21828 21831 19710 0 -1 4202560 1806 0 0 0 30 0 0 0 20 0 19 0 28504521 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483759143480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21847] ppid=21828 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/21831/task/21847/stat : 21847 (java) S 21828 21831 19710 0 -1 4202560 3481 0 0 0 42 0 0 0 20 0 19 0 28504521 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483758090936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21848] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21848/stat : 21848 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483757038584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21849] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21849/stat : 21849 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483755986248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21850] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21850/stat : 21850 (java) S 21828 21831 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28504556 9856040960 15807 33554432000 1073741824 1073778376 140735869958736 140483754930984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.15 2.22 2.18 3/215 21850
/proc/meminfo: memFree=30110660/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9625040 CPUtime=7.03 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 8992 0 1 0 700 3 0 0 20 0 19 0 28504515 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2406260 17248 2271 9 0 2396937 0
[pid=21831/tid=21833] ppid=21828 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/21831/task/21833/stat : 21833 (java) R 21828 21831 19710 0 -1 4202560 2428 0 1 0 622 1 0 0 20 0 19 0 28504516 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483939459344 140483767133398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21834] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21834/stat : 21834 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483900950696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21835] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21835/stat : 21835 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483899898152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21836] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21836/stat : 21836 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483898845608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21837] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21837/stat : 21837 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483897793064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21838] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21838/stat : 21838 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504517 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483896740520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21839] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21839/stat : 21839 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483895687976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21840] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21840/stat : 21840 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483894635432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21841] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21841/stat : 21841 (java) S 21828 21831 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28504518 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483893582888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21842] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21842/stat : 21842 (java) S 21828 21831 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483763353704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21843] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21843/stat : 21843 (java) S 21828 21831 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483762300024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21844] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21844/stat : 21844 (java) S 21828 21831 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483761247368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21845] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21845/stat : 21845 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483760196112 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21846] ppid=21828 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/21831/task/21846/stat : 21846 (java) S 21828 21831 19710 0 -1 4202560 1806 0 0 0 30 0 0 0 20 0 19 0 28504521 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483759143480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21847] ppid=21828 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/21831/task/21847/stat : 21847 (java) S 21828 21831 19710 0 -1 4202560 3481 0 0 0 43 0 0 0 20 0 19 0 28504521 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483758090936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21848] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21848/stat : 21848 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483757038584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21849] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21849/stat : 21849 (java) S 21828 21831 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483755986248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21850] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21850/stat : 21850 (java) S 21828 21831 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28504556 9856040960 17248 33554432000 1073741824 1073778376 140735869958736 140483754930984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625040


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

[pid=21831/tid=21850] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21850/stat : 21850 (java) S 21828 21831 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28504556 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483754930984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.45
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.24 2.19 3/215 21961
/proc/meminfo: memFree=29804112/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9625040 CPUtime=1784.47 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 11391 0 1 0 178388 59 0 0 20 0 19 0 28504515 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2406260 96926 2285 9 0 2396937 0
[pid=21831/tid=21833] ppid=21828 vsize=9625040 CPUtime=1777.15 cores=0,2,4,6
/proc/21831/task/21833/stat : 21833 (java) R 21828 21831 19710 0 -1 4202560 2489 0 1 0 177683 32 0 0 20 0 19 0 28504516 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483939450656 140483767107847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21834] ppid=21828 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21831/task/21834/stat : 21834 (java) S 21828 21831 19710 0 -1 4202560 206 0 0 0 12 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483900950696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21835] ppid=21828 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21831/task/21835/stat : 21835 (java) S 21828 21831 19710 0 -1 4202560 194 0 0 0 15 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483899898152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21836] ppid=21828 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21831/task/21836/stat : 21836 (java) S 21828 21831 19710 0 -1 4202560 252 0 0 0 14 4 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483898845608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21837] ppid=21828 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21831/task/21837/stat : 21837 (java) S 21828 21831 19710 0 -1 4202560 239 0 0 0 19 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483897793064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21838] ppid=21828 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/21831/task/21838/stat : 21838 (java) S 21828 21831 19710 0 -1 4202560 466 0 0 0 25 4 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483896740520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21839] ppid=21828 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21831/task/21839/stat : 21839 (java) S 21828 21831 19710 0 -1 4202560 111 0 0 0 11 3 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483895687976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21840] ppid=21828 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21831/task/21840/stat : 21840 (java) S 21828 21831 19710 0 -1 4202560 286 0 0 0 17 4 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483894635432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21841] ppid=21828 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21831/task/21841/stat : 21841 (java) S 21828 21831 19710 0 -1 4202560 179 0 0 0 13 2 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483893582888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21842] ppid=21828 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21831/task/21842/stat : 21842 (java) S 21828 21831 19710 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483763353704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21843] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21843/stat : 21843 (java) S 21828 21831 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483762300024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21844] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21844/stat : 21844 (java) S 21828 21831 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483761247368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21845] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21845/stat : 21845 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483760196112 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21846] ppid=21828 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/21831/task/21846/stat : 21846 (java) S 21828 21831 19710 0 -1 4202560 1806 0 0 0 30 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483759143480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21847] ppid=21828 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/21831/task/21847/stat : 21847 (java) S 21828 21831 19710 0 -1 4202560 3733 0 0 0 47 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483758090936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21848] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21848/stat : 21848 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483757038584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21849] ppid=21828 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/21831/task/21849/stat : 21849 (java) S 21828 21831 19710 0 -1 4202560 104 0 0 0 34 34 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483755986248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21850] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21850/stat : 21850 (java) S 21828 21831 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28504556 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483754930984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.47
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.24 2.23 2.18 3/215 21961
/proc/meminfo: memFree=29800404/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 11391 0 1 0 179948 60 0 0 20 0 19 0 28504515 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2406260 96926 2285 9 0 2396937 0
[pid=21831/tid=21833] ppid=21828 vsize=9625040 CPUtime=1792.71 cores=0,2,4,6
/proc/21831/task/21833/stat : 21833 (java) R 21828 21831 19710 0 -1 4202560 2489 0 1 0 179239 32 0 0 20 0 19 0 28504516 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483939450656 140483767179649 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21834] ppid=21828 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21831/task/21834/stat : 21834 (java) S 21828 21831 19710 0 -1 4202560 206 0 0 0 12 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483900950696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21835] ppid=21828 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21831/task/21835/stat : 21835 (java) S 21828 21831 19710 0 -1 4202560 194 0 0 0 15 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483899898152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21836] ppid=21828 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21831/task/21836/stat : 21836 (java) S 21828 21831 19710 0 -1 4202560 252 0 0 0 14 4 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483898845608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21837] ppid=21828 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21831/task/21837/stat : 21837 (java) S 21828 21831 19710 0 -1 4202560 239 0 0 0 19 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483897793064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21838] ppid=21828 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/21831/task/21838/stat : 21838 (java) S 21828 21831 19710 0 -1 4202560 466 0 0 0 25 4 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483896740520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21839] ppid=21828 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21831/task/21839/stat : 21839 (java) S 21828 21831 19710 0 -1 4202560 111 0 0 0 11 3 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483895687976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21840] ppid=21828 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21831/task/21840/stat : 21840 (java) S 21828 21831 19710 0 -1 4202560 286 0 0 0 17 4 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483894635432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21841] ppid=21828 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21831/task/21841/stat : 21841 (java) S 21828 21831 19710 0 -1 4202560 179 0 0 0 13 2 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483893582888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21842] ppid=21828 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21831/task/21842/stat : 21842 (java) S 21828 21831 19710 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483763353704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21843] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21843/stat : 21843 (java) S 21828 21831 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483762300024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21844] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21844/stat : 21844 (java) S 21828 21831 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483761247368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21845] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21845/stat : 21845 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483760196112 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21846] ppid=21828 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/21831/task/21846/stat : 21846 (java) S 21828 21831 19710 0 -1 4202560 1806 0 0 0 30 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483759143480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21847] ppid=21828 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/21831/task/21847/stat : 21847 (java) S 21828 21831 19710 0 -1 4202560 3733 0 0 0 47 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483758090936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21848] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21848/stat : 21848 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483757038584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21849] ppid=21828 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/21831/task/21849/stat : 21849 (java) S 21828 21831 19710 0 -1 4202560 104 0 0 0 34 35 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483755986248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21850] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21850/stat : 21850 (java) S 21828 21831 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28504556 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483754930984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 21831 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.24 2.23 2.18 3/215 21961
/proc/meminfo: memFree=29800404/32872528 swapFree=1491540/1663236
[pid=21831] ppid=21828 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/21831/stat : 21831 (java) S 21828 21831 19710 0 -1 4202496 11391 0 1 0 179948 60 0 0 20 0 19 0 28504515 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140735869949872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 2406260 96926 2285 9 0 2396937 0
[pid=21831/tid=21833] ppid=21828 vsize=9625040 CPUtime=1792.71 cores=0,2,4,6
/proc/21831/task/21833/stat : 21833 (java) R 21828 21831 19710 0 -1 4202560 2489 0 1 0 179239 32 0 0 20 0 19 0 28504516 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483939450656 140483767179649 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21834] ppid=21828 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21831/task/21834/stat : 21834 (java) S 21828 21831 19710 0 -1 4202560 206 0 0 0 12 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483900950696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21835] ppid=21828 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21831/task/21835/stat : 21835 (java) S 21828 21831 19710 0 -1 4202560 194 0 0 0 15 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483899898152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21836] ppid=21828 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21831/task/21836/stat : 21836 (java) S 21828 21831 19710 0 -1 4202560 252 0 0 0 14 4 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483898845608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21837] ppid=21828 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21831/task/21837/stat : 21837 (java) S 21828 21831 19710 0 -1 4202560 239 0 0 0 19 3 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483897793064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21838] ppid=21828 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/21831/task/21838/stat : 21838 (java) S 21828 21831 19710 0 -1 4202560 466 0 0 0 25 4 0 0 20 0 19 0 28504517 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483896740520 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21839] ppid=21828 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/21831/task/21839/stat : 21839 (java) S 21828 21831 19710 0 -1 4202560 111 0 0 0 11 3 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483895687976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21840] ppid=21828 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21831/task/21840/stat : 21840 (java) S 21828 21831 19710 0 -1 4202560 286 0 0 0 17 4 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483894635432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21841] ppid=21828 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21831/task/21841/stat : 21841 (java) S 21828 21831 19710 0 -1 4202560 179 0 0 0 13 2 0 0 20 0 19 0 28504518 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483893582888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21831/tid=21842] ppid=21828 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21831/task/21842/stat : 21842 (java) S 21828 21831 19710 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483763353704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21843] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21843/stat : 21843 (java) S 21828 21831 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483762300024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21844] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21844/stat : 21844 (java) S 21828 21831 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28504519 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483761247368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21845] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21845/stat : 21845 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483760196112 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21831/tid=21846] ppid=21828 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/21831/task/21846/stat : 21846 (java) S 21828 21831 19710 0 -1 4202560 1806 0 0 0 30 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483759143480 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21831/tid=21847] ppid=21828 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/21831/task/21847/stat : 21847 (java) S 21828 21831 19710 0 -1 4202560 3733 0 0 0 47 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483758090936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21848] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21848/stat : 21848 (java) S 21828 21831 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483757038584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21849] ppid=21828 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/21831/task/21849/stat : 21849 (java) S 21828 21831 19710 0 -1 4202560 104 0 0 0 34 35 0 0 20 0 19 0 28504521 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483755986248 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21831/tid=21850] ppid=21828 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21831/task/21850/stat : 21850 (java) S 21828 21831 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28504556 9856040960 96926 33554432000 1073741824 1073778376 140735869958736 140483754930984 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21831 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=9117
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=82835
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.96
CPU time (s): 1800.08
CPU user time (s): 1799.48
CPU system time (s): 0.6
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 1.08283
maximum resident set size= 396132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11474
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38549
involuntary context switches= 7579

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9313 second user time and 16.9864 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 17:24:22
IDJOB=4116849
IDBENCH=109521
IDSOLVER=2546
FILE ID=node134/4116849-1466954662
RUNJOBID= node134-1466945036-19726
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-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116849-1466954662/watcher-4116849-1466954662 -o /tmp/evaluation-result-4116849-1466954662/solver-4116849-1466954662 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116849-1466954662.opb

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

MD5SUM BENCH= f9c1fefaba91ff44db3fdf231ab84c96
RANDOM SEED=682590497

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:        30173380 kB
Buffers:           16468 kB
Cached:           109960 kB
SwapCached:         1316 kB
Active:           230524 kB
Inactive:         104472 kB
Active(anon):     208728 kB
Inactive(anon):     2484 kB
Active(file):      21796 kB
Inactive(file):   101988 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       1866288 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             564896 kB
SReclaimable:       8740 kB
SUnreclaim:       556156 kB
KernelStack:        1776 kB
PageTables:         7940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2359892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    362496 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:54:20