Trace number 4089894

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v071-n1.opb
MD5SUMb197cfdff1812a3f64e223cd01f565dd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.51077
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables213
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4089894-1466035054.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.07/0.15	c ... done. Wall clock time 0.025s.
0.07/0.15	c declared #vars     213
0.07/0.15	c #constraints  142
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 71
0.07/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 71
0.07/0.15	c 142 constraints processed.
0.83/0.63	c cleaning 2497 clauses out of 5001 with flag 38720/5001
1.43/1.06	c cleaning 4247 clauses out of 8503 with flag 104810/11000
2.03/1.62	c cleaning 5623 clauses out of 11258 with flag 174423/18002
2.75/2.35	c cleaning 6809 clauses out of 13633 with flag 258207/26000
3.76/3.36	c cleaning 7901 clauses out of 15824 with flag 343387/35000
5.06/4.61	c cleaning 8947 clauses out of 17923 with flag 450758/45000
6.56/6.11	c cleaning 9979 clauses out of 19977 with flag 565277/56001
8.26/7.88	c cleaning 10990 clauses out of 21998 with flag 682859/68001
10.26/9.86	c cleaning 11996 clauses out of 24009 with flag 817930/81002
12.46/12.07	c cleaning 12997 clauses out of 26011 with flag 965374/95000
15.25/14.80	c cleaning 14001 clauses out of 28015 with flag 1127345/110001
18.25/17.81	c cleaning 14999 clauses out of 30013 with flag 1304024/126000
21.46/21.01	c cleaning 16002 clauses out of 32016 with flag 1498478/143002
24.36/23.95	c cleaning 16996 clauses out of 34012 with flag 1678585/161000
27.86/27.48	c cleaning 18003 clauses out of 36016 with flag 1878541/180000
31.76/31.35	c cleaning 19002 clauses out of 38016 with flag 2072756/200003
36.46/36.06	c cleaning 20001 clauses out of 40014 with flag 2295997/221003
41.76/41.35	c cleaning 20998 clauses out of 42012 with flag 2561421/243002
47.46/47.04	c cleaning 22000 clauses out of 44013 with flag 2835413/266001
54.07/53.62	c cleaning 22996 clauses out of 46012 with flag 3123692/290000
60.97/60.56	c cleaning 23999 clauses out of 48016 with flag 3419350/315000
68.81/68.39	c cleaning 25003 clauses out of 50017 with flag 3744977/341000
77.10/76.65	c cleaning 25995 clauses out of 52014 with flag 4072024/368000
84.60/84.11	c cleaning 27005 clauses out of 54020 with flag 4393122/396001
91.20/90.75	c cleaning 28005 clauses out of 56017 with flag 4740267/425003
98.51/98.10	c cleaning 28998 clauses out of 58009 with flag 5146318/455000
106.50/106.05	c cleaning 29999 clauses out of 60011 with flag 5554262/486000
114.81/114.40	c cleaning 30997 clauses out of 62012 with flag 5993293/518000
122.72/122.21	c cleaning 31988 clauses out of 64015 with flag 6382896/551000
130.91/130.47	c cleaning 33001 clauses out of 66027 with flag 6766668/585000
139.41/138.92	c cleaning 34007 clauses out of 68026 with flag 7160767/620000
149.41/148.94	c cleaning 35004 clauses out of 70020 with flag 7561326/656001
161.25/160.79	c cleaning 36000 clauses out of 72016 with flag 7988516/693001
173.35/172.89	c cleaning 37001 clauses out of 74016 with flag 8461599/731001
186.84/186.36	c cleaning 38001 clauses out of 76014 with flag 8956221/770000
201.25/200.71	c cleaning 38995 clauses out of 78014 with flag 9458975/810001
213.75/213.25	c cleaning 39978 clauses out of 80018 with flag 9943051/851000
228.55/228.08	c cleaning 40996 clauses out of 82042 with flag 10389790/893002
244.45/243.98	c cleaning 42012 clauses out of 84044 with flag 10882443/936000
258.56/258.00	c cleaning 43012 clauses out of 86032 with flag 11384655/980000
273.52/272.99	c cleaning 44005 clauses out of 88022 with flag 11901116/1025002
290.41/289.81	c cleaning 45002 clauses out of 90015 with flag 12437453/1071000
309.83/309.29	c cleaning 45991 clauses out of 92014 with flag 13107859/1118001
329.92/329.34	c cleaning 47004 clauses out of 94024 with flag 13827076/1166002
348.23/347.67	c cleaning 48006 clauses out of 96018 with flag 14483610/1215000
366.12/365.53	c cleaning 48989 clauses out of 98014 with flag 15123702/1265002
386.93/386.32	c cleaning 50006 clauses out of 100025 with flag 15703598/1316002
413.33/412.75	c cleaning 51002 clauses out of 102018 with flag 16334115/1368001
434.55/433.86	c cleaning 52002 clauses out of 104015 with flag 16922895/1421000
452.45/451.72	c cleaning 52997 clauses out of 106013 with flag 17515220/1475000
471.55/470.90	c cleaning 53999 clauses out of 108018 with flag 18086891/1530002
491.36/490.67	c cleaning 55002 clauses out of 110017 with flag 18707844/1586000
515.75/515.07	c cleaning 56003 clauses out of 112015 with flag 19353522/1643000
537.57/536.85	c cleaning 57006 clauses out of 114015 with flag 20014600/1701003
561.12/560.23	c cleaning 57991 clauses out of 116007 with flag 20715082/1760001
583.72/582.80	c cleaning 59006 clauses out of 118018 with flag 21375924/1820003
614.83/613.91	c cleaning 59997 clauses out of 120009 with flag 22110310/1881000
647.84/646.95	c cleaning 60997 clauses out of 122018 with flag 22833125/1943006
675.43/674.55	c cleaning 62002 clauses out of 124016 with flag 23577376/2006001
704.94/704.04	c cleaning 63001 clauses out of 126014 with flag 24288816/2070001
734.90/733.85	c cleaning 63991 clauses out of 128012 with flag 25029869/2135000
775.51/774.49	c cleaning 65007 clauses out of 130022 with flag 25762183/2201001
813.21/812.11	c cleaning 66007 clauses out of 132020 with flag 26524544/2268006
857.72/856.61	c cleaning 66998 clauses out of 134009 with flag 27363767/2336002
902.33/901.21	c cleaning 67994 clauses out of 136009 with flag 28253767/2405000
938.31/937.02	c cleaning 68998 clauses out of 138015 with flag 29101880/2475000
972.52/971.30	c cleaning 70003 clauses out of 140019 with flag 29920909/2546002
1007.72/1006.47	c cleaning 71003 clauses out of 142014 with flag 30732673/2618000
1058.62/1057.39	c cleaning 71995 clauses out of 144011 with flag 31593448/2691000
1118.03/1116.75	c cleaning 73007 clauses out of 146017 with flag 32542633/2765001
1161.53/1160.03	c cleaning 73996 clauses out of 148010 with flag 33474029/2840001
1203.44/1201.93	c cleaning 74994 clauses out of 150014 with flag 34370874/2916001
1254.04/1252.54	c cleaning 75979 clauses out of 152019 with flag 35307366/2993000
1299.14/1297.46	c cleaning 77016 clauses out of 154043 with flag 36238873/3071003
1347.84/1346.13	c cleaning 78005 clauses out of 156024 with flag 37153822/3150000
1397.54/1395.80	c cleaning 78993 clauses out of 158019 with flag 38034623/3230000
1462.34/1460.62	c cleaning 79998 clauses out of 160026 with flag 38966252/3311000
1523.86/1521.91	c cleaning 81008 clauses out of 162028 with flag 40035324/3393000
1574.28/1572.36	c cleaning 82002 clauses out of 164021 with flag 41049264/3476001
1632.39/1630.48	c cleaning 83004 clauses out of 166019 with flag 41980372/3560001
1682.85/1680.79	c cleaning 83998 clauses out of 168015 with flag 43047865/3645001
1736.45/1734.37	c cleaning 85000 clauses out of 170016 with flag 44136662/3731000
1785.96/1783.83	c cleaning 85998 clauses out of 172016 with flag 45163706/3818000
1800.08/1797.90	c starts		: 4056
1800.08/1797.90	c conflicts		: 3846187
1800.08/1797.90	c decisions		: 4677327
1800.08/1797.90	c propagations		: 87378737
1800.08/1797.90	c inspects		: 36400242890
1800.08/1797.90	c shortcuts		: 0
1800.08/1797.90	c timeout
1800.08/1797.90	c learnt literals	: 0
1800.08/1797.90	c learnt binary clauses	: 0
1800.08/1797.90	c learnt ternary clauses	: 0
1800.08/1797.90	c learnt constraints	: 3846187
1800.08/1797.90	c ignored constraints	: 0
1800.08/1797.90	c root simplifications	: 0
1800.08/1797.90	c removed literals (reason simplification)	: 0
1800.08/1797.90	c reason swapping (by a shorter reason)	: 0
1800.08/1797.90	c Calls to reduceDB	: 83
1800.08/1797.90	c Number of update (reduction) of LBD	: 1364136
1800.08/1797.90	c Imported unit clauses	: 0
1800.08/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.90	c number of learned constraints concerned by reduction	: 0
1800.08/1797.90	c number of learning phase by resolution	: 0
1800.08/1797.90	c number of learning phase by cutting planes	: 0
1800.08/1797.90	c speed (assignments/second)	: 48604.52543708827
1800.08/1797.90	c non guided choices	92
1800.08/1797.93	c learnt constraints type 
1800.08/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114205
1800.08/1797.93	s UNKNOWN
1800.08/1797.93	c Total wall clock time (in seconds): 1797.803

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-4089894-1466035054/watcher-4089894-1466035054 -o /tmp/evaluation-result-4089894-1466035054/solver-4089894-1466035054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6167 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089894-1466035054.opb 

