Trace number 4101181

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.54 1797.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stocfor1.opb
MD5SUMf5fea9f9b3e2808f219e4e92af96aba2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-40
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 -71
Optimality of the best value was proved NO
Number of variables3330
Total number of constraints117
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 constraints117
Minimum length of a constraint30
Maximum length of a constraint240
Number of terms in the objective function 810
Biggest coefficient in the objective function 21201
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524901
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524901
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4101181-1466220572.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.56/0.30	c ... done. Wall clock time 0.176s.
0.56/0.30	c declared #vars     3330
0.56/0.30	c #constraints  180
0.56/0.30	c constraints type 
0.56/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
0.56/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 177
0.56/0.30	c 180 constraints processed.
0.56/0.30	c objective function length is 810 literals
1.61/0.93	c cleaning 2491 clauses out of 4982 with flag 13540/5002
2.28/1.52	c cleaning 4248 clauses out of 8495 with flag 29778/11006
2.87/2.18	c cleaning 5621 clauses out of 11242 with flag 48687/18002
3.59/2.82	c cleaning 6809 clauses out of 13619 with flag 69127/26000
4.51/3.75	c cleaning 7898 clauses out of 15810 with flag 95258/35000
5.62/4.82	c cleaning 8952 clauses out of 17914 with flag 123701/45002
6.63/5.87	c cleaning 9966 clauses out of 19960 with flag 150246/56000
7.83/7.02	c cleaning 10987 clauses out of 21994 with flag 179892/68000
9.14/8.40	c cleaning 11993 clauses out of 24007 with flag 213109/81000
10.64/9.87	c cleaning 13007 clauses out of 26015 with flag 254194/95001
12.34/11.52	c cleaning 14000 clauses out of 28007 with flag 298375/110000
14.27/13.44	c cleaning 15002 clauses out of 30008 with flag 345771/126001
16.28/15.46	c cleaning 16003 clauses out of 32007 with flag 395476/143002
18.59/17.76	c cleaning 17001 clauses out of 34001 with flag 447553/161000
20.99/20.16	c cleaning 18000 clauses out of 36000 with flag 500599/180000
24.00/23.15	c cleaning 18991 clauses out of 38000 with flag 560623/200000
26.89/26.04	c cleaning 19997 clauses out of 40010 with flag 622638/221001
30.32/29.40	c cleaning 21005 clauses out of 42012 with flag 688632/243000
32.52/31.65	c cleaning 21993 clauses out of 44008 with flag 750427/266001
34.92/34.02	c cleaning 23005 clauses out of 46015 with flag 813964/290001
38.93/38.00	c cleaning 23994 clauses out of 48010 with flag 882795/315001
43.73/42.81	c cleaning 24998 clauses out of 50015 with flag 956683/341000
48.25/47.38	c cleaning 25994 clauses out of 52018 with flag 1033247/368001
54.34/53.42	c cleaning 26998 clauses out of 54023 with flag 1104542/396000
59.84/58.91	c cleaning 28003 clauses out of 56025 with flag 1179977/425000
65.48/64.57	c cleaning 28992 clauses out of 58022 with flag 1261013/455000
71.28/70.30	c cleaning 29999 clauses out of 60030 with flag 1343122/486000
77.60/76.60	c cleaning 31009 clauses out of 62031 with flag 1434116/518000
84.83/83.81	c cleaning 32008 clauses out of 64022 with flag 1532017/551000
90.86/89.87	c cleaning 32999 clauses out of 66014 with flag 1635652/585000
95.66/94.68	c cleaning 33994 clauses out of 68016 with flag 1740333/620001
97.76/96.80	c cleaning 34989 clauses out of 70014 with flag 1826116/656000
101.88/100.88	c cleaning 35994 clauses out of 72026 with flag 1908649/693001
106.18/105.13	c cleaning 36998 clauses out of 74033 with flag 1992999/731002
112.19/111.12	c cleaning 38005 clauses out of 76033 with flag 2076831/770000
117.69/116.63	c cleaning 38995 clauses out of 78028 with flag 2163942/810000
124.29/123.22	c cleaning 40002 clauses out of 80033 with flag 2251753/851000
132.89/131.82	c cleaning 41006 clauses out of 82033 with flag 2341344/893002
140.09/139.05	c cleaning 41991 clauses out of 84025 with flag 2434356/936000
147.52/146.40	c cleaning 43006 clauses out of 86038 with flag 2536860/980004
150.52/149.44	c cleaning 43996 clauses out of 88016 with flag 2638998/1025000
155.52/154.44	c cleaning 44992 clauses out of 90018 with flag 2742942/1071000
164.83/163.72	c cleaning 46002 clauses out of 92028 with flag 2840840/1118002
174.33/173.29	c cleaning 47002 clauses out of 94026 with flag 2940189/1166002
184.39/183.21	c cleaning 47998 clauses out of 96023 with flag 3041408/1215001
194.89/193.75	c cleaning 49001 clauses out of 98024 with flag 3144009/1265000
206.48/205.36	c cleaning 50005 clauses out of 100024 with flag 3250716/1316001
219.28/218.16	c cleaning 50998 clauses out of 102019 with flag 3358300/1368001
232.08/231.00	c cleaning 51996 clauses out of 104022 with flag 3467237/1421002
246.38/245.30	c cleaning 53009 clauses out of 106029 with flag 3578032/1475005
259.88/258.62	c cleaning 53996 clauses out of 108017 with flag 3691023/1530002
274.77/273.55	c cleaning 54996 clauses out of 110019 with flag 3806472/1586000
290.17/288.92	c cleaning 56005 clauses out of 112025 with flag 3923545/1643002
307.57/306.32	c cleaning 57000 clauses out of 114019 with flag 4042326/1701001
329.78/328.51	c cleaning 58002 clauses out of 116018 with flag 4163694/1760000
349.68/348.34	c cleaning 59000 clauses out of 118017 with flag 4286442/1820001
358.38/357.07	c cleaning 59981 clauses out of 120018 with flag 4415124/1881003
370.57/369.26	c cleaning 60992 clauses out of 122035 with flag 4544508/1943001
383.78/382.43	c cleaning 62005 clauses out of 124042 with flag 4678346/2006000
397.85/396.42	c cleaning 62999 clauses out of 126037 with flag 4813071/2070000
411.75/410.35	c cleaning 64002 clauses out of 128038 with flag 4949878/2135000
421.77/420.33	c cleaning 65008 clauses out of 130037 with flag 5089320/2201001
434.07/432.65	c cleaning 66015 clauses out of 132033 with flag 5243316/2268006
441.90/440.49	c cleaning 67003 clauses out of 134008 with flag 5390862/2336001
451.65/450.14	c cleaning 67990 clauses out of 136000 with flag 5551583/2405000
477.23/475.68	c cleaning 68991 clauses out of 138010 with flag 5699063/2475000
502.62/501.01	c cleaning 70003 clauses out of 140020 with flag 5847380/2546001
529.35/527.73	c cleaning 71000 clauses out of 142017 with flag 5997232/2618001
555.35/553.78	c cleaning 72004 clauses out of 144018 with flag 6153339/2691002
585.60/583.99	c cleaning 72999 clauses out of 146012 with flag 6308256/2765000
617.33/615.66	c cleaning 74000 clauses out of 148013 with flag 6464565/2840000
649.63/647.95	c cleaning 74996 clauses out of 150014 with flag 6623779/2916001
677.65/675.94	c cleaning 76001 clauses out of 152017 with flag 6788052/2993000
714.57/712.87	c cleaning 76999 clauses out of 154017 with flag 6950064/3071001
750.20/748.40	c cleaning 78001 clauses out of 156018 with flag 7115646/3150001
790.60/788.89	c cleaning 78999 clauses out of 158017 with flag 7282069/3230001
826.96/825.14	c cleaning 80002 clauses out of 160019 with flag 7450200/3311002
865.14/863.31	c cleaning 80998 clauses out of 162017 with flag 7621146/3393002
908.16/906.34	c cleaning 82001 clauses out of 164017 with flag 7792633/3476000
950.01/948.19	c cleaning 83001 clauses out of 166016 with flag 7967358/3560000
993.51/991.65	c cleaning 84001 clauses out of 168017 with flag 8144260/3645002
1040.53/1038.63	c cleaning 85001 clauses out of 170015 with flag 8321962/3731001
1090.87/1088.93	c cleaning 86002 clauses out of 172016 with flag 8501137/3818003
1142.73/1140.72	c cleaning 87000 clauses out of 174011 with flag 8682127/3906000
1200.62/1198.60	c cleaning 87996 clauses out of 176011 with flag 8864529/3995000
1264.05/1262.02	c cleaning 89002 clauses out of 178017 with flag 9048756/4085002
1323.82/1321.71	c cleaning 90001 clauses out of 180015 with flag 9235457/4176002
1387.21/1385.15	c cleaning 90997 clauses out of 182013 with flag 9424214/4268001
1452.03/1449.99	c cleaning 92003 clauses out of 184019 with flag 9615248/4361004
1533.49/1531.32	c cleaning 93001 clauses out of 186015 with flag 9809728/4455003
1623.90/1621.77	c cleaning 93999 clauses out of 188011 with flag 10003285/4550000
1700.59/1698.33	c cleaning 95006 clauses out of 190014 with flag 10199246/4646002
1727.71/1725.36	c cleaning 95993 clauses out of 192006 with flag 10404828/4743001
1759.97/1757.54	c cleaning 96993 clauses out of 194012 with flag 10631418/4841002
1800.03/1797.51	c starts		: 197
1800.03/1797.51	c conflicts		: 4925141
1800.03/1797.51	c decisions		: 5693023
1800.03/1797.51	c propagations		: 64683231
1800.03/1797.51	c inspects		: 38066703341
1800.03/1797.51	c shortcuts		: 0
1800.03/1797.51	c learnt literals	: 57
1800.03/1797.51	c learnt binary clauses	: 134
1800.03/1797.51	c learnt ternary clauses	: 268
1800.03/1797.51	c learnt constraints	: 4925084
1800.03/1797.51	c ignored constraints	: 0
1800.03/1797.51	c root simplifications	: 0
1800.03/1797.51	c removed literals (reason simplification)	: 0
1800.03/1797.51	c reason swapping (by a shorter reason)	: 0
1800.03/1797.51	c Calls to reduceDB	: 94
1800.03/1797.51	c Number of update (reduction) of LBD	: 293503
1800.03/1797.51	c Imported unit clauses	: 0
1800.03/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.51	c number of learned constraints concerned by reduction	: 0
1800.03/1797.51	c number of learning phase by resolution	: 0
1800.03/1797.51	c number of learning phase by cutting planes	: 0
1800.03/1797.51	c speed (assignments/second)	: 35991.13453768892
1800.03/1797.51	c non guided choices	13813
1800.03/1797.51	c timeout
1800.03/1797.54	c learnt constraints type 
1800.03/1797.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 134
1800.03/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 181025
1800.03/1797.54	s UNKNOWN
1800.03/1797.54	c Total wall clock time (in seconds): 1797.421

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-4101181-1466220572/watcher-4101181-1466220572 -o /tmp/evaluation-result-4101181-1466220572/solver-4101181-1466220572 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101181-1466220572.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.15 2.16 3/194 28850
/proc/meminfo: memFree=29824600/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28850/stat : 28850 (java) R 28847 28850 25977 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 24105790 9515008 176 33554432000 1073741824 1073778376 140734049218208 140734049200936 272886481808 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28850/statm: 2323 176 133 9 0 71 0

