Trace number 4100765

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.65 1796.35

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-25fv47.opb
MD5SUMdfddd97e7752f713f95f506cbe2ca323
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables47130
Total number of constraints820
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 constraints820
Minimum length of a constraint30
Maximum length of a constraint10200
Number of terms in the objective function 19170
Biggest coefficient in the objective function 26496
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 540242
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 540242
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.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@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-4100765-1466216886.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.32/0.89	c ... done. Wall clock time 0.773s.
1.32/0.89	c declared #vars     47130
1.32/0.89	c #constraints  1335
1.32/0.89	c constraints type 
1.32/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13
1.32/0.89	c org.sat4j.specs.Constr$1 => 4
1.32/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1318
1.32/0.89	c 1335 constraints processed.
1.32/0.89	c objective function length is 19170 literals
4.09/2.96	c cleaning 2498 clauses out of 5000 with flag 10497/5003
5.85/4.61	c cleaning 4245 clauses out of 8502 with flag 22973/11003
7.35/6.12	c cleaning 5622 clauses out of 11255 with flag 38082/18001
8.26/7.09	c cleaning 6812 clauses out of 13632 with flag 54714/26000
9.90/8.54	c cleaning 7908 clauses out of 15821 with flag 73524/35001
12.10/10.73	c cleaning 8952 clauses out of 17916 with flag 94676/45004
17.53/16.09	c cleaning 9965 clauses out of 19968 with flag 118805/56008
22.43/20.96	c cleaning 11006 clauses out of 22013 with flag 146753/68018
28.14/26.57	c cleaning 11990 clauses out of 23989 with flag 174764/81000
34.24/32.64	c cleaning 13002 clauses out of 26003 with flag 204763/95004
41.18/39.45	c cleaning 13985 clauses out of 27997 with flag 236873/110000
48.68/46.96	c cleaning 14997 clauses out of 30015 with flag 271079/126003
56.69/54.90	c cleaning 16006 clauses out of 32023 with flag 307029/143008
65.39/63.62	c cleaning 17000 clauses out of 34011 with flag 344625/161002
74.33/72.47	c cleaning 18020 clauses out of 36042 with flag 383835/180033
84.93/83.00	c cleaning 18996 clauses out of 37993 with flag 425685/200004
95.91/93.93	c cleaning 19998 clauses out of 39996 with flag 469663/221003
107.91/105.93	c cleaning 21000 clauses out of 41999 with flag 514955/243004
120.61/118.67	c cleaning 21998 clauses out of 43995 with flag 562744/266000
134.31/132.39	c cleaning 22999 clauses out of 46000 with flag 613078/290003
148.51/146.51	c cleaning 23993 clauses out of 48000 with flag 665724/315002
162.75/160.72	c cleaning 25012 clauses out of 50024 with flag 720743/341019
178.44/176.40	c cleaning 25994 clauses out of 51998 with flag 776797/368005
195.84/193.82	c cleaning 26979 clauses out of 54000 with flag 834489/396001
213.75/211.79	c cleaning 28018 clauses out of 56038 with flag 896081/425018
232.03/229.96	c cleaning 29006 clauses out of 58014 with flag 959672/455012
250.22/248.18	c cleaning 30002 clauses out of 60004 with flag 1025776/486008
271.23/269.11	c cleaning 30996 clauses out of 61998 with flag 1092493/518004
292.43/290.37	c cleaning 31986 clauses out of 64006 with flag 1161454/551008
313.53/311.34	c cleaning 33010 clauses out of 66019 with flag 1232836/585007
335.83/333.65	c cleaning 33999 clauses out of 68004 with flag 1306439/620002
359.93/357.74	c cleaning 35003 clauses out of 70005 with flag 1381170/656002
384.83/382.60	c cleaning 36002 clauses out of 72003 with flag 1460262/693003
409.32/407.10	c cleaning 37001 clauses out of 74002 with flag 1540622/731004
436.92/434.65	c cleaning 37988 clauses out of 75999 with flag 1625059/770002
464.02/461.73	c cleaning 39010 clauses out of 78020 with flag 1711286/810011
491.51/489.19	c cleaning 40000 clauses out of 80000 with flag 1799692/851001
520.02/517.68	c cleaning 40997 clauses out of 81999 with flag 1890872/893000
548.71/546.32	c cleaning 42002 clauses out of 84003 with flag 1984230/936001
578.77/576.40	c cleaning 43001 clauses out of 86004 with flag 2078652/980004
610.48/608.01	c cleaning 43999 clauses out of 88005 with flag 2178212/1025006
641.19/638.77	c cleaning 45002 clauses out of 90012 with flag 2274677/1071012
672.73/670.28	c cleaning 45998 clauses out of 91999 with flag 2379390/1118001
706.02/703.57	c cleaning 47000 clauses out of 94001 with flag 2482264/1166001
739.99/737.49	c cleaning 48006 clauses out of 96011 with flag 2590411/1215011
774.59/772.03	c cleaning 48996 clauses out of 97994 with flag 2703026/1265000
810.28/807.70	c cleaning 49999 clauses out of 100000 with flag 2816494/1316002
861.77/859.17	c cleaning 51003 clauses out of 102005 with flag 2931049/1368008
957.36/954.65	c cleaning 52094 clauses out of 104188 with flag 3072587/1421194
1050.38/1047.51	c cleaning 53014 clauses out of 106028 with flag 3220734/1475128
1140.49/1137.64	c cleaning 53946 clauses out of 107892 with flag 3375079/1530006
1236.67/1233.62	c cleaning 54994 clauses out of 109987 with flag 3536929/1586047
1344.07/1340.95	c cleaning 56018 clauses out of 112036 with flag 3685942/1643090
1439.87/1436.67	c cleaning 56979 clauses out of 113958 with flag 3854973/1701030
1540.56/1537.25	c cleaning 57990 clauses out of 115979 with flag 4033547/1760030
1660.60/1657.10	c cleaning 59030 clauses out of 118059 with flag 4203574/1820100
1764.09/1760.52	c cleaning 59936 clauses out of 119937 with flag 4361021/1881008
1800.00/1796.31	c starts		: 5760
1800.00/1796.31	c conflicts		: 1902761
1800.00/1796.31	c decisions		: 2268737
1800.00/1796.31	c propagations		: 228081581
1800.00/1796.31	c inspects		: 17014401058
1800.00/1796.31	c shortcuts		: 0
1800.00/1796.31	c learnt literals	: 5
1800.00/1796.31	c learnt binary clauses	: 10
1800.00/1796.31	c learnt ternary clauses	: 13
1800.00/1796.31	c learnt constraints	: 1902756
1800.00/1796.31	c ignored constraints	: 0
1800.00/1796.31	c root simplifications	: 0
1800.00/1796.31	c removed literals (reason simplification)	: 0
1800.00/1796.31	c reason swapping (by a shorter reason)	: 0
1800.00/1796.31	c Calls to reduceDB	: 57
1800.00/1796.31	c Number of update (reduction) of LBD	: 34554
1800.00/1796.31	c Imported unit clauses	: 0
1800.00/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.31	c number of learned constraints concerned by reduction	: 0
1800.00/1796.31	c number of learning phase by resolution	: 0
1800.00/1796.31	c number of learning phase by cutting planes	: 0
1800.00/1796.31	c speed (assignments/second)	: 127045.37739858529
1800.00/1796.31	c non guided choices	17209
1800.00/1796.32	c timeout
1800.00/1796.33	c learnt constraints type 
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.00/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81745
1800.00/1796.33	s UNKNOWN
1800.00/1796.33	c Total wall clock time (in seconds): 1796.22

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

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.21 2.22 3/194 18236
/proc/meminfo: memFree=28198572/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18236/stat : 18236 (java) D 18233 18236 15548 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 23735069 9515008 185 33554432000 1073741824 1073778376 140736291954304 140736291943368 229346733351 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2323 185 143 9 0 71 0