pid=9177
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

[startup+0 s]
/proc/loadavg: 2.07 2.05 2.03 3/194 9180
/proc/meminfo: memFree=31267452/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/9180/stat : 9180 (runsolver) R 9177 6151 6151 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 1 0 5551000 24911872 51 33554432000 4194304 4338465 140737208917488 140737208915024 206628875199 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/9180/statm: 6082 51 4 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100117 s]
/proc/loadavg: 2.07 2.05 2.03 3/194 9180
/proc/meminfo: memFree=31267452/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 4065 0 1 0 6 1 0 0 20 0 18 0 5551000 9787879424 5190 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2389619 5197 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 2.07 2.05 2.03 3/194 9180
/proc/meminfo: memFree=31267452/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 6486 0 1 0 22 2 0 0 20 0 19 0 5551000 9856040960 7525 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 7525 2208 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300309 s]
/proc/loadavg: 2.07 2.05 2.03 3/194 9180
/proc/meminfo: memFree=31267452/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 7423 0 1 0 49 2 0 0 20 0 19 0 5551000 9856040960 7661 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 7661 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700201 s]
/proc/loadavg: 2.07 2.05 2.03 3/194 9180
/proc/meminfo: memFree=31267452/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 9680 0 1 0 100 2 0 0 20 0 19 0 5551000 9856040960 8751 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 8751 2238 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.07 2.05 2.03 3/213 9199
/proc/meminfo: memFree=31238496/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 10085 0 1 0 191 2 0 0 20 0 19 0 5551000 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 9854 2241 9 0 2396937 0
[pid=9180/tid=9182] ppid=9177 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9180/task/9182/stat : 9182 (java) R 9177 9180 6151 0 -1 4202560 2401 0 1 0 144 2 0 0 20 0 19 0 5551002 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703522105896 139703358019631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9183] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9183/stat : 9183 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703483599400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9184] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9184/stat : 9184 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703482546600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9185] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9185/stat : 9185 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703481493800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9186] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9186/stat : 9186 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703480441000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9187] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9187/stat : 9187 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703479389224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9188] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9188/stat : 9188 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703478336424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9189] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9189/stat : 9189 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703477283624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9190] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9190/stat : 9190 (java) S 9177 9180 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703476230824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9191] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9191/stat : 9191 (java) S 9177 9180 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703346174440 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9192] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9192/stat : 9192 (java) S 9177 9180 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703345120504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9193] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9193/stat : 9193 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703344067592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9194] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9194/stat : 9194 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703343016080 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9195] ppid=9177 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9180/task/9195/stat : 9195 (java) S 9177 9180 6151 0 -1 4202560 1723 0 0 0 14 0 0 0 20 0 19 0 5551007 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139703341964216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9196] ppid=9177 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9180/task/9196/stat : 9196 (java) S 9177 9180 6151 0 -1 4202560 4691 0 0 0 29 0 0 0 20 0 19 0 5551007 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139702468340536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9197] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9197/stat : 9197 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139702467287928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9198] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9198/stat : 9198 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139702466235336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9199] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9199/stat : 9199 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551016 9856040960 9854 33554432000 1073741824 1073778376 140736379455312 139702465180840 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10067 s]
/proc/loadavg: 2.15 2.07 2.04 3/213 9199
/proc/meminfo: memFree=31231608/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 10092 0 1 0 353 2 0 0 20 0 19 0 5551000 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 11394 2241 9 0 2396937 0
[pid=9180/tid=9182] ppid=9177 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9180/task/9182/stat : 9182 (java) R 9177 9180 6151 0 -1 4202560 2404 0 1 0 304 2 0 0 20 0 19 0 5551002 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703522107768 139703358003170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9183] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9183/stat : 9183 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703483599400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9184] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9184/stat : 9184 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703482546600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9185] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9185/stat : 9185 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703481493800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9186] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9186/stat : 9186 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703480441000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9187] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9187/stat : 9187 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703479389224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9188] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9188/stat : 9188 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703478336424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9189] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9189/stat : 9189 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703477283624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9190] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9190/stat : 9190 (java) S 9177 9180 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703476230824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9191] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9191/stat : 9191 (java) S 9177 9180 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703346174440 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9192] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9192/stat : 9192 (java) S 9177 9180 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703345120504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9193] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9193/stat : 9193 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703344067592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9194] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9194/stat : 9194 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703343016080 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9195] ppid=9177 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9180/task/9195/stat : 9195 (java) S 9177 9180 6151 0 -1 4202560 1723 0 0 0 14 0 0 0 20 0 19 0 5551007 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139703341964216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9196] ppid=9177 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9180/task/9196/stat : 9196 (java) S 9177 9180 6151 0 -1 4202560 4695 0 0 0 31 0 0 0 20 0 19 0 5551007 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139702468340536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9197] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9197/stat : 9197 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139702467287928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9198] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9198/stat : 9198 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139702466235336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9199] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9199/stat : 9199 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551016 9856040960 11394 33554432000 1073741824 1073778376 140736379455312 139702465180840 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.15 2.07 2.04 3/213 9199
/proc/meminfo: memFree=31223448/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 10099 0 1 0 673 3 0 0 20 0 19 0 5551000 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 13371 2242 9 0 2396937 0
[pid=9180/tid=9182] ppid=9177 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9180/task/9182/stat : 9182 (java) R 9177 9180 6151 0 -1 4202560 2410 0 1 0 624 2 0 0 20 0 19 0 5551002 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703522098864 139703358003089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9183] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9183/stat : 9183 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703483599400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9184] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9184/stat : 9184 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703482546600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9185] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9185/stat : 9185 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703481493800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9186] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9186/stat : 9186 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703480441000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9187] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9187/stat : 9187 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703479389224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9188] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9188/stat : 9188 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703478336424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9189] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9189/stat : 9189 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703477283624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9190] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9190/stat : 9190 (java) S 9177 9180 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5551003 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703476230824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9191] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9191/stat : 9191 (java) S 9177 9180 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703346174440 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9192] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9192/stat : 9192 (java) S 9177 9180 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703345120504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9193] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9193/stat : 9193 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703344067592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9194] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9194/stat : 9194 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703343016080 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9195] ppid=9177 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9180/task/9195/stat : 9195 (java) S 9177 9180 6151 0 -1 4202560 1723 0 0 0 14 0 0 0 20 0 19 0 5551007 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139703341964216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9196] ppid=9177 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9180/task/9196/stat : 9196 (java) S 9177 9180 6151 0 -1 4202560 4695 0 0 0 31 0 0 0 20 0 19 0 5551007 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139702468340536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9197] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9197/stat : 9197 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139702467287928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9198] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9198/stat : 9198 (java) S 9177 9180 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139702466235336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9199] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9199/stat : 9199 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551016 9856040960 13371 33554432000 1073741824 1073778376 140736379455312 139702465180840 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

