Trace number 4100821

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1787.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-grow22.opb
MD5SUM16450e6196a99d1fc33b5d9a0f64103d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables25124
Total number of constraints1320
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 8399
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525721
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 256781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525721
Number of bits of the biggest sum of numbers20
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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4100821-1466217807.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
1.30/0.72	c ... done. Wall clock time 0.598s.
1.30/0.72	c declared #vars     25124
1.30/0.72	c #constraints  1760
1.30/0.72	c constraints type 
1.30/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1760
1.30/0.72	c 1760 constraints processed.
1.30/0.72	c objective function length is 1958 literals
2.75/1.83	c cleaning 2508 clauses out of 5017 with flag 11810/5018
4.99/3.56	c cleaning 4251 clauses out of 8503 with flag 23874/11012
7.51/5.90	c cleaning 5611 clauses out of 11240 with flag 37905/18000
10.21/8.70	c cleaning 6818 clauses out of 13638 with flag 53965/26009
13.71/12.06	c cleaning 7905 clauses out of 15812 with flag 71981/35001
17.61/15.99	c cleaning 8954 clauses out of 17910 with flag 92025/45004
22.12/20.38	c cleaning 9975 clauses out of 19959 with flag 114081/56007
27.72/25.93	c cleaning 10995 clauses out of 21991 with flag 138118/68014
33.62/31.79	c cleaning 12001 clauses out of 24003 with flag 164169/81021
40.81/38.93	c cleaning 12996 clauses out of 25994 with flag 192175/95013
49.11/47.22	c cleaning 13992 clauses out of 27986 with flag 222246/110001
55.64/53.63	c cleaning 14991 clauses out of 29995 with flag 255487/126002
63.14/61.16	c cleaning 15990 clauses out of 32005 with flag 290029/143003
71.62/69.58	c cleaning 16995 clauses out of 34018 with flag 326438/161006
80.82/78.71	c cleaning 18011 clauses out of 36030 with flag 364760/180013
91.23/89.16	c cleaning 18989 clauses out of 38006 with flag 404936/200000
102.98/100.82	c cleaning 20003 clauses out of 40026 with flag 447168/221009
115.59/113.46	c cleaning 21003 clauses out of 42014 with flag 491355/243000
130.06/127.83	c cleaning 22004 clauses out of 44013 with flag 537615/266002
146.82/144.51	c cleaning 22999 clauses out of 46013 with flag 585937/290006
165.72/163.48	c cleaning 24001 clauses out of 48016 with flag 636120/315008
185.28/182.95	c cleaning 24994 clauses out of 50009 with flag 688324/341002
203.75/201.31	c cleaning 26000 clauses out of 52019 with flag 742475/368006
225.82/223.36	c cleaning 27011 clauses out of 54023 with flag 798715/396010
251.98/249.45	c cleaning 28010 clauses out of 56023 with flag 856930/425021
280.23/277.60	c cleaning 28997 clauses out of 58001 with flag 917044/455009
305.26/302.66	c cleaning 29997 clauses out of 60002 with flag 979261/486007
327.69/325.05	c cleaning 30994 clauses out of 62003 with flag 1043435/518005
364.85/362.17	c cleaning 32002 clauses out of 64013 with flag 1109649/551009
406.43/403.62	c cleaning 32997 clauses out of 66005 with flag 1177807/585003
458.96/456.17	c cleaning 34007 clauses out of 68024 with flag 1247933/620019
503.15/500.23	c cleaning 34984 clauses out of 70000 with flag 1320119/656002
553.32/550.37	c cleaning 36004 clauses out of 72018 with flag 1394262/693004
602.20/599.12	c cleaning 37000 clauses out of 74019 with flag 1470484/731009
654.98/651.89	c cleaning 37987 clauses out of 76012 with flag 1548516/770002
708.08/704.82	c cleaning 39012 clauses out of 78034 with flag 1628700/810011
719.24/715.83	c cleaning 39986 clauses out of 80008 with flag 1739782/851001
729.00/725.54	c cleaning 40993 clauses out of 82020 with flag 1839865/893000
740.77/737.26	c cleaning 42002 clauses out of 84032 with flag 1950733/936005
748.72/745.16	c cleaning 42996 clauses out of 86025 with flag 2059945/980000
756.81/753.15	c cleaning 44009 clauses out of 88031 with flag 2164073/1025003
766.76/762.90	c cleaning 44993 clauses out of 90021 with flag 2299074/1071002
777.99/774.04	c cleaning 46004 clauses out of 92026 with flag 2415815/1118001
785.80/781.74	c cleaning 47003 clauses out of 94021 with flag 2547765/1166000
794.91/790.78	c cleaning 48009 clauses out of 96017 with flag 2675527/1215000
805.18/800.95	c cleaning 48998 clauses out of 98010 with flag 2790547/1265002
817.98/813.65	c cleaning 49994 clauses out of 100013 with flag 2914128/1316004
850.58/846.08	c cleaning 50996 clauses out of 102024 with flag 3045632/1368009
889.73/885.06	c cleaning 51992 clauses out of 104019 with flag 3181680/1421000
924.53/919.67	c cleaning 52993 clauses out of 106027 with flag 3331835/1475000
961.77/956.68	c cleaning 53994 clauses out of 108040 with flag 3469701/1530006
1008.25/1002.89	c cleaning 55004 clauses out of 110044 with flag 3597772/1586004
1064.52/1058.84	c cleaning 55997 clauses out of 112040 with flag 3729210/1643004
1128.49/1122.44	c cleaning 56998 clauses out of 114039 with flag 3865413/1701000
1184.30/1177.84	c cleaning 57995 clauses out of 116043 with flag 4002395/1760002
1221.60/1214.75	c cleaning 59016 clauses out of 118046 with flag 4145162/1820000
1236.92/1229.99	c cleaning 60008 clauses out of 120030 with flag 4272144/1881000
1257.99/1250.87	c cleaning 61009 clauses out of 122022 with flag 4397833/1943000
1275.66/1268.29	c cleaning 61986 clauses out of 124011 with flag 4551571/2006000
1289.32/1281.66	c cleaning 62997 clauses out of 126025 with flag 4769211/2070001
1304.11/1296.33	c cleaning 64000 clauses out of 128028 with flag 5078035/2135001
1320.51/1312.67	c cleaning 65005 clauses out of 130028 with flag 5221675/2201001
1342.49/1334.54	c cleaning 65995 clauses out of 132022 with flag 5365547/2268000
1361.58/1353.48	c cleaning 67004 clauses out of 134027 with flag 5557685/2336000
1390.93/1382.56	c cleaning 68001 clauses out of 136023 with flag 5717513/2405000
1432.25/1423.51	c cleaning 68999 clauses out of 138024 with flag 5872030/2475002
1463.59/1454.51	c cleaning 69999 clauses out of 140023 with flag 6029573/2546000
1496.13/1486.70	c cleaning 70993 clauses out of 142024 with flag 6192349/2618000
1526.76/1516.94	c cleaning 72000 clauses out of 144031 with flag 6386447/2691000
1558.77/1548.64	c cleaning 73005 clauses out of 146031 with flag 6583515/2765000
1596.98/1586.53	c cleaning 74002 clauses out of 148028 with flag 6805850/2840002
1627.38/1616.73	c cleaning 74997 clauses out of 150024 with flag 7048016/2916000
1656.93/1645.98	c cleaning 75999 clauses out of 152027 with flag 7330106/2993000
1691.66/1680.38	c cleaning 77000 clauses out of 154028 with flag 7607113/3071000
1715.21/1703.59	c cleaning 78001 clauses out of 156033 with flag 7826751/3150005
1779.32/1767.29	c cleaning 79004 clauses out of 158029 with flag 8081272/3230002
1800.05/1787.71	c starts		: 1808
1800.05/1787.71	c conflicts		: 3278553
1800.05/1787.71	c decisions		: 4640020
1800.05/1787.71	c propagations		: 193167540
1800.05/1787.71	c inspects		: 26884525271
1800.05/1787.71	c shortcuts		: 0
1800.05/1787.71	c learnt literals	: 13
1800.05/1787.71	c learnt binary clauses	: 19
1800.05/1787.71	c learnt ternary clauses	: 21
1800.05/1787.71	c learnt constraints	: 3278540
1800.05/1787.71	c ignored constraints	: 0
1800.05/1787.71	c root simplifications	: 0
1800.05/1787.71	c removed literals (reason simplification)	: 0
1800.05/1787.71	c reason swapping (by a shorter reason)	: 0
1800.05/1787.71	c Calls to reduceDB	: 76
1800.05/1787.71	c Number of update (reduction) of LBD	: 311762
1800.05/1787.71	c Imported unit clauses	: 0
1800.05/1787.71	c number of reductions to clauses (during analyze)	: 0
1800.05/1787.71	c number of learned constraints concerned by reduction	: 0
1800.05/1787.71	c number of learning phase by resolution	: 0
1800.05/1787.71	c number of learning phase by cutting planes	: 0
1800.05/1787.71	c speed (assignments/second)	: 108097.8830634443
1800.05/1787.71	c non guided choices	131510
1800.05/1787.72	c timeout
1800.05/1787.74	c learnt constraints type 
1800.05/1787.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.05/1787.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127558
1800.05/1787.74	s UNKNOWN
1800.05/1787.74	c Total wall clock time (in seconds): 1787.618

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-4100821-1466217807/watcher-4100821-1466217807 -o /tmp/evaluation-result-4100821-1466217807/solver-4100821-1466217807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100821-1466217807.opb 

