Trace number 2668504

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
PB/CT 0.1? (TO) 1800.06 1800.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-sp97ar.opb
MD5SUM7c42bfce08dbcdfa75528339ed295749
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43990864208
Best CPU time to get the best result obtained on this benchmark1800.81
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 43909739328
Optimality of the best value was proved NO
Number of variables282020
Total number of constraints1761
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1761
Minimum length of a constraint20
Maximum length of a constraint49260
Number of terms in the objective function 282020
Biggest coefficient in the objective function 2456844338462720
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 16364293819131525300
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 2456844338462720
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 16364293819131525300
Number of bits of the biggest sum of numbers64
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 PB/CT 0.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2668504-1276566463/watcher-2668504-1276566463 -o /tmp/evaluation-result-2668504-1276566463/solver-2668504-1276566463 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2668504-1276566463.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.70 1.82 1.80 3/106 32115
/proc/meminfo: memFree=1695004/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=2488 CPUtime=0
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 302 0 0 0 0 0 0 0 20 0 1 0 32250801 2547712 224 1992294400 134512640 136485738 4291130432 18446744073709551615 135178844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 622 224 151 482 0 138 0

[startup+0.0626979 s]
/proc/loadavg: 1.70 1.82 1.80 3/106 32115
/proc/meminfo: memFree=1695004/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=4080 CPUtime=0.05
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 747 0 0 0 5 0 0 0 20 0 1 0 32250801 4177920 522 1992294400 134512640 136485738 4291130432 18446744073709551615 135857078 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 1020 522 151 482 0 536 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4080

[startup+0.101701 s]
/proc/loadavg: 1.70 1.82 1.80 3/106 32115
/proc/meminfo: memFree=1695004/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=4212 CPUtime=0.09
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 902 0 0 0 9 0 0 0 20 0 1 0 32250801 4313088 677 1992294400 134512640 136485738 4291130432 18446744073709551615 135857082 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 1053 677 151 482 0 569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4212

[startup+0.30172 s]
/proc/loadavg: 1.70 1.82 1.80 3/106 32115
/proc/meminfo: memFree=1695004/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=9564 CPUtime=0.29
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 2633 0 0 0 29 0 0 0 20 0 1 0 32250801 9793536 1732 1992294400 134512640 136485738 4291130432 18446744073709551615 134531183 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 2391 1732 151 482 0 1907 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9564

[startup+0.700758 s]
/proc/loadavg: 1.70 1.82 1.80 3/106 32115
/proc/meminfo: memFree=1695004/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=17356 CPUtime=0.69
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 5566 0 0 0 67 2 0 0 20 0 1 0 32250801 17772544 3638 1992294400 134512640 136485738 4291130432 18446744073709551615 135419028 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 4339 3642 151 482 0 3855 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17356

[startup+1.50083 s]
/proc/loadavg: 1.70 1.82 1.80 2/107 32116
/proc/meminfo: memFree=1673792/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=30828 CPUtime=1.49
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9426 0 0 0 145 4 0 0 22 0 1 0 32250801 31567872 5447 1992294400 134512640 136485738 4291130432 18446744073709551615 135848128 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7707 5447 153 482 0 7223 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30828

[startup+3.10099 s]
/proc/loadavg: 1.70 1.82 1.80 2/107 32116
/proc/meminfo: memFree=1671684/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=3.09
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 305 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31288

[startup+6.30129 s]
/proc/loadavg: 1.65 1.81 1.80 2/107 32116
/proc/meminfo: memFree=1673792/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=6.29
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 625 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135857152 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31288

[startup+12.7009 s]
/proc/loadavg: 1.60 1.80 1.79 2/107 32116
/proc/meminfo: memFree=1673792/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=12.69
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 1265 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177527 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31288

[startup+25.5011 s]
/proc/loadavg: 1.46 1.76 1.78 2/107 32116
/proc/meminfo: memFree=1673792/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=25.48
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 2544 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135173322 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31288

[startup+51.1015 s]
/proc/loadavg: 1.30 1.69 1.76 2/107 32118
/proc/meminfo: memFree=1673792/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=51.08
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 5104 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 134540940 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31288

[startup+102.308 s]
/proc/loadavg: 1.13 1.58 1.71 2/107 32118
/proc/meminfo: memFree=1673916/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=102.27
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 10223 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135843952 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 31288

