Trace number 4103432

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 1797.84

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
MD5SUMa644593dc228e712d5b0d277ee939168
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
Total number of constraints3312
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 constraints3312
Minimum length of a constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103432-1466238453.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.32/0.91	c ... done. Wall clock time 0.8s.
1.32/0.91	c declared #vars     103872
1.32/0.91	c #constraints  4560
1.32/0.91	c constraints type 
1.32/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4560
1.32/0.91	c 4560 constraints processed.
1.32/0.91	c objective function length is 37632 literals
3.67/2.83	c cleaning 2494 clauses out of 5000 with flag 13177/5000
4.59/3.53	c cleaning 4242 clauses out of 8506 with flag 25212/11000
7.21/6.16	c cleaning 5617 clauses out of 11254 with flag 45560/18000
8.32/7.23	c cleaning 6811 clauses out of 13638 with flag 63472/26001
9.54/8.44	c cleaning 7895 clauses out of 15826 with flag 82593/35000
10.94/9.89	c cleaning 8964 clauses out of 17929 with flag 113381/45001
12.74/11.62	c cleaning 9977 clauses out of 19969 with flag 162021/56005
14.44/13.34	c cleaning 10988 clauses out of 21987 with flag 218904/68000
16.14/15.08	c cleaning 11989 clauses out of 24000 with flag 310698/81001
17.84/16.71	c cleaning 12981 clauses out of 26010 with flag 385117/95000
19.83/18.80	c cleaning 13995 clauses out of 28029 with flag 472904/110000
22.54/21.41	c cleaning 14984 clauses out of 30034 with flag 563707/126000
26.24/25.14	c cleaning 15996 clauses out of 32051 with flag 641072/143001
28.54/27.42	c cleaning 17010 clauses out of 34054 with flag 701847/161000
31.64/30.51	c cleaning 18012 clauses out of 36046 with flag 742839/180002
35.14/34.06	c cleaning 19005 clauses out of 38032 with flag 787083/200000
39.14/38.08	c cleaning 20005 clauses out of 40027 with flag 833636/221000
43.74/42.65	c cleaning 21002 clauses out of 42022 with flag 882326/243000
48.65/47.58	c cleaning 21999 clauses out of 44020 with flag 932452/266000
54.14/53.02	c cleaning 22996 clauses out of 46021 with flag 985679/290000
60.34/59.22	c cleaning 24005 clauses out of 48025 with flag 1041379/315000
66.94/65.90	c cleaning 25002 clauses out of 50022 with flag 1100298/341006
72.35/71.11	c cleaning 25998 clauses out of 52006 with flag 1159657/368000
78.25/77.02	c cleaning 27002 clauses out of 54008 with flag 1217870/396000
84.65/83.41	c cleaning 28002 clauses out of 56007 with flag 1278282/425001
91.65/90.45	c cleaning 28999 clauses out of 58004 with flag 1340601/455000
99.25/98.01	c cleaning 30001 clauses out of 60005 with flag 1405193/486000
108.05/106.79	c cleaning 31000 clauses out of 62005 with flag 1471872/518001
116.85/115.58	c cleaning 32001 clauses out of 64005 with flag 1540610/551001
126.15/124.85	c cleaning 32997 clauses out of 66003 with flag 1611299/585000
136.55/135.28	c cleaning 34003 clauses out of 68006 with flag 1684031/620000
148.15/146.82	c cleaning 35000 clauses out of 70003 with flag 1756758/656000
161.25/159.92	c cleaning 36000 clauses out of 72003 with flag 1831845/693000
174.45/173.14	c cleaning 36999 clauses out of 74003 with flag 1907885/731000
188.56/187.26	c cleaning 38000 clauses out of 76004 with flag 1985890/770000
204.75/203.42	c cleaning 39001 clauses out of 78005 with flag 2065905/810001
220.96/219.60	c cleaning 40002 clauses out of 80004 with flag 2147905/851001
239.16/237.84	c cleaning 41000 clauses out of 82002 with flag 2231918/893001
257.15/255.82	c cleaning 41997 clauses out of 84002 with flag 2317931/936001
276.65/275.30	c cleaning 42999 clauses out of 86005 with flag 2405931/980001
299.24/297.71	c cleaning 44000 clauses out of 88006 with flag 2495931/1025001
323.04/321.58	c cleaning 45001 clauses out of 90006 with flag 2587933/1071001
347.65/346.16	c cleaning 46001 clauses out of 92005 with flag 2681933/1118001
371.45/369.91	c cleaning 47001 clauses out of 94004 with flag 2777934/1166001
397.35/395.84	c cleaning 48000 clauses out of 96003 with flag 2875936/1215001
425.16/423.62	c cleaning 49001 clauses out of 98003 with flag 2975936/1265001
454.25/452.72	c cleaning 49998 clauses out of 100002 with flag 3077936/1316001
486.97/485.40	c cleaning 50997 clauses out of 102004 with flag 3181936/1368001
522.28/520.55	c cleaning 52002 clauses out of 104007 with flag 3287936/1421001
560.78/559.08	c cleaning 53000 clauses out of 106005 with flag 3395948/1475001
600.58/598.85	c cleaning 54001 clauses out of 108005 with flag 3505952/1530001
640.29/638.56	c cleaning 55000 clauses out of 110004 with flag 3617957/1586001
679.50/677.76	c cleaning 56001 clauses out of 112004 with flag 3731967/1643001
719.00/717.21	c cleaning 57000 clauses out of 114003 with flag 3847983/1701001
762.01/760.27	c cleaning 57998 clauses out of 116003 with flag 3965983/1760001
806.20/804.48	c cleaning 58997 clauses out of 118005 with flag 4085983/1820001
852.41/850.68	c cleaning 60002 clauses out of 120008 with flag 4207983/1881001
900.90/899.10	c cleaning 60998 clauses out of 122006 with flag 4331987/1943001
953.02/951.25	c cleaning 61999 clauses out of 124008 with flag 4457987/2006001
1006.52/1004.72	c cleaning 62999 clauses out of 126009 with flag 4585987/2070001
1064.03/1062.28	c cleaning 64001 clauses out of 128010 with flag 4715987/2135001
1126.23/1124.45	c cleaning 65001 clauses out of 130009 with flag 4847989/2201001
1198.00/1195.92	c cleaning 65999 clauses out of 132008 with flag 4981989/2268001
1272.00/1269.94	c cleaning 67000 clauses out of 134009 with flag 5117993/2336001
1353.13/1351.01	c cleaning 68003 clauses out of 136009 with flag 5255993/2405001
1440.34/1438.23	c cleaning 69000 clauses out of 138006 with flag 5396000/2475001
1522.05/1519.94	c cleaning 70001 clauses out of 140006 with flag 5538000/2546001
1603.27/1601.16	c cleaning 71001 clauses out of 142005 with flag 5682007/2618001
1683.28/1681.10	c cleaning 72001 clauses out of 144004 with flag 5828009/2691001
1761.09/1758.95	c cleaning 72998 clauses out of 146003 with flag 5976013/2765001
1800.00/1797.80	c starts		: 5901
1800.00/1797.80	c conflicts		: 2818129
1800.00/1797.80	c decisions		: 4487049
1800.00/1797.80	c propagations		: 29252902
1800.00/1797.80	c inspects		: 33683678264
1800.00/1797.80	c shortcuts		: 0
1800.00/1797.80	c learnt literals	: 25
1800.00/1797.80	c learnt binary clauses	: 118
1800.00/1797.80	c learnt ternary clauses	: 25
1800.00/1797.80	c learnt constraints	: 2818104
1800.00/1797.80	c ignored constraints	: 0
1800.00/1797.80	c root simplifications	: 0
1800.00/1797.80	c removed literals (reason simplification)	: 0
1800.00/1797.80	c reason swapping (by a shorter reason)	: 0
1800.00/1797.80	c Calls to reduceDB	: 70
1800.00/1797.80	c Number of update (reduction) of LBD	: 52396
1800.00/1797.80	c Imported unit clauses	: 0
1800.00/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.80	c number of learned constraints concerned by reduction	: 0
1800.00/1797.80	c number of learning phase by resolution	: 0
1800.00/1797.80	c number of learning phase by cutting planes	: 0
1800.00/1797.80	c speed (assignments/second)	: 16280.655101962446
1800.00/1797.80	c non guided choices	817589
1800.00/1797.80	c timeout
1800.00/1797.83	c learnt constraints type 
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 118
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126016
1800.00/1797.83	s UNKNOWN
1800.00/1797.83	c Total wall clock time (in seconds): 1797.715

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-4103432-1466238453/watcher-4103432-1466238453 -o /tmp/evaluation-result-4103432-1466238453/solver-4103432-1466238453 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103432-1466238453.opb 