[startup+0.100161 s]
/proc/loadavg: 2.25 2.21 2.22 3/194 18236
/proc/meminfo: memFree=28198572/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 23735069 9787879424 5578 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2389619 5578 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.25 2.21 2.22 3/194 18236
/proc/meminfo: memFree=28198572/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 5061 0 1 0 27 1 0 0 20 0 18 0 23735069 9787879424 6913 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2389619 6913 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300243 s]
/proc/loadavg: 2.25 2.21 2.22 3/194 18236
/proc/meminfo: memFree=28198572/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 7567 0 1 0 50 2 0 0 20 0 18 0 23735069 9787879424 10898 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2389619 10898 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700328 s]
/proc/loadavg: 2.25 2.21 2.22 3/194 18236
/proc/meminfo: memFree=28198572/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9558476 CPUtime=1.2 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 9848 0 1 0 112 8 0 0 20 0 18 0 23735069 9787879424 45985 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2389619 45985 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558476

[startup+1.50088 s]
/proc/loadavg: 2.25 2.21 2.22 5/213 18255
/proc/meminfo: memFree=27979228/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 11150 0 1 0 240 15 0 0 20 0 19 0 23735069 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2406260 56941 2273 9 0 2396937 0
[pid=18236/tid=18238] ppid=18233 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/18236/task/18238/stat : 18238 (java) R 18233 18236 15548 0 -1 4202560 2531 0 1 0 135 4 0 0 20 0 19 0 23735070 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397912281728 140397852668575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18239] ppid=18233 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18236/task/18239/stat : 18239 (java) S 18233 18236 15548 0 -1 4202560 123 0 0 0 2 2 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397755709992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18240] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18240/stat : 18240 (java) S 18233 18236 15548 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397754657192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18241] ppid=18233 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18236/task/18241/stat : 18241 (java) S 18233 18236 15548 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397753604392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18242] ppid=18233 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18236/task/18242/stat : 18242 (java) S 18233 18236 15548 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397752551592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18243] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18243/stat : 18243 (java) S 18233 18236 15548 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397751499816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18244] ppid=18233 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/18236/task/18244/stat : 18244 (java) S 18233 18236 15548 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397750447016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18245] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18245/stat : 18245 (java) S 18233 18236 15548 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397749394216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18246] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18246/stat : 18246 (java) S 18233 18236 15548 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397748341416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18247] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18247/stat : 18247 (java) S 18233 18236 15548 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23735072 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397736143336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18248] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18248/stat : 18248 (java) S 18233 18236 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397735089400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18249] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18249/stat : 18249 (java) S 18233 18236 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397734036488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18250] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18250/stat : 18250 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397732984976 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18251] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18251/stat : 18251 (java) S 18233 18236 15548 0 -1 4202560 4011 0 0 0 45 0 0 0 20 0 19 0 23735075 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397731933112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18252] ppid=18233 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18236/task/18252/stat : 18252 (java) S 18233 18236 15548 0 -1 4202560 2769 0 0 0 38 1 0 0 20 0 19 0 23735075 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397730880312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18253] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18253/stat : 18253 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397729827704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18254] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18254/stat : 18254 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397728775112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18255] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18255/stat : 18255 (java) S 18233 18236 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23735173 9856040960 56941 33554432000 1073741824 1073778376 140736291954304 140397727720616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.31 2.22 2.23 3/213 18255
/proc/meminfo: memFree=27979220/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 11185 0 1 0 418 15 0 0 20 0 19 0 23735069 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2406260 56972 2278 9 0 2396937 0
[pid=18236/tid=18238] ppid=18233 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/18236/task/18238/stat : 18238 (java) R 18233 18236 15548 0 -1 4202560 2533 0 1 0 295 4 0 0 20 0 19 0 23735070 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397912272608 140397852667947 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18239] ppid=18233 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18236/task/18239/stat : 18239 (java) S 18233 18236 15548 0 -1 4202560 123 0 0 0 2 2 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397755709992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18240] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18240/stat : 18240 (java) S 18233 18236 15548 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397754657192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18241] ppid=18233 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18236/task/18241/stat : 18241 (java) S 18233 18236 15548 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397753604392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18242] ppid=18233 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18236/task/18242/stat : 18242 (java) S 18233 18236 15548 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397752551592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18243] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18243/stat : 18243 (java) S 18233 18236 15548 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397751499816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18244] ppid=18233 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/18236/task/18244/stat : 18244 (java) S 18233 18236 15548 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397750447016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18245] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18245/stat : 18245 (java) S 18233 18236 15548 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397749394216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18246] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18246/stat : 18246 (java) S 18233 18236 15548 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397748341416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18247] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18247/stat : 18247 (java) S 18233 18236 15548 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23735072 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397736143336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18248] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18248/stat : 18248 (java) S 18233 18236 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397735089400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18249] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18249/stat : 18249 (java) S 18233 18236 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397734036488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18250] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18250/stat : 18250 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397732984976 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18251] ppid=18233 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/18236/task/18251/stat : 18251 (java) S 18233 18236 15548 0 -1 4202560 4038 0 0 0 59 0 0 0 20 0 19 0 23735075 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397731933112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18252] ppid=18233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18236/task/18252/stat : 18252 (java) S 18233 18236 15548 0 -1 4202560 2775 0 0 0 42 1 0 0 20 0 19 0 23735075 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397730880312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18253] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18253/stat : 18253 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397729827704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18254] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18254/stat : 18254 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397728775112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18255] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18255/stat : 18255 (java) S 18233 18236 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23735173 9856040960 56972 33554432000 1073741824 1073778376 140736291954304 140397727720616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.31 2.22 2.23 3/213 18255
/proc/meminfo: memFree=27931444/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9625040 CPUtime=7.56 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 11225 0 1 0 740 16 0 0 20 0 19 0 23735069 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2406260 75797 2278 9 0 2396937 0
[pid=18236/tid=18238] ppid=18233 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/18236/task/18238/stat : 18238 (java) R 18233 18236 15548 0 -1 4202560 2573 0 1 0 614 5 0 0 20 0 19 0 23735070 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397912281608 140397852668465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18239] ppid=18233 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/18236/task/18239/stat : 18239 (java) S 18233 18236 15548 0 -1 4202560 123 0 0 0 2 2 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397755709992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18240] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18240/stat : 18240 (java) S 18233 18236 15548 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397754657192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18241] ppid=18233 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18236/task/18241/stat : 18241 (java) S 18233 18236 15548 0 -1 4202560 108 0 0 0 2 0 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397753604392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18242] ppid=18233 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18236/task/18242/stat : 18242 (java) S 18233 18236 15548 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397752551592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18243] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18243/stat : 18243 (java) S 18233 18236 15548 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397751499816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18244] ppid=18233 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/18236/task/18244/stat : 18244 (java) S 18233 18236 15548 0 -1 4202560 116 0 0 0 3 2 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397750447016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18245] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18245/stat : 18245 (java) S 18233 18236 15548 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397749394216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18246] ppid=18233 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/18236/task/18246/stat : 18246 (java) S 18233 18236 15548 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 23735071 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397748341416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18247] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18247/stat : 18247 (java) S 18233 18236 15548 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23735072 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397736143336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18248] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18248/stat : 18248 (java) S 18233 18236 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397735089400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18249] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18249/stat : 18249 (java) S 18233 18236 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397734036488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18250] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18250/stat : 18250 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397732984976 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18251] ppid=18233 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/18236/task/18251/stat : 18251 (java) S 18233 18236 15548 0 -1 4202560 4038 0 0 0 61 0 0 0 20 0 19 0 23735075 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397731933112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18252] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18252/stat : 18252 (java) S 18233 18236 15548 0 -1 4202560 2775 0 0 0 43 2 0 0 20 0 19 0 23735075 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397730880312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18253] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18253/stat : 18253 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397729827704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18254] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18254/stat : 18254 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397728775112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18255] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18255/stat : 18255 (java) S 18233 18236 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23735173 9856040960 75797 33554432000 1073741824 1073778376 140736291954304 140397727720616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 9625040


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