pid=16051
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.08 2.04 2.01 2/196 16054
/proc/meminfo: memFree=31694900/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/16054/stat : 16054 (java) D 16051 16054 11773 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 23826606 2560000 46 33554432000 1073741824 1073778376 140735714241184 140735714238312 206399696167 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.08 2.04 2.01 2/196 16054
/proc/meminfo: memFree=31694900/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 4379 0 1 0 8 0 0 0 20 0 18 0 23826606 9787879424 6018 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 2.08 2.04 2.01 2/196 16054
/proc/meminfo: memFree=31694900/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 4974 0 1 0 25 1 0 0 20 0 18 0 23826606 9787879424 6894 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2389619 6894 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300293 s]
/proc/loadavg: 2.08 2.04 2.01 2/196 16054
/proc/meminfo: memFree=31694900/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 7455 0 1 0 49 2 0 0 20 0 18 0 23826606 9787879424 10432 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2389619 10432 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700202 s]
/proc/loadavg: 2.08 2.04 2.01 2/196 16054
/proc/meminfo: memFree=31694900/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9558476 CPUtime=1.3 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 11253 0 1 0 123 7 0 0 20 0 18 0 23826606 9787879424 46715 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2389619 46715 2268 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 2.08 2.04 2.01 3/215 16073
/proc/meminfo: memFree=31513892/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 13385 0 1 0 238 7 0 0 20 0 19 0 23826606 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2406260 47270 2282 9 0 2396937 0
[pid=16054/tid=16056] ppid=16051 vsize=9625040 CPUtime=1.43 cores=0,2,4,6
/proc/16054/task/16056/stat : 16056 (java) R 16051 16054 11773 0 -1 4202560 2476 0 1 0 140 3 0 0 20 0 19 0 23826607 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401389847168 140401223357260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16057] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16057/stat : 16057 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401351338280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16058] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16058/stat : 16058 (java) S 16051 16054 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401350285480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16059] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16059/stat : 16059 (java) S 16051 16054 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401349233192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16060] ppid=16051 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16054/task/16060/stat : 16060 (java) S 16051 16054 11773 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401348180392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16061] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16061/stat : 16061 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401347128104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16062] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16062/stat : 16062 (java) S 16051 16054 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401346075304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16063] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16063/stat : 16063 (java) S 16051 16054 11773 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401345023016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16064] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16064/stat : 16064 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826608 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401343970216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16065] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16065/stat : 16065 (java) S 16051 16054 11773 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401213135080 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16066] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16066/stat : 16066 (java) S 16051 16054 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401212081144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16067] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16067/stat : 16067 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401211028744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16068] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16068/stat : 16068 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401209977232 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16069] ppid=16051 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/16054/task/16069/stat : 16069 (java) S 16051 16054 11773 0 -1 4202560 4520 0 0 0 42 0 0 0 20 0 19 0 23826613 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401208924856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16070] ppid=16051 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16054/task/16070/stat : 16070 (java) S 16051 16054 11773 0 -1 4202560 4991 0 0 0 44 0 0 0 20 0 19 0 23826613 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140401207872056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16071] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16071/stat : 16071 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140400333417592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16072] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16072/stat : 16072 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140400332365000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16073] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16073/stat : 16073 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826681 9856040960 47270 33554432000 1073741824 1073778376 140735714241184 140400331309992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.16 2.05 2.01 4/215 16073
/proc/meminfo: memFree=31500996/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9625040 CPUtime=4.56 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 18592 0 1 0 445 11 0 0 20 0 19 0 23826606 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2406260 57429 2286 9 0 2396937 0
[pid=16054/tid=16056] ppid=16051 vsize=9625040 CPUtime=2.99 cores=0,2,4,6
/proc/16054/task/16056/stat : 16056 (java) R 16051 16054 11773 0 -1 4202560 2480 0 1 0 296 3 0 0 20 0 19 0 23826607 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401389847016 140401223235011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16057] ppid=16051 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16054/task/16057/stat : 16057 (java) S 16051 16054 11773 0 -1 4202560 109 0 0 0 1 0 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401351338280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16058] ppid=16051 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16054/task/16058/stat : 16058 (java) S 16051 16054 11773 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401350285480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16059] ppid=16051 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16054/task/16059/stat : 16059 (java) S 16051 16054 11773 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401349233192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16060] ppid=16051 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16054/task/16060/stat : 16060 (java) S 16051 16054 11773 0 -1 4202560 103 0 0 0 4 1 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401348180392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16061] ppid=16051 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16054/task/16061/stat : 16061 (java) S 16051 16054 11773 0 -1 4202560 36 0 0 0 1 0 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401347128104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16062] ppid=16051 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16054/task/16062/stat : 16062 (java) S 16051 16054 11773 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401346075304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16063] ppid=16051 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16054/task/16063/stat : 16063 (java) S 16051 16054 11773 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401345023016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16064] ppid=16051 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16054/task/16064/stat : 16064 (java) S 16051 16054 11773 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 23826608 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401343970216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16065] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16065/stat : 16065 (java) S 16051 16054 11773 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401213135080 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16066] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16066/stat : 16066 (java) S 16051 16054 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401212081144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16067] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16067/stat : 16067 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401211028744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16068] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16068/stat : 16068 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401209977232 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16069] ppid=16051 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16054/task/16069/stat : 16069 (java) S 16051 16054 11773 0 -1 4202560 4524 0 0 0 44 0 0 0 20 0 19 0 23826613 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401208924856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16070] ppid=16051 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/16054/task/16070/stat : 16070 (java) S 16051 16054 11773 0 -1 4202560 9794 0 0 0 82 2 0 0 20 0 19 0 23826613 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140401207872056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16071] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16071/stat : 16071 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140400333417592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16072] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16072/stat : 16072 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140400332365000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16073] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16073/stat : 16073 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826681 9856040960 57429 33554432000 1073741824 1073778376 140735714241184 140400331309992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.16 2.05 2.01 3/215 16073
/proc/meminfo: memFree=31388476/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9625040 CPUtime=7.91 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 18834 0 1 0 774 17 0 0 20 0 19 0 23826606 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2406260 89276 2286 9 0 2396937 0
[pid=16054/tid=16056] ppid=16051 vsize=9625040 CPUtime=6.14 cores=0,2,4,6
/proc/16054/task/16056/stat : 16056 (java) R 16051 16054 11773 0 -1 4202560 2535 0 1 0 609 5 0 0 20 0 19 0 23826607 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401389838032 140401223305490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16057] ppid=16051 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16054/task/16057/stat : 16057 (java) S 16051 16054 11773 0 -1 4202560 112 0 0 0 2 0 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401351338280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16058] ppid=16051 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16054/task/16058/stat : 16058 (java) S 16051 16054 11773 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401350285480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16059] ppid=16051 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16054/task/16059/stat : 16059 (java) S 16051 16054 11773 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401349233192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16060] ppid=16051 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/16054/task/16060/stat : 16060 (java) S 16051 16054 11773 0 -1 4202560 109 0 0 0 5 2 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401348180392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16061] ppid=16051 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16054/task/16061/stat : 16061 (java) S 16051 16054 11773 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401347128104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16062] ppid=16051 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16054/task/16062/stat : 16062 (java) S 16051 16054 11773 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401346075304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16063] ppid=16051 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/16054/task/16063/stat : 16063 (java) S 16051 16054 11773 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401345023016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16064] ppid=16051 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16054/task/16064/stat : 16064 (java) S 16051 16054 11773 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 19 0 23826608 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401343970216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16065] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16065/stat : 16065 (java) S 16051 16054 11773 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401213135080 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16066] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16066/stat : 16066 (java) S 16051 16054 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401212081144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16067] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16067/stat : 16067 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401211028744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16068] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16068/stat : 16068 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401209977232 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16069] ppid=16051 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/16054/task/16069/stat : 16069 (java) S 16051 16054 11773 0 -1 4202560 4525 0 0 0 47 0 0 0 20 0 19 0 23826613 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401208924856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16070] ppid=16051 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/16054/task/16070/stat : 16070 (java) S 16051 16054 11773 0 -1 4202560 9794 0 0 0 84 2 0 0 20 0 19 0 23826613 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140401207872056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16071] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16071/stat : 16071 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140400333417592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16072] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16072/stat : 16072 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140400332365000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16073] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16073/stat : 16073 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826681 9856040960 89276 33554432000 1073741824 1073778376 140735714241184 140400331309992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9625040


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

