Trace number 4101629

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1796.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-pk1.opb
MD5SUM2299da783c48196e7dbf5579e5089efd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 27
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
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 constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524347
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101629-1466224268.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.30/0.23	c ... done. Wall clock time 0.111s.
0.30/0.23	c declared #vars     985
0.30/0.23	c #constraints  60
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 60
0.30/0.23	c 60 constraints processed.
0.30/0.23	c objective function length is 30 literals
1.21/0.82	c cleaning 2498 clauses out of 5001 with flag 10187/5001
1.91/1.47	c cleaning 4253 clauses out of 8505 with flag 22383/11003
2.72/2.28	c cleaning 5624 clauses out of 11249 with flag 36662/18000
3.72/3.24	c cleaning 6813 clauses out of 13627 with flag 52956/26002
4.86/4.37	c cleaning 7905 clauses out of 15812 with flag 71227/35000
6.17/5.63	c cleaning 8952 clauses out of 17907 with flag 91888/45000
7.56/7.08	c cleaning 9977 clauses out of 19957 with flag 114209/56002
9.26/8.76	c cleaning 10985 clauses out of 21980 with flag 138665/68002
11.06/10.59	c cleaning 11997 clauses out of 23993 with flag 165536/81000
13.46/12.90	c cleaning 12997 clauses out of 25997 with flag 194421/95001
15.96/15.45	c cleaning 13999 clauses out of 28002 with flag 225769/110003
18.75/18.22	c cleaning 14998 clauses out of 30003 with flag 258579/126003
21.76/21.26	c cleaning 16002 clauses out of 32003 with flag 293356/143001
25.26/24.76	c cleaning 17000 clauses out of 34004 with flag 330275/161004
29.02/28.42	c cleaning 17992 clauses out of 36000 with flag 369129/180000
32.92/32.35	c cleaning 19004 clauses out of 38008 with flag 409901/200000
37.12/36.55	c cleaning 20000 clauses out of 40004 with flag 452558/221000
42.01/41.48	c cleaning 21001 clauses out of 42005 with flag 497212/243001
47.11/46.55	c cleaning 22000 clauses out of 44003 with flag 544371/266000
52.81/52.20	c cleaning 23001 clauses out of 46005 with flag 593657/290002
58.81/58.23	c cleaning 23996 clauses out of 48004 with flag 644927/315002
65.11/64.53	c cleaning 25005 clauses out of 50009 with flag 698373/341003
72.09/71.42	c cleaning 25999 clauses out of 52001 with flag 754131/368000
78.89/78.24	c cleaning 26997 clauses out of 54007 with flag 811605/396005
86.39/85.80	c cleaning 28001 clauses out of 56009 with flag 870822/425004
94.19/93.56	c cleaning 29000 clauses out of 58004 with flag 932367/455000
102.68/102.00	c cleaning 29995 clauses out of 60004 with flag 995075/486000
111.92/111.11	c cleaning 31004 clauses out of 62009 with flag 1059966/518000
121.31/120.54	c cleaning 31999 clauses out of 64005 with flag 1127275/551000
130.73/129.94	c cleaning 32996 clauses out of 66006 with flag 1196551/585000
141.12/140.38	c cleaning 34006 clauses out of 68011 with flag 1268348/620001
151.92/151.15	c cleaning 35003 clauses out of 70006 with flag 1342276/656002
164.49/163.51	c cleaning 35997 clauses out of 72006 with flag 1418061/693005
176.79/175.85	c cleaning 37001 clauses out of 74005 with flag 1495624/731001
189.20/188.27	c cleaning 38001 clauses out of 76003 with flag 1575467/770000
202.89/201.92	c cleaning 39002 clauses out of 78003 with flag 1657051/810001
217.60/216.53	c cleaning 39997 clauses out of 80000 with flag 1741032/851000
232.60/231.59	c cleaning 41003 clauses out of 82006 with flag 1826545/893003
248.49/247.41	c cleaning 41999 clauses out of 84005 with flag 1914581/936005
264.10/263.08	c cleaning 42998 clauses out of 86001 with flag 2004765/980000
280.89/279.74	c cleaning 43998 clauses out of 88004 with flag 2096659/1025001
299.89/298.70	c cleaning 44998 clauses out of 90006 with flag 2189953/1071001
318.99/317.82	c cleaning 46003 clauses out of 92008 with flag 2285448/1118001
339.04/337.79	c cleaning 47001 clauses out of 94004 with flag 2382947/1166000
360.04/358.74	c cleaning 47996 clauses out of 96005 with flag 2482231/1215002
380.04/378.78	c cleaning 49004 clauses out of 98007 with flag 2583500/1265000
401.80/400.32	c cleaning 50000 clauses out of 100006 with flag 2687073/1316003
423.79/422.38	c cleaning 50999 clauses out of 102003 with flag 2792489/1368000
446.00/444.57	c cleaning 51995 clauses out of 104004 with flag 2900360/1421000
469.74/468.14	c cleaning 53003 clauses out of 106009 with flag 3010357/1475000
495.35/493.72	c cleaning 53997 clauses out of 108006 with flag 3122644/1530000
522.60/520.87	c cleaning 55003 clauses out of 110010 with flag 3236769/1586001
548.11/546.35	c cleaning 56001 clauses out of 112006 with flag 3353166/1643000
577.23/575.47	c cleaning 56997 clauses out of 114005 with flag 3471389/1701000
608.81/607.06	c cleaning 57999 clauses out of 116008 with flag 3592688/1760000
639.98/638.17	c cleaning 59003 clauses out of 118012 with flag 3714935/1820003
670.64/668.70	c cleaning 60000 clauses out of 120006 with flag 3838883/1881000
703.33/701.40	c cleaning 60996 clauses out of 122007 with flag 3965143/1943001
736.72/734.75	c cleaning 62006 clauses out of 124011 with flag 4093118/2006001
774.91/772.93	c cleaning 62997 clauses out of 126004 with flag 4223348/2070000
813.43/811.49	c cleaning 64000 clauses out of 128010 with flag 4355798/2135003
854.21/852.19	c cleaning 65000 clauses out of 130009 with flag 4491644/2201002
892.51/890.45	c cleaning 66003 clauses out of 132008 with flag 4629512/2268001
936.43/934.37	c cleaning 66995 clauses out of 134005 with flag 4769538/2336001
980.92/978.73	c cleaning 67999 clauses out of 136009 with flag 4911522/2405000
1024.72/1022.57	c cleaning 69005 clauses out of 138014 with flag 5054733/2475004
1070.75/1068.58	c cleaning 69999 clauses out of 140007 with flag 5198673/2546002
1120.26/1118.04	c cleaning 71001 clauses out of 142008 with flag 5345835/2618002
1173.01/1170.75	c cleaning 71997 clauses out of 144006 with flag 5494156/2691001
1222.99/1220.67	c cleaning 73000 clauses out of 146009 with flag 5645596/2765001
1274.02/1271.68	c cleaning 73997 clauses out of 148008 with flag 5798060/2840000
1330.47/1328.00	c cleaning 75006 clauses out of 150012 with flag 5952491/2916001
1379.05/1376.50	c cleaning 76001 clauses out of 152008 with flag 6109404/2993003
1429.50/1426.97	c cleaning 76998 clauses out of 154005 with flag 6268139/3071001
1489.46/1486.81	c cleaning 77998 clauses out of 156006 with flag 6428650/3150000
1547.15/1544.46	c cleaning 79005 clauses out of 158009 with flag 6591858/3230001
1608.49/1605.73	c cleaning 79996 clauses out of 160003 with flag 6758201/3311000
1672.16/1669.22	c cleaning 81000 clauses out of 162009 with flag 6926112/3393002
1738.74/1735.77	c cleaning 81998 clauses out of 164009 with flag 7094853/3476002
1800.01/1796.90	c starts		: 1
1800.01/1796.90	c conflicts		: 3555141
1800.01/1796.90	c decisions		: 3601345
1800.01/1796.90	c propagations		: 24165834
1800.01/1796.90	c inspects		: 32650983805
1800.01/1796.90	c shortcuts		: 0
1800.01/1796.90	c learnt literals	: 0
1800.01/1796.90	c learnt binary clauses	: 0
1800.01/1796.90	c learnt ternary clauses	: 0
1800.01/1796.90	c learnt constraints	: 3555142
1800.01/1796.90	c ignored constraints	: 0
1800.01/1796.90	c root simplifications	: 0
1800.01/1796.90	c removed literals (reason simplification)	: 0
1800.01/1796.90	c reason swapping (by a shorter reason)	: 0
1800.01/1796.90	c Calls to reduceDB	: 79
1800.01/1796.90	c Number of update (reduction) of LBD	: 139326
1800.01/1796.90	c Imported unit clauses	: 0
1800.01/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.90	c number of learned constraints concerned by reduction	: 0
1800.01/1796.90	c number of learning phase by resolution	: 0
1800.01/1796.90	c number of learning phase by cutting planes	: 0
1800.01/1796.90	c speed (assignments/second)	: 13450.33150179888
1800.01/1796.90	c non guided choices	27
1800.01/1796.91	c timeout
1800.01/1796.93	c learnt constraints type 
1800.01/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161151
1800.01/1796.93	s UNKNOWN
1800.01/1796.93	c Total wall clock time (in seconds): 1796.812

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