[startup+162.301 s]
/proc/loadavg: 1.05 1.48 1.67 2/107 32120
/proc/meminfo: memFree=1673916/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=162.25
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 16221 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135178814 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 31288

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.62 2/107 32122
/proc/meminfo: memFree=1673916/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=222.24
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 22220 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177527 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 31288

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.58 2/107 32124
/proc/meminfo: memFree=1673916/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=282.22
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 28218 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135178910 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 31288

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.54 2/107 32126
/proc/meminfo: memFree=1673792/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=342.2
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 34216 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177534 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 31288

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.51 2/107 32126
/proc/meminfo: memFree=1673792/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=402.19
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 40215 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177556 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 31288

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.47 2/107 32128
/proc/meminfo: memFree=1673668/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=462.18
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 46214 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177505 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 31288

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.44 2/107 32130
/proc/meminfo: memFree=1673544/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=522.16
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 52212 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 134541008 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 31288

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.41 2/107 32132
/proc/meminfo: memFree=1673544/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=582.15
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 58211 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177522 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 31288

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.38 2/107 32134
/proc/meminfo: memFree=1673420/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=642.14
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 64210 4 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177460 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 31288

[startup+702.3 s]

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

[startup+882.301 s]
/proc/loadavg: 1.17 1.08 1.30 2/107 32645
/proc/meminfo: memFree=1624624/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=881.85
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 88179 6 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135177527 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 31288

[startup+942.3 s]
/proc/loadavg: 1.06 1.06 1.28 2/107 32647
/proc/meminfo: memFree=1624748/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=941.84
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9514 0 0 0 94178 6 0 0 25 0 1 0 32250801 32038912 5535 1992294400 134512640 136485738 4291130432 18446744073709551615 135173200 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5535 155 482 0 7338 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 31288

[startup+1002.3 s]
/proc/loadavg: 1.02 1.05 1.26 2/107 32647
/proc/meminfo: memFree=1624748/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31288 CPUtime=1001.82
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9515 0 0 0 100176 6 0 0 25 0 1 0 32250801 32038912 5536 1992294400 134512640 136485738 4291130432 18446744073709551615 135844737 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7822 5536 156 482 0 7338 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 31288

[startup+1062.3 s]
/proc/loadavg: 1.01 1.04 1.24 2/107 32649
/proc/meminfo: memFree=1624748/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31960 CPUtime=1061.81
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9659 0 0 0 106175 6 0 0 25 0 1 0 32250801 32727040 5680 1992294400 134512640 136485738 4291130432 18446744073709551615 135848210 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7990 5680 157 482 0 7506 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 31960

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.22 2/107 32651
/proc/meminfo: memFree=1624748/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=31960 CPUtime=1121.79
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9659 0 0 0 112173 6 0 0 25 0 1 0 32250801 32727040 5680 1992294400 134512640 136485738 4291130432 18446744073709551615 135177425 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 7990 5680 157 482 0 7506 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 31960

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.20 2/107 32653
/proc/meminfo: memFree=1624632/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=32536 CPUtime=1181.78
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9778 0 0 0 118172 6 0 0 25 0 1 0 32250801 33316864 5799 1992294400 134512640 136485738 4291130432 18446744073709551615 135180333 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 8134 5799 157 482 0 7650 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 32536

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/107 32655
/proc/meminfo: memFree=1624632/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=32536 CPUtime=1241.77
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9778 0 0 0 124171 6 0 0 25 0 1 0 32250801 33316864 5799 1992294400 134512640 136485738 4291130432 18446744073709551615 135177532 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 8134 5799 157 482 0 7650 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 32536

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/107 32655
/proc/meminfo: memFree=1624508/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=32536 CPUtime=1301.76
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9778 0 0 0 130170 6 0 0 25 0 1 0 32250801 33316864 5799 1992294400 134512640 136485738 4291130432 18446744073709551615 135857152 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 8134 5799 157 482 0 7650 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 32536

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 32657
/proc/meminfo: memFree=1624012/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=32980 CPUtime=1361.74
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 9910 0 0 0 136168 6 0 0 25 0 1 0 32250801 33771520 5931 1992294400 134512640 136485738 4291130432 18446744073709551615 135173322 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 8245 5931 157 482 0 7761 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 32980

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 32659
/proc/meminfo: memFree=1622648/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=34580 CPUtime=1421.73
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 10261 0 0 0 142167 6 0 0 25 0 1 0 32250801 35409920 6282 1992294400 134512640 136485738 4291130432 18446744073709551615 135177508 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 8645 6282 157 482 0 8161 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 34580

