Trace number 4100186

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 Res+CP PB16? (TO) 1800.73 895.775

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos15.opb
MD5SUM1be7a0a5556e21a359d6f31cb8a3ccd8
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 240
Optimality of the best value was proved NO
Number of variables17600
Total number of constraints632
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 constraints632
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10400
Biggest coefficient in the objective function 3638
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 533864
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261895
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533864
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4100186-1466208015.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.36/0.63	c ... done. Wall clock time 0.503s.
1.36/0.63	c declared #vars     17600
1.36/0.63	c #constraints  872
1.36/0.63	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.36/0.63	c constraints type 
1.36/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 872
1.36/0.63	c 872 constraints processed.
1.36/0.64	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.36/0.64	c constraints type 
1.36/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
1.36/0.64	c 872 constraints processed.
1.36/0.64	c objective function length is 10400 literals
3.45/1.22	c cleaning 2496 clauses out of 5000 with flag 10484/5000
4.41/1.63	c cleaning 4250 clauses out of 8505 with flag 23072/11001
5.53/2.13	c cleaning 5623 clauses out of 11255 with flag 37681/18001
6.77/2.72	c cleaning 6813 clauses out of 13631 with flag 54267/26000
8.64/3.61	c cleaning 7900 clauses out of 15818 with flag 73243/35000
10.92/4.75	c cleaning 8953 clauses out of 17920 with flag 94151/45002
13.12/5.83	c cleaning 9976 clauses out of 19965 with flag 117393/56000
15.71/7.17	c cleaning 10985 clauses out of 21991 with flag 142514/68002
18.82/8.61	c cleaning 11996 clauses out of 24005 with flag 169820/81001
22.02/10.23	c cleaning 12999 clauses out of 26012 with flag 198685/95004
25.73/12.04	c cleaning 13994 clauses out of 28009 with flag 230072/110000
30.34/14.36	c cleaning 14995 clauses out of 30016 with flag 263149/126001
35.55/16.97	c cleaning 15999 clauses out of 32023 with flag 298308/143003
40.90/19.50	c cleaning 17003 clauses out of 34025 with flag 335417/161004
48.06/23.10	c cleaning 18001 clauses out of 36020 with flag 374375/180002
56.62/27.21	c cleaning 19008 clauses out of 38018 with flag 415454/200003
60.07/28.81	c cleaning 20002 clauses out of 40004 with flag 465354/221000
67.67/32.51	c cleaning 20997 clauses out of 42004 with flag 513941/243002
77.15/37.24	c cleaning 21993 clauses out of 44005 with flag 567660/266000
87.67/42.30	c cleaning 22996 clauses out of 46014 with flag 618134/290002
98.38/47.52	c cleaning 24002 clauses out of 48016 with flag 673312/315000
100.39/48.54	c cleaning 0 clauses out of 5000 with flag 0/5000
109.32/52.88	c cleaning 24994 clauses out of 50014 with flag 735176/341000
121.53/58.98	c cleaning 26004 clauses out of 52020 with flag 794037/368000
134.29/65.29	c cleaning 26996 clauses out of 54018 with flag 858712/396002
147.89/72.05	c cleaning 27998 clauses out of 56020 with flag 919137/425000
167.10/81.62	c cleaning 29012 clauses out of 58029 with flag 983947/455007
182.40/89.21	c cleaning 29999 clauses out of 60010 with flag 1052423/486000
197.98/97.01	c cleaning 31002 clauses out of 62013 with flag 1123624/518002
216.06/106.07	c cleaning 32002 clauses out of 64011 with flag 1197515/551002
243.47/119.75	c cleaning 32992 clauses out of 66007 with flag 1289692/585000
268.19/132.04	c cleaning 33997 clauses out of 68015 with flag 1364695/620000
295.65/146.11	c cleaning 35005 clauses out of 70020 with flag 1441120/656002
322.91/159.71	c cleaning 35998 clauses out of 72014 with flag 1519257/693001
351.20/173.83	c cleaning 36998 clauses out of 74016 with flag 1598665/731001
381.80/189.12	c cleaning 37998 clauses out of 76017 with flag 1680975/770000
383.62/190.08	c cleaning 0 clauses out of 11000 with flag 0/11000
414.88/205.58	c cleaning 39010 clauses out of 78019 with flag 1764210/810000
449.08/222.51	c cleaning 40003 clauses out of 80009 with flag 1855292/851000
482.81/239.38	c cleaning 40996 clauses out of 82006 with flag 1949128/893000
524.59/260.04	c cleaning 41999 clauses out of 84010 with flag 2046005/936000
565.05/280.14	c cleaning 42999 clauses out of 86011 with flag 2143796/980000
610.00/302.51	c cleaning 44001 clauses out of 88012 with flag 2243656/1025000
652.76/323.81	c cleaning 45000 clauses out of 90011 with flag 2342274/1071000
696.52/345.64	c cleaning 46007 clauses out of 92017 with flag 2441458/1118006
746.32/370.48	c cleaning 46997 clauses out of 94005 with flag 2543507/1166001
797.93/396.15	c cleaning 48004 clauses out of 96007 with flag 2648968/1215000
815.81/404.97	c cleaning 0 clauses out of 18001 with flag 0/18001
856.59/425.92	c cleaning 48991 clauses out of 98004 with flag 2760109/1265001
921.53/458.19	c cleaning 50001 clauses out of 100012 with flag 2875367/1316000
976.55/485.55	c cleaning 50994 clauses out of 102011 with flag 2988025/1368000
1038.65/516.37	c cleaning 52002 clauses out of 104019 with flag 3102716/1421002
1110.46/552.03	c cleaning 53003 clauses out of 106017 with flag 3227243/1475002
1182.74/588.08	c cleaning 54003 clauses out of 108013 with flag 3343898/1530001
1255.64/624.42	c cleaning 55003 clauses out of 110011 with flag 3464195/1586002
1329.67/661.34	c cleaning 56004 clauses out of 112011 with flag 3585410/1643005
1407.59/700.14	c cleaning 56993 clauses out of 114002 with flag 3707078/1701000
1468.53/730.46	c cleaning 0 clauses out of 26000 with flag 0/26000
1479.73/736.08	c cleaning 58002 clauses out of 116013 with flag 3832535/1760004
1546.61/769.10	c cleaning 58996 clauses out of 118009 with flag 3958016/1820002
1664.98/828.78	c cleaning 60003 clauses out of 120013 with flag 4086046/1881002
1754.56/873.22	c cleaning 61002 clauses out of 122008 with flag 4230737/1943000
1777.80/884.60	c cleaning 61999 clauses out of 124001 with flag 4382598/2006000
1793.61/892.56	c cleaning 62986 clauses out of 126000 with flag 4533926/2070001
1800.12/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.70	c starts		: 28
1800.12/895.70	c conflicts		: 2104224
1800.12/895.70	c decisions		: 2507020
1800.12/895.70	c propagations		: 22045842
1800.12/895.70	c inspects		: 13407797880
1800.12/895.70	c shortcuts		: 0
1800.12/895.70	c learnt literals	: 13
1800.12/895.70	c learnt binary clauses	: 6
1800.12/895.70	c learnt ternary clauses	: 6
1800.12/895.70	c learnt constraints	: 2104211
1800.12/895.70	c ignored constraints	: 0
1800.12/895.70	c root simplifications	: 0
1800.12/895.70	c removed literals (reason simplification)	: 4535312
1800.12/895.70	c reason swapping (by a shorter reason)	: 0
1800.12/895.70	c Calls to reduceDB	: 60
1800.12/895.70	c Number of update (reduction) of LBD	: 154307
1800.12/895.70	c Imported unit clauses	: 0
1800.12/895.70	c number of reductions to clauses (during analyze)	: 0
1800.12/895.70	c number of learned constraints concerned by reduction	: 0
1800.12/895.70	c number of learning phase by resolution	: 0
1800.12/895.70	c number of learning phase by cutting planes	: 0
1800.12/895.70	c speed (assignments/second)	: 24631.73031156915
1800.12/895.70	c non guided choices	23037
1800.12/895.73	c learnt constraints type 
1800.12/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.12/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97231
1800.12/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.73	c starts		: 45
1800.12/895.73	c conflicts		: 29269
1800.12/895.73	c decisions		: 403434
1800.12/895.73	c propagations		: 1016501
1800.12/895.73	c inspects		: 406617095
1800.12/895.73	c shortcuts		: 0
1800.12/895.73	c learnt literals	: 0
1800.12/895.73	c learnt binary clauses	: 0
1800.12/895.73	c learnt ternary clauses	: 0
1800.12/895.73	c learnt constraints	: 29269
1800.12/895.73	c ignored constraints	: 0
1800.12/895.73	c root simplifications	: 0
1800.12/895.73	c removed literals (reason simplification)	: 0
1800.12/895.73	c reason swapping (by a shorter reason)	: 0
1800.12/895.73	c Calls to reduceDB	: 4
1800.12/895.73	c Number of update (reduction) of LBD	: 0
1800.12/895.73	c Imported unit clauses	: 0
1800.12/895.73	c number of reductions to clauses (during analyze)	: 0
1800.12/895.73	c number of learned constraints concerned by reduction	: 0
1800.12/895.73	c number of learning phase by resolution	: 0
1800.12/895.73	c number of learning phase by cutting planes	: 0
1800.12/895.73	c speed (assignments/second)	: 1135.70454951734
1800.12/895.73	c non guided choices	8782
1800.12/895.75	c learnt constraints type 
1800.12/895.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 13
1800.12/895.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29256
1800.12/895.75	s UNKNOWN
1800.12/895.75	c Total wall clock time (in seconds): 895.618

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-4100186-1466208015/watcher-4100186-1466208015 -o /tmp/evaluation-result-4100186-1466208015/solver-4100186-1466208015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100186-1466208015.opb 