pid=16848
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16851
/proc/meminfo: memFree=31701228/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16851/stat : 16851 (java) D 16848 16851 11773 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 24472766 2560000 46 33554432000 1073741824 1073778376 140733976719024 140733976716152 206399696167 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 625 46 37 9 0 29 0

[startup+0.100116 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16851
/proc/meminfo: memFree=31701228/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 4417 0 1 0 8 1 0 0 20 0 18 0 24472766 9787879424 6038 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20034 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16851
/proc/meminfo: memFree=31701228/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 6380 0 1 0 28 2 0 0 20 0 18 0 24472766 9787879424 7800 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2389619 7800 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300352 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16851
/proc/meminfo: memFree=31701228/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 7690 0 1 0 57 2 0 0 20 0 19 0 24472766 9856040960 8810 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 8810 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9625040

[startup+0.700241 s]
/proc/loadavg: 2.00 2.00 1.99 3/196 16851
/proc/meminfo: memFree=31701228/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 7767 0 1 0 108 2 0 0 20 0 19 0 24472766 9856040960 9830 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 9830 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.00 2.00 1.99 3/215 16870
/proc/meminfo: memFree=31666668/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 8714 0 1 0 199 2 0 0 20 0 19 0 24472766 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 11379 2261 9 0 2396937 0
[pid=16851/tid=16853] ppid=16848 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/16851/task/16853/stat : 16853 (java) R 16848 16851 11773 0 -1 4202560 2412 0 1 0 144 2 0 0 20 0 19 0 24472767 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484199244104 140484035576421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16854] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16854/stat : 16854 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484160735912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16855] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16855/stat : 16855 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484159683368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16856] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16856/stat : 16856 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484158630824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16851/tid=16857] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16857/stat : 16857 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484157578280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16858] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16858/stat : 16858 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484156524712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16859] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16859/stat : 16859 (java) S 16848 16851 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484155472168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16860] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16860/stat : 16860 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484154419624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16861] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16861/stat : 16861 (java) S 16848 16851 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484034947624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16862] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16862/stat : 16862 (java) S 16848 16851 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484022749800 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16863] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16863/stat : 16863 (java) S 16848 16851 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484021696120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16864] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16864/stat : 16864 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484020643464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16865] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16865/stat : 16865 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140484019592208 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16866] ppid=16848 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/16851/task/16866/stat : 16866 (java) S 16848 16851 11773 0 -1 4202560 1745 0 0 0 23 0 0 0 20 0 19 0 24472772 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140483279972408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16867] ppid=16848 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/16851/task/16867/stat : 16867 (java) S 16848 16851 11773 0 -1 4202560 3284 0 0 0 28 0 0 0 20 0 19 0 24472772 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140483278919864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16868] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16868/stat : 16868 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140483277867512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16869] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16869/stat : 16869 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140483276815176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16870] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16870/stat : 16870 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472790 9856040960 11379 33554432000 1073741824 1073778376 140735989120928 140483275760936 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.00 2.00 1.99 3/215 16870
/proc/meminfo: memFree=31660028/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 8720 0 1 0 360 2 0 0 20 0 19 0 24472766 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 13939 2261 9 0 2396937 0
[pid=16851/tid=16853] ppid=16848 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/16851/task/16853/stat : 16853 (java) R 16848 16851 11773 0 -1 4202560 2418 0 1 0 304 2 0 0 20 0 19 0 24472767 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484199235280 140484035482526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16854] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16854/stat : 16854 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484160735912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16855] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16855/stat : 16855 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484159683368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16856] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16856/stat : 16856 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484158630824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16851/tid=16857] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16857/stat : 16857 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484157578280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16858] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16858/stat : 16858 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484156524712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16859] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16859/stat : 16859 (java) S 16848 16851 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484155472168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16860] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16860/stat : 16860 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484154419624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16861] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16861/stat : 16861 (java) S 16848 16851 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484034947624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16862] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16862/stat : 16862 (java) S 16848 16851 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484022749800 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16863] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16863/stat : 16863 (java) S 16848 16851 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484021696120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16864] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16864/stat : 16864 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484020643464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16865] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16865/stat : 16865 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140484019592208 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16866] ppid=16848 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/16851/task/16866/stat : 16866 (java) S 16848 16851 11773 0 -1 4202560 1745 0 0 0 24 0 0 0 20 0 19 0 24472772 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140483279972408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16867] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16867/stat : 16867 (java) S 16848 16851 11773 0 -1 4202560 3284 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140483278919864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16868] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16868/stat : 16868 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140483277867512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16869] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16869/stat : 16869 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140483276815176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16870] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16870/stat : 16870 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472790 9856040960 13939 33554432000 1073741824 1073778376 140735989120928 140483275760936 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.00 2.00 1.99 3/215 16870
/proc/meminfo: memFree=31640484/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=6.86 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 8732 0 1 0 683 3 0 0 20 0 19 0 24472766 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 18351 2262 9 0 2396937 0
[pid=16851/tid=16853] ppid=16848 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/16851/task/16853/stat : 16853 (java) R 16848 16851 11773 0 -1 4202560 2428 0 1 0 623 2 0 0 20 0 19 0 24472767 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484199235264 140484035470768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16854] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16854/stat : 16854 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484160735912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16855] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16855/stat : 16855 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484159683368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16856] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16856/stat : 16856 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484158630824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16851/tid=16857] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16857/stat : 16857 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484157578280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16858] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16858/stat : 16858 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484156524712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16859] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16859/stat : 16859 (java) S 16848 16851 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484155472168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16860] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16860/stat : 16860 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484154419624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16861] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16861/stat : 16861 (java) S 16848 16851 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24472768 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484034947624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16862] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16862/stat : 16862 (java) S 16848 16851 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484022749800 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16863] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16863/stat : 16863 (java) S 16848 16851 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484021696120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16864] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16864/stat : 16864 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484020643464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16865] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16865/stat : 16865 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140484019592208 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16866] ppid=16848 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/16851/task/16866/stat : 16866 (java) S 16848 16851 11773 0 -1 4202560 1746 0 0 0 27 0 0 0 20 0 19 0 24472772 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140483279972408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16867] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16867/stat : 16867 (java) S 16848 16851 11773 0 -1 4202560 3284 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140483278919864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16868] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16868/stat : 16868 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140483277867512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16869] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16869/stat : 16869 (java) S 16848 16851 11773 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140483276815176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16870] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16870/stat : 16870 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472790 9856040960 18351 33554432000 1073741824 1073778376 140735989120928 140483275760936 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9625040


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

