Trace number 4103288

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.79 1783.33

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos13.opb
MD5SUM1218478b67ec647ce24db44195ab22fa
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-89895551
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -89698560
Optimality of the best value was proved NO
Number of variables1935
Total number of constraints19275
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints19274
Minimum length of a constraint10
Maximum length of a constraint1815
Number of terms in the objective function 120
Biggest coefficient in the objective function 103558656
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 2282563635
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 69966336000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 636991772142
Number of bits of the biggest sum of numbers40
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.08	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-4103288-1466236395.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
6.29/4.74	c ... done. Wall clock time 4.63s.
6.29/4.74	c declared #vars     1935
6.29/4.74	c #constraints  19275
6.29/4.74	c constraints type 
6.29/4.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
6.29/4.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 19274
6.29/4.74	c 19275 constraints processed.
6.29/4.74	c objective function length is 120 literals
206.76/203.75	c cleaning 2501 clauses out of 5001 with flag 14070/5002
460.09/456.83	c cleaning 4242 clauses out of 8498 with flag 31287/11000
764.92/761.32	c cleaning 5622 clauses out of 11257 with flag 51590/18001
1105.36/1100.63	c cleaning 6818 clauses out of 13635 with flag 75183/26001
1493.06/1481.73	c cleaning 7909 clauses out of 15818 with flag 103813/35002
1800.09/1783.31	c starts		: 29
1800.09/1783.31	c conflicts		: 42220
1800.09/1783.31	c decisions		: 81349
1800.09/1783.31	c propagations		: 1680789
1800.09/1783.31	c inspects		: 3945417966
1800.09/1783.31	c shortcuts		: 0
1800.09/1783.31	c learnt literals	: 1
1800.09/1783.31	c learnt binary clauses	: 0
1800.09/1783.31	c learnt ternary clauses	: 3
1800.09/1783.31	c learnt constraints	: 42219
1800.09/1783.31	c ignored constraints	: 0
1800.09/1783.31	c root simplifications	: 0
1800.09/1783.31	c removed literals (reason simplification)	: 0
1800.09/1783.31	c reason swapping (by a shorter reason)	: 0
1800.09/1783.31	c Calls to reduceDB	: 5
1800.09/1783.31	c Number of update (reduction) of LBD	: 10885
1800.09/1783.31	c Imported unit clauses	: 0
1800.09/1783.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1783.31	c number of learned constraints concerned by reduction	: 0
1800.09/1783.31	c number of learning phase by resolution	: 0
1800.09/1783.31	c number of learning phase by cutting planes	: 0
1800.09/1783.31	c speed (assignments/second)	: 945.0248121239246
1800.09/1783.31	c non guided choices	0
1800.09/1783.32	c learnt constraints type 
1800.09/1783.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15127
1800.09/1783.32	s UNKNOWN
1800.09/1783.32	c Total wall clock time (in seconds): 1783.209

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

pid=31098
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.19 2.23 2.20 4/194 31101
/proc/meminfo: memFree=26911352/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/31101/stat : 31101 (java) R 31098 31101 25977 0 -1 4202496 174 0 0 0 0 0 0 0 20 0 1 0 25688282 3653632 49 33554432000 1073741824 1073778376 140735331878288 140735331875416 272877317415 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/31101/statm: 1408 52 41 9 0 30 0

