Trace number 4101221

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1801.09 1778.74

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-fit1d.opb
MD5SUMba437a46cdfe6ecad707b12b94061ac9
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -20
Optimality of the best value was proved NO
Number of variables11514
Total number of constraints1050
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 constraints1050
Minimum length of a constraint11
Maximum length of a constraint11514
Number of terms in the objective function 11514
Biggest coefficient in the objective function 3344
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 531132
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 15548
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 531582
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101221-1466221784.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.15/0.68	c ... done. Wall clock time 0.565s.
1.15/0.68	c declared #vars     11514
1.15/0.68	c #constraints  1051
1.15/0.68	c constraints type 
1.15/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1051
1.15/0.68	c 1051 constraints processed.
1.15/0.68	c objective function length is 11514 literals
3.33/2.37	c cleaning 2497 clauses out of 5001 with flag 12487/5001
5.03/3.92	c cleaning 4246 clauses out of 8503 with flag 28976/11000
7.14/5.97	c cleaning 5625 clauses out of 11257 with flag 48974/18000
9.25/8.04	c cleaning 6814 clauses out of 13634 with flag 68764/26002
11.83/10.42	c cleaning 7909 clauses out of 15819 with flag 90554/35001
15.03/13.63	c cleaning 8954 clauses out of 17910 with flag 112691/45001
18.76/17.26	c cleaning 9972 clauses out of 19956 with flag 137232/56001
22.76/21.23	c cleaning 10988 clauses out of 21985 with flag 165789/68002
27.15/25.66	c cleaning 11996 clauses out of 23998 with flag 201089/81003
32.50/30.85	c cleaning 12985 clauses out of 26000 with flag 242170/95001
38.83/36.98	c cleaning 14003 clauses out of 28018 with flag 281281/110004
48.71/46.62	c cleaning 14995 clauses out of 30012 with flag 323511/126001
60.38/58.10	c cleaning 15998 clauses out of 32023 with flag 368508/143007
79.25/76.73	c cleaning 17004 clauses out of 34020 with flag 408368/161002
98.73/96.17	c cleaning 17998 clauses out of 36016 with flag 447439/180002
121.59/118.83	c cleaning 18998 clauses out of 38016 with flag 489130/200000
148.04/145.17	c cleaning 19992 clauses out of 40018 with flag 534571/221000
176.60/173.56	c cleaning 21001 clauses out of 42027 with flag 582410/243001
205.59/202.32	c cleaning 21999 clauses out of 44026 with flag 631539/266001
231.90/228.47	c cleaning 23005 clauses out of 46035 with flag 683582/290009
255.26/251.67	c cleaning 23999 clauses out of 48023 with flag 740011/315002
280.44/276.56	c cleaning 24998 clauses out of 50023 with flag 797777/341001
308.36/304.29	c cleaning 26000 clauses out of 52024 with flag 859246/368000
333.79/329.22	c cleaning 27003 clauses out of 54024 with flag 919812/396000
361.77/356.88	c cleaning 27999 clauses out of 56021 with flag 978946/425000
388.25/382.87	c cleaning 29003 clauses out of 58023 with flag 1039958/455001
419.38/413.65	c cleaning 30001 clauses out of 60019 with flag 1103551/486000
451.23/445.03	c cleaning 31001 clauses out of 62020 with flag 1169878/518002
482.63/476.02	c cleaning 31997 clauses out of 64018 with flag 1237672/551001
505.05/498.08	c cleaning 33001 clauses out of 66020 with flag 1306995/585000
527.93/520.65	c cleaning 33996 clauses out of 68019 with flag 1376995/620000
551.16/543.52	c cleaning 35000 clauses out of 70023 with flag 1448995/656000
576.54/568.60	c cleaning 36007 clauses out of 72027 with flag 1523003/693004
608.50/600.24	c cleaning 36999 clauses out of 74017 with flag 1598997/731001
636.88/628.39	c cleaning 37998 clauses out of 76017 with flag 1676995/770000
665.65/656.77	c cleaning 39000 clauses out of 78019 with flag 1756996/810000
694.74/685.57	c cleaning 39997 clauses out of 80020 with flag 1838998/851001
730.84/721.31	c cleaning 41003 clauses out of 82023 with flag 1922998/893001
763.22/753.33	c cleaning 41999 clauses out of 84019 with flag 2009334/936000
802.45/792.23	c cleaning 43004 clauses out of 86022 with flag 2097338/980002
841.84/831.14	c cleaning 43996 clauses out of 88016 with flag 2187389/1025000
879.98/868.89	c cleaning 44994 clauses out of 90020 with flag 2279416/1071000
920.22/908.63	c cleaning 46002 clauses out of 92026 with flag 2374441/1118000
963.18/951.16	c cleaning 46998 clauses out of 94024 with flag 2472976/1166000
1010.16/997.51	c cleaning 47999 clauses out of 96026 with flag 2573252/1215000
1057.18/1044.18	c cleaning 49005 clauses out of 98027 with flag 2676199/1265000
1108.29/1094.75	c cleaning 49999 clauses out of 100023 with flag 2780611/1316001
1160.69/1146.41	c cleaning 50996 clauses out of 102023 with flag 2890315/1368000
1215.95/1201.15	c cleaning 52001 clauses out of 104027 with flag 3001353/1421000
1276.03/1260.51	c cleaning 53003 clauses out of 106027 with flag 3114558/1475001
1338.68/1322.58	c cleaning 53999 clauses out of 108024 with flag 3227936/1530001
1395.53/1378.76	c cleaning 54996 clauses out of 110024 with flag 3341645/1586000
1454.17/1436.78	c cleaning 55996 clauses out of 112030 with flag 3458942/1643002
1514.30/1496.23	c cleaning 57000 clauses out of 114032 with flag 3575036/1701000
1574.56/1555.75	c cleaning 58001 clauses out of 116034 with flag 3693059/1760002
1637.41/1617.93	c cleaning 59003 clauses out of 118032 with flag 3813057/1820001
1702.51/1682.30	c cleaning 59997 clauses out of 120029 with flag 3935061/1881001
1764.68/1743.86	c cleaning 61003 clauses out of 122033 with flag 4059064/1943002
1800.08/1778.71	c starts		: 2
1800.08/1778.71	c conflicts		: 1982904
1800.08/1778.71	c decisions		: 2025099
1800.08/1778.71	c propagations		: 415590249
1800.08/1778.71	c inspects		: 16822024344
1800.08/1778.71	c shortcuts		: 0
1800.08/1778.71	c learnt literals	: 0
1800.08/1778.71	c learnt binary clauses	: 0
1800.08/1778.71	c learnt ternary clauses	: 0
1800.08/1778.71	c learnt constraints	: 1982904
1800.08/1778.71	c ignored constraints	: 0
1800.08/1778.71	c root simplifications	: 0
1800.08/1778.71	c removed literals (reason simplification)	: 0
1800.08/1778.71	c reason swapping (by a shorter reason)	: 0
1800.08/1778.71	c Calls to reduceDB	: 58
1800.08/1778.71	c Number of update (reduction) of LBD	: 31858
1800.08/1778.71	c Imported unit clauses	: 0
1800.08/1778.71	c number of reductions to clauses (during analyze)	: 0
1800.08/1778.71	c number of learned constraints concerned by reduction	: 0
1800.08/1778.71	c number of learning phase by resolution	: 0
1800.08/1778.71	c number of learning phase by cutting planes	: 0
1800.08/1778.71	c speed (assignments/second)	: 233740.16606289873
1800.08/1778.71	c non guided choices	0
1800.08/1778.71	c timeout
1800.08/1778.73	c learnt constraints type 
1800.08/1778.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100932
1800.08/1778.73	s UNKNOWN
1800.08/1778.73	c Total wall clock time (in seconds): 1778.621

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-4101221-1466221784/watcher-4101221-1466221784 -o /tmp/evaluation-result-4101221-1466221784/solver-4101221-1466221784 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101221-1466221784.opb 