/proc/18236/task/18248/stat : 18248 (java) S 18233 18236 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397735089400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18249] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18249/stat : 18249 (java) S 18233 18236 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397734036488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18250] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18250/stat : 18250 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397732984976 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18251] ppid=18233 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/18236/task/18251/stat : 18251 (java) S 18233 18236 15548 0 -1 4202560 4044 0 0 0 63 0 0 0 20 0 19 0 23735075 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397731933112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18252] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18252/stat : 18252 (java) S 18233 18236 15548 0 -1 4202560 2775 0 0 0 43 2 0 0 20 0 19 0 23735075 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397730880312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18253] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18253/stat : 18253 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397729827704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18254] ppid=18233 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18236/task/18254/stat : 18254 (java) S 18233 18236 15548 0 -1 4202560 99 0 0 0 19 29 0 0 20 0 19 0 23735075 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397728775112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18255] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18255/stat : 18255 (java) S 18233 18236 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23735173 9856040960 681128 33554432000 1073741824 1073778376 140736291954304 140397727720616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.23 2.18 3/213 18365
/proc/meminfo: memFree=26923620/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9625040 CPUtime=1785.99 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 16174 0 1 0 178478 121 0 0 20 0 19 0 23735069 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2406260 675562 2286 9 0 2396937 0
[pid=18236/tid=18238] ppid=18233 vsize=9625040 CPUtime=1780.94 cores=1,3,5,7
/proc/18236/task/18238/stat : 18238 (java) R 18233 18236 15548 0 -1 4202560 4357 0 1 0 178030 64 0 0 20 0 19 0 23735070 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397912280192 140397852668509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18239] ppid=18233 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/18236/task/18239/stat : 18239 (java) S 18233 18236 15548 0 -1 4202560 329 0 0 0 41 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397755709992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18240] ppid=18233 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18236/task/18240/stat : 18240 (java) S 18233 18236 15548 0 -1 4202560 184 0 0 0 27 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397754657192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18241] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18241/stat : 18241 (java) S 18233 18236 15548 0 -1 4202560 390 0 0 0 37 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397753604392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18242] ppid=18233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18236/task/18242/stat : 18242 (java) S 18233 18236 15548 0 -1 4202560 278 0 0 0 36 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397752551592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18243] ppid=18233 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18236/task/18243/stat : 18243 (java) S 18233 18236 15548 0 -1 4202560 223 0 0 0 35 6 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397751499816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18244] ppid=18233 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/18236/task/18244/stat : 18244 (java) S 18233 18236 15548 0 -1 4202560 379 0 0 0 38 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397750447016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18245] ppid=18233 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18236/task/18245/stat : 18245 (java) S 18233 18236 15548 0 -1 4202560 282 0 0 0 33 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397749394216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18246] ppid=18233 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18236/task/18246/stat : 18246 (java) S 18233 18236 15548 0 -1 4202560 219 0 0 0 33 6 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397748341416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18247] ppid=18233 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18236/task/18247/stat : 18247 (java) S 18233 18236 15548 0 -1 4202560 1353 0 0 0 37 3 0 0 20 0 19 0 23735072 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397736143336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18248] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18248/stat : 18248 (java) S 18233 18236 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397735089400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18249] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18249/stat : 18249 (java) S 18233 18236 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397734036488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18250] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18250/stat : 18250 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397732984976 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18251] ppid=18233 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/18236/task/18251/stat : 18251 (java) S 18233 18236 15548 0 -1 4202560 4044 0 0 0 63 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397731933112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18252] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18252/stat : 18252 (java) S 18233 18236 15548 0 -1 4202560 2775 0 0 0 43 2 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397730880312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18253] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18253/stat : 18253 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397729827704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18254] ppid=18233 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/18236/task/18254/stat : 18254 (java) S 18233 18236 15548 0 -1 4202560 103 0 0 0 20 30 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397728775112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18255] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18255/stat : 18255 (java) S 18233 18236 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23735173 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397727720616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.99
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.22 2.23 2.19 4/213 18365
/proc/meminfo: memFree=26922448/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 16174 0 1 0 179879 121 0 0 20 0 19 0 23735069 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2406260 675562 2286 9 0 2396937 0
[pid=18236/tid=18238] ppid=18233 vsize=9625040 CPUtime=1794.95 cores=1,3,5,7
/proc/18236/task/18238/stat : 18238 (java) R 18233 18236 15548 0 -1 4202560 4357 0 1 0 179431 64 0 0 20 0 19 0 23735070 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397912280192 140397852881308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18239] ppid=18233 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/18236/task/18239/stat : 18239 (java) S 18233 18236 15548 0 -1 4202560 329 0 0 0 41 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397755709992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18240] ppid=18233 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18236/task/18240/stat : 18240 (java) S 18233 18236 15548 0 -1 4202560 184 0 0 0 27 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397754657192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18241] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18241/stat : 18241 (java) S 18233 18236 15548 0 -1 4202560 390 0 0 0 37 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397753604392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18242] ppid=18233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18236/task/18242/stat : 18242 (java) S 18233 18236 15548 0 -1 4202560 278 0 0 0 36 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397752551592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18243] ppid=18233 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18236/task/18243/stat : 18243 (java) S 18233 18236 15548 0 -1 4202560 223 0 0 0 35 6 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397751499816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18244] ppid=18233 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/18236/task/18244/stat : 18244 (java) S 18233 18236 15548 0 -1 4202560 379 0 0 0 38 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397750447016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18245] ppid=18233 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18236/task/18245/stat : 18245 (java) S 18233 18236 15548 0 -1 4202560 282 0 0 0 33 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397749394216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18246] ppid=18233 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18236/task/18246/stat : 18246 (java) S 18233 18236 15548 0 -1 4202560 219 0 0 0 33 6 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397748341416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18247] ppid=18233 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18236/task/18247/stat : 18247 (java) S 18233 18236 15548 0 -1 4202560 1353 0 0 0 37 3 0 0 20 0 19 0 23735072 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397736143336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18248] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18248/stat : 18248 (java) S 18233 18236 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397735089400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18249] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18249/stat : 18249 (java) S 18233 18236 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397734036488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18250] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18250/stat : 18250 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397732984976 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18251] ppid=18233 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/18236/task/18251/stat : 18251 (java) S 18233 18236 15548 0 -1 4202560 4044 0 0 0 63 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397731933112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18252] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18252/stat : 18252 (java) S 18233 18236 15548 0 -1 4202560 2775 0 0 0 43 2 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397730880312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18253] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18253/stat : 18253 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397729827704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18254] ppid=18233 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/18236/task/18254/stat : 18254 (java) S 18233 18236 15548 0 -1 4202560 103 0 0 0 20 30 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397728775112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18255] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18255/stat : 18255 (java) S 18233 18236 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23735173 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397727720616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 18236 sig 9
??? kill -18236 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.22 2.23 2.19 4/213 18365
/proc/meminfo: memFree=26922448/32872528 swapFree=1370848/1518016
[pid=18236] ppid=18233 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/18236/stat : 18236 (java) S 18233 18236 15548 0 -1 4202496 16174 0 1 0 179879 121 0 0 20 0 19 0 23735069 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140736291945440 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18236/statm: 2406260 675562 2286 9 0 2396937 0
[pid=18236/tid=18238] ppid=18233 vsize=9625040 CPUtime=1794.95 cores=1,3,5,7
/proc/18236/task/18238/stat : 18238 (java) R 18233 18236 15548 0 -1 4202560 4357 0 1 0 179431 64 0 0 20 0 19 0 23735070 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397912280192 140397852881308 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18239] ppid=18233 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/18236/task/18239/stat : 18239 (java) S 18233 18236 15548 0 -1 4202560 329 0 0 0 41 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397755709992 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18240] ppid=18233 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/18236/task/18240/stat : 18240 (java) S 18233 18236 15548 0 -1 4202560 184 0 0 0 27 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397754657192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18241] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18241/stat : 18241 (java) S 18233 18236 15548 0 -1 4202560 390 0 0 0 37 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397753604392 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18242] ppid=18233 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18236/task/18242/stat : 18242 (java) S 18233 18236 15548 0 -1 4202560 278 0 0 0 36 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397752551592 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18243] ppid=18233 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18236/task/18243/stat : 18243 (java) S 18233 18236 15548 0 -1 4202560 223 0 0 0 35 6 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397751499816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18244] ppid=18233 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/18236/task/18244/stat : 18244 (java) S 18233 18236 15548 0 -1 4202560 379 0 0 0 38 8 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397750447016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18245] ppid=18233 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18236/task/18245/stat : 18245 (java) S 18233 18236 15548 0 -1 4202560 282 0 0 0 33 7 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397749394216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18236/tid=18246] ppid=18233 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18236/task/18246/stat : 18246 (java) S 18233 18236 15548 0 -1 4202560 219 0 0 0 33 6 0 0 20 0 19 0 23735071 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397748341416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18247] ppid=18233 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/18236/task/18247/stat : 18247 (java) S 18233 18236 15548 0 -1 4202560 1353 0 0 0 37 3 0 0 20 0 19 0 23735072 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397736143336 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18248] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18248/stat : 18248 (java) S 18233 18236 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397735089400 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18249] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18249/stat : 18249 (java) S 18233 18236 15548 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23735073 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397734036488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18250] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18250/stat : 18250 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397732984976 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18251] ppid=18233 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/18236/task/18251/stat : 18251 (java) S 18233 18236 15548 0 -1 4202560 4044 0 0 0 63 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397731933112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18236/tid=18252] ppid=18233 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/18236/task/18252/stat : 18252 (java) S 18233 18236 15548 0 -1 4202560 2775 0 0 0 43 2 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397730880312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18253] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18253/stat : 18253 (java) S 18233 18236 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397729827704 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18236/tid=18254] ppid=18233 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/18236/task/18254/stat : 18254 (java) S 18233 18236 15548 0 -1 4202560 103 0 0 0 20 30 0 0 20 0 19 0 23735075 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397728775112 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18236/tid=18255] ppid=18233 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18236/task/18255/stat : 18255 (java) S 18233 18236 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23735173 9856040960 675562 33554432000 1073741824 1073778376 140736291954304 140397727720616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.35
CPU time (s): 1800.65
CPU user time (s): 1798.94
CPU system time (s): 1.71174
CPU usage (%): 100.24
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.71174
maximum resident set size= 2935288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16223
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38714
involuntary context switches= 7894

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0332 second user time and 11.8722 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 04:28:06
IDJOB=4100765
IDBENCH=1658
IDSOLVER=2546
FILE ID=node129/4100765-1466216886
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71728 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-25fv47.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100765-1466216886/watcher-4100765-1466216886 -o /tmp/evaluation-result-4100765-1466216886/solver-4100765-1466216886 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100765-1466216886.opb

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

MD5SUM BENCH= dfddd97e7752f713f95f506cbe2ca323
RANDOM SEED=960624732

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:        28199000 kB
Buffers:           95136 kB
Cached:           114548 kB
SwapCached:         1944 kB
Active:          2269428 kB
Inactive:         141148 kB
Active(anon):    2202152 kB
Inactive(anon):     1076 kB
Active(file):      67276 kB
Inactive(file):   140072 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              3952 kB
Writeback:             0 kB
AnonPages:       3756448 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             598840 kB
SReclaimable:      42772 kB
SUnreclaim:       556068 kB
KernelStack:        1760 kB
PageTables:        11672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4777304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2355200 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= 71732 MiB
End job on node129 at 2016-06-18 04:58:02