Trace number 4100075

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
NaPS 1.02? (TO) 1800.12 1800.46

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-neos13.opb
MD5SUM070ae832e0a6091e01d7e6b3fb0eac97
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-18596
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -22094
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 23787
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524341
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 219027
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524372
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.00	c NaPS 1.02b.
1800.04/1800.40	c 
1800.04/1800.40	c *** TERMINATED *** by signal 15
1800.04/1800.40	s UNKNOWN
1800.04/1800.40	c _____________________________________________________________________________
1800.04/1800.40	c 
1800.04/1800.40	c std/band forms        : 1272,0
1800.04/1800.40	c 2cl/3cl ITE-codings   : 0,0
1800.04/1800.40	c BDD/srt/adr Max costs : 47323,0,0
1800.04/1800.40	c BDDraw/bin/mul/srt/adr: 12,0,1259,0,0
1800.04/1800.40	c BDD nodes             : 41216950
1800.04/1800.40	c Es1/CC detections     : 0,0
1800.04/1800.40	c SAT/UNSAT calls       : 0,0
1800.04/1800.40	c restarts              : 0
1800.04/1800.40	c conflicts             : 0              (0 /sec)
1800.04/1800.40	c decisions             : 0              (0 /sec)
1800.04/1800.40	c propagations          : 0              (0 /sec)
1800.04/1800.40	c inspects              : 0              (0 /sec)
1800.04/1800.40	c CPU time (solving tm) : 1799 s        (0 s)
1800.04/1800.40	c Time for Opt-base     : 1314 s
1800.04/1800.40	c _____________________________________________________________________________

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-4100075-1466211617/watcher-4100075-1466211617 -o /tmp/evaluation-result-4100075-1466211617/solver-4100075-1466211617 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466206079-966 --watchdog 1960 naps-1.02 HOME/instance-4100075-1466211617.opb 

pid=2866
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.16 2.18 2.17 3/177 2869
/proc/meminfo: memFree=28667348/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=6420 CPUtime=0 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 23208622 6574080 192 33554432000 4194304 5796924 140734007871904 140733728829752 5183584 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 1605 192 128 392 0 1204 0

[startup+0.100111 s]
/proc/loadavg: 2.16 2.18 2.17 3/177 2869
/proc/meminfo: memFree=28667348/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=8920 CPUtime=0.09 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 935 0 0 0 9 0 0 0 20 0 1 0 23208622 9134080 809 33554432000 4194304 5796924 140734007871904 140733728829752 5087772 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 2230 809 128 392 0 1829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8920

[startup+0.200238 s]
/proc/loadavg: 2.16 2.18 2.17 3/177 2869
/proc/meminfo: memFree=28667348/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=11560 CPUtime=0.19 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 1603 0 0 0 19 0 0 0 20 0 1 0 23208622 11837440 1477 33554432000 4194304 5796924 140734007871904 140733728829752 5095032 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 2890 1478 128 392 0 2489 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11560

[startup+0.30023 s]
/proc/loadavg: 2.16 2.18 2.17 3/177 2869
/proc/meminfo: memFree=28667348/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=14332 CPUtime=0.29 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 2277 0 0 0 29 0 0 0 20 0 1 0 23208622 14675968 2151 33554432000 4194304 5796924 140734007871904 140733728829752 5092432 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 3583 2151 128 392 0 3182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14332

[startup+0.700186 s]
/proc/loadavg: 2.16 2.18 2.17 3/177 2869
/proc/meminfo: memFree=28667348/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=25156 CPUtime=0.69 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 4978 0 0 0 68 1 0 0 20 0 1 0 23208622 25759744 4852 33554432000 4194304 5796924 140734007871904 140734007871064 5095032 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 6289 4852 128 392 0 5888 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25156

[startup+1.5002 s]
/proc/loadavg: 2.14 2.18 2.17 3/178 2870
/proc/meminfo: memFree=28637536/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=46936 CPUtime=1.48 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 10421 0 0 0 147 1 0 0 20 0 1 0 23208622 48062464 10295 33554432000 4194304 5796924 140734007871904 140734007871064 4807121 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 11734 10295 128 392 0 11333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46936

[startup+3.10019 s]
/proc/loadavg: 2.14 2.18 2.17 3/178 2870
/proc/meminfo: memFree=28605348/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=91288 CPUtime=3.09 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 21510 0 0 0 305 4 0 0 20 0 1 0 23208622 93478912 21384 33554432000 4194304 5796924 140734007871904 140734007871064 5087743 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 22822 21384 128 392 0 22421 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91288