pid=18770
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.22 2.24 2.19 3/194 18773
/proc/meminfo: memFree=29593848/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18773/stat : 18773 (java) R 18770 18773 15548 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 24224926 2560000 47 33554432000 1073741824 1073778376 140736753611216 140734406359704 229346733351 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 625 47 37 9 0 29 0

[startup+0.100156 s]
/proc/loadavg: 2.22 2.24 2.19 3/194 18773
/proc/meminfo: memFree=29593848/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 24224926 9787879424 6041 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.22 2.24 2.19 3/194 18773
/proc/meminfo: memFree=29593848/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 4983 0 1 0 28 1 0 0 20 0 18 0 24224926 9787879424 6950 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2389619 6950 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300217 s]
/proc/loadavg: 2.22 2.24 2.19 3/194 18773
/proc/meminfo: memFree=29593848/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 7377 0 1 0 50 1 0 0 20 0 18 0 24224926 9787879424 10884 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2389619 10884 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 2.22 2.24 2.19 3/194 18773
/proc/meminfo: memFree=29593848/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9558476 CPUtime=1.28 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 11756 0 1 0 124 4 0 0 20 0 18 0 24224926 9787879424 40038 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2389619 40038 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.22 2.24 2.19 3/213 18792
/proc/meminfo: memFree=29417876/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9625040 CPUtime=2.5 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 13676 0 1 0 244 6 0 0 20 0 19 0 24224926 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2406260 45845 2277 9 0 2396937 0
[pid=18773/tid=18775] ppid=18770 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/18773/task/18775/stat : 18775 (java) R 18770 18773 15548 0 -1 4202560 2476 0 1 0 141 4 0 0 20 0 19 0 24224927 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507963302152 140507792196941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18776] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18776/stat : 18776 (java) S 18770 18773 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507924793768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18777] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18777/stat : 18777 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507923741224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18778] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18778/stat : 18778 (java) S 18770 18773 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507922688168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18779] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18779/stat : 18779 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507921635624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18780] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18780/stat : 18780 (java) S 18770 18773 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507920583592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18781] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18781/stat : 18781 (java) S 18770 18773 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507919531048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18782] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18782/stat : 18782 (java) S 18770 18773 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507918477992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18783] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18783/stat : 18783 (java) S 18770 18773 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507917425448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18784] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18784/stat : 18784 (java) S 18770 18773 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507787274600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18785] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18785/stat : 18785 (java) S 18770 18773 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507786220920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18786] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18786/stat : 18786 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507785167752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18787] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18787/stat : 18787 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507784116496 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18788] ppid=18770 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/18773/task/18788/stat : 18788 (java) S 18770 18773 15548 0 -1 4202560 2951 0 0 0 40 0 0 0 20 0 19 0 24224932 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507783064376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18789] ppid=18770 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/18773/task/18789/stat : 18789 (java) S 18770 18773 15548 0 -1 4202560 6860 0 0 0 53 1 0 0 20 0 19 0 24224932 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507782011832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18790] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18790/stat : 18790 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507780958968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18791] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18791/stat : 18791 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507779906632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18792] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18792/stat : 18792 (java) S 18770 18773 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24224997 9856040960 45845 33554432000 1073741824 1073778376 140736753611216 140507778851880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.22 2.24 2.19 3/213 18792
/proc/meminfo: memFree=29417876/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9625040 CPUtime=4.21 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 13685 0 1 0 415 6 0 0 20 0 19 0 24224926 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2406260 45853 2284 9 0 2396937 0
[pid=18773/tid=18775] ppid=18770 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/18773/task/18775/stat : 18775 (java) R 18770 18773 15548 0 -1 4202560 2477 0 1 0 301 4 0 0 20 0 19 0 24224927 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507963293376 140507792196959 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18776] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18776/stat : 18776 (java) S 18770 18773 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507924793768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18777] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18777/stat : 18777 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507923741224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18778] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18778/stat : 18778 (java) S 18770 18773 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507922688168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18779] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18779/stat : 18779 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507921635624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18780] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18780/stat : 18780 (java) S 18770 18773 15548 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507920583592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18781] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18781/stat : 18781 (java) S 18770 18773 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507919531048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18782] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18782/stat : 18782 (java) S 18770 18773 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507918477992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18783] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18783/stat : 18783 (java) S 18770 18773 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507917425448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18784] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18784/stat : 18784 (java) S 18770 18773 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507787274600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18785] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18785/stat : 18785 (java) S 18770 18773 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507786220920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18786] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18786/stat : 18786 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507785167752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18787] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18787/stat : 18787 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507784116496 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18788] ppid=18770 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/18773/task/18788/stat : 18788 (java) S 18770 18773 15548 0 -1 4202560 2958 0 0 0 43 0 0 0 20 0 19 0 24224932 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507783064376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18789] ppid=18770 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/18773/task/18789/stat : 18789 (java) S 18770 18773 15548 0 -1 4202560 6861 0 0 0 61 2 0 0 20 0 19 0 24224932 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507782011832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18790] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18790/stat : 18790 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507780958968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18791] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18791/stat : 18791 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507779906632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18792] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18792/stat : 18792 (java) S 18770 18773 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24224997 9856040960 45853 33554432000 1073741824 1073778376 140736753611216 140507778851880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.29 2.25 2.19 3/213 18792
/proc/meminfo: memFree=29383816/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9625040 CPUtime=7.55 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 14087 0 1 0 744 11 0 0 20 0 19 0 24224926 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2406260 54355 2284 9 0 2396937 0
[pid=18773/tid=18775] ppid=18770 vsize=9625040 CPUtime=6.21 cores=0,2,4,6
/proc/18773/task/18775/stat : 18775 (java) R 18770 18773 15548 0 -1 4202560 2479 0 1 0 617 4 0 0 20 0 19 0 24224927 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507963302200 140507792196946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18776] ppid=18770 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/18773/task/18776/stat : 18776 (java) S 18770 18773 15548 0 -1 4202560 78 0 0 0 1 2 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507924793768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18777] ppid=18770 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18773/task/18777/stat : 18777 (java) S 18770 18773 15548 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507923741224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18778] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18778/stat : 18778 (java) S 18770 18773 15548 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507922688168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18779] ppid=18770 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18773/task/18779/stat : 18779 (java) S 18770 18773 15548 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507921635624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18780] ppid=18770 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/18773/task/18780/stat : 18780 (java) S 18770 18773 15548 0 -1 4202560 84 0 0 0 2 1 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507920583592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18781] ppid=18770 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18773/task/18781/stat : 18781 (java) S 18770 18773 15548 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507919531048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18782] ppid=18770 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18773/task/18782/stat : 18782 (java) S 18770 18773 15548 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507918477992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18783] ppid=18770 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18773/task/18783/stat : 18783 (java) S 18770 18773 15548 0 -1 4202560 191 0 0 0 1 0 0 0 20 0 19 0 24224928 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507917425448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18784] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18784/stat : 18784 (java) S 18770 18773 15548 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507787274600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18785] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18785/stat : 18785 (java) S 18770 18773 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507786220920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18786] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18786/stat : 18786 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507785167752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18787] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18787/stat : 18787 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507784116496 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18788] ppid=18770 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/18773/task/18788/stat : 18788 (java) S 18770 18773 15548 0 -1 4202560 2958 0 0 0 44 0 0 0 20 0 19 0 24224932 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507783064376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18789] ppid=18770 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/18773/task/18789/stat : 18789 (java) S 18770 18773 15548 0 -1 4202560 6861 0 0 0 63 2 0 0 20 0 19 0 24224932 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507782011832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18790] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18790/stat : 18790 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507780958968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18791] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18791/stat : 18791 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507779906632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18792] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18792/stat : 18792 (java) S 18770 18773 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24224997 9856040960 54355 33554432000 1073741824 1073778376 140736753611216 140507778851880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625040


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