[startup+1482.3 s]
/proc/loadavg: 1.07 1.02 1.14 2/107 32661
/proc/meminfo: memFree=1620664/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=36596 CPUtime=1481.71
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 10726 0 0 0 148164 7 0 0 25 0 1 0 32250801 37474304 6747 1992294400 134512640 136485738 4291130432 18446744073709551615 135843944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9149 6747 157 482 0 8665 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 36596

[startup+1542.3 s]
/proc/loadavg: 1.02 1.01 1.13 2/107 32663
/proc/meminfo: memFree=1619300/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=38184 CPUtime=1541.7
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 11083 0 0 0 154163 7 0 0 25 0 1 0 32250801 39100416 7104 1992294400 134512640 136485738 4291130432 18446744073709551615 135857108 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9546 7104 157 482 0 9062 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 38184

[startup+1602.3 s]
/proc/loadavg: 1.04 1.02 1.12 2/107 32666
/proc/meminfo: memFree=1618556/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=38184 CPUtime=1601.68
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 11083 0 0 0 160161 7 0 0 25 0 1 0 32250801 39100416 7104 1992294400 134512640 136485738 4291130432 18446744073709551615 135857086 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9546 7104 157 482 0 9062 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 38184

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.11 2/107 32668
/proc/meminfo: memFree=1618432/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=38364 CPUtime=1661.67
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 11230 0 0 0 166160 7 0 0 25 0 1 0 32250801 39284736 7149 1992294400 134512640 136485738 4291130432 18446744073709551615 135856892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9591 7149 157 482 0 9107 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 38364

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/107 32670
/proc/meminfo: memFree=1618432/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=38072 CPUtime=1721.65
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 11299 0 0 0 172158 7 0 0 25 0 1 0 32250801 38985728 7116 1992294400 134512640 136485738 4291130432 18446744073709551615 135177505 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9518 7116 157 482 0 9034 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 38072

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 32672
/proc/meminfo: memFree=1617936/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=38816 CPUtime=1781.64
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 11485 0 0 0 178157 7 0 0 25 0 1 0 32250801 39747584 7302 1992294400 134512640 136485738 4291130432 18446744073709551615 135177482 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9704 7302 157 482 0 9220 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 38816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 32672
/proc/meminfo: memFree=1617936/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=38816 CPUtime=1800.05
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 11485 0 0 0 179998 7 0 0 25 0 1 0 32250801 39747584 7302 1992294400 134512640 136485738 4291130432 18446744073709551615 134540907 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9704 7302 157 482 0 9220 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 38816

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

Solver just ended. Dumping a history of the last processes samples

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 32672
/proc/meminfo: memFree=1617936/2059040 swapFree=4140388/4192956
[pid=32115] ppid=32113 vsize=38816 CPUtime=1800.05
/proc/32115/stat : 32115 (pbct) R 32113 32115 31683 0 -1 4202496 11485 0 0 0 179998 7 0 0 25 0 1 0 32250801 39747584 7302 1992294400 134512640 136485738 4291130432 18446744073709551615 134540907 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32115/statm: 9704 7302 157 482 0 9220 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 38816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.72
CPU time (s): 1800.06
CPU user time (s): 1799.98
CPU system time (s): 0.078987
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 38816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11485
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= 2
involuntary context switches= 9024

runsolver used 2.81957 second user time and 8.68468 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-15 03:47:49
IDJOB=2668504
IDBENCH=2506
IDSOLVER=1170
FILE ID=node004/2668504-1276566463
PBS_JOBID= 11173505
Free space on /tmp= 62468 MiB

SOLVER NAME= PB/CT 0.1
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-sp97ar.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2668504-1276566463/watcher-2668504-1276566463 -o /tmp/evaluation-result-2668504-1276566463/solver-2668504-1276566463 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2668504-1276566463.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7c42bfce08dbcdfa75528339ed295749
RANDOM SEED=936645301

node004.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1695160 kB
Buffers:         60320 kB
Cached:         219412 kB
SwapCached:       6520 kB
Active:         155496 kB
Inactive:       137740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1695160 kB
SwapTotal:     4192956 kB
SwapFree:      4140388 kB
Dirty:           83416 kB
Writeback:           0 kB
AnonPages:       11532 kB
Mapped:          12988 kB
Slab:            48444 kB
PageTables:       4140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181376 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62484 MiB
End job on node004 at 2010-06-15 04:17:52