pid=11085
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.25 2.27 2.24 3/196 11088
/proc/meminfo: memFree=29986600/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9300 CPUtime=0 cores=0,2,4,6
/proc/11088/stat : 11088 (java) R 11085 11088 4518 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 25891715 9523200 184 33554432000 1073741824 1073778376 140737246584896 140737246576120 273905511863 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2 1 0 0 0 2 0

[startup+0.10006 s]
/proc/loadavg: 2.25 2.27 2.24 3/196 11088
/proc/meminfo: memFree=29986600/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 25891715 9787879424 6040 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.25 2.27 2.24 3/196 11088
/proc/meminfo: memFree=29986600/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 5057 0 1 0 28 1 0 0 20 0 18 0 25891715 9787879424 7399 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2389619 7399 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.25 2.27 2.24 3/196 11088
/proc/meminfo: memFree=29986600/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 5808 0 1 0 46 2 0 0 20 0 18 0 25891715 9787879424 12351 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2389619 12351 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 2.25 2.27 2.24 3/196 11088
/proc/meminfo: memFree=29986600/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 6338 0 1 0 106 5 0 0 20 0 18 0 25891715 9787879424 44251 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2389619 44251 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.25 2.27 2.24 4/215 11107
/proc/meminfo: memFree=29814128/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 9893 0 1 0 227 6 0 0 20 0 19 0 25891715 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2406260 46297 2274 9 0 2396937 0
[pid=11088/tid=11090] ppid=11085 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/11088/task/11090/stat : 11090 (java) R 11085 11088 4518 0 -1 4202560 2481 0 1 0 140 2 0 0 20 0 19 0 25891716 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641893868040 140641741510139 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11091/stat : 11091 (java) S 11085 11088 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641866320936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11092] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11092/stat : 11092 (java) S 11085 11088 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641865268136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11093] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11093/stat : 11093 (java) S 11085 11088 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641864215336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11094] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11094/stat : 11094 (java) S 11085 11088 4518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641863162536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11095] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11095/stat : 11095 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641862109736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11096] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11096/stat : 11096 (java) S 11085 11088 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641861056936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11097] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11097/stat : 11097 (java) S 11085 11088 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641860004136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11098] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11098/stat : 11098 (java) S 11085 11088 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641729816744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11099] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11099/stat : 11099 (java) S 11085 11088 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 25891718 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641246870504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11100] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11100/stat : 11100 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641245816568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11101] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11101/stat : 11101 (java) S 11085 11088 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641244763656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11102] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11102/stat : 11102 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641243712144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11103] ppid=11085 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11088/task/11103/stat : 11103 (java) S 11085 11088 4518 0 -1 4202560 3453 0 0 0 34 0 0 0 20 0 19 0 25891721 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641242659256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11104] ppid=11085 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11088/task/11104/stat : 11104 (java) S 11085 11088 4518 0 -1 4202560 2552 0 0 0 40 0 0 0 20 0 19 0 25891721 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641241606456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11105] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11105/stat : 11105 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641240553848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11106] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11106/stat : 11106 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641239501256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11107] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11107/stat : 11107 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25891817 9856040960 46297 33554432000 1073741824 1073778376 140736116175584 140641238447784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.25 2.27 2.24 3/215 11107
/proc/meminfo: memFree=29809532/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 9901 0 1 0 396 6 0 0 20 0 19 0 25891715 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2406260 46302 2278 9 0 2396937 0
[pid=11088/tid=11090] ppid=11085 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/11088/task/11090/stat : 11090 (java) R 11085 11088 4518 0 -1 4202560 2483 0 1 0 299 3 0 0 20 0 19 0 25891716 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641893867640 140641741483094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11091/stat : 11091 (java) S 11085 11088 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641866320936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11092] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11092/stat : 11092 (java) S 11085 11088 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641865268136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11093] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11093/stat : 11093 (java) S 11085 11088 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641864215336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11094] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11094/stat : 11094 (java) S 11085 11088 4518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641863162536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11095] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11095/stat : 11095 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641862109736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11096] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11096/stat : 11096 (java) S 11085 11088 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641861056936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11097] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11097/stat : 11097 (java) S 11085 11088 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641860004136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11098] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11098/stat : 11098 (java) S 11085 11088 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25891717 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641729816744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11099] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11099/stat : 11099 (java) S 11085 11088 4518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25891718 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641246870504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11100] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11100/stat : 11100 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641245816568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11101] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11101/stat : 11101 (java) S 11085 11088 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641244763656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11102] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11102/stat : 11102 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641243712144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11103] ppid=11085 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/11088/task/11103/stat : 11103 (java) S 11085 11088 4518 0 -1 4202560 3454 0 0 0 41 0 0 0 20 0 19 0 25891721 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641242659256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11104] ppid=11085 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11088/task/11104/stat : 11104 (java) S 11085 11088 4518 0 -1 4202560 2556 0 0 0 44 0 0 0 20 0 19 0 25891721 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641241606456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11105] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11105/stat : 11105 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641240553848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11106] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11106/stat : 11106 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641239501256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11107] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11107/stat : 11107 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25891817 9856040960 46302 33554432000 1073741824 1073778376 140736116175584 140641238447784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.23 2.26 2.24 3/215 11107
/proc/meminfo: memFree=29767492/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 10331 0 1 0 731 10 0 0 20 0 19 0 25891715 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2406260 56364 2278 9 0 2396937 0
[pid=11088/tid=11090] ppid=11085 vsize=9625040 CPUtime=6.15 cores=0,2,4,6
/proc/11088/task/11090/stat : 11090 (java) R 11085 11088 4518 0 -1 4202560 2486 0 1 0 612 3 0 0 20 0 19 0 25891716 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641893859024 140641741483070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11088/task/11091/stat : 11091 (java) S 11085 11088 4518 0 -1 4202560 100 0 0 0 1 0 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641866320936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11092] ppid=11085 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11088/task/11092/stat : 11092 (java) S 11085 11088 4518 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641865268136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11093] ppid=11085 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11088/task/11093/stat : 11093 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641864215336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11094] ppid=11085 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11088/task/11094/stat : 11094 (java) S 11085 11088 4518 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641863162536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11095] ppid=11085 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/11088/task/11095/stat : 11095 (java) S 11085 11088 4518 0 -1 4202560 29 0 0 0 0 2 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641862109736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11096] ppid=11085 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/11088/task/11096/stat : 11096 (java) S 11085 11088 4518 0 -1 4202560 110 0 0 0 3 2 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641861056936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11097] ppid=11085 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11088/task/11097/stat : 11097 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641860004136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11098] ppid=11085 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/11088/task/11098/stat : 11098 (java) S 11085 11088 4518 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 19 0 25891717 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641729816744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11099] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11099/stat : 11099 (java) S 11085 11088 4518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25891718 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641246870504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11100] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11100/stat : 11100 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641245816568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11101] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11101/stat : 11101 (java) S 11085 11088 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641244763656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11102] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11102/stat : 11102 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641243712144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11103] ppid=11085 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11088/task/11103/stat : 11103 (java) S 11085 11088 4518 0 -1 4202560 3454 0 0 0 44 0 0 0 20 0 19 0 25891721 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641242659256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11104] ppid=11085 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11088/task/11104/stat : 11104 (java) S 11085 11088 4518 0 -1 4202560 2556 0 0 0 48 0 0 0 20 0 19 0 25891721 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641241606456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11105] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11105/stat : 11105 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641240553848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11106] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11106/stat : 11106 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641239501256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11107] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11107/stat : 11107 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25891817 9856040960 56364 33554432000 1073741824 1073778376 140736116175584 140641238447784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625040


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