[pid=16851/tid=16870] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16870/stat : 16870 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472790 9856040960 124922 33554432000 1073741824 1073778376 140735989120928 140483275760936 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.34
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 16981
/proc/meminfo: memFree=28031636/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=1785.41 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 11504 0 1 0 178457 84 0 0 20 0 19 0 24472766 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 123607 2284 9 0 2396937 0
[pid=16851/tid=16853] ppid=16848 vsize=9625040 CPUtime=1776.15 cores=1,3,5,7
/proc/16851/task/16853/stat : 16853 (java) R 16848 16851 11773 0 -1 4202560 2505 0 1 0 177584 31 0 0 20 0 19 0 24472767 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484199242976 140484035576327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16854] ppid=16848 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/16851/task/16854/stat : 16854 (java) S 16848 16851 11773 0 -1 4202560 241 0 0 0 38 7 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484160735912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16855] ppid=16848 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16851/task/16855/stat : 16855 (java) S 16848 16851 11773 0 -1 4202560 260 0 0 0 38 8 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484159683368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16856] ppid=16848 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/16851/task/16856/stat : 16856 (java) S 16848 16851 11773 0 -1 4202560 322 0 0 0 36 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484158630824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16857] ppid=16848 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16851/task/16857/stat : 16857 (java) S 16848 16851 11773 0 -1 4202560 372 0 0 0 33 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484157578280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16858] ppid=16848 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16851/task/16858/stat : 16858 (java) S 16848 16851 11773 0 -1 4202560 427 0 0 0 38 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484156524712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16859] ppid=16848 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16851/task/16859/stat : 16859 (java) S 16848 16851 11773 0 -1 4202560 249 0 0 0 41 8 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484155472168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16860] ppid=16848 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16851/task/16860/stat : 16860 (java) S 16848 16851 11773 0 -1 4202560 273 0 0 0 40 6 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484154419624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16851/tid=16861] ppid=16848 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16851/task/16861/stat : 16861 (java) S 16848 16851 11773 0 -1 4202560 166 0 0 0 39 4 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484034947624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16862] ppid=16848 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16851/task/16862/stat : 16862 (java) S 16848 16851 11773 0 -1 4202560 186 0 0 0 19 3 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484022749800 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16863] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16863/stat : 16863 (java) S 16848 16851 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484021696120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16864] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16864/stat : 16864 (java) S 16848 16851 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484020643464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16865] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16865/stat : 16865 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484019592208 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16866] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16866/stat : 16866 (java) S 16848 16851 11773 0 -1 4202560 1857 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483279972408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16867] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16867/stat : 16867 (java) S 16848 16851 11773 0 -1 4202560 3284 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483278919864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16868] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16868/stat : 16868 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483277867512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16869] ppid=16848 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/16851/task/16869/stat : 16869 (java) S 16848 16851 11773 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483276815176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16870] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16870/stat : 16870 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472790 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483275760936 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 17004
/proc/meminfo: memFree=28029868/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 11504 0 1 0 179917 84 0 0 20 0 19 0 24472766 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 123607 2284 9 0 2396937 0
[pid=16851/tid=16853] ppid=16848 vsize=9625040 CPUtime=1790.71 cores=1,3,5,7
/proc/16851/task/16853/stat : 16853 (java) R 16848 16851 11773 0 -1 4202560 2505 0 1 0 179039 32 0 0 20 0 19 0 24472767 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484199242976 140484035576327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16854] ppid=16848 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/16851/task/16854/stat : 16854 (java) S 16848 16851 11773 0 -1 4202560 241 0 0 0 38 7 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484160735912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16855] ppid=16848 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16851/task/16855/stat : 16855 (java) S 16848 16851 11773 0 -1 4202560 260 0 0 0 38 8 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484159683368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16856] ppid=16848 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/16851/task/16856/stat : 16856 (java) S 16848 16851 11773 0 -1 4202560 322 0 0 0 36 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484158630824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16857] ppid=16848 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16851/task/16857/stat : 16857 (java) S 16848 16851 11773 0 -1 4202560 372 0 0 0 33 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484157578280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16858] ppid=16848 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16851/task/16858/stat : 16858 (java) S 16848 16851 11773 0 -1 4202560 427 0 0 0 38 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484156524712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16859] ppid=16848 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16851/task/16859/stat : 16859 (java) S 16848 16851 11773 0 -1 4202560 249 0 0 0 41 8 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484155472168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16860] ppid=16848 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16851/task/16860/stat : 16860 (java) S 16848 16851 11773 0 -1 4202560 273 0 0 0 40 6 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484154419624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16851/tid=16861] ppid=16848 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16851/task/16861/stat : 16861 (java) S 16848 16851 11773 0 -1 4202560 166 0 0 0 39 4 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484034947624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16862] ppid=16848 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16851/task/16862/stat : 16862 (java) S 16848 16851 11773 0 -1 4202560 186 0 0 0 19 3 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484022749800 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16863] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16863/stat : 16863 (java) S 16848 16851 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484021696120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16864] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16864/stat : 16864 (java) S 16848 16851 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484020643464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16865] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16865/stat : 16865 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484019592208 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16866] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16866/stat : 16866 (java) S 16848 16851 11773 0 -1 4202560 1857 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483279972408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16867] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16867/stat : 16867 (java) S 16848 16851 11773 0 -1 4202560 3284 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483278919864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16868] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16868/stat : 16868 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483277867512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16869] ppid=16848 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/16851/task/16869/stat : 16869 (java) S 16848 16851 11773 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483276815176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16870] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16870/stat : 16870 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472790 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483275760936 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 16851 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 17004
/proc/meminfo: memFree=28029868/32872528 swapFree=7780/7780
[pid=16851] ppid=16848 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/16851/stat : 16851 (java) S 16848 16851 11773 0 -1 4202496 11504 0 1 0 179917 84 0 0 20 0 19 0 24472766 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140735989112064 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16851/statm: 2406260 123607 2284 9 0 2396937 0
[pid=16851/tid=16853] ppid=16848 vsize=9625040 CPUtime=1790.71 cores=1,3,5,7
/proc/16851/task/16853/stat : 16853 (java) R 16848 16851 11773 0 -1 4202560 2505 0 1 0 179039 32 0 0 20 0 19 0 24472767 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484199242976 140484035576327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16854] ppid=16848 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/16851/task/16854/stat : 16854 (java) S 16848 16851 11773 0 -1 4202560 241 0 0 0 38 7 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484160735912 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16855] ppid=16848 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16851/task/16855/stat : 16855 (java) S 16848 16851 11773 0 -1 4202560 260 0 0 0 38 8 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484159683368 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16856] ppid=16848 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/16851/task/16856/stat : 16856 (java) S 16848 16851 11773 0 -1 4202560 322 0 0 0 36 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484158630824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16857] ppid=16848 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/16851/task/16857/stat : 16857 (java) S 16848 16851 11773 0 -1 4202560 372 0 0 0 33 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484157578280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16858] ppid=16848 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16851/task/16858/stat : 16858 (java) S 16848 16851 11773 0 -1 4202560 427 0 0 0 38 5 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484156524712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16859] ppid=16848 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16851/task/16859/stat : 16859 (java) S 16848 16851 11773 0 -1 4202560 249 0 0 0 41 8 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484155472168 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16860] ppid=16848 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/16851/task/16860/stat : 16860 (java) S 16848 16851 11773 0 -1 4202560 273 0 0 0 40 6 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484154419624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16851/tid=16861] ppid=16848 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/16851/task/16861/stat : 16861 (java) S 16848 16851 11773 0 -1 4202560 166 0 0 0 39 4 0 0 20 0 19 0 24472768 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484034947624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16851/tid=16862] ppid=16848 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16851/task/16862/stat : 16862 (java) S 16848 16851 11773 0 -1 4202560 186 0 0 0 19 3 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484022749800 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16863] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16863/stat : 16863 (java) S 16848 16851 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484021696120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16864] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16864/stat : 16864 (java) S 16848 16851 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24472770 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484020643464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16865] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16865/stat : 16865 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140484019592208 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16866] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16866/stat : 16866 (java) S 16848 16851 11773 0 -1 4202560 1857 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483279972408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16867] ppid=16848 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/16851/task/16867/stat : 16867 (java) S 16848 16851 11773 0 -1 4202560 3284 0 0 0 29 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483278919864 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16868] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16868/stat : 16868 (java) S 16848 16851 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483277867512 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16851/tid=16869] ppid=16848 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/16851/task/16869/stat : 16869 (java) S 16848 16851 11773 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 19 0 24472772 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483276815176 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16851/tid=16870] ppid=16848 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16851/task/16870/stat : 16870 (java) S 16848 16851 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24472790 9856040960 123607 33554432000 1073741824 1073778376 140735989120928 140483275760936 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.94
CPU time (s): 1800.01
CPU user time (s): 1799.17
CPU system time (s): 0.84
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.37179
maximum resident set size= 630380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11545
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39025
involuntary context switches= 19688

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1015 second user time and 14.4628 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 06:31:09
IDJOB=4101629
IDBENCH=1774
IDSOLVER=2546
FILE ID=node133/4101629-1466224268
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pk1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101629-1466224268/watcher-4101629-1466224268 -o /tmp/evaluation-result-4101629-1466224268/solver-4101629-1466224268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101629-1466224268.opb

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

MD5SUM BENCH= 2299da783c48196e7dbf5579e5089efd
RANDOM SEED=480870775

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31701872 kB
Buffers:           92144 kB
Cached:            96604 kB
SwapCached:          892 kB
Active:           297328 kB
Inactive:         131044 kB
Active(anon):     241140 kB
Inactive(anon):     1364 kB
Active(file):      56188 kB
Inactive(file):   129680 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:        413500 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             600284 kB
SReclaimable:      43592 kB
SUnreclaim:       556692 kB
KernelStack:        1776 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     382492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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= 71688 MiB
End job on node133 at 2016-06-18 07:01:06