pid=16288
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: 3.07 3.10 2.78 4/198 16291
/proc/meminfo: memFree=30329096/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9300 CPUtime=0 cores=1,3,5,7
/proc/16291/stat : 16291 (java) R 16288 16291 14474 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 22848262 9523200 184 33554432000 1073741824 1073778376 140733578860448 140733578851672 242167213495 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2 1 0 0 0 2 0

[startup+0.100061 s]
/proc/loadavg: 3.07 3.10 2.78 4/198 16291
/proc/meminfo: memFree=30329096/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 4439 0 1 0 8 1 0 0 20 0 18 0 22848262 9787879424 5046 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2389619 5046 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 3.07 3.10 2.78 4/198 16291
/proc/meminfo: memFree=30329096/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 5067 0 1 0 25 1 0 0 20 0 18 0 22848262 9787879424 6552 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2389619 6552 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 3.07 3.10 2.78 4/198 16291
/proc/meminfo: memFree=30329096/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 5905 0 1 0 47 2 0 0 20 0 18 0 22848262 9787879424 9072 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2389619 9072 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 3.07 3.10 2.78 4/198 16291
/proc/meminfo: memFree=30329096/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9759196 CPUtime=1.62 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 16658 0 1 0 157 5 0 0 20 0 22 0 22848262 9993416704 31676 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2439799 31676 2266 9 0 2430476 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9759196