[startup+0.100113 s]
/proc/loadavg: 2.19 2.23 2.20 4/194 31101
/proc/meminfo: memFree=26911352/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 25688282 9787879424 6036 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.19 2.23 2.20 4/194 31101
/proc/meminfo: memFree=26911352/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 5120 0 1 0 28 1 0 0 20 0 18 0 25688282 9787879424 7105 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2389619 7105 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 2.19 2.23 2.20 4/194 31101
/proc/meminfo: memFree=26911352/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 10289 0 1 0 57 2 0 0 20 0 18 0 25688282 9787879424 12211 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2389619 12227 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 2.19 2.23 2.20 4/194 31101
/proc/meminfo: memFree=26911352/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9558476 CPUtime=1.26 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 10575 0 1 0 119 7 0 0 20 0 18 0 25688282 9787879424 45455 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2389619 45455 2275 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.19 2.23 2.20 12/212 31119
/proc/meminfo: memFree=26708004/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9558476 CPUtime=2.16 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 10970 0 1 0 205 11 0 0 20 0 18 0 25688282 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2389619 54492 2275 9 0 2380296 0
[pid=31101/tid=31103] ppid=31098 vsize=9558476 CPUtime=1.39 cores=1,3,5,7
/proc/31101/task/31103/stat : 31103 (java) R 31098 31101 25977 0 -1 4202560 2475 0 1 0 135 4 0 0 20 0 18 0 25688283 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863251523640 139863077045969 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31104] ppid=31098 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/31101/task/31104/stat : 31104 (java) S 31098 31101 25977 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863213017512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31105] ppid=31098 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/31101/task/31105/stat : 31105 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863211964968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31106] ppid=31098 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/31101/task/31106/stat : 31106 (java) S 31098 31101 25977 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863210911912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31107] ppid=31098 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/31101/task/31107/stat : 31107 (java) S 31098 31101 25977 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863209859368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31108] ppid=31098 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/31101/task/31108/stat : 31108 (java) S 31098 31101 25977 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863208807336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31109] ppid=31098 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/31101/task/31109/stat : 31109 (java) S 31098 31101 25977 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863207754792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31110] ppid=31098 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/31101/task/31110/stat : 31110 (java) S 31098 31101 25977 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863206701736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31111] ppid=31098 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/31101/task/31111/stat : 31111 (java) S 31098 31101 25977 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 18 0 25688284 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863205649192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31112] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31112/stat : 31112 (java) S 31098 31101 25977 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 25688285 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863075576168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31113] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31113/stat : 31113 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25688285 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863074522488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31114] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31114/stat : 31114 (java) S 31098 31101 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 25688285 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863073469320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31115] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31115/stat : 31115 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25688287 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863072418064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31116] ppid=31098 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/31101/task/31116/stat : 31116 (java) S 31098 31101 25977 0 -1 4202560 2238 0 0 0 22 0 0 0 20 0 18 0 25688287 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863071365944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31117] ppid=31098 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/31101/task/31117/stat : 31117 (java) S 31098 31101 25977 0 -1 4202560 4480 0 0 0 25 0 0 0 20 0 18 0 25688287 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863070313400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31118] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31118/stat : 31118 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25688287 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863069260536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31119] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31119/stat : 31119 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25688287 9787879424 54492 33554432000 1073741824 1073778376 140733521382896 139863068208200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.19 2.23 2.20 5/212 31119
/proc/meminfo: memFree=26534572/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9558476 CPUtime=4.33 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 11533 0 1 0 406 27 0 0 20 0 18 0 25688282 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2389619 110587 2276 9 0 2380296 0
[pid=31101/tid=31103] ppid=31098 vsize=9558476 CPUtime=2.84 cores=1,3,5,7
/proc/31101/task/31103/stat : 31103 (java) R 31098 31101 25977 0 -1 4202560 2530 0 1 0 278 6 0 0 20 0 18 0 25688283 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863251517408 139863077079889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31104] ppid=31098 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/31101/task/31104/stat : 31104 (java) S 31098 31101 25977 0 -1 4202560 181 0 0 0 14 5 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863213017512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31105] ppid=31098 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/31101/task/31105/stat : 31105 (java) S 31098 31101 25977 0 -1 4202560 90 0 0 0 8 4 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863211964968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31106] ppid=31098 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/31101/task/31106/stat : 31106 (java) S 31098 31101 25977 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863210911912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31107] ppid=31098 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/31101/task/31107/stat : 31107 (java) S 31098 31101 25977 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863209859368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31108] ppid=31098 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/31101/task/31108/stat : 31108 (java) S 31098 31101 25977 0 -1 4202560 130 0 0 0 4 2 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863208807336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31109] ppid=31098 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/31101/task/31109/stat : 31109 (java) S 31098 31101 25977 0 -1 4202560 123 0 0 0 8 3 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863207754792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31110] ppid=31098 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/31101/task/31110/stat : 31110 (java) S 31098 31101 25977 0 -1 4202560 64 0 0 0 5 2 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863206701736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31111] ppid=31098 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/31101/task/31111/stat : 31111 (java) S 31098 31101 25977 0 -1 4202560 134 0 0 0 4 2 0 0 20 0 18 0 25688284 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863205649192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31112] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31112/stat : 31112 (java) S 31098 31101 25977 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 25688285 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863075576168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31113] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31113/stat : 31113 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25688285 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863074522488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31114] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31114/stat : 31114 (java) S 31098 31101 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 25688285 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863073469320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31115] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31115/stat : 31115 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25688287 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863072418064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31116] ppid=31098 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/31101/task/31116/stat : 31116 (java) S 31098 31101 25977 0 -1 4202560 2241 0 0 0 28 0 0 0 20 0 18 0 25688287 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863071365944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31117] ppid=31098 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/31101/task/31117/stat : 31117 (java) S 31098 31101 25977 0 -1 4202560 4502 0 0 0 32 0 0 0 20 0 18 0 25688287 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863070313400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31118] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31118/stat : 31118 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25688287 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863069260536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31119] ppid=31098 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31119/stat : 31119 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25688287 9787879424 110587 33554432000 1073741824 1073778376 140733521382896 139863068208200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 2.25 2.25 2.20 4/213 31120
/proc/meminfo: memFree=26171528/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9625040 CPUtime=8.05 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 12349 0 1 0 764 41 0 0 20 0 19 0 25688282 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2406260 186440 2281 9 0 2396937 0
[pid=31101/tid=31103] ppid=31098 vsize=9625040 CPUtime=5.92 cores=1,3,5,7
/proc/31101/task/31103/stat : 31103 (java) R 31098 31101 25977 0 -1 4202560 2830 0 1 0 582 10 0 0 20 0 19 0 25688283 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863251523792 139863077367332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31104] ppid=31098 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/31101/task/31104/stat : 31104 (java) S 31098 31101 25977 0 -1 4202560 199 0 0 0 18 7 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863213017512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31105] ppid=31098 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/31101/task/31105/stat : 31105 (java) S 31098 31101 25977 0 -1 4202560 110 0 0 0 13 4 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863211964968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31106] ppid=31098 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/31101/task/31106/stat : 31106 (java) S 31098 31101 25977 0 -1 4202560 80 0 0 0 15 5 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863210911912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31107] ppid=31098 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/31101/task/31107/stat : 31107 (java) S 31098 31101 25977 0 -1 4202560 71 0 0 0 10 3 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863209859368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31108] ppid=31098 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/31101/task/31108/stat : 31108 (java) S 31098 31101 25977 0 -1 4202560 145 0 0 0 6 3 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863208807336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31109] ppid=31098 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/31101/task/31109/stat : 31109 (java) S 31098 31101 25977 0 -1 4202560 137 0 0 0 11 3 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863207754792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31110] ppid=31098 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/31101/task/31110/stat : 31110 (java) S 31098 31101 25977 0 -1 4202560 86 0 0 0 10 4 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863206701736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31111] ppid=31098 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/31101/task/31111/stat : 31111 (java) S 31098 31101 25977 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 19 0 25688284 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863205649192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31112] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31112/stat : 31112 (java) S 31098 31101 25977 0 -1 4202560 526 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863075576168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31113] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31113/stat : 31113 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863074522488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31114] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31114/stat : 31114 (java) S 31098 31101 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863073469320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31115] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31115/stat : 31115 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863072418064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31116] ppid=31098 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/31101/task/31116/stat : 31116 (java) S 31098 31101 25977 0 -1 4202560 2252 0 0 0 40 0 0 0 20 0 19 0 25688287 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863071365944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31117] ppid=31098 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/31101/task/31117/stat : 31117 (java) S 31098 31101 25977 0 -1 4202560 4505 0 0 0 35 2 0 0 20 0 19 0 25688287 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863070313400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31118] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31118/stat : 31118 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863069260536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31119] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31119/stat : 31119 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863068208200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31120] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31120/stat : 31120 (java) S 31098 31101 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25688757 9856040960 186440 33554432000 1073741824 1073778376 140733521382896 139863067153448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.23 2.24 2.20 3/213 31120
/proc/meminfo: memFree=26098344/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9625040 CPUtime=14.78 cores=1,3,5,7

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