[pid=11088/tid=11107] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11107/stat : 11107 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25891817 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641238447784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.49 2.02 2.12 2/190 11184
/proc/meminfo: memFree=28887192/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9625040 CPUtime=1784.49 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 12672 0 1 0 178371 78 0 0 20 0 19 0 25891715 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2406260 329569 2279 9 0 2396937 0
[pid=11088/tid=11090] ppid=11085 vsize=9625040 CPUtime=1777.17 cores=0,2,4,6
/proc/11088/task/11090/stat : 11090 (java) R 11085 11088 4518 0 -1 4202560 3062 0 1 0 177675 42 0 0 20 0 19 0 25891716 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641893859024 140641741461011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11091/stat : 11091 (java) S 11085 11088 4518 0 -1 4202560 228 0 0 0 15 7 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641866320936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11092] ppid=11085 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11088/task/11092/stat : 11092 (java) S 11085 11088 4518 0 -1 4202560 124 0 0 0 11 5 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641865268136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11093] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11093/stat : 11093 (java) S 11085 11088 4518 0 -1 4202560 136 0 0 0 16 6 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641864215336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11094] ppid=11085 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11088/task/11094/stat : 11094 (java) S 11085 11088 4518 0 -1 4202560 195 0 0 0 12 4 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641863162536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11095] ppid=11085 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11088/task/11095/stat : 11095 (java) S 11085 11088 4518 0 -1 4202560 97 0 0 0 9 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641862109736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11096] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11096/stat : 11096 (java) S 11085 11088 4518 0 -1 4202560 229 0 0 0 15 7 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641861056936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11097] ppid=11085 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/11088/task/11097/stat : 11097 (java) S 11085 11088 4518 0 -1 4202560 197 0 0 0 8 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641860004136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11098] ppid=11085 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11088/task/11098/stat : 11098 (java) S 11085 11088 4518 0 -1 4202560 200 0 0 0 9 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641729816744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11099] ppid=11085 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11088/task/11099/stat : 11099 (java) S 11085 11088 4518 0 -1 4202560 507 0 0 0 1 2 0 0 20 0 19 0 25891718 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641246870504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11100] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11100/stat : 11100 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641245816568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11101] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11101/stat : 11101 (java) S 11085 11088 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641244763656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11102] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11102/stat : 11102 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641243712144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11103] ppid=11085 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11088/task/11103/stat : 11103 (java) S 11085 11088 4518 0 -1 4202560 3454 0 0 0 44 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641242659256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11104] ppid=11085 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11088/task/11104/stat : 11104 (java) S 11085 11088 4518 0 -1 4202560 2876 0 0 0 54 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641241606456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11105] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11105/stat : 11105 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641240553848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11106] ppid=11085 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11088/task/11106/stat : 11106 (java) S 11085 11088 4518 0 -1 4202560 103 0 0 0 31 36 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641239501256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11107] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11107/stat : 11107 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25891817 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641238447784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.49
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 1.46 1.99 2.11 2/190 11184
/proc/meminfo: memFree=28887536/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 12672 0 1 0 179921 79 0 0 20 0 19 0 25891715 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2406260 329569 2279 9 0 2396937 0
[pid=11088/tid=11090] ppid=11085 vsize=9625040 CPUtime=1792.63 cores=0,2,4,6
/proc/11088/task/11090/stat : 11090 (java) R 11085 11088 4518 0 -1 4202560 3062 0 1 0 179221 42 0 0 20 0 19 0 25891716 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641893859024 140641741461011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11091/stat : 11091 (java) S 11085 11088 4518 0 -1 4202560 228 0 0 0 15 7 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641866320936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11092] ppid=11085 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11088/task/11092/stat : 11092 (java) S 11085 11088 4518 0 -1 4202560 124 0 0 0 11 5 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641865268136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11093] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11093/stat : 11093 (java) S 11085 11088 4518 0 -1 4202560 136 0 0 0 16 6 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641864215336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11094] ppid=11085 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11088/task/11094/stat : 11094 (java) S 11085 11088 4518 0 -1 4202560 195 0 0 0 12 4 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641863162536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11095] ppid=11085 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11088/task/11095/stat : 11095 (java) S 11085 11088 4518 0 -1 4202560 97 0 0 0 9 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641862109736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11096] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11096/stat : 11096 (java) S 11085 11088 4518 0 -1 4202560 229 0 0 0 15 7 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641861056936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11097] ppid=11085 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/11088/task/11097/stat : 11097 (java) S 11085 11088 4518 0 -1 4202560 197 0 0 0 8 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641860004136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11098] ppid=11085 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11088/task/11098/stat : 11098 (java) S 11085 11088 4518 0 -1 4202560 200 0 0 0 9 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641729816744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11099] ppid=11085 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11088/task/11099/stat : 11099 (java) S 11085 11088 4518 0 -1 4202560 507 0 0 0 1 2 0 0 20 0 19 0 25891718 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641246870504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11100] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11100/stat : 11100 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641245816568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11101] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11101/stat : 11101 (java) S 11085 11088 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641244763656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11102] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11102/stat : 11102 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641243712144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11103] ppid=11085 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11088/task/11103/stat : 11103 (java) S 11085 11088 4518 0 -1 4202560 3454 0 0 0 44 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641242659256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11104] ppid=11085 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11088/task/11104/stat : 11104 (java) S 11085 11088 4518 0 -1 4202560 2876 0 0 0 54 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641241606456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11105] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11105/stat : 11105 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641240553848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11106] ppid=11085 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11088/task/11106/stat : 11106 (java) S 11085 11088 4518 0 -1 4202560 103 0 0 0 31 37 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641239501256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11107] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11107/stat : 11107 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25891817 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641238447784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 11088 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.8 s]
/proc/loadavg: 1.46 1.99 2.11 2/190 11184
/proc/meminfo: memFree=28887536/32872528 swapFree=1482636/1662508
[pid=11088] ppid=11085 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/11088/stat : 11088 (java) S 11085 11088 4518 0 -1 4202496 12672 0 1 0 179921 79 0 0 20 0 19 0 25891715 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140736116166720 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11088/statm: 2406260 329569 2279 9 0 2396937 0
[pid=11088/tid=11090] ppid=11085 vsize=9625040 CPUtime=1792.63 cores=0,2,4,6
/proc/11088/task/11090/stat : 11090 (java) R 11085 11088 4518 0 -1 4202560 3062 0 1 0 179221 42 0 0 20 0 19 0 25891716 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641893859024 140641741461011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11091] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11091/stat : 11091 (java) S 11085 11088 4518 0 -1 4202560 228 0 0 0 15 7 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641866320936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11092] ppid=11085 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11088/task/11092/stat : 11092 (java) S 11085 11088 4518 0 -1 4202560 124 0 0 0 11 5 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641865268136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11093] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11093/stat : 11093 (java) S 11085 11088 4518 0 -1 4202560 136 0 0 0 16 6 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641864215336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11094] ppid=11085 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11088/task/11094/stat : 11094 (java) S 11085 11088 4518 0 -1 4202560 195 0 0 0 12 4 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641863162536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11095] ppid=11085 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11088/task/11095/stat : 11095 (java) S 11085 11088 4518 0 -1 4202560 97 0 0 0 9 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641862109736 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11096] ppid=11085 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/11088/task/11096/stat : 11096 (java) S 11085 11088 4518 0 -1 4202560 229 0 0 0 15 7 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641861056936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11097] ppid=11085 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/11088/task/11097/stat : 11097 (java) S 11085 11088 4518 0 -1 4202560 197 0 0 0 8 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641860004136 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11098] ppid=11085 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11088/task/11098/stat : 11098 (java) S 11085 11088 4518 0 -1 4202560 200 0 0 0 9 3 0 0 20 0 19 0 25891717 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641729816744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11088/tid=11099] ppid=11085 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/11088/task/11099/stat : 11099 (java) S 11085 11088 4518 0 -1 4202560 507 0 0 0 1 2 0 0 20 0 19 0 25891718 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641246870504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11100] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11100/stat : 11100 (java) S 11085 11088 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641245816568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11101] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11101/stat : 11101 (java) S 11085 11088 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25891719 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641244763656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11102] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11102/stat : 11102 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641243712144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11103] ppid=11085 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11088/task/11103/stat : 11103 (java) S 11085 11088 4518 0 -1 4202560 3454 0 0 0 44 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641242659256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11088/tid=11104] ppid=11085 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/11088/task/11104/stat : 11104 (java) S 11085 11088 4518 0 -1 4202560 2876 0 0 0 54 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641241606456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11105] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11105/stat : 11105 (java) S 11085 11088 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641240553848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11088/tid=11106] ppid=11085 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11088/task/11106/stat : 11106 (java) S 11085 11088 4518 0 -1 4202560 103 0 0 0 31 37 0 0 20 0 19 0 25891721 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641239501256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11088/tid=11107] ppid=11085 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11088/task/11107/stat : 11107 (java) S 11085 11088 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25891817 9856040960 329569 33554432000 1073741824 1073778376 140736116175584 140641238447784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.84
CPU time (s): 1800
CPU user time (s): 1799.21
CPU system time (s): 0.79
CPU usage (%): 100.12
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.63
system time used= 1.3418
maximum resident set size= 1318412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12712
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38237
involuntary context switches= 3480

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6244 second user time and 13.282 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 10:27:33
IDJOB=4103432
IDBENCH=2356
IDSOLVER=2546
FILE ID=node134/4103432-1466238453
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= a644593dc228e712d5b0d277ee939168
RANDOM SEED=1862131044

node134.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.020
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.04
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.020
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	: 7358.89
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.020
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		: 2667.020
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.020
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.020
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.54
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.020
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.020
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:        29986616 kB
Buffers:          125164 kB
Cached:           144700 kB
SwapCached:         1008 kB
Active:           276144 kB
Inactive:         204368 kB
Active(anon):     211548 kB
Inactive(anon):     1616 kB
Active(file):      64596 kB
Inactive(file):   202752 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              5164 kB
Writeback:             0 kB
AnonPages:       1917460 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             601052 kB
SReclaimable:      44772 kB
SUnreclaim:       556280 kB
KernelStack:        1632 kB
PageTables:         7888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2317368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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= 71716 MiB
End job on node134 at 2016-06-18 10:57:31