[pid=16054/tid=16073] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16073/stat : 16073 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826681 9856040960 84773 33554432000 1073741824 1073778376 140735714241184 140400331309992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1734.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 16205
/proc/meminfo: memFree=30123304/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9625040 CPUtime=1794.61 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 33968 0 1 0 179293 168 0 0 20 0 19 0 23826606 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2406260 77961 2295 9 0 2396937 0
[pid=16054/tid=16056] ppid=16051 vsize=9625040 CPUtime=1770.39 cores=0,2,4,6
/proc/16054/task/16056/stat : 16056 (java) R 16051 16054 11773 0 -1 4202560 4033 0 1 0 176997 42 0 0 20 0 19 0 23826607 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401389845648 140401223327408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16057] ppid=16051 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/16054/task/16057/stat : 16057 (java) S 16051 16054 11773 0 -1 4202560 649 0 0 0 182 16 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401351338280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16058] ppid=16051 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/16054/task/16058/stat : 16058 (java) S 16051 16054 11773 0 -1 4202560 596 0 0 0 175 14 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401350285480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16059] ppid=16051 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/16054/task/16059/stat : 16059 (java) S 16051 16054 11773 0 -1 4202560 551 0 0 0 191 13 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401349233192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16060] ppid=16051 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/16054/task/16060/stat : 16060 (java) S 16051 16054 11773 0 -1 4202560 514 0 0 0 188 16 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401348180392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16061] ppid=16051 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/16054/task/16061/stat : 16061 (java) S 16051 16054 11773 0 -1 4202560 562 0 0 0 196 15 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401347128104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16062] ppid=16051 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/16054/task/16062/stat : 16062 (java) S 16051 16054 11773 0 -1 4202560 472 0 0 0 188 13 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401346075304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16063] ppid=16051 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/16054/task/16063/stat : 16063 (java) S 16051 16054 11773 0 -1 4202560 639 0 0 0 187 14 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401345023016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16064] ppid=16051 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/16054/task/16064/stat : 16064 (java) S 16051 16054 11773 0 -1 4202560 364 0 0 0 187 15 0 0 20 0 19 0 23826608 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401343970216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16065] ppid=16051 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/16054/task/16065/stat : 16065 (java) S 16051 16054 11773 0 -1 4202560 9687 0 0 0 182 15 0 0 20 0 19 0 23826610 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401213135080 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16066] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16066/stat : 16066 (java) S 16051 16054 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401212081144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16067] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16067/stat : 16067 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401211028744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16068] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16068/stat : 16068 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401209977232 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16069] ppid=16051 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/16054/task/16069/stat : 16069 (java) S 16051 16054 11773 0 -1 4202560 4745 0 0 0 54 0 0 0 20 0 19 0 23826613 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401208924856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16070] ppid=16051 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/16054/task/16070/stat : 16070 (java) S 16051 16054 11773 0 -1 4202560 9795 0 0 0 89 2 0 0 20 0 19 0 23826613 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140401207872056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16071] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16071/stat : 16071 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140400333417592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16072] ppid=16051 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/16054/task/16072/stat : 16072 (java) S 16051 16054 11773 0 -1 4202560 102 0 0 0 20 25 0 0 20 0 19 0 23826613 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140400332365000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16073] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16073/stat : 16073 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826681 9856040960 77961 33554432000 1073741824 1073778376 140735714241184 140400331309992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 16205
/proc/meminfo: memFree=30123860/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 33973 0 1 0 179837 168 0 0 20 0 19 0 23826606 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2406260 77799 2295 9 0 2396937 0
[pid=16054/tid=16056] ppid=16051 vsize=9625040 CPUtime=1775.76 cores=0,2,4,6
/proc/16054/task/16056/stat : 16056 (java) R 16051 16054 11773 0 -1 4202560 4036 0 1 0 177534 42 0 0 20 0 19 0 23826607 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401389845744 140401223327486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16057] ppid=16051 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/16054/task/16057/stat : 16057 (java) S 16051 16054 11773 0 -1 4202560 649 0 0 0 183 16 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401351338280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16058] ppid=16051 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/16054/task/16058/stat : 16058 (java) S 16051 16054 11773 0 -1 4202560 596 0 0 0 176 14 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401350285480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16059] ppid=16051 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/16054/task/16059/stat : 16059 (java) S 16051 16054 11773 0 -1 4202560 551 0 0 0 191 13 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401349233192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16060] ppid=16051 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/16054/task/16060/stat : 16060 (java) S 16051 16054 11773 0 -1 4202560 515 0 0 0 189 16 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401348180392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16061] ppid=16051 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/16054/task/16061/stat : 16061 (java) S 16051 16054 11773 0 -1 4202560 563 0 0 0 197 15 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401347128104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16062] ppid=16051 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/16054/task/16062/stat : 16062 (java) S 16051 16054 11773 0 -1 4202560 472 0 0 0 188 13 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401346075304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16063] ppid=16051 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/16054/task/16063/stat : 16063 (java) S 16051 16054 11773 0 -1 4202560 639 0 0 0 187 14 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401345023016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16064] ppid=16051 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/16054/task/16064/stat : 16064 (java) S 16051 16054 11773 0 -1 4202560 364 0 0 0 188 15 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401343970216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16065] ppid=16051 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/16054/task/16065/stat : 16065 (java) S 16051 16054 11773 0 -1 4202560 9687 0 0 0 182 15 0 0 20 0 19 0 23826610 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401213135080 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16066] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16066/stat : 16066 (java) S 16051 16054 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401212081144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16067] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16067/stat : 16067 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401211028744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16068] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16068/stat : 16068 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401209977232 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16069] ppid=16051 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/16054/task/16069/stat : 16069 (java) S 16051 16054 11773 0 -1 4202560 4745 0 0 0 54 0 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401208924856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16070] ppid=16051 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/16054/task/16070/stat : 16070 (java) S 16051 16054 11773 0 -1 4202560 9795 0 0 0 89 2 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401207872056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16071] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16071/stat : 16071 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140400333417592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16072] ppid=16051 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/16054/task/16072/stat : 16072 (java) S 16051 16054 11773 0 -1 4202560 102 0 0 0 21 25 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140400332365000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16073] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16073/stat : 16073 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826681 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140400331309992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 16054 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.7 s]
/proc/loadavg: 2.00 2.02 2.00 3/215 16205
/proc/meminfo: memFree=30123860/32872528 swapFree=7780/7780
[pid=16054] ppid=16051 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/16054/stat : 16054 (java) S 16051 16054 11773 0 -1 4202496 33973 0 1 0 179837 168 0 0 20 0 19 0 23826606 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140735714232320 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16054/statm: 2406260 77799 2295 9 0 2396937 0
[pid=16054/tid=16056] ppid=16051 vsize=9625040 CPUtime=1775.76 cores=0,2,4,6
/proc/16054/task/16056/stat : 16056 (java) R 16051 16054 11773 0 -1 4202560 4036 0 1 0 177534 42 0 0 20 0 19 0 23826607 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401389845744 140401223327486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16057] ppid=16051 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/16054/task/16057/stat : 16057 (java) S 16051 16054 11773 0 -1 4202560 649 0 0 0 183 16 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401351338280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16058] ppid=16051 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/16054/task/16058/stat : 16058 (java) S 16051 16054 11773 0 -1 4202560 596 0 0 0 176 14 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401350285480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16059] ppid=16051 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/16054/task/16059/stat : 16059 (java) S 16051 16054 11773 0 -1 4202560 551 0 0 0 191 13 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401349233192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16060] ppid=16051 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/16054/task/16060/stat : 16060 (java) S 16051 16054 11773 0 -1 4202560 515 0 0 0 189 16 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401348180392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16061] ppid=16051 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/16054/task/16061/stat : 16061 (java) S 16051 16054 11773 0 -1 4202560 563 0 0 0 197 15 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401347128104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16054/tid=16062] ppid=16051 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/16054/task/16062/stat : 16062 (java) S 16051 16054 11773 0 -1 4202560 472 0 0 0 188 13 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401346075304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16063] ppid=16051 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/16054/task/16063/stat : 16063 (java) S 16051 16054 11773 0 -1 4202560 639 0 0 0 187 14 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401345023016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16064] ppid=16051 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/16054/task/16064/stat : 16064 (java) S 16051 16054 11773 0 -1 4202560 364 0 0 0 188 15 0 0 20 0 19 0 23826608 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401343970216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16065] ppid=16051 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/16054/task/16065/stat : 16065 (java) S 16051 16054 11773 0 -1 4202560 9687 0 0 0 182 15 0 0 20 0 19 0 23826610 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401213135080 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16066] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16066/stat : 16066 (java) S 16051 16054 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401212081144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16067] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16067/stat : 16067 (java) S 16051 16054 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23826610 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401211028744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16068] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16068/stat : 16068 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401209977232 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16069] ppid=16051 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/16054/task/16069/stat : 16069 (java) S 16051 16054 11773 0 -1 4202560 4745 0 0 0 54 0 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401208924856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16054/tid=16070] ppid=16051 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/16054/task/16070/stat : 16070 (java) S 16051 16054 11773 0 -1 4202560 9795 0 0 0 89 2 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140401207872056 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16071] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16071/stat : 16071 (java) S 16051 16054 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140400333417592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16054/tid=16072] ppid=16051 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/16054/task/16072/stat : 16072 (java) S 16051 16054 11773 0 -1 4202560 102 0 0 0 21 25 0 0 20 0 19 0 23826613 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140400332365000 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16054/tid=16073] ppid=16051 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16054/task/16073/stat : 16073 (java) S 16051 16054 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23826681 9856040960 77799 33554432000 1073741824 1073778376 140735714241184 140400331309992 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16054 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=998270
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=141674
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.74
CPU time (s): 1800.05
CPU user time (s): 1798.37
CPU system time (s): 1.68
CPU usage (%): 100.688
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794
system time used= 2.14167
maximum resident set size= 1510344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34019
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54031
involuntary context switches= 53393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.41957 second user time and 13.9759 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 04:43:27
IDJOB=4100821
IDBENCH=1665
IDSOLVER=2546
FILE ID=node133/4100821-1466217807
RUNJOBID= node133-1466206057-11789
PBS_JOBID= 19918144
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-grow22.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100821-1466217807/watcher-4100821-1466217807 -o /tmp/evaluation-result-4100821-1466217807/solver-4100821-1466217807 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11789 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100821-1466217807.opb

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

MD5SUM BENCH= 16450e6196a99d1fc33b5d9a0f64103d
RANDOM SEED=290435878

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.256
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:        31695552 kB
Buffers:           84420 kB
Cached:            91928 kB
SwapCached:          892 kB
Active:           317652 kB
Inactive:         119640 kB
Active(anon):     260872 kB
Inactive(anon):     2576 kB
Active(file):      56780 kB
Inactive(file):   117064 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              2384 kB
Writeback:             4 kB
AnonPages:        268784 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             599912 kB
SReclaimable:      43308 kB
SUnreclaim:       556604 kB
KernelStack:        1640 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     411616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 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= 71708 MiB
End job on node133 at 2016-06-18 05:13:15