[startup+1.50085 s]
/proc/loadavg: 3.07 3.10 2.78 7/220 16313
/proc/meminfo: memFree=30174984/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9824732 CPUtime=4.16 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 19316 0 1 0 407 9 0 0 20 0 22 0 22848262 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2456183 50042 2290 9 0 2446860 0
[pid=16291/tid=16293] ppid=16288 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 14474 0 -1 4202560 2499 0 1 0 57 3 0 0 20 0 22 0 22848264 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140194050712440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16294] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 14474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193894628008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16295] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193893575464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16296] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193892522920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16297] ppid=16288 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 14474 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193891470376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16298] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193890416808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16299] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 14474 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193889364264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16300] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193888311720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16301] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22848265 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193887259176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16302] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193874848360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16303] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193873794680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16304] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193872742024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16305] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193871690768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16306] ppid=16288 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 14474 0 -1 4202560 7230 0 0 0 88 0 0 0 20 0 22 0 22848269 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193870637112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16307] ppid=16288 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 14474 0 -1 4202560 8098 0 0 0 86 2 0 0 20 0 22 0 22848269 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193869584568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16308] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193868532216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16309] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193867479880 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16310] ppid=16288 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/16291/task/16310/stat : 16310 (java) R 16288 16291 14474 0 -1 4202560 22 0 0 0 80 0 0 0 20 0 22 0 22848327 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193866425288 140193922471862 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16311] ppid=16288 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/16291/task/16311/stat : 16311 (java) R 16288 16291 14474 0 -1 4202560 56 0 0 0 81 0 0 0 20 0 22 0 22848327 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193865371640 140193923189736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16312] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16312/stat : 16312 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848331 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193864320552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16313] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16313/stat : 16313 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848332 10060525568 50042 33554432000 1073741824 1073778376 140736757395152 140193863268008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 3.07 3.10 2.78 5/220 16313
/proc/meminfo: memFree=30109896/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 20111 0 1 0 750 15 0 0 20 0 22 0 22848262 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2456183 91515 2291 9 0 2446860 0
[pid=16291/tid=16293] ppid=16288 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 14474 0 -1 4202560 2499 0 1 0 57 3 0 0 20 0 22 0 22848264 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140194050712440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16294] ppid=16288 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 14474 0 -1 4202560 129 0 0 0 3 0 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193894628008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16295] ppid=16288 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 14474 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193893575464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16296] ppid=16288 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 14474 0 -1 4202560 90 0 0 0 3 1 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193892522920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16297] ppid=16288 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 14474 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193891470376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16298] ppid=16288 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 14474 0 -1 4202560 141 0 0 0 3 1 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193890416808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16299] ppid=16288 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 14474 0 -1 4202560 77 0 0 0 3 0 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193889364264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16300] ppid=16288 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 14474 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193888311720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16301] ppid=16288 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 14474 0 -1 4202560 22 0 0 0 1 2 0 0 20 0 22 0 22848265 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193887259176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16302] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193874848360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16303] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193873794680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16304] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193872742024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16305] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193871690768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16306] ppid=16288 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 14474 0 -1 4202560 7381 0 0 0 103 0 0 0 20 0 22 0 22848269 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193870637112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16307] ppid=16288 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 14474 0 -1 4202560 8106 0 0 0 93 2 0 0 20 0 22 0 22848269 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193869584568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16308] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193868532216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16309] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193867479880 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16310] ppid=16288 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/16291/task/16310/stat : 16310 (java) R 16288 16291 14474 0 -1 4202560 24 0 0 0 230 0 0 0 20 0 22 0 22848327 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193866425088 140193923054054 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16311] ppid=16288 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/16291/task/16311/stat : 16311 (java) R 16288 16291 14474 0 -1 4202560 108 0 0 0 230 3 0 0 20 0 22 0 22848327 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193865371104 140193922716913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16312] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16312/stat : 16312 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848331 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193864320552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16313] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16313/stat : 16313 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848332 10060525568 91515 33554432000 1073741824 1073778376 140736757395152 140193863268008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.14 3.12 2.79 5/220 16313
/proc/meminfo: memFree=29938300/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9824732 CPUtime=14.11 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 20426 0 1 0 1392 19 0 0 20 0 22 0 22848262 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2456183 107577 2291 9 0 2446860 0
[pid=16291/tid=16293] ppid=16288 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 14474 0 -1 4202560 2499 0 1 0 57 3 0 0 20 0 22 0 22848264 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140194050712440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16294] ppid=16288 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 14474 0 -1 4202560 150 0 0 0 3 2 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193894628008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16295] ppid=16288 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 14474 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193893575464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16296] ppid=16288 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 14474 0 -1 4202560 126 0 0 0 6 2 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193892522920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16297] ppid=16288 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 14474 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193891470376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16298] ppid=16288 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 14474 0 -1 4202560 147 0 0 0 4 2 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193890416808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16299] ppid=16288 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 14474 0 -1 4202560 83 0 0 0 5 0 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193889364264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16300] ppid=16288 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 14474 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193888311720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16301] ppid=16288 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 14474 0 -1 4202560 35 0 0 0 2 2 0 0 20 0 22 0 22848265 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193887259176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16302] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193874848360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16303] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193873794680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16304] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193872742024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16305] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 107577 33554432000 1073741824 1073778376 140736757395152 140193871690768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16306] ppid=16288 vsize=9824732 CPUtime=1.04 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.16 4.14 3.64 5/218 16461
/proc/meminfo: memFree=25728404/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9824732 CPUtime=1773.16 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 45834 0 1 0 177061 255 0 0 20 0 22 0 22848262 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2456183 917640 2300 9 0 2446860 0
[pid=16291/tid=16293] ppid=16288 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 14474 0 -1 4202560 2514 0 1 0 60 5 0 0 20 0 22 0 22848264 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140194050712440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16294] ppid=16288 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 14474 0 -1 4202560 1077 0 0 0 273 20 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193894628008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16295] ppid=16288 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 14474 0 -1 4202560 905 0 0 0 231 24 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193893575464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16296] ppid=16288 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 14474 0 -1 4202560 1056 0 0 0 273 23 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193892522920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16297] ppid=16288 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 14474 0 -1 4202560 811 0 0 0 247 21 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193891470376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16298] ppid=16288 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 14474 0 -1 4202560 1246 0 0 0 213 22 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193890416808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16299] ppid=16288 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 14474 0 -1 4202560 1232 0 0 0 273 31 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193889364264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16300] ppid=16288 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 14474 0 -1 4202560 730 0 0 0 230 23 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193888311720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16301] ppid=16288 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 14474 0 -1 4202560 904 0 0 0 256 27 0 0 20 0 22 0 22848265 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193887259176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16302] ppid=16288 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 14474 0 -1 4202560 3261 0 0 0 467 5 0 0 20 0 22 0 22848266 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193874848360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16303] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193873794680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16304] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193872742024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16305] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193871690768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16306] ppid=16288 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 14474 0 -1 4202560 12749 0 0 0 158 2 0 0 20 0 22 0 22848269 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193870637112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16307] ppid=16288 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 14474 0 -1 4202560 15805 0 0 0 205 4 0 0 20 0 22 0 22848269 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193869584568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16308] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193868532216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16309] ppid=16288 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 14474 0 -1 4202560 50 0 0 0 23 19 0 0 20 0 22 0 22848269 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193867479880 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16310] ppid=16288 vsize=9824732 CPUtime=870.9 cores=1,3,5,7
/proc/16291/task/16310/stat : 16310 (java) R 16288 16291 14474 0 -1 4202560 82 0 0 0 87073 17 0 0 20 0 22 0 22848327 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193866425528 140193922973749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16311] ppid=16288 vsize=9824732 CPUtime=871.11 cores=1,3,5,7
/proc/16291/task/16311/stat : 16311 (java) R 16288 16291 14474 0 -1 4202560 2148 0 0 0 87064 47 0 0 20 0 22 0 22848327 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193865370544 140193923001217 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16312] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16312/stat : 16312 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848331 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193864320552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16313] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16313/stat : 16313 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848332 10060525568 917640 33554432000 1073741824 1073778376 140736757395152 140193863268008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1773.16
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.13 4.13 3.65 5/218 16461
/proc/meminfo: memFree=25723488/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 45860 0 1 0 179756 256 0 0 20 0 22 0 22848262 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2456183 920212 2300 9 0 2446860 0
[pid=16291/tid=16293] ppid=16288 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 14474 0 -1 4202560 2514 0 1 0 60 5 0 0 20 0 22 0 22848264 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140194050712440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16294] ppid=16288 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 14474 0 -1 4202560 1078 0 0 0 274 20 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193894628008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16295] ppid=16288 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 14474 0 -1 4202560 908 0 0 0 237 24 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193893575464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16296] ppid=16288 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 14474 0 -1 4202560 1056 0 0 0 275 23 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193892522920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16297] ppid=16288 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 14474 0 -1 4202560 815 0 0 0 249 21 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193891470376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16298] ppid=16288 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 14474 0 -1 4202560 1254 0 0 0 215 22 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193890416808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16299] ppid=16288 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 14474 0 -1 4202560 1233 0 0 0 274 31 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193889364264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16300] ppid=16288 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 14474 0 -1 4202560 731 0 0 0 232 23 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193888311720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16301] ppid=16288 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 14474 0 -1 4202560 907 0 0 0 261 27 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193887259176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16302] ppid=16288 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 14474 0 -1 4202560 3261 0 0 0 467 5 0 0 20 0 22 0 22848266 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193874848360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16303] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193873794680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16304] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193872742024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16305] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193871690768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16306] ppid=16288 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 14474 0 -1 4202560 12750 0 0 0 158 2 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193870637112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16307] ppid=16288 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 14474 0 -1 4202560 15805 0 0 0 212 4 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193869584568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16308] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193868532216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16309] ppid=16288 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 14474 0 -1 4202560 50 0 0 0 24 19 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193867479880 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16310] ppid=16288 vsize=9824732 CPUtime=884.23 cores=1,3,5,7
/proc/16291/task/16310/stat : 16310 (java) R 16288 16291 14474 0 -1 4202560 86 0 0 0 88406 17 0 0 20 0 22 0 22848327 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193866423968 140193923266789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16311] ppid=16288 vsize=9824732 CPUtime=884.44 cores=1,3,5,7
/proc/16291/task/16311/stat : 16311 (java) R 16288 16291 14474 0 -1 4202560 2148 0 0 0 88397 47 0 0 20 0 22 0 22848327 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193865370368 140193923257415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16312] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16312/stat : 16312 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848331 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193864320552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16313] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16313/stat : 16313 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848332 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193863268008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

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 16291 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.13 4.13 3.65 5/218 16461
/proc/meminfo: memFree=25723488/32872528 swapFree=338416/354768
[pid=16291] ppid=16288 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/16291/stat : 16291 (java) S 16288 16291 14474 0 -1 4202496 45860 0 1 0 179756 256 0 0 20 0 22 0 22848262 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140736757386288 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16291/statm: 2456183 920212 2300 9 0 2446860 0
[pid=16291/tid=16293] ppid=16288 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/16291/task/16293/stat : 16293 (java) S 16288 16291 14474 0 -1 4202560 2514 0 1 0 60 5 0 0 20 0 22 0 22848264 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140194050712440 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16294] ppid=16288 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/16291/task/16294/stat : 16294 (java) S 16288 16291 14474 0 -1 4202560 1078 0 0 0 274 20 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193894628008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16295] ppid=16288 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/16291/task/16295/stat : 16295 (java) S 16288 16291 14474 0 -1 4202560 908 0 0 0 237 24 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193893575464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16296] ppid=16288 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/16291/task/16296/stat : 16296 (java) S 16288 16291 14474 0 -1 4202560 1056 0 0 0 275 23 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193892522920 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16297] ppid=16288 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/16291/task/16297/stat : 16297 (java) S 16288 16291 14474 0 -1 4202560 815 0 0 0 249 21 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193891470376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16298] ppid=16288 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/16291/task/16298/stat : 16298 (java) S 16288 16291 14474 0 -1 4202560 1254 0 0 0 215 22 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193890416808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16299] ppid=16288 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/16291/task/16299/stat : 16299 (java) S 16288 16291 14474 0 -1 4202560 1233 0 0 0 274 31 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193889364264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16300] ppid=16288 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/16291/task/16300/stat : 16300 (java) S 16288 16291 14474 0 -1 4202560 731 0 0 0 232 23 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193888311720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16301] ppid=16288 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/16291/task/16301/stat : 16301 (java) S 16288 16291 14474 0 -1 4202560 907 0 0 0 261 27 0 0 20 0 22 0 22848265 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193887259176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16302] ppid=16288 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/16291/task/16302/stat : 16302 (java) S 16288 16291 14474 0 -1 4202560 3261 0 0 0 467 5 0 0 20 0 22 0 22848266 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193874848360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16303] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16303/stat : 16303 (java) S 16288 16291 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193873794680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16304] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16304/stat : 16304 (java) S 16288 16291 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22848266 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193872742024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16305] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16305/stat : 16305 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193871690768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16306] ppid=16288 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/16291/task/16306/stat : 16306 (java) S 16288 16291 14474 0 -1 4202560 12750 0 0 0 158 2 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193870637112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16307] ppid=16288 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/16291/task/16307/stat : 16307 (java) S 16288 16291 14474 0 -1 4202560 15805 0 0 0 212 4 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193869584568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16308] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16308/stat : 16308 (java) S 16288 16291 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193868532216 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16309] ppid=16288 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/16291/task/16309/stat : 16309 (java) S 16288 16291 14474 0 -1 4202560 50 0 0 0 24 19 0 0 20 0 22 0 22848269 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193867479880 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16291/tid=16310] ppid=16288 vsize=9824732 CPUtime=884.23 cores=1,3,5,7
/proc/16291/task/16310/stat : 16310 (java) R 16288 16291 14474 0 -1 4202560 86 0 0 0 88406 17 0 0 20 0 22 0 22848327 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193866423968 140193923266789 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16291/tid=16311] ppid=16288 vsize=9824732 CPUtime=884.44 cores=1,3,5,7
/proc/16291/task/16311/stat : 16311 (java) R 16288 16291 14474 0 -1 4202560 2148 0 0 0 88397 47 0 0 20 0 22 0 22848327 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193865370368 140193923257415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16291/tid=16312] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16312/stat : 16312 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848331 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193864320552 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16291/tid=16313] ppid=16288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16291/task/16313/stat : 16313 (java) S 16288 16291 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22848332 10060525568 920212 33554432000 1073741824 1073778376 140736757395152 140193863268008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.775
CPU time (s): 1800.73
CPU user time (s): 1797.66
CPU system time (s): 3.07153
CPU usage (%): 201.025
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.66
system time used= 3.07153
maximum resident set size= 3680964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45893
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22707
involuntary context switches= 19467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.73328 second user time and 8.62469 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 02:00:15
IDJOB=4100186
IDBENCH=1584
IDSOLVER=2543
FILE ID=node126/4100186-1466208015
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-neos15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100186-1466208015/watcher-4100186-1466208015 -o /tmp/evaluation-result-4100186-1466208015/solver-4100186-1466208015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100186-1466208015.opb

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

MD5SUM BENCH= 1be7a0a5556e21a359d6f31cb8a3ccd8
RANDOM SEED=508113054

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30329368 kB
Buffers:           41784 kB
Cached:            86352 kB
SwapCached:         1060 kB
Active:          1401496 kB
Inactive:          81464 kB
Active(anon):    1356864 kB
Inactive(anon):      960 kB
Active(file):      44632 kB
Inactive(file):    80504 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              1292 kB
Writeback:             0 kB
AnonPages:       1709240 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             571220 kB
SReclaimable:      15136 kB
SUnreclaim:       556084 kB
KernelStack:        1600 kB
PageTables:         7872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3123184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1331200 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 node126 at 2016-06-18 02:15:11