[startup+0.100022 s]
/proc/loadavg: 2.15 2.15 2.16 3/194 28850
/proc/meminfo: memFree=29824600/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 4389 0 1 0 7 1 0 0 20 0 18 0 24105790 9787879424 5508 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2389619 5509 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.15 2.15 2.16 3/194 28850
/proc/meminfo: memFree=29824600/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 4954 0 1 0 25 2 0 0 20 0 18 0 24105790 9787879424 6939 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2389619 6939 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.15 2.15 2.16 3/194 28850
/proc/meminfo: memFree=29824600/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 9030 0 1 0 53 3 0 0 20 0 18 0 24105790 9787879424 11588 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2389619 11588 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700174 s]
/proc/loadavg: 2.15 2.15 2.16 3/194 28850
/proc/meminfo: memFree=29824600/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 10153 0 1 0 138 3 0 0 20 0 19 0 24105790 9856040960 14507 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2406260 14507 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.30 2.18 2.17 3/213 28869
/proc/meminfo: memFree=29763176/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 10177 0 1 0 224 4 0 0 20 0 19 0 24105790 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2406260 20151 2262 9 0 2396937 0
[pid=28850/tid=28852] ppid=28847 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/28850/task/28852/stat : 28852 (java) R 28847 28850 25977 0 -1 4202560 2438 0 1 0 142 3 0 0 20 0 19 0 24105792 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921968709016 139921797514778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28853] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28853/stat : 28853 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921930201896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28854] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28854/stat : 28854 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921929149096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28855] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28855/stat : 28855 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921928096808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28856] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28856/stat : 28856 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921927044008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28857] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28857/stat : 28857 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921925990696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28858] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28858/stat : 28858 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921924937896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28859] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28859/stat : 28859 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20151 33554432000 1073741824 1073778376 140735882657488 139921923885608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28860] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28860/stat : 28860 (java) S 28847 28850 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921922832808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28861] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28861/stat : 28861 (java) S 28847 28850 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24105794 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921792674536 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28862] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28862/stat : 28862 (java) S 28847 28850 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921791620600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28863] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28863/stat : 28863 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921790568200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28864] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28864/stat : 28864 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921789516688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28865] ppid=28847 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/28850/task/28865/stat : 28865 (java) S 28847 28850 25977 0 -1 4202560 3802 0 0 0 41 0 0 0 20 0 19 0 24105797 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921788463288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28866] ppid=28847 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28850/task/28866/stat : 28866 (java) S 28847 28850 25977 0 -1 4202560 2664 0 0 0 38 0 0 0 20 0 19 0 24105797 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921787410488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28867] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28867/stat : 28867 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921786358392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28868] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28868/stat : 28868 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921785305800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28869] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28869/stat : 28869 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105822 9856040960 20663 33554432000 1073741824 1073778376 140735882657488 139921784251816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.30 2.18 2.17 3/213 28869
/proc/meminfo: memFree=29719360/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 10200 0 1 0 386 5 0 0 20 0 19 0 24105790 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2406260 30904 2263 9 0 2396937 0
[pid=28850/tid=28852] ppid=28847 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/28850/task/28852/stat : 28852 (java) R 28847 28850 25977 0 -1 4202560 2460 0 1 0 302 3 0 0 20 0 19 0 24105792 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921968709944 139921797599322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28853] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28853/stat : 28853 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921930201896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28854] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28854/stat : 28854 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921929149096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28855] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28855/stat : 28855 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921928096808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28856] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28856/stat : 28856 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921927044008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28857] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28857/stat : 28857 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921925990696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28858] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28858/stat : 28858 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921924937896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28859] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28859/stat : 28859 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921923885608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28860] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28860/stat : 28860 (java) S 28847 28850 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921922832808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28861] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28861/stat : 28861 (java) S 28847 28850 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24105794 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921792674536 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28862] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28862/stat : 28862 (java) S 28847 28850 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921791620600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28863] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28863/stat : 28863 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921790568200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28864] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28864/stat : 28864 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921789516688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28865] ppid=28847 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28850/task/28865/stat : 28865 (java) S 28847 28850 25977 0 -1 4202560 3802 0 0 0 43 0 0 0 20 0 19 0 24105797 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921788463288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28866] ppid=28847 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28850/task/28866/stat : 28866 (java) S 28847 28850 25977 0 -1 4202560 2665 0 0 0 39 0 0 0 20 0 19 0 24105797 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921787410488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28867] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28867/stat : 28867 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921786358392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28868] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28868/stat : 28868 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921785305800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28869] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28869/stat : 28869 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105822 9856040960 30904 33554432000 1073741824 1073778376 140735882657488 139921784251816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.27 2.18 2.16 3/213 28869
/proc/meminfo: memFree=29645136/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9625040 CPUtime=7.13 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 10249 0 1 0 708 5 0 0 20 0 19 0 24105790 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2406260 43054 2277 9 0 2396937 0
[pid=28850/tid=28852] ppid=28847 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/28850/task/28852/stat : 28852 (java) R 28847 28850 25977 0 -1 4202560 2486 0 1 0 620 4 0 0 20 0 19 0 24105792 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921968708920 139921797515447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28853] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28853/stat : 28853 (java) S 28847 28850 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921930201896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28854] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28854/stat : 28854 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921929149096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28855] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28855/stat : 28855 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921928096808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28856] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28856/stat : 28856 (java) S 28847 28850 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921927044008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28857] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28857/stat : 28857 (java) S 28847 28850 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921925990696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28858] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28858/stat : 28858 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921924937896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28859] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28859/stat : 28859 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921923885608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28860] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28860/stat : 28860 (java) S 28847 28850 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24105793 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921922832808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28861] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28861/stat : 28861 (java) S 28847 28850 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24105794 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921792674536 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28862] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28862/stat : 28862 (java) S 28847 28850 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921791620600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28863] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28863/stat : 28863 (java) S 28847 28850 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921790568200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28864] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28864/stat : 28864 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921789516688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28865] ppid=28847 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28850/task/28865/stat : 28865 (java) S 28847 28850 25977 0 -1 4202560 3802 0 0 0 43 0 0 0 20 0 19 0 24105797 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921788463288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28866] ppid=28847 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/28850/task/28866/stat : 28866 (java) S 28847 28850 25977 0 -1 4202560 2665 0 0 0 42 0 0 0 20 0 19 0 24105797 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921787410488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28867] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28867/stat : 28867 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921786358392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28868] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28868/stat : 28868 (java) S 28847 28850 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921785305800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28869] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28869/stat : 28869 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105822 9856040960 43054 33554432000 1073741824 1073778376 140735882657488 139921784251816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 9625040


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