[startup+6.30022 s]
/proc/loadavg: 2.13 2.17 2.17 3/178 2870
/proc/meminfo: memFree=28509780/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=184216 CPUtime=6.28 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 44739 0 0 0 620 8 0 0 20 0 1 0 23208622 188637184 44613 33554432000 4194304 5796924 140734007871904 140734007871064 4806822 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 46054 44613 128 392 0 45653 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 184216

[startup+12.7002 s]
/proc/loadavg: 2.12 2.17 2.17 3/178 2870
/proc/meminfo: memFree=28319340/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=352096 CPUtime=12.69 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 88931 0 0 0 1251 18 0 0 20 0 1 0 23208622 360546304 86617 33554432000 4194304 5796924 140734007871904 140734007868120 5087724 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 88024 86617 144 392 0 87623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 352096

[startup+25.5003 s]
/proc/loadavg: 2.09 2.16 2.17 3/178 2871
/proc/meminfo: memFree=28278484/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=387268 CPUtime=25.49 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 97560 0 0 0 2529 20 0 0 20 0 1 0 23208622 396562432 94989 33554432000 4194304 5796924 140734007871904 140734007149528 5096576 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 96817 94989 144 392 0 96416 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 387268

[startup+51.1002 s]
/proc/loadavg: 2.18 2.18 2.17 4/179 2940
/proc/meminfo: memFree=29695656/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=437060 CPUtime=51.08 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 106009 0 0 0 5086 22 0 0 20 0 1 0 23208622 447549440 106638 33554432000 4194304 5796924 140734007871904 140734007868120 4865437 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 109265 106638 144 392 0 108864 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 437060

[startup+102.3 s]
/proc/loadavg: 2.17 2.18 2.17 3/179 2941
/proc/meminfo: memFree=28833564/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=512104 CPUtime=102.28 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 115189 0 0 0 10204 24 0 0 20 0 1 0 23208622 524394496 123831 33554432000 4194304 5796924 140734007871904 140734007868120 5092664 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 128026 123831 144 392 0 127625 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 512104

