Trace number 4103480

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) 1801.02 1798.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUMa5c62cef1e86c64304fd5ef232ab5991
Bench CategoryOPT-BIGINT (optimisation, big 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.21	c See www.sat4j.org for details.
0.05/0.22	c version PB16.v20160501
0.05/0.22	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.22	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.22	c java.vm.version	19.1-b02
0.05/0.22	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.22	c sun.arch.data.model	64
0.05/0.22	c java.version		1.6.0_24
0.05/0.22	c os.name		Linux
0.05/0.22	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.22	c os.arch		amd64
0.05/0.22	c Free memory 		501472288
0.05/0.22	c Max memory 		7480803328
0.05/0.22	c Total memory 		504102912
0.05/0.22	c Number of processors 	8
0.05/0.25	c Pseudo Boolean Optimization by upper bound
0.05/0.25	c --- Begin Solver configuration ---
0.05/0.25	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.05/0.25	c Learn all clauses as in MiniSAT
0.05/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.25	c No reason simplification
0.05/0.25	c Glucose 2.1 dynamic restart strategy
0.05/0.25	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.05/0.25	c timeout=2147483s
0.05/0.25	c DB Simplification allowed=false
0.05/0.25	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.05/0.25	c --- End Solver configuration ---
0.05/0.25	c solving HOME/instance-4103480-1466241309.opb
0.05/0.25	c reading problem ... 
0.05/0.26	c  objective function found
1.40/1.16	c ... done. Wall clock time 0.909s.
1.40/1.16	c declared #vars     107808
1.40/1.16	c #constraints  5184
1.40/1.16	c constraints type 
1.40/1.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5184
1.40/1.16	c 5184 constraints processed.
1.40/1.16	c objective function length is 38688 literals
3.39/2.51	c cleaning 2496 clauses out of 4999 with flag 14990/5000
4.28/3.32	c cleaning 4244 clauses out of 8503 with flag 29007/11000
5.17/4.27	c cleaning 5627 clauses out of 11259 with flag 43935/18000
6.38/5.50	c cleaning 6812 clauses out of 13633 with flag 61287/26001
7.98/7.05	c cleaning 7900 clauses out of 15820 with flag 80849/35000
9.98/9.05	c cleaning 8955 clauses out of 17922 with flag 102525/45002
12.28/11.39	c cleaning 9977 clauses out of 19965 with flag 126814/56000
15.18/14.21	c cleaning 10985 clauses out of 21988 with flag 153084/68000
18.38/17.47	c cleaning 11996 clauses out of 24005 with flag 181448/81002
22.27/21.36	c cleaning 12990 clauses out of 26007 with flag 212378/95000
26.47/25.54	c cleaning 13993 clauses out of 28020 with flag 245398/110003
31.27/30.30	c cleaning 15000 clauses out of 30025 with flag 280145/126001
36.87/35.90	c cleaning 15997 clauses out of 32024 with flag 318179/143000
42.57/41.68	c cleaning 17001 clauses out of 34027 with flag 357846/161000
49.16/48.22	c cleaning 18001 clauses out of 36027 with flag 399945/180001
56.07/55.13	c cleaning 18996 clauses out of 38025 with flag 444586/200000
63.86/62.90	c cleaning 20001 clauses out of 40029 with flag 491808/221000
71.97/71.09	c cleaning 20997 clauses out of 42029 with flag 541087/243001
81.29/80.21	c cleaning 21994 clauses out of 44031 with flag 592437/266000
91.30/90.29	c cleaning 23005 clauses out of 46037 with flag 646853/290000
102.78/101.78	c cleaning 24000 clauses out of 48033 with flag 705016/315001
115.07/114.00	c cleaning 25001 clauses out of 50034 with flag 765013/341002
128.26/127.25	c cleaning 26002 clauses out of 52031 with flag 826976/368000
134.57/133.54	c cleaning 27010 clauses out of 54021 with flag 1032429/396001
139.87/138.87	c cleaning 27990 clauses out of 56005 with flag 1237507/425001
142.77/141.72	c cleaning 28975 clauses out of 58015 with flag 1334869/455001
148.27/147.29	c cleaning 30017 clauses out of 60040 with flag 1412458/486001
155.87/154.88	c cleaning 31009 clauses out of 62023 with flag 1479048/518001
164.07/163.06	c cleaning 32004 clauses out of 64014 with flag 1547812/551001
172.87/171.82	c cleaning 33002 clauses out of 66009 with flag 1618734/585000
182.27/181.24	c cleaning 34004 clauses out of 68008 with flag 1691381/620001
192.37/191.33	c cleaning 34999 clauses out of 70004 with flag 1766260/656001
203.17/202.16	c cleaning 36000 clauses out of 72004 with flag 1843442/693000
215.34/214.15	c cleaning 37001 clauses out of 74005 with flag 1922785/731001
228.64/227.45	c cleaning 38000 clauses out of 76004 with flag 2004188/770001
243.03/241.86	c cleaning 39001 clauses out of 78003 with flag 2087465/810000
258.23/257.00	c cleaning 40000 clauses out of 80002 with flag 2172846/851000
274.23/273.08	c cleaning 41002 clauses out of 82003 with flag 2259638/893001
293.43/292.26	c cleaning 41998 clauses out of 84001 with flag 2348421/936001
312.93/311.72	c cleaning 42999 clauses out of 86002 with flag 2440125/980000
333.33/332.11	c cleaning 44000 clauses out of 88003 with flag 2533649/1025000
354.64/353.42	c cleaning 45001 clauses out of 90004 with flag 2626909/1071001
377.14/375.95	c cleaning 46001 clauses out of 92003 with flag 2720944/1118001
400.34/399.17	c cleaning 47000 clauses out of 94002 with flag 2816958/1166001
424.14/422.99	c cleaning 48000 clauses out of 96002 with flag 2914971/1215001
450.33/448.95	c cleaning 48998 clauses out of 98002 with flag 3014985/1265001
477.93/476.51	c cleaning 49998 clauses out of 100004 with flag 3117001/1316001
505.43/504.03	c cleaning 51001 clauses out of 102006 with flag 3221001/1368001
534.74/533.31	c cleaning 52002 clauses out of 104005 with flag 3327001/1421001
568.14/566.76	c cleaning 53001 clauses out of 106003 with flag 3435001/1475001
602.35/600.90	c cleaning 54000 clauses out of 108002 with flag 3545006/1530001
635.55/634.11	c cleaning 54997 clauses out of 110002 with flag 3657010/1586001
671.06/669.69	c cleaning 56000 clauses out of 112005 with flag 3771010/1643001
708.46/706.86	c cleaning 57002 clauses out of 114005 with flag 3887010/1701001
749.06/747.50	c cleaning 57998 clauses out of 116003 with flag 4005020/1760001
791.97/790.31	c cleaning 58995 clauses out of 118005 with flag 4125020/1820001
842.36/840.71	c cleaning 60003 clauses out of 120010 with flag 4247020/1881001
893.47/891.81	c cleaning 61003 clauses out of 122007 with flag 4371025/1943001
942.89/941.29	c cleaning 61999 clauses out of 124004 with flag 4497025/2006001
992.99/991.34	c cleaning 63000 clauses out of 126005 with flag 4625025/2070001
1043.41/1041.77	c cleaning 64002 clauses out of 128005 with flag 4755025/2135001
1097.02/1095.31	c cleaning 64997 clauses out of 130003 with flag 4887025/2201001
1152.92/1151.27	c cleaning 66000 clauses out of 132006 with flag 5021029/2268001
1211.33/1209.63	c cleaning 67002 clauses out of 134006 with flag 5157029/2336001
1272.76/1271.02	c cleaning 67998 clauses out of 136004 with flag 5295029/2405001
1336.69/1334.97	c cleaning 68999 clauses out of 138006 with flag 5435038/2475001
1405.27/1403.23	c cleaning 70000 clauses out of 140007 with flag 5577038/2546001
1478.08/1476.08	c cleaning 70997 clauses out of 142007 with flag 5721038/2618001
1562.19/1560.11	c cleaning 72002 clauses out of 144010 with flag 5867038/2691001
1650.10/1648.02	c cleaning 72999 clauses out of 146008 with flag 6015038/2765001
1744.41/1742.30	c cleaning 74002 clauses out of 148009 with flag 6165038/2840001
1800.03/1797.99	c starts		: 10996
1800.03/1797.99	c conflicts		: 2898509
1800.03/1797.99	c decisions		: 4464864
1800.03/1797.99	c propagations		: 28228689
1800.03/1797.99	c inspects		: 34992081636
1800.03/1797.99	c shortcuts		: 0
1800.03/1797.99	c learnt literals	: 16
1800.03/1797.99	c learnt binary clauses	: 226
1800.03/1797.99	c learnt ternary clauses	: 24
1800.03/1797.99	c learnt constraints	: 2898493
1800.03/1797.99	c ignored constraints	: 0
1800.03/1797.99	c root simplifications	: 0
1800.03/1797.99	c removed literals (reason simplification)	: 0
1800.03/1797.99	c reason swapping (by a shorter reason)	: 0
1800.03/1797.99	c Calls to reduceDB	: 71
1800.03/1797.99	c Number of update (reduction) of LBD	: 65841
1800.03/1797.99	c Imported unit clauses	: 0
1800.03/1797.99	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.99	c number of learned constraints concerned by reduction	: 0
1800.03/1797.99	c number of learning phase by resolution	: 0
1800.03/1797.99	c number of learning phase by cutting planes	: 0
1800.03/1797.99	c speed (assignments/second)	: 15711.313060364188
1800.03/1797.99	c non guided choices	468700
1800.03/1797.99	c timeout
1800.39/1798.01	c learnt constraints type 
1800.39/1798.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 226
1800.39/1798.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132290
1800.39/1798.01	s UNKNOWN
1800.39/1798.01	c Total wall clock time (in seconds): 1797.76

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

pid=16368
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: 1.16 1.20 1.39 3/176 16371
/proc/meminfo: memFree=31321876/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/16371/stat : 16371 (runsolver) D 16368 16371 16325 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 26176600 24911872 151 33554432000 4194304 4338465 140736464525360 140736464523000 206629063863 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/16371/statm: 6082 151 105 36 0 2655 0

[startup+0.100068 s]
/proc/loadavg: 1.16 1.20 1.39 3/176 16371
/proc/meminfo: memFree=31321876/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9092432 CPUtime=0.02 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 3039 0 2 0 1 1 0 0 20 0 11 0 26176600 9310650368 3150 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2273108 3150 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.200235 s]
/proc/loadavg: 1.16 1.20 1.39 3/176 16371
/proc/meminfo: memFree=31321876/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 3422 0 2 0 4 1 0 0 20 0 18 0 26176600 9787879424 4042 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2389619 4042 1788 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.300189 s]
/proc/loadavg: 1.16 1.20 1.39 3/176 16371
/proc/meminfo: memFree=31321876/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 4863 0 3 0 20 2 0 0 20 0 18 0 26176600 9787879424 6390 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2389619 6390 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 1.16 1.20 1.39 3/176 16371
/proc/meminfo: memFree=31321876/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9558476 CPUtime=0.9 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 6176 0 3 0 86 4 0 0 20 0 18 0 26176600 9787879424 33651 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2389619 33651 2246 9 0 2380296 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 1.16 1.20 1.39 7/212 16472
/proc/meminfo: memFree=31103496/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 10066 0 3 0 214 13 0 0 20 0 19 0 26176600 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2406260 54788 2273 9 0 2396937 0
[pid=16371/tid=16374] ppid=16368 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/16371/task/16374/stat : 16374 (java) R 16368 16371 16325 0 -1 4202560 2521 0 2 0 121 4 0 0 20 0 19 0 26176601 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348592599576 140348533024702 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0
[pid=16371/tid=16375] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16375/stat : 16375 (java) S 16368 16371 16325 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348531329704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16376] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16376/stat : 16376 (java) S 16368 16371 16325 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348530277160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16377] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16377/stat : 16377 (java) S 16368 16371 16325 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348529224616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16378] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16378/stat : 16378 (java) S 16368 16371 16325 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348528172072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16380] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16380/stat : 16380 (java) S 16368 16371 16325 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348527118504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16381] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16381/stat : 16381 (java) S 16368 16371 16325 0 -1 4202560 139 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348430694696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16382] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16382/stat : 16382 (java) S 16368 16371 16325 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16384] ppid=16368 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16371/task/16384/stat : 16384 (java) S 16368 16371 16325 0 -1 4202560 152 0 0 0 2 2 0 0 20 0 19 0 26176605 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348428589608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16392] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16392/stat : 16392 (java) S 16368 16371 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26176609 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348416391784 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16393] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16393/stat : 16393 (java) S 16368 16371 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348415338104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16395] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16395/stat : 16395 (java) S 16368 16371 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348414285448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16398] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16398/stat : 16398 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348413234192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16400] ppid=16368 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16371/task/16400/stat : 16400 (java) R 16368 16371 16325 0 -1 4202560 2089 0 0 0 32 0 0 0 20 0 19 0 26176616 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348412180416 140348594164497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16402] ppid=16368 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/16371/task/16402/stat : 16402 (java) R 16368 16371 16325 0 -1 4202560 3624 0 1 0 40 0 0 0 20 0 19 0 26176616 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348411127560 140348598562422 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16404] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16404/stat : 16404 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348410075640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16406] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16406/stat : 16406 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54788 33554432000 1073741824 1073778376 140737267756576 140348409023304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 1.31 1.23 1.40 3/213 16473
/proc/meminfo: memFree=31058624/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 10789 0 3 0 390 13 0 0 20 0 19 0 26176600 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2406260 54857 2278 9 0 2396937 0
[pid=16371/tid=16374] ppid=16368 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/16371/task/16374/stat : 16374 (java) R 16368 16371 16325 0 -1 4202560 2522 0 2 0 281 4 0 0 20 0 19 0 26176601 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348592590544 140348533016200 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0
[pid=16371/tid=16375] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16375/stat : 16375 (java) S 16368 16371 16325 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348531329704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16376] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16376/stat : 16376 (java) S 16368 16371 16325 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348530277160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16377] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16377/stat : 16377 (java) S 16368 16371 16325 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348529224616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16378] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16378/stat : 16378 (java) S 16368 16371 16325 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348528172072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16380] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16380/stat : 16380 (java) S 16368 16371 16325 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348527118504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16381] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16381/stat : 16381 (java) S 16368 16371 16325 0 -1 4202560 139 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348430694696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16382] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16382/stat : 16382 (java) S 16368 16371 16325 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16384] ppid=16368 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16371/task/16384/stat : 16384 (java) S 16368 16371 16325 0 -1 4202560 152 0 0 0 2 2 0 0 20 0 19 0 26176605 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348428589608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16392] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16392/stat : 16392 (java) S 16368 16371 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26176609 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348416391784 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16393] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16393/stat : 16393 (java) S 16368 16371 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348415338104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16395] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16395/stat : 16395 (java) S 16368 16371 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348414285448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16398] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16398/stat : 16398 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348413234192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16400] ppid=16368 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/16371/task/16400/stat : 16400 (java) S 16368 16371 16325 0 -1 4202560 2102 0 0 0 37 0 0 0 20 0 19 0 26176616 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348412180536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16402] ppid=16368 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/16371/task/16402/stat : 16402 (java) S 16368 16371 16325 0 -1 4202560 4333 0 1 0 50 0 0 0 20 0 19 0 26176616 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348411127992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16404] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16404/stat : 16404 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348410075640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16406] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16406/stat : 16406 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348409023304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16473] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16473/stat : 16473 (java) S 16368 16371 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26176728 9856040960 54857 33554432000 1073741824 1073778376 140737267756576 140348407969064 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30068 s]
/proc/loadavg: 1.31 1.23 1.40 5/213 16473
/proc/meminfo: memFree=31026472/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9625040 CPUtime=7.28 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 10800 0 3 0 715 13 0 0 20 0 19 0 26176600 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2406260 54534 2278 9 0 2396937 0
[pid=16371/tid=16374] ppid=16368 vsize=9625040 CPUtime=6.04 cores=0,2,4,6
/proc/16371/task/16374/stat : 16374 (java) R 16368 16371 16325 0 -1 4202560 2524 0 2 0 599 5 0 0 20 0 19 0 26176601 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348592599168 140348533044848 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0
[pid=16371/tid=16375] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16375/stat : 16375 (java) S 16368 16371 16325 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348531329704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16376] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16376/stat : 16376 (java) S 16368 16371 16325 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348530277160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16377] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16377/stat : 16377 (java) S 16368 16371 16325 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348529224616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16378] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16378/stat : 16378 (java) S 16368 16371 16325 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348528172072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16380] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16380/stat : 16380 (java) S 16368 16371 16325 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348527118504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16381] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16381/stat : 16381 (java) S 16368 16371 16325 0 -1 4202560 139 0 0 0 2 0 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348430694696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16382] ppid=16368 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/16371/task/16382/stat : 16382 (java) S 16368 16371 16325 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16384] ppid=16368 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/16371/task/16384/stat : 16384 (java) S 16368 16371 16325 0 -1 4202560 152 0 0 0 2 2 0 0 20 0 19 0 26176605 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348428589608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16392] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16392/stat : 16392 (java) S 16368 16371 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26176609 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348416391784 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16393] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16393/stat : 16393 (java) S 16368 16371 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348415338104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16395] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16395/stat : 16395 (java) S 16368 16371 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348414285448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16398] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16398/stat : 16398 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348413234192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16400] ppid=16368 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/16371/task/16400/stat : 16400 (java) S 16368 16371 16325 0 -1 4202560 2108 0 0 0 41 0 0 0 20 0 19 0 26176616 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348412180536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16402] ppid=16368 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/16371/task/16402/stat : 16402 (java) S 16368 16371 16325 0 -1 4202560 4336 0 1 0 53 0 0 0 20 0 19 0 26176616 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348411127992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16404] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16404/stat : 16404 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348410075640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16406] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16406/stat : 16406 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348409023304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16473] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16473/stat : 16473 (java) S 16368 16371 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26176728 9856040960 54534 33554432000 1073741824 1073778376 140737267756576 140348407969064 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9625040