/proc/18773/task/18785/stat : 18785 (java) S 18770 18773 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507786220920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18786] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18786/stat : 18786 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507785167752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18787] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18787/stat : 18787 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507784116496 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18788] ppid=18770 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18773/task/18788/stat : 18788 (java) S 18770 18773 15548 0 -1 4202560 2962 0 0 0 45 0 0 0 20 0 19 0 24224932 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507783064376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18789] ppid=18770 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/18773/task/18789/stat : 18789 (java) S 18770 18773 15548 0 -1 4202560 8411 0 0 0 71 2 0 0 20 0 19 0 24224932 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507782011832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18790] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18790/stat : 18790 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507780958968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18791] ppid=18770 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/18773/task/18791/stat : 18791 (java) S 18770 18773 15548 0 -1 4202560 94 0 0 0 24 25 0 0 20 0 19 0 24224932 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507779906632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18792] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18792/stat : 18792 (java) S 18770 18773 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24224997 9856040960 106158 33554432000 1073741824 1073778376 140736753611216 140507778851880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1682.35
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.30 2.25 4/213 18925
/proc/meminfo: memFree=29607000/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9625040 CPUtime=1743.02 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 79201 0 1 0 174036 266 0 0 20 0 19 0 24224926 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2406260 126948 2292 9 0 2396937 0
[pid=18773/tid=18775] ppid=18770 vsize=9625040 CPUtime=1707.88 cores=0,2,4,6
/proc/18773/task/18775/stat : 18775 (java) R 18770 18773 15548 0 -1 4202560 17219 0 1 0 170747 41 0 0 20 0 19 0 24224927 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507963301024 140507792197004 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18776] ppid=18770 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/18773/task/18776/stat : 18776 (java) S 18770 18773 15548 0 -1 4202560 4565 0 0 0 340 24 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507924793768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18777] ppid=18770 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/18773/task/18777/stat : 18777 (java) S 18770 18773 15548 0 -1 4202560 5118 0 0 0 335 26 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507923741224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18778] ppid=18770 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/18773/task/18778/stat : 18778 (java) S 18770 18773 15548 0 -1 4202560 4698 0 0 0 354 29 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507922688168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18779] ppid=18770 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/18773/task/18779/stat : 18779 (java) S 18770 18773 15548 0 -1 4202560 5431 0 0 0 349 24 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507921635624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18780] ppid=18770 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/18773/task/18780/stat : 18780 (java) S 18770 18773 15548 0 -1 4202560 5946 0 0 0 348 24 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507920583592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18781] ppid=18770 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/18773/task/18781/stat : 18781 (java) S 18770 18773 15548 0 -1 4202560 4530 0 0 0 334 24 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507919531048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18782] ppid=18770 vsize=9625040 CPUtime=3.72 cores=0,2,4,6
/proc/18773/task/18782/stat : 18782 (java) S 18770 18773 15548 0 -1 4202560 5530 0 0 0 345 27 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507918477992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18783] ppid=18770 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/18773/task/18783/stat : 18783 (java) S 18770 18773 15548 0 -1 4202560 4747 0 0 0 352 27 0 0 20 0 19 0 24224928 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507917425448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18784] ppid=18770 vsize=9625040 CPUtime=4.48 cores=0,2,4,6
/proc/18773/task/18784/stat : 18784 (java) S 18770 18773 15548 0 -1 4202560 8687 0 0 0 423 25 0 0 20 0 19 0 24224929 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507787274600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18785] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18785/stat : 18785 (java) S 18770 18773 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507786220920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18786] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18786/stat : 18786 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507785167752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18787] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18787/stat : 18787 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507784116496 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18788] ppid=18770 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18773/task/18788/stat : 18788 (java) S 18770 18773 15548 0 -1 4202560 2962 0 0 0 45 0 0 0 20 0 19 0 24224932 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507783064376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18789] ppid=18770 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/18773/task/18789/stat : 18789 (java) S 18770 18773 15548 0 -1 4202560 8411 0 0 0 71 2 0 0 20 0 19 0 24224932 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507782011832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18790] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18790/stat : 18790 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507780958968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18791] ppid=18770 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/18773/task/18791/stat : 18791 (java) S 18770 18773 15548 0 -1 4202560 98 0 0 0 26 25 0 0 20 0 19 0 24224932 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507779906632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18792] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18792/stat : 18792 (java) S 18770 18773 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24224997 9856040960 126948 33554432000 1073741824 1073778376 140736753611216 140507778851880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1743.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.7 s]
/proc/loadavg: 2.32 2.31 2.25 3/213 18926
/proc/meminfo: memFree=29609424/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 82232 0 1 0 179737 271 0 0 20 0 19 0 24224926 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2406260 119608 2292 9 0 2396937 0
[pid=18773/tid=18775] ppid=18770 vsize=9625040 CPUtime=1763.86 cores=0,2,4,6
/proc/18773/task/18775/stat : 18775 (java) R 18770 18773 15548 0 -1 4202560 17798 0 1 0 176344 42 0 0 20 0 19 0 24224927 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507963301056 140507792196968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18776] ppid=18770 vsize=9625040 CPUtime=3.76 cores=0,2,4,6
/proc/18773/task/18776/stat : 18776 (java) S 18770 18773 15548 0 -1 4202560 5215 0 0 0 351 25 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507924793768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18777] ppid=18770 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/18773/task/18777/stat : 18777 (java) S 18770 18773 15548 0 -1 4202560 5122 0 0 0 347 26 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507923741224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18778] ppid=18770 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/18773/task/18778/stat : 18778 (java) S 18770 18773 15548 0 -1 4202560 5094 0 0 0 367 29 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507922688168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18779] ppid=18770 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/18773/task/18779/stat : 18779 (java) S 18770 18773 15548 0 -1 4202560 5514 0 0 0 361 25 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507921635624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18780] ppid=18770 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/18773/task/18780/stat : 18780 (java) S 18770 18773 15548 0 -1 4202560 6265 0 0 0 363 24 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507920583592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18781] ppid=18770 vsize=9625040 CPUtime=3.69 cores=0,2,4,6
/proc/18773/task/18781/stat : 18781 (java) S 18770 18773 15548 0 -1 4202560 5099 0 0 0 344 25 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507919531048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18782] ppid=18770 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/18773/task/18782/stat : 18782 (java) S 18770 18773 15548 0 -1 4202560 5810 0 0 0 356 27 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507918477992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18783] ppid=18770 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/18773/task/18783/stat : 18783 (java) S 18770 18773 15548 0 -1 4202560 4793 0 0 0 363 27 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507917425448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18784] ppid=18770 vsize=9625040 CPUtime=4.6 cores=0,2,4,6
/proc/18773/task/18784/stat : 18784 (java) S 18770 18773 15548 0 -1 4202560 8788 0 0 0 435 25 0 0 20 0 19 0 24224929 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507787274600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18785] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18785/stat : 18785 (java) S 18770 18773 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507786220920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18786] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18786/stat : 18786 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507785167752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18787] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18787/stat : 18787 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507784116496 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18788] ppid=18770 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18773/task/18788/stat : 18788 (java) S 18770 18773 15548 0 -1 4202560 2962 0 0 0 45 0 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507783064376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18789] ppid=18770 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/18773/task/18789/stat : 18789 (java) S 18770 18773 15548 0 -1 4202560 8411 0 0 0 71 2 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507782011832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18790] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18790/stat : 18790 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507780958968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18791] ppid=18770 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18773/task/18791/stat : 18791 (java) S 18770 18773 15548 0 -1 4202560 102 0 0 0 27 26 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507779906632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18792] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18792/stat : 18792 (java) S 18770 18773 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24224997 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507778851880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 18773 sig 9
??? kill -18773 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1778.7 s]
/proc/loadavg: 2.32 2.31 2.25 3/213 18926
/proc/meminfo: memFree=29609424/32872528 swapFree=1370848/1518016
[pid=18773] ppid=18770 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/18773/stat : 18773 (java) S 18770 18773 15548 0 -1 4202496 82232 0 1 0 179737 271 0 0 20 0 19 0 24224926 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140736753602352 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18773/statm: 2406260 119608 2292 9 0 2396937 0
[pid=18773/tid=18775] ppid=18770 vsize=9625040 CPUtime=1763.86 cores=0,2,4,6
/proc/18773/task/18775/stat : 18775 (java) R 18770 18773 15548 0 -1 4202560 17798 0 1 0 176344 42 0 0 20 0 19 0 24224927 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507963301056 140507792196968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18776] ppid=18770 vsize=9625040 CPUtime=3.76 cores=0,2,4,6
/proc/18773/task/18776/stat : 18776 (java) S 18770 18773 15548 0 -1 4202560 5215 0 0 0 351 25 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507924793768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18777] ppid=18770 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/18773/task/18777/stat : 18777 (java) S 18770 18773 15548 0 -1 4202560 5122 0 0 0 347 26 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507923741224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18778] ppid=18770 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/18773/task/18778/stat : 18778 (java) S 18770 18773 15548 0 -1 4202560 5094 0 0 0 367 29 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507922688168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18779] ppid=18770 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/18773/task/18779/stat : 18779 (java) S 18770 18773 15548 0 -1 4202560 5514 0 0 0 361 25 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507921635624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18780] ppid=18770 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/18773/task/18780/stat : 18780 (java) S 18770 18773 15548 0 -1 4202560 6265 0 0 0 363 24 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507920583592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18781] ppid=18770 vsize=9625040 CPUtime=3.69 cores=0,2,4,6
/proc/18773/task/18781/stat : 18781 (java) S 18770 18773 15548 0 -1 4202560 5099 0 0 0 344 25 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507919531048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18773/tid=18782] ppid=18770 vsize=9625040 CPUtime=3.83 cores=0,2,4,6
/proc/18773/task/18782/stat : 18782 (java) S 18770 18773 15548 0 -1 4202560 5810 0 0 0 356 27 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507918477992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18783] ppid=18770 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/18773/task/18783/stat : 18783 (java) S 18770 18773 15548 0 -1 4202560 4793 0 0 0 363 27 0 0 20 0 19 0 24224928 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507917425448 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18784] ppid=18770 vsize=9625040 CPUtime=4.6 cores=0,2,4,6
/proc/18773/task/18784/stat : 18784 (java) S 18770 18773 15548 0 -1 4202560 8788 0 0 0 435 25 0 0 20 0 19 0 24224929 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507787274600 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18785] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18785/stat : 18785 (java) S 18770 18773 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507786220920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18786] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18786/stat : 18786 (java) S 18770 18773 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24224929 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507785167752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18787] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18787/stat : 18787 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507784116496 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18773/tid=18788] ppid=18770 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18773/task/18788/stat : 18788 (java) S 18770 18773 15548 0 -1 4202560 2962 0 0 0 45 0 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507783064376 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18789] ppid=18770 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/18773/task/18789/stat : 18789 (java) S 18770 18773 15548 0 -1 4202560 8411 0 0 0 71 2 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507782011832 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18773/tid=18790] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18790/stat : 18790 (java) S 18770 18773 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507780958968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18791] ppid=18770 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/18773/task/18791/stat : 18791 (java) S 18770 18773 15548 0 -1 4202560 102 0 0 0 27 26 0 0 20 0 19 0 24224932 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507779906632 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18773/tid=18792] ppid=18770 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18773/task/18792/stat : 18792 (java) S 18770 18773 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24224997 9856040960 119608 33554432000 1073741824 1073778376 140736753611216 140507778851880 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1778.74
CPU time (s): 1801.09
CPU user time (s): 1797.92
CPU system time (s): 3.17252
CPU usage (%): 101.256
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.92
system time used= 3.17252
maximum resident set size= 990844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82266
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72843
involuntary context switches= 93625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81712 second user time and 6.75797 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 05:49:44
IDJOB=4101221
IDBENCH=1715
IDSOLVER=2546
FILE ID=node129/4101221-1466221784
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71732 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-fit1d.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101221-1466221784/watcher-4101221-1466221784 -o /tmp/evaluation-result-4101221-1466221784/solver-4101221-1466221784 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101221-1466221784.opb

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

MD5SUM BENCH= ba437a46cdfe6ecad707b12b94061ac9
RANDOM SEED=2042041600

node129.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.143
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.28
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.143
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.143
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.143
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.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29594112 kB
Buffers:          100244 kB
Cached:           109600 kB
SwapCached:         1944 kB
Active:           877824 kB
Inactive:         148464 kB
Active(anon):     817460 kB
Inactive(anon):     1076 kB
Active(file):      60364 kB
Inactive(file):   147388 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:       2450196 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             598856 kB
SReclaimable:      42784 kB
SUnreclaim:       556072 kB
KernelStack:        1760 kB
PageTables:         8648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2455560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 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 node129 at 2016-06-18 06:19:23