/proc/31101/task/31113/stat : 31113 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863074522488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31114] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31114/stat : 31114 (java) S 31098 31101 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863073469320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31115] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31115/stat : 31115 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863072418064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31116] ppid=31098 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/31101/task/31116/stat : 31116 (java) S 31098 31101 25977 0 -1 4202560 3111 0 0 0 54 0 0 0 20 0 19 0 25688287 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863071365944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31117] ppid=31098 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/31101/task/31117/stat : 31117 (java) S 31098 31101 25977 0 -1 4202560 4512 0 0 0 46 2 0 0 20 0 19 0 25688287 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863070313400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31118] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31118/stat : 31118 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863069260536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31119] ppid=31098 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/31101/task/31119/stat : 31119 (java) S 31098 31101 25977 0 -1 4202560 97 0 0 0 27 47 0 0 20 0 19 0 25688287 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863068208200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31120] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31120/stat : 31120 (java) S 31098 31101 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25688757 9856040960 486311 33554432000 1073741824 1073778376 140733521382896 139863067153448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1737.8
Current children cumulated vsize (KiB) 9625040

[startup+1782.31 s]
/proc/loadavg: 2.56 2.35 2.23 3/213 31254
/proc/meminfo: memFree=25319236/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9625040 CPUtime=1799.07 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 16635 0 1 0 179736 171 0 0 20 0 19 0 25688282 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2406260 485944 2287 9 0 2396937 0
[pid=31101/tid=31103] ppid=31098 vsize=9625040 CPUtime=1775.22 cores=1,3,5,7
/proc/31101/task/31103/stat : 31103 (java) R 31098 31101 25977 0 -1 4202560 4686 0 1 0 177455 67 0 0 20 0 19 0 25688283 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863251524984 139863077366892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31104] ppid=31098 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/31101/task/31104/stat : 31104 (java) S 31098 31101 25977 0 -1 4202560 303 0 0 0 292 13 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863213017512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31105] ppid=31098 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/31101/task/31105/stat : 31105 (java) S 31098 31101 25977 0 -1 4202560 180 0 0 0 273 10 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863211964968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31106] ppid=31098 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/31101/task/31106/stat : 31106 (java) S 31098 31101 25977 0 -1 4202560 142 0 0 0 263 10 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863210911912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31107] ppid=31098 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/31101/task/31107/stat : 31107 (java) S 31098 31101 25977 0 -1 4202560 173 0 0 0 274 11 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863209859368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31108] ppid=31098 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/31101/task/31108/stat : 31108 (java) S 31098 31101 25977 0 -1 4202560 204 0 0 0 256 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863208807336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31109] ppid=31098 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/31101/task/31109/stat : 31109 (java) S 31098 31101 25977 0 -1 4202560 243 0 0 0 274 11 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863207754792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31110] ppid=31098 vsize=9625040 CPUtime=2.67 cores=1,3,5,7
/proc/31101/task/31110/stat : 31110 (java) S 31098 31101 25977 0 -1 4202560 141 0 0 0 259 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863206701736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31111] ppid=31098 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/31101/task/31111/stat : 31111 (java) S 31098 31101 25977 0 -1 4202560 218 0 0 0 265 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863205649192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31112] ppid=31098 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/31101/task/31112/stat : 31112 (java) S 31098 31101 25977 0 -1 4202560 1361 0 0 0 6 8 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863075576168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31113] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31113/stat : 31113 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863074522488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31114] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31114/stat : 31114 (java) S 31098 31101 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863073469320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31115] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31115/stat : 31115 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863072418064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31116] ppid=31098 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/31101/task/31116/stat : 31116 (java) S 31098 31101 25977 0 -1 4202560 3111 0 0 0 54 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863071365944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31117] ppid=31098 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/31101/task/31117/stat : 31117 (java) S 31098 31101 25977 0 -1 4202560 4512 0 0 0 46 2 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863070313400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31118] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31118/stat : 31118 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863069260536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31119] ppid=31098 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/31101/task/31119/stat : 31119 (java) S 31098 31101 25977 0 -1 4202560 101 0 0 0 28 49 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863068208200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31120] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31120/stat : 31120 (java) S 31098 31101 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25688757 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863067153448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.3 s]
/proc/loadavg: 2.56 2.35 2.23 3/213 31254
/proc/meminfo: memFree=25319276/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 16636 0 1 0 179838 171 0 0 20 0 19 0 25688282 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2406260 485944 2287 9 0 2396937 0
[pid=31101/tid=31103] ppid=31098 vsize=9625040 CPUtime=1776.21 cores=1,3,5,7
/proc/31101/task/31103/stat : 31103 (java) R 31098 31101 25977 0 -1 4202560 4687 0 1 0 177554 67 0 0 20 0 19 0 25688283 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863251524936 139863077367215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31104] ppid=31098 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/31101/task/31104/stat : 31104 (java) S 31098 31101 25977 0 -1 4202560 303 0 0 0 293 13 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863213017512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31105] ppid=31098 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/31101/task/31105/stat : 31105 (java) S 31098 31101 25977 0 -1 4202560 180 0 0 0 273 10 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863211964968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31106] ppid=31098 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/31101/task/31106/stat : 31106 (java) S 31098 31101 25977 0 -1 4202560 142 0 0 0 264 10 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863210911912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31107] ppid=31098 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/31101/task/31107/stat : 31107 (java) S 31098 31101 25977 0 -1 4202560 173 0 0 0 274 11 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863209859368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31108] ppid=31098 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/31101/task/31108/stat : 31108 (java) S 31098 31101 25977 0 -1 4202560 204 0 0 0 256 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863208807336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31109] ppid=31098 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/31101/task/31109/stat : 31109 (java) S 31098 31101 25977 0 -1 4202560 243 0 0 0 274 11 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863207754792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31110] ppid=31098 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/31101/task/31110/stat : 31110 (java) S 31098 31101 25977 0 -1 4202560 141 0 0 0 260 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863206701736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31111] ppid=31098 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/31101/task/31111/stat : 31111 (java) S 31098 31101 25977 0 -1 4202560 218 0 0 0 265 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863205649192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31112] ppid=31098 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/31101/task/31112/stat : 31112 (java) S 31098 31101 25977 0 -1 4202560 1361 0 0 0 6 8 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863075576168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31113] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31113/stat : 31113 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863074522488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31114] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31114/stat : 31114 (java) S 31098 31101 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863073469320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31115] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31115/stat : 31115 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863072418064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31116] ppid=31098 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/31101/task/31116/stat : 31116 (java) S 31098 31101 25977 0 -1 4202560 3111 0 0 0 54 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863071365944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31117] ppid=31098 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/31101/task/31117/stat : 31117 (java) S 31098 31101 25977 0 -1 4202560 4512 0 0 0 46 2 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863070313400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31118] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31118/stat : 31118 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863069260536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31119] ppid=31098 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/31101/task/31119/stat : 31119 (java) S 31098 31101 25977 0 -1 4202560 101 0 0 0 28 49 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863068208200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31120] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31120/stat : 31120 (java) S 31098 31101 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25688757 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863067153448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 31101 sig 9
??? kill -31101 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1783.3 s]
/proc/loadavg: 2.56 2.35 2.23 3/213 31254
/proc/meminfo: memFree=25319276/32872528 swapFree=1244176/1391344
[pid=31101] ppid=31098 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/31101/stat : 31101 (java) S 31098 31101 25977 0 -1 4202496 16636 0 1 0 179838 171 0 0 20 0 19 0 25688282 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 140733521374032 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/31101/statm: 2406260 485944 2287 9 0 2396937 0
[pid=31101/tid=31103] ppid=31098 vsize=9625040 CPUtime=1776.21 cores=1,3,5,7
/proc/31101/task/31103/stat : 31103 (java) R 31098 31101 25977 0 -1 4202560 4687 0 1 0 177554 67 0 0 20 0 19 0 25688283 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863251524936 139863077367215 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31104] ppid=31098 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/31101/task/31104/stat : 31104 (java) S 31098 31101 25977 0 -1 4202560 303 0 0 0 293 13 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863213017512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31105] ppid=31098 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/31101/task/31105/stat : 31105 (java) S 31098 31101 25977 0 -1 4202560 180 0 0 0 273 10 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863211964968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31106] ppid=31098 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/31101/task/31106/stat : 31106 (java) S 31098 31101 25977 0 -1 4202560 142 0 0 0 264 10 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863210911912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31107] ppid=31098 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/31101/task/31107/stat : 31107 (java) S 31098 31101 25977 0 -1 4202560 173 0 0 0 274 11 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863209859368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31101/tid=31108] ppid=31098 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/31101/task/31108/stat : 31108 (java) S 31098 31101 25977 0 -1 4202560 204 0 0 0 256 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863208807336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31109] ppid=31098 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/31101/task/31109/stat : 31109 (java) S 31098 31101 25977 0 -1 4202560 243 0 0 0 274 11 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863207754792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31110] ppid=31098 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/31101/task/31110/stat : 31110 (java) S 31098 31101 25977 0 -1 4202560 141 0 0 0 260 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863206701736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31111] ppid=31098 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/31101/task/31111/stat : 31111 (java) S 31098 31101 25977 0 -1 4202560 218 0 0 0 265 8 0 0 20 0 19 0 25688284 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863205649192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31112] ppid=31098 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/31101/task/31112/stat : 31112 (java) S 31098 31101 25977 0 -1 4202560 1361 0 0 0 6 8 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863075576168 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31113] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31113/stat : 31113 (java) S 31098 31101 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863074522488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31114] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31114/stat : 31114 (java) S 31098 31101 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25688285 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863073469320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31115] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31115/stat : 31115 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863072418064 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31116] ppid=31098 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/31101/task/31116/stat : 31116 (java) S 31098 31101 25977 0 -1 4202560 3111 0 0 0 54 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863071365944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31117] ppid=31098 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/31101/task/31117/stat : 31117 (java) S 31098 31101 25977 0 -1 4202560 4512 0 0 0 46 2 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863070313400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31101/tid=31118] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31118/stat : 31118 (java) S 31098 31101 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863069260536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31101/tid=31119] ppid=31098 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/31101/task/31119/stat : 31119 (java) S 31098 31101 25977 0 -1 4202560 101 0 0 0 28 49 0 0 20 0 19 0 25688287 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863068208200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31101/tid=31120] ppid=31098 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/31101/task/31120/stat : 31120 (java) S 31098 31101 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25688757 9856040960 485944 33554432000 1073741824 1073778376 140733521382896 139863067153448 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1783.33
CPU time (s): 1800.79
CPU user time (s): 1798.6
CPU system time (s): 2.19167
CPU usage (%): 100.979
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 2.19167
maximum resident set size= 2790224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16677
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54684
involuntary context switches= 61446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7439 second user time and 10.5604 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 09:53:17
IDJOB=4103288
IDBENCH=2318
IDSOLVER=2546
FILE ID=node119/4103288-1466236395
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= 1218478b67ec647ce24db44195ab22fa
RANDOM SEED=874644188

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26911740 kB
Buffers:          117664 kB
Cached:           167716 kB
SwapCached:          956 kB
Active:          3619856 kB
Inactive:         183444 kB
Active(anon):    3519124 kB
Inactive(anon):     1732 kB
Active(file):     100732 kB
Inactive(file):   181712 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:             35856 kB
Writeback:             0 kB
AnonPages:       4935780 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             601948 kB
SReclaimable:      45248 kB
SUnreclaim:       556700 kB
KernelStack:        1584 kB
PageTables:        13988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5268888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3647488 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= 71696 MiB
End job on node119 at 2016-06-18 10:23:00