[pid=9180/tid=9192] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9192/stat : 9192 (java) S 9177 9180 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703345120504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9193] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9193/stat : 9193 (java) S 9177 9180 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703344067592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9194] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9194/stat : 9194 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703343016080 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9195] ppid=9177 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9180/task/9195/stat : 9195 (java) S 9177 9180 6151 0 -1 4202560 1723 0 0 0 14 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703341964216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9196] ppid=9177 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9180/task/9196/stat : 9196 (java) S 9177 9180 6151 0 -1 4202560 4867 0 0 0 33 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702468340536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9197] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9197/stat : 9197 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702467287928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9198] ppid=9177 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/9180/task/9198/stat : 9198 (java) S 9177 9180 6151 0 -1 4202560 100 0 0 0 29 31 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702466235336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9199] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9199/stat : 9199 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551016 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702465180840 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 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.03 2.08 2.03 3/213 9397
/proc/meminfo: memFree=30678368/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=1784.46 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 12283 0 1 0 178365 81 0 0 20 0 19 0 5551000 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 152053 2268 9 0 2396937 0
[pid=9180/tid=9182] ppid=9177 vsize=9625040 CPUtime=1781.67 cores=0,2,4,6
/proc/9180/task/9182/stat : 9182 (java) R 9177 9180 6151 0 -1 4202560 2474 0 1 0 178135 32 0 0 20 0 19 0 5551002 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703522098864 139703357972127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9183] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9183/stat : 9183 (java) S 9177 9180 6151 0 -1 4202560 209 0 0 0 18 7 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703483599400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9184] ppid=9177 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9180/task/9184/stat : 9184 (java) S 9177 9180 6151 0 -1 4202560 325 0 0 0 20 7 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703482546600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9185] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9185/stat : 9185 (java) S 9177 9180 6151 0 -1 4202560 223 0 0 0 19 6 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703481493800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9186] ppid=9177 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9180/task/9186/stat : 9186 (java) S 9177 9180 6151 0 -1 4202560 114 0 0 0 18 6 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703480441000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9187] ppid=9177 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9180/task/9187/stat : 9187 (java) S 9177 9180 6151 0 -1 4202560 233 0 0 0 16 7 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703479389224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9188] ppid=9177 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/9180/task/9188/stat : 9188 (java) S 9177 9180 6151 0 -1 4202560 158 0 0 0 15 6 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703478336424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9189] ppid=9177 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/9180/task/9189/stat : 9189 (java) S 9177 9180 6151 0 -1 4202560 107 0 0 0 15 3 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703477283624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9190] ppid=9177 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9180/task/9190/stat : 9190 (java) S 9177 9180 6151 0 -1 4202560 337 0 0 0 20 7 0 0 20 0 19 0 5551003 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703476230824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9191] ppid=9177 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9180/task/9191/stat : 9191 (java) S 9177 9180 6151 0 -1 4202560 151 0 0 0 8 2 0 0 20 0 19 0 5551004 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703346174440 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9192] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9192/stat : 9192 (java) S 9177 9180 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703345120504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9193] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9193/stat : 9193 (java) S 9177 9180 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703344067592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9194] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9194/stat : 9194 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703343016080 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9195] ppid=9177 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9180/task/9195/stat : 9195 (java) S 9177 9180 6151 0 -1 4202560 1723 0 0 0 14 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139703341964216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9196] ppid=9177 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9180/task/9196/stat : 9196 (java) S 9177 9180 6151 0 -1 4202560 4867 0 0 0 33 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702468340536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9197] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9197/stat : 9197 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702467287928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9198] ppid=9177 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/9180/task/9198/stat : 9198 (java) S 9177 9180 6151 0 -1 4202560 104 0 0 0 29 34 0 0 20 0 19 0 5551007 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702466235336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9199] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9199/stat : 9199 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551016 9856040960 152053 33554432000 1073741824 1073778376 140736379455312 139702465180840 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.02 2.07 2.03 3/213 9397
/proc/meminfo: memFree=30678492/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 12286 0 1 0 179927 81 0 0 20 0 19 0 5551000 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 152052 2268 9 0 2396937 0
[pid=9180/tid=9182] ppid=9177 vsize=9625040 CPUtime=1797.26 cores=0,2,4,6
/proc/9180/task/9182/stat : 9182 (java) R 9177 9180 6151 0 -1 4202560 2475 0 1 0 179694 32 0 0 20 0 19 0 5551002 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703522106544 139703357806512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9183] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9183/stat : 9183 (java) S 9177 9180 6151 0 -1 4202560 209 0 0 0 18 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703483599400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9184] ppid=9177 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9180/task/9184/stat : 9184 (java) S 9177 9180 6151 0 -1 4202560 325 0 0 0 21 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703482546600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9185] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9185/stat : 9185 (java) S 9177 9180 6151 0 -1 4202560 223 0 0 0 19 6 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703481493800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9186] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9186/stat : 9186 (java) S 9177 9180 6151 0 -1 4202560 114 0 0 0 19 6 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703480441000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9187] ppid=9177 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9180/task/9187/stat : 9187 (java) S 9177 9180 6151 0 -1 4202560 233 0 0 0 16 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703479389224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9188] ppid=9177 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9180/task/9188/stat : 9188 (java) S 9177 9180 6151 0 -1 4202560 158 0 0 0 16 6 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703478336424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9189] ppid=9177 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/9180/task/9189/stat : 9189 (java) S 9177 9180 6151 0 -1 4202560 107 0 0 0 15 3 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703477283624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9190] ppid=9177 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9180/task/9190/stat : 9190 (java) S 9177 9180 6151 0 -1 4202560 337 0 0 0 20 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703476230824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9191] ppid=9177 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9180/task/9191/stat : 9191 (java) S 9177 9180 6151 0 -1 4202560 153 0 0 0 8 2 0 0 20 0 19 0 5551004 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703346174440 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9192] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9192/stat : 9192 (java) S 9177 9180 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703345120504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9193] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9193/stat : 9193 (java) S 9177 9180 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703344067592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9194] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9194/stat : 9194 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703343016080 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9195] ppid=9177 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9180/task/9195/stat : 9195 (java) S 9177 9180 6151 0 -1 4202560 1723 0 0 0 14 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703341964216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9196] ppid=9177 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9180/task/9196/stat : 9196 (java) S 9177 9180 6151 0 -1 4202560 4867 0 0 0 33 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702468340536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9197] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9197/stat : 9197 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702467287928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9198] ppid=9177 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/9180/task/9198/stat : 9198 (java) S 9177 9180 6151 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702466235336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9199] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9199/stat : 9199 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551016 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702465180840 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 9180 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.02 2.07 2.03 3/213 9397
/proc/meminfo: memFree=30678492/32872528 swapFree=532444/565148
[pid=9180] ppid=9177 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/9180/stat : 9180 (java) S 9177 9180 6151 0 -1 4202496 12286 0 1 0 179927 81 0 0 20 0 19 0 5551000 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 140736379446448 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9180/statm: 2406260 152052 2268 9 0 2396937 0
[pid=9180/tid=9182] ppid=9177 vsize=9625040 CPUtime=1797.26 cores=0,2,4,6
/proc/9180/task/9182/stat : 9182 (java) R 9177 9180 6151 0 -1 4202560 2475 0 1 0 179694 32 0 0 20 0 19 0 5551002 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703522106544 139703357806512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9183] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9183/stat : 9183 (java) S 9177 9180 6151 0 -1 4202560 209 0 0 0 18 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703483599400 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9184] ppid=9177 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9180/task/9184/stat : 9184 (java) S 9177 9180 6151 0 -1 4202560 325 0 0 0 21 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703482546600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9185] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9185/stat : 9185 (java) S 9177 9180 6151 0 -1 4202560 223 0 0 0 19 6 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703481493800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9186] ppid=9177 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9180/task/9186/stat : 9186 (java) S 9177 9180 6151 0 -1 4202560 114 0 0 0 19 6 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703480441000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9187] ppid=9177 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9180/task/9187/stat : 9187 (java) S 9177 9180 6151 0 -1 4202560 233 0 0 0 16 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703479389224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9188] ppid=9177 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9180/task/9188/stat : 9188 (java) S 9177 9180 6151 0 -1 4202560 158 0 0 0 16 6 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703478336424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9189] ppid=9177 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/9180/task/9189/stat : 9189 (java) S 9177 9180 6151 0 -1 4202560 107 0 0 0 15 3 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703477283624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9190] ppid=9177 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9180/task/9190/stat : 9190 (java) S 9177 9180 6151 0 -1 4202560 337 0 0 0 20 7 0 0 20 0 19 0 5551003 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703476230824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9180/tid=9191] ppid=9177 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9180/task/9191/stat : 9191 (java) S 9177 9180 6151 0 -1 4202560 153 0 0 0 8 2 0 0 20 0 19 0 5551004 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703346174440 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9192] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9192/stat : 9192 (java) S 9177 9180 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703345120504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9193] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9193/stat : 9193 (java) S 9177 9180 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5551004 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703344067592 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9194] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9194/stat : 9194 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703343016080 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9195] ppid=9177 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9180/task/9195/stat : 9195 (java) S 9177 9180 6151 0 -1 4202560 1723 0 0 0 14 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139703341964216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9180/tid=9196] ppid=9177 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9180/task/9196/stat : 9196 (java) S 9177 9180 6151 0 -1 4202560 4867 0 0 0 33 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702468340536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9197] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9197/stat : 9197 (java) S 9177 9180 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702467287928 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9180/tid=9198] ppid=9177 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/9180/task/9198/stat : 9198 (java) S 9177 9180 6151 0 -1 4202560 104 0 0 0 30 34 0 0 20 0 19 0 5551007 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702466235336 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9180/tid=9199] ppid=9177 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9180/task/9199/stat : 9199 (java) S 9177 9180 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5551016 9856040960 152052 33554432000 1073741824 1073778376 140736379455312 139702465180840 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.94
CPU time (s): 1800.73
CPU user time (s): 1799.42
CPU system time (s): 1.3148
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 1.3148
maximum resident set size= 639068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12329
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38331
involuntary context switches= 5426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7514 second user time and 13.225 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 01:57:34
IDJOB=4089894
IDBENCH=107471
IDSOLVER=2546
FILE ID=node138/4089894-1466035054
RUNJOBID= node138-1466015679-6167
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v071-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089894-1466035054/watcher-4089894-1466035054 -o /tmp/evaluation-result-4089894-1466035054/solver-4089894-1466035054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6167 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089894-1466035054.opb

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

MD5SUM BENCH= b197cfdff1812a3f64e223cd01f565dd
RANDOM SEED=1447385022

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31267988 kB
Buffers:           24296 kB
Cached:            42908 kB
SwapCached:         1268 kB
Active:           297544 kB
Inactive:          43500 kB
Active(anon):     275024 kB
Inactive(anon):     1708 kB
Active(file):      22520 kB
Inactive(file):    41792 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               872 kB
Writeback:             4 kB
AnonPages:        838280 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             565636 kB
SReclaimable:       9500 kB
SUnreclaim:       556136 kB
KernelStack:        1624 kB
PageTables:         5892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1288440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 71748 MiB
End job on node138 at 2016-06-16 02:27:32