[startup+12.7007 s]
/proc/loadavg: 1.41 1.25 1.41 3/213 16603

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

[pid=16371/tid=16392] ppid=16368 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/16371/task/16392/stat : 16392 (java) S 16368 16371 16325 0 -1 4202560 1037 0 0 0 2 0 0 0 20 0 19 0 26176609 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348416391784 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16393] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16393/stat : 16393 (java) S 16368 16371 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348415338104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16395] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16395/stat : 16395 (java) S 16368 16371 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348414285448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16398] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16398/stat : 16398 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348413234192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16400] ppid=16368 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/16371/task/16400/stat : 16400 (java) S 16368 16371 16325 0 -1 4202560 2108 0 0 0 41 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348412180536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16402] ppid=16368 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/16371/task/16402/stat : 16402 (java) S 16368 16371 16325 0 -1 4202560 4620 0 1 0 56 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348411127992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16404] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16404/stat : 16404 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348410075640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16406] ppid=16368 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/16371/task/16406/stat : 16406 (java) S 16368 16371 16325 0 -1 4202560 99 0 0 0 34 27 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348409023304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16473] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16473/stat : 16473 (java) S 16368 16371 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26176728 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348407969064 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/213 16648
/proc/meminfo: memFree=26733904/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9625040 CPUtime=1784.42 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 13757 0 3 0 178352 90 0 0 20 0 19 0 26176600 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2406260 344075 2279 9 0 2396937 0
[pid=16371/tid=16374] ppid=16368 vsize=9625040 CPUtime=1781.7 cores=0,2,4,6
/proc/16371/task/16374/stat : 16374 (java) R 16368 16371 16325 0 -1 4202560 3089 0 2 0 178125 45 0 0 20 0 19 0 26176601 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348592590528 140348533048508 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0
[pid=16371/tid=16375] ppid=16368 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/16371/task/16375/stat : 16375 (java) S 16368 16371 16325 0 -1 4202560 231 0 0 0 15 8 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348531329704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16376] ppid=16368 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/16371/task/16376/stat : 16376 (java) S 16368 16371 16325 0 -1 4202560 177 0 0 0 18 10 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348530277160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16377] ppid=16368 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16371/task/16377/stat : 16377 (java) S 16368 16371 16325 0 -1 4202560 98 0 0 0 9 6 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348529224616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16378] ppid=16368 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16371/task/16378/stat : 16378 (java) S 16368 16371 16325 0 -1 4202560 193 0 0 0 10 5 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348528172072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16380] ppid=16368 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/16371/task/16380/stat : 16380 (java) S 16368 16371 16325 0 -1 4202560 193 0 0 0 12 6 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348527118504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16381] ppid=16368 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/16371/task/16381/stat : 16381 (java) S 16368 16371 16325 0 -1 4202560 242 0 0 0 8 5 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348430694696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16382] ppid=16368 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/16371/task/16382/stat : 16382 (java) S 16368 16371 16325 0 -1 4202560 169 0 0 0 11 6 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16384] ppid=16368 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16371/task/16384/stat : 16384 (java) S 16368 16371 16325 0 -1 4202560 233 0 0 0 10 5 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348428589608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16392] ppid=16368 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16371/task/16392/stat : 16392 (java) S 16368 16371 16325 0 -1 4202560 1037 0 0 0 2 1 0 0 20 0 19 0 26176609 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348416391784 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16393] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16393/stat : 16393 (java) S 16368 16371 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348415338104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16395] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16395/stat : 16395 (java) S 16368 16371 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348414285448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16398] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16398/stat : 16398 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348413234192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16400] ppid=16368 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/16371/task/16400/stat : 16400 (java) S 16368 16371 16325 0 -1 4202560 2108 0 0 0 41 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348412180536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16402] ppid=16368 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/16371/task/16402/stat : 16402 (java) S 16368 16371 16325 0 -1 4202560 4620 0 1 0 56 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348411127992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16404] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16404/stat : 16404 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348410075640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16406] ppid=16368 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/16371/task/16406/stat : 16406 (java) S 16368 16371 16325 0 -1 4202560 103 0 0 0 36 28 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348409023304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16473] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16473/stat : 16473 (java) S 16368 16371 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26176728 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348407969064 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.15 2.05 1.93 3/213 16648
/proc/meminfo: memFree=26734280/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 13757 0 3 0 179913 90 0 0 20 0 19 0 26176600 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2406260 344075 2279 9 0 2396937 0
[pid=16371/tid=16374] ppid=16368 vsize=9625040 CPUtime=1797.3 cores=0,2,4,6
/proc/16371/task/16374/stat : 16374 (java) R 16368 16371 16325 0 -1 4202560 3089 0 2 0 179685 45 0 0 20 0 19 0 26176601 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348592590528 140348533048508 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0
[pid=16371/tid=16375] ppid=16368 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/16371/task/16375/stat : 16375 (java) S 16368 16371 16325 0 -1 4202560 231 0 0 0 15 8 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348531329704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16376] ppid=16368 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/16371/task/16376/stat : 16376 (java) S 16368 16371 16325 0 -1 4202560 177 0 0 0 18 10 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348530277160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16377] ppid=16368 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16371/task/16377/stat : 16377 (java) S 16368 16371 16325 0 -1 4202560 98 0 0 0 9 6 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348529224616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16378] ppid=16368 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16371/task/16378/stat : 16378 (java) S 16368 16371 16325 0 -1 4202560 193 0 0 0 10 5 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348528172072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16380] ppid=16368 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/16371/task/16380/stat : 16380 (java) S 16368 16371 16325 0 -1 4202560 193 0 0 0 12 6 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348527118504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16381] ppid=16368 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/16371/task/16381/stat : 16381 (java) S 16368 16371 16325 0 -1 4202560 242 0 0 0 8 5 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348430694696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16382] ppid=16368 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/16371/task/16382/stat : 16382 (java) S 16368 16371 16325 0 -1 4202560 169 0 0 0 11 6 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16371/tid=16384] ppid=16368 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16371/task/16384/stat : 16384 (java) S 16368 16371 16325 0 -1 4202560 233 0 0 0 10 5 0 0 20 0 19 0 26176605 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348428589608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16392] ppid=16368 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/16371/task/16392/stat : 16392 (java) S 16368 16371 16325 0 -1 4202560 1037 0 0 0 2 1 0 0 20 0 19 0 26176609 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348416391784 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16393] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16393/stat : 16393 (java) S 16368 16371 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348415338104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16395] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16395/stat : 16395 (java) S 16368 16371 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26176610 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348414285448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16398] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16398/stat : 16398 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348413234192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16400] ppid=16368 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/16371/task/16400/stat : 16400 (java) S 16368 16371 16325 0 -1 4202560 2108 0 0 0 41 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348412180536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16402] ppid=16368 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/16371/task/16402/stat : 16402 (java) S 16368 16371 16325 0 -1 4202560 4620 0 1 0 56 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348411127992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16404] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16404/stat : 16404 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348410075640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16406] ppid=16368 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/16371/task/16406/stat : 16406 (java) S 16368 16371 16325 0 -1 4202560 103 0 0 0 36 29 0 0 20 0 19 0 26176616 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348409023304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16473] ppid=16368 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16473/stat : 16473 (java) S 16368 16371 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26176728 9856040960 344075 33554432000 1073741824 1073778376 140737267756576 140348407969064 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 16371 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.01 s]
/proc/loadavg: 2.15 2.05 1.93 3/213 16648
/proc/meminfo: memFree=26734280/32872528 swapFree=534252/566956
[pid=16371] ppid=16368 vsize=9758168 CPUtime=1800.39 cores=0,2,4,6
/proc/16371/stat : 16371 (java) S 16368 16371 16325 0 -1 4202496 14411 0 3 0 179935 104 0 0 20 0 20 0 26176600 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140737267747712 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16371/statm: 2439542 374711 2285 9 0 2430219 0
[pid=16371/tid=16374] ppid=16368 vsize=9758168 CPUtime=1797.31 cores=0,2,4,6
/proc/16371/task/16374/stat : 16374 (java) S 16368 16371 16325 0 -1 4202560 3089 0 2 0 179686 45 0 0 20 0 20 0 26176601 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348592600472 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 9 0 0
[pid=16371/tid=16375] ppid=16368 vsize=9758168 CPUtime=0.27 cores=0,2,4,6
/proc/16371/task/16375/stat : 16375 (java) S 16368 16371 16325 0 -1 4202560 262 0 0 0 17 10 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348531329704 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16376] ppid=16368 vsize=9758168 CPUtime=0.31 cores=0,2,4,6
/proc/16371/task/16376/stat : 16376 (java) S 16368 16371 16325 0 -1 4202560 203 0 0 0 20 11 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348530277160 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16377] ppid=16368 vsize=9758168 CPUtime=0.21 cores=0,2,4,6
/proc/16371/task/16377/stat : 16377 (java) S 16368 16371 16325 0 -1 4202560 167 0 0 0 13 8 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348529224616 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16378] ppid=16368 vsize=9758168 CPUtime=0.18 cores=0,2,4,6
/proc/16371/task/16378/stat : 16378 (java) S 16368 16371 16325 0 -1 4202560 211 0 0 0 12 6 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348528172072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16380] ppid=16368 vsize=9758168 CPUtime=0.21 cores=0,2,4,6
/proc/16371/task/16380/stat : 16380 (java) S 16368 16371 16325 0 -1 4202560 285 0 0 0 13 8 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348527118504 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16381] ppid=16368 vsize=9758168 CPUtime=0.17 cores=0,2,4,6
/proc/16371/task/16381/stat : 16381 (java) S 16368 16371 16325 0 -1 4202560 328 0 0 0 10 7 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348430694696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16382] ppid=16368 vsize=9758168 CPUtime=0.21 cores=0,2,4,6
/proc/16371/task/16382/stat : 16382 (java) S 16368 16371 16325 0 -1 4202560 252 0 0 0 13 8 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348429642152 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16371/tid=16384] ppid=16368 vsize=9758168 CPUtime=0.18 cores=0,2,4,6
/proc/16371/task/16384/stat : 16384 (java) S 16368 16371 16325 0 -1 4202560 315 0 0 0 12 6 0 0 20 0 20 0 26176605 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348428589608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16392] ppid=16368 vsize=9758168 CPUtime=0.03 cores=0,2,4,6
/proc/16371/task/16392/stat : 16392 (java) S 16368 16371 16325 0 -1 4202560 1059 0 0 0 2 1 0 0 20 0 20 0 26176609 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348416391784 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16393] ppid=16368 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16393/stat : 16393 (java) S 16368 16371 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 26176610 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348415338104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16395] ppid=16368 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16395/stat : 16395 (java) S 16368 16371 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 26176610 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348414285448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16398] ppid=16368 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16398/stat : 16398 (java) S 16368 16371 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 26176616 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348413234192 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16400] ppid=16368 vsize=9758168 CPUtime=0.42 cores=0,2,4,6
/proc/16371/task/16400/stat : 16400 (java) R 16368 16371 16325 0 -1 4202560 2221 0 0 0 42 0 0 0 20 0 20 0 26176616 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348412180536 140348598742938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16371/tid=16402] ppid=16368 vsize=9758168 CPUtime=0.56 cores=0,2,4,6
/proc/16371/task/16402/stat : 16402 (java) S 16368 16371 16325 0 -1 4202560 4621 0 1 0 56 0 0 0 20 0 20 0 26176616 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348411127992 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16404] ppid=16368 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/16371/task/16404/stat : 16404 (java) S 16368 16371 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26176616 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348410075640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16371/tid=16406] ppid=16368 vsize=9758168 CPUtime=0.65 cores=0,2,4,6
/proc/16371/task/16406/stat : 16406 (java) S 16368 16371 16325 0 -1 4202560 103 0 0 0 36 29 0 0 20 0 20 0 26176616 9992364032 374711 33554432000 1073741824 1073778376 140737267756576 140348409023304 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 9758168