[pid=28850/tid=28862] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28862/stat : 28862 (java) S 28847 28850 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921791620600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28863] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28863/stat : 28863 (java) S 28847 28850 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921790568200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28864] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28864/stat : 28864 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921789516688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28865] ppid=28847 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28850/task/28865/stat : 28865 (java) S 28847 28850 25977 0 -1 4202560 3802 0 0 0 43 0 0 0 20 0 19 0 24105797 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921788463288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28866] ppid=28847 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28850/task/28866/stat : 28866 (java) S 28847 28850 25977 0 -1 4202560 2668 0 0 0 45 0 0 0 20 0 19 0 24105797 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921787410488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28867] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28867/stat : 28867 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921786358392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28868] ppid=28847 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28850/task/28868/stat : 28868 (java) S 28847 28850 25977 0 -1 4202560 100 0 0 0 20 25 0 0 20 0 19 0 24105797 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921785305800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28869] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28869/stat : 28869 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105822 9856040960 79844 33554432000 1073741824 1073778376 140735882657488 139921784251816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.21 2.18 3/213 28978
/proc/meminfo: memFree=30016204/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9625040 CPUtime=1784.82 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 12071 0 1 0 178433 49 0 0 20 0 19 0 24105790 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2406260 81998 2278 9 0 2396937 0
[pid=28850/tid=28852] ppid=28847 vsize=9625040 CPUtime=1781.27 cores=0,2,4,6
/proc/28850/task/28852/stat : 28852 (java) R 28847 28850 25977 0 -1 4202560 2527 0 1 0 178093 34 0 0 20 0 19 0 24105792 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921968708848 139921797611834 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28853] ppid=28847 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28850/task/28853/stat : 28853 (java) S 28847 28850 25977 0 -1 4202560 171 0 0 0 26 0 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921930201896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28854] ppid=28847 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28850/task/28854/stat : 28854 (java) S 28847 28850 25977 0 -1 4202560 142 0 0 0 27 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921929149096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28855] ppid=28847 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28850/task/28855/stat : 28855 (java) S 28847 28850 25977 0 -1 4202560 373 0 0 0 27 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921928096808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28856] ppid=28847 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28850/task/28856/stat : 28856 (java) S 28847 28850 25977 0 -1 4202560 220 0 0 0 30 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921927044008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28857] ppid=28847 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28850/task/28857/stat : 28857 (java) S 28847 28850 25977 0 -1 4202560 171 0 0 0 27 3 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921925990696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28858] ppid=28847 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28850/task/28858/stat : 28858 (java) S 28847 28850 25977 0 -1 4202560 220 0 0 0 30 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921924937896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28859] ppid=28847 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/28850/task/28859/stat : 28859 (java) S 28847 28850 25977 0 -1 4202560 166 0 0 0 26 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921923885608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28860] ppid=28847 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28850/task/28860/stat : 28860 (java) S 28847 28850 25977 0 -1 4202560 180 0 0 0 28 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921922832808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28861] ppid=28847 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28850/task/28861/stat : 28861 (java) S 28847 28850 25977 0 -1 4202560 68 0 0 0 1 2 0 0 20 0 19 0 24105794 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921792674536 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28862] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28862/stat : 28862 (java) S 28847 28850 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921791620600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28863] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28863/stat : 28863 (java) S 28847 28850 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921790568200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28864] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28864/stat : 28864 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921789516688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28865] ppid=28847 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28850/task/28865/stat : 28865 (java) S 28847 28850 25977 0 -1 4202560 3802 0 0 0 43 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921788463288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28866] ppid=28847 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28850/task/28866/stat : 28866 (java) S 28847 28850 25977 0 -1 4202560 2668 0 0 0 45 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921787410488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28867] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28867/stat : 28867 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921786358392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28868] ppid=28847 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28850/task/28868/stat : 28868 (java) S 28847 28850 25977 0 -1 4202560 104 0 0 0 21 26 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921785305800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28869] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28869/stat : 28869 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105822 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921784251816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.82
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 28979
/proc/meminfo: memFree=30016588/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 12071 0 1 0 179954 49 0 0 20 0 19 0 24105790 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2406260 81998 2278 9 0 2396937 0
[pid=28850/tid=28852] ppid=28847 vsize=9625040 CPUtime=1796.47 cores=0,2,4,6
/proc/28850/task/28852/stat : 28852 (java) R 28847 28850 25977 0 -1 4202560 2527 0 1 0 179613 34 0 0 20 0 19 0 24105792 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921968708848 139921797525044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28853] ppid=28847 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28850/task/28853/stat : 28853 (java) S 28847 28850 25977 0 -1 4202560 171 0 0 0 26 0 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921930201896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28854] ppid=28847 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28850/task/28854/stat : 28854 (java) S 28847 28850 25977 0 -1 4202560 142 0 0 0 27 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921929149096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28855] ppid=28847 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28850/task/28855/stat : 28855 (java) S 28847 28850 25977 0 -1 4202560 373 0 0 0 27 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921928096808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28856] ppid=28847 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28850/task/28856/stat : 28856 (java) S 28847 28850 25977 0 -1 4202560 220 0 0 0 30 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921927044008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28857] ppid=28847 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28850/task/28857/stat : 28857 (java) S 28847 28850 25977 0 -1 4202560 171 0 0 0 27 3 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921925990696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28858] ppid=28847 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28850/task/28858/stat : 28858 (java) S 28847 28850 25977 0 -1 4202560 220 0 0 0 30 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921924937896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28859] ppid=28847 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/28850/task/28859/stat : 28859 (java) S 28847 28850 25977 0 -1 4202560 166 0 0 0 26 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921923885608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28860] ppid=28847 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28850/task/28860/stat : 28860 (java) S 28847 28850 25977 0 -1 4202560 180 0 0 0 28 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921922832808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28861] ppid=28847 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28850/task/28861/stat : 28861 (java) S 28847 28850 25977 0 -1 4202560 68 0 0 0 1 2 0 0 20 0 19 0 24105794 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921792674536 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28862] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28862/stat : 28862 (java) S 28847 28850 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921791620600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28863] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28863/stat : 28863 (java) S 28847 28850 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921790568200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28864] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28864/stat : 28864 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921789516688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28865] ppid=28847 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28850/task/28865/stat : 28865 (java) S 28847 28850 25977 0 -1 4202560 3802 0 0 0 43 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921788463288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28866] ppid=28847 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28850/task/28866/stat : 28866 (java) S 28847 28850 25977 0 -1 4202560 2668 0 0 0 45 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921787410488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28867] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28867/stat : 28867 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921786358392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28868] ppid=28847 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/28850/task/28868/stat : 28868 (java) S 28847 28850 25977 0 -1 4202560 104 0 0 0 21 27 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921785305800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28869] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28869/stat : 28869 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105822 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921784251816 272889853865 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 28850 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 28979
/proc/meminfo: memFree=30016588/32872528 swapFree=1244176/1391344
[pid=28850] ppid=28847 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/28850/stat : 28850 (java) S 28847 28850 25977 0 -1 4202496 12071 0 1 0 179954 49 0 0 20 0 19 0 24105790 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 140735882648624 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28850/statm: 2406260 81998 2278 9 0 2396937 0
[pid=28850/tid=28852] ppid=28847 vsize=9625040 CPUtime=1796.47 cores=0,2,4,6
/proc/28850/task/28852/stat : 28852 (java) R 28847 28850 25977 0 -1 4202560 2527 0 1 0 179613 34 0 0 20 0 19 0 24105792 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921968708848 139921797525044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28853] ppid=28847 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28850/task/28853/stat : 28853 (java) S 28847 28850 25977 0 -1 4202560 171 0 0 0 26 0 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921930201896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28854] ppid=28847 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28850/task/28854/stat : 28854 (java) S 28847 28850 25977 0 -1 4202560 142 0 0 0 27 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921929149096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28855] ppid=28847 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/28850/task/28855/stat : 28855 (java) S 28847 28850 25977 0 -1 4202560 373 0 0 0 27 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921928096808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28856] ppid=28847 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28850/task/28856/stat : 28856 (java) S 28847 28850 25977 0 -1 4202560 220 0 0 0 30 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921927044008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28857] ppid=28847 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28850/task/28857/stat : 28857 (java) S 28847 28850 25977 0 -1 4202560 171 0 0 0 27 3 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921925990696 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28850/tid=28858] ppid=28847 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28850/task/28858/stat : 28858 (java) S 28847 28850 25977 0 -1 4202560 220 0 0 0 30 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921924937896 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28859] ppid=28847 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/28850/task/28859/stat : 28859 (java) S 28847 28850 25977 0 -1 4202560 166 0 0 0 26 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921923885608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28860] ppid=28847 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/28850/task/28860/stat : 28860 (java) S 28847 28850 25977 0 -1 4202560 180 0 0 0 28 2 0 0 20 0 19 0 24105793 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921922832808 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28861] ppid=28847 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/28850/task/28861/stat : 28861 (java) S 28847 28850 25977 0 -1 4202560 68 0 0 0 1 2 0 0 20 0 19 0 24105794 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921792674536 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28862] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28862/stat : 28862 (java) S 28847 28850 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921791620600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28863] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28863/stat : 28863 (java) S 28847 28850 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24105795 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921790568200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28864] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28864/stat : 28864 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921789516688 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28865] ppid=28847 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28850/task/28865/stat : 28865 (java) S 28847 28850 25977 0 -1 4202560 3802 0 0 0 43 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921788463288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28866] ppid=28847 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28850/task/28866/stat : 28866 (java) S 28847 28850 25977 0 -1 4202560 2668 0 0 0 45 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921787410488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28850/tid=28867] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28867/stat : 28867 (java) S 28847 28850 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921786358392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28850/tid=28868] ppid=28847 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/28850/task/28868/stat : 28868 (java) S 28847 28850 25977 0 -1 4202560 104 0 0 0 21 27 0 0 20 0 19 0 24105797 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921785305800 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28850/tid=28869] ppid=28847 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28850/task/28869/stat : 28869 (java) S 28847 28850 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24105822 9856040960 81998 33554432000 1073741824 1073778376 140735882657488 139921784251816 272889853865 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

Child status: 143
Real time (s): 1797.55
CPU time (s): 1800.54
CPU user time (s): 1799.6
CPU system time (s): 0.944856
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.944856
maximum resident set size= 329340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12110
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39209
involuntary context switches= 24205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.89349 second user time and 13.8829 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 05:29:32
IDJOB=4101181
IDBENCH=1710
IDSOLVER=2546
FILE ID=node119/4101181-1466220572
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= f5fea9f9b3e2808f219e4e92af96aba2
RANDOM SEED=1555485871

node119.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.456
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.91
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.456
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.456
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.456
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.456
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.54
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.456
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.456
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.56
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.456
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:        29824756 kB
Buffers:           99204 kB
Cached:            93288 kB
SwapCached:          956 kB
Active:           785664 kB
Inactive:         135068 kB
Active(anon):     728624 kB
Inactive(anon):     1732 kB
Active(file):      57040 kB
Inactive(file):   133336 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:               836 kB
Writeback:             4 kB
AnonPages:       2122092 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             598152 kB
SReclaimable:      41880 kB
SUnreclaim:       556272 kB
KernelStack:        1672 kB
PageTables:         8724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2986408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 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= 71736 MiB
End job on node119 at 2016-06-18 05:59:29