[startup+162.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/178 2942
/proc/meminfo: memFree=28711416/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=607656 CPUtime=162.25 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 124492 0 0 0 16198 27 0 0 20 0 1 0 23208622 622239744 146607 33554432000 4194304 5796924 140734007871904 140734007868120 5087778 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 151914 146607 144 392 0 151513 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 607656

[startup+222.307 s]
/proc/loadavg: 2.15 2.17 2.17 3/178 2943
/proc/meminfo: memFree=28550308/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=764504 CPUtime=222.25 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 136274 0 0 0 22192 33 0 0 20 0 1 0 23208622 782852096 182256 33554432000 4194304 5796924 140734007871904 140734007868120 4865437 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 191126 182256 144 392 0 190725 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 764504

[startup+282.3 s]
/proc/loadavg: 2.18 2.17 2.17 4/178 2944
/proc/meminfo: memFree=28487728/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=799368 CPUtime=282.2 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 145133 0 0 0 28185 35 0 0 20 0 1 0 23208622 818552832 195677 33554432000 4194304 5796924 140734007871904 140734007868120 5087774 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 199842 195677 144 392 0 199441 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 799368

[startup+342.3 s]
/proc/loadavg: 2.18 2.16 2.17 3/178 2946
/proc/meminfo: memFree=28460476/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=888472 CPUtime=342.18 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 156273 0 0 0 34179 39 0 0 20 0 1 0 23208622 909795328 211385 33554432000 4194304 5796924 140734007871904 140734007868120 5100122 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 222118 211385 144 392 0 221717 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 888472

[startup+402.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/178 2947
/proc/meminfo: memFree=28384808/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=923204 CPUtime=402.16 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 165002 0 0 0 40175 41 0 0 20 0 1 0 23208622 945360896 224692 33554432000 4194304 5796924 140734007871904 140734007868120 4865437 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 230801 224692 144 392 0 230400 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 923204

[startup+462.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/178 3039
/proc/meminfo: memFree=28084732/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=1122160 CPUtime=462.15 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 173127 0 0 0 46167 48 0 0 20 0 1 0 23208622 1149091840 278016 33554432000 4194304 5796924 140734007871904 140734007865624 5094663 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 280540 278016 144 392 0 280139 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1122160

[startup+522.3 s]
/proc/loadavg: 2.15 2.16 2.17 3/178 3040
/proc/meminfo: memFree=28012000/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=1228556 CPUtime=522.14 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 182710 0 0 0 52163 51 0 0 20 0 1 0 23208622 1258041344 291687 33554432000 4194304 5796924 140734007871904 140734007868120 4805602 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 307139 291687 144 392 0 306738 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1228556

[startup+582.3 s]
/proc/loadavg: 2.25 2.19 2.18 3/178 3041
/proc/meminfo: memFree=27863680/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=1268300 CPUtime=582.13 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 192671 0 0 0 58159 54 0 0 20 0 1 0 23208622 1298739200 306247 33554432000 4194304 5796924 140734007871904 140734007543560 4199781 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 317075 306247 144 392 0 316674 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1268300


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


[startup+942.3 s]
/proc/loadavg: 2.24 2.18 2.18 3/178 3052
/proc/meminfo: memFree=26941916/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=1900488 CPUtime=942.08 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 241817 0 0 0 94127 81 0 0 20 0 1 0 23208622 1946099712 461122 33554432000 4194304 5796924 140734007871904 140734007865624 5087743 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 475122 461122 144 392 0 474721 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 1900488

[startup+1002.3 s]
/proc/loadavg: 2.21 2.18 2.18 3/178 3053
/proc/meminfo: memFree=26861004/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=1929668 CPUtime=1002.07 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 249125 0 0 0 100124 83 0 0 20 0 1 0 23208622 1975980032 472007 33554432000 4194304 5796924 140734007871904 140734007167096 5096591 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 482417 472007 144 392 0 482016 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 1929668

[startup+1062.3 s]
/proc/loadavg: 2.23 2.19 2.18 3/178 3054
/proc/meminfo: memFree=26767928/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=1967164 CPUtime=1062.05 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 258491 0 0 0 106119 86 0 0 20 0 1 0 23208622 2014375936 485972 33554432000 4194304 5796924 140734007871904 140734007868120 5092423 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 491791 485972 144 392 0 491390 0
Current children cumulated CPU time (s) 1062.05
Current children cumulated vsize (KiB) 1967164

[startup+1122.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/178 3055
/proc/meminfo: memFree=26502932/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2163896 CPUtime=1122.05 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 268767 0 0 0 112115 90 0 0 20 0 1 0 23208622 2215829504 500847 33554432000 4194304 5796924 140734007871904 140734007868120 4865437 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 540974 500847 144 392 0 540573 0
Current children cumulated CPU time (s) 1122.05
Current children cumulated vsize (KiB) 2163896

[startup+1182.3 s]
/proc/loadavg: 2.23 2.19 2.18 3/178 3056
/proc/meminfo: memFree=26419352/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2197568 CPUtime=1182.04 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 277202 0 0 0 118112 92 0 0 20 0 1 0 23208622 2250309632 513370 33554432000 4194304 5796924 140734007871904 140734007868120 4806956 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 549392 513370 144 392 0 548991 0
Current children cumulated CPU time (s) 1182.04
Current children cumulated vsize (KiB) 2197568

[startup+1242.3 s]
/proc/loadavg: 2.26 2.21 2.19 3/178 3060
/proc/meminfo: memFree=26324344/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2236392 CPUtime=1242.03 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 286927 0 0 0 124108 95 0 0 20 0 1 0 23208622 2290065408 527694 33554432000 4194304 5796924 140734007871904 140734007868120 4199792 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 559098 527694 144 392 0 558697 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 2236392

[startup+1302.3 s]
/proc/loadavg: 2.34 2.23 2.19 3/178 3062
/proc/meminfo: memFree=26238188/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2269820 CPUtime=1302.02 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 295296 0 0 0 130104 98 0 0 20 0 1 0 23208622 2324295680 540151 33554432000 4194304 5796924 140734007871904 140734007868120 5087501 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 567455 540151 144 392 0 567054 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 2269820

[startup+1362.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/178 3063
/proc/meminfo: memFree=26154924/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2301504 CPUtime=1362.01 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 303224 0 0 0 136100 101 0 0 20 0 1 0 23208622 2356740096 552167 33554432000 4194304 5796924 140734007871904 140734007868120 5087612 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 575376 552167 144 392 0 574975 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 2301504

[startup+1422.3 s]
/proc/loadavg: 2.43 2.27 2.20 2/179 3065
/proc/meminfo: memFree=22415948/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2329636 CPUtime=1422.01 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 310273 0 0 0 142098 103 0 0 20 0 1 0 23208622 2385547264 562282 33554432000 4194304 5796924 140734007871904 140734007868120 4809323 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 582409 562282 144 392 0 582008 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 2329636

[startup+1482.3 s]
/proc/loadavg: 4.83 2.99 2.45 2/186 3113
/proc/meminfo: memFree=22023792/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2356844 CPUtime=1482 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 317067 0 0 0 148094 106 0 0 20 0 1 0 23208622 2413408256 572653 33554432000 4194304 5796924 140734007871904 140734007868120 4313072 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 589211 572653 144 392 0 588810 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 2356844

[startup+1542.31 s]
/proc/loadavg: 4.12 3.16 2.54 4/183 3295
/proc/meminfo: memFree=27695108/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2380612 CPUtime=1542 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 323020 0 0 0 154091 109 0 0 20 0 1 0 23208622 2437746688 581161 33554432000 4194304 5796924 140734007871904 140734007868120 5087771 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 595153 581161 144 392 0 594752 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 2380612

[startup+1602.3 s]
/proc/loadavg: 3.03 3.05 2.54 3/178 3330
/proc/meminfo: memFree=27640420/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2405964 CPUtime=1601.98 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 329342 0 0 0 160086 112 0 0 20 0 1 0 23208622 2463707136 591060 33554432000 4194304 5796924 140734007871904 140734007868120 4810054 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 601491 591060 144 392 0 601090 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2405964

[startup+1662.3 s]
/proc/loadavg: 2.58 2.91 2.53 3/177 3331
/proc/meminfo: memFree=27598048/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2432268 CPUtime=1661.97 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 335929 0 0 0 166083 114 0 0 20 0 1 0 23208622 2490642432 600713 33554432000 4194304 5796924 140734007871904 140734007868120 4313497 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 608067 600713 144 392 0 607666 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 2432268

[startup+1722.3 s]
/proc/loadavg: 2.34 2.77 2.50 3/177 3332
/proc/meminfo: memFree=27556800/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2460148 CPUtime=1721.95 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 342906 0 0 0 172080 115 0 0 20 0 1 0 23208622 2519191552 611267 33554432000 4194304 5796924 140734007871904 140734007113528 4840439 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 615037 611267 144 392 0 614636 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 2460148

[startup+1782.3 s]
/proc/loadavg: 2.16 2.65 2.47 3/177 3333
/proc/meminfo: memFree=27503736/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2730444 CPUtime=1781.94 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 351885 0 0 0 178076 118 0 0 20 0 1 0 23208622 2795974656 623823 33554432000 4194304 5796924 140734007871904 140734007868120 5082416 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 682611 623823 144 392 0 682210 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 2730444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.28 2.65 2.48 3/178 3337
/proc/meminfo: memFree=27490120/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2739956 CPUtime=1800.04 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 354266 0 0 0 179885 119 0 0 20 0 1 0 23208622 2805714944 627226 33554432000 4194304 5796924 140734007871904 140734007865704 4296021 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 684989 627226 144 392 0 684588 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2739956

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

[startup+1800.4 s]
/proc/loadavg: 2.28 2.65 2.48 3/178 3337
/proc/meminfo: memFree=27490120/32872528 swapFree=1497824/1644992
[pid=2869] ppid=2866 vsize=2739956 CPUtime=1800.04 cores=0,2,4,6
/proc/2869/stat : 2869 (naps-1.02) R 2866 2869 950 0 -1 4202496 354266 0 0 0 179885 119 0 0 20 0 1 0 23208622 2805714944 627226 33554432000 4194304 5796924 140734007871904 140734007865704 4296021 0 0 4096 17954 0 0 0 17 0 0 0 0 0 0
/proc/2869/statm: 684989 627226 144 392 0 684588 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2739956

Child status: 0
Real time (s): 1800.46
CPU time (s): 1800.12
CPU user time (s): 1798.86
CPU system time (s): 1.25781
CPU usage (%): 99.9807
Max. virtual memory (cumulated for all children) (KiB): 2739956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.25781
maximum resident set size= 2508956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120
involuntary context switches= 3692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92195 second user time and 8.65768 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 03:00:18
IDJOB=4100075
IDBENCH=1570
IDSOLVER=2544
FILE ID=node124/4100075-1466211617
RUNJOBID= node124-1466206079-966
PBS_JOBID= 19918153
Free space on /tmp= 71692 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-neos13.opb
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100075-1466211617/watcher-4100075-1466211617 -o /tmp/evaluation-result-4100075-1466211617/solver-4100075-1466211617 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466206079-966 --watchdog 1960  naps-1.02 HOME/instance-4100075-1466211617.opb

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

MD5SUM BENCH= 070ae832e0a6091e01d7e6b3fb0eac97
RANDOM SEED=1727052546

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28667892 kB
Buffers:           39944 kB
Cached:           102124 kB
SwapCached:         2428 kB
Active:          1782872 kB
Inactive:          68408 kB
Active(anon):    1709764 kB
Inactive(anon):     2012 kB
Active(file):      73108 kB
Inactive(file):    66396 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099580 kB
Dirty:             28164 kB
Writeback:            28 kB
AnonPages:       3354864 kB
Mapped:             7848 kB
Shmem:                 0 kB
Slab:             570920 kB
SReclaimable:      15092 kB
SUnreclaim:       555828 kB
KernelStack:        1448 kB
PageTables:        10728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3666128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1792000 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 node124 at 2016-06-18 03:30:18