Child status: 143
Real time (s): 1798.02
CPU time (s): 1801.02
CPU user time (s): 1799.48
CPU system time (s): 1.54177
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 9758168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 1.54176
maximum resident set size= 1498964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14442
page faults= 3
swaps= 0
block input operations= 2488
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38483
involuntary context switches= 5476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8204 second user time and 13.105 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 11:15:10
IDJOB=4103480
IDBENCH=2372
IDSOLVER=2546
FILE ID=node138/4103480-1466241309
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103480-1466241309/watcher-4103480-1466241309 -o /tmp/evaluation-result-4103480-1466241309/solver-4103480-1466241309 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103480-1466241309.opb

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

MD5SUM BENCH= a5c62cef1e86c64304fd5ef232ab5991
RANDOM SEED=1881423477

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:        31324636 kB
Buffers:          119640 kB
Cached:           121268 kB
SwapCached:         1060 kB
Active:            77532 kB
Inactive:         166944 kB
Active(anon):       5064 kB
Inactive(anon):     1696 kB
Active(file):      72468 kB
Inactive(file):   165248 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:              6296 kB
Writeback:             0 kB
AnonPages:        570252 kB
Mapped:             8408 kB
Shmem:                 0 kB
Slab:             604204 kB
SReclaimable:      47980 kB
SUnreclaim:       556224 kB
KernelStack:        1352 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     688084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 71720 MiB
End job on node138 at 2016-06-18 11:45:08