Trace number 2668379

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.08 1800.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
MD5SUMc346de7e1ba29a95ee9f392619231545
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4600
Total number of constraints310
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 constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
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
0.09/0.11	c constraints 310/0 clauses 0/0 units 0
0.09/0.11	c vars 4600
0.09/0.11	c objective 3424 + 0
1800.05/1800.50	s UNKNOWN

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-2668379-1276573397/watcher-2668379-1276573397 -o /tmp/evaluation-result-2668379-1276573397/solver-2668379-1276573397 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2668379-1276573397.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: 2.11 2.05 1.98 3/107 760
/proc/meminfo: memFree=1851284/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=2352 CPUtime=0
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 274 0 0 0 0 0 0 0 15 0 1 0 30995389 2408448 196 1992294400 134512640 136485738 4292970480 18446744073709551615 135178844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/760/statm: 588 196 149 482 0 104 0

[startup+0.0234381 s]
/proc/loadavg: 2.11 2.05 1.98 3/107 760
/proc/meminfo: memFree=1851284/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=2620 CPUtime=0.02
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 369 0 0 0 2 0 0 0 18 0 1 0 30995389 2682880 291 1992294400 134512640 136485738 4292970480 18446744073709551615 135416602 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/760/statm: 655 292 156 482 0 171 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2620

[startup+0.101445 s]
/proc/loadavg: 2.11 2.05 1.98 3/107 760
/proc/meminfo: memFree=1851284/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=3544 CPUtime=0.09
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 603 0 0 0 9 0 0 0 18 0 1 0 30995389 3629056 525 1992294400 134512640 136485738 4292970480 18446744073709551615 135849902 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/760/statm: 886 526 156 482 0 402 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3544

[startup+0.301463 s]
/proc/loadavg: 2.11 2.05 1.98 3/107 760
/proc/meminfo: memFree=1851284/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=18168 CPUtime=0.29
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 4240 0 0 0 28 1 0 0 18 0 1 0 30995389 18604032 4162 1992294400 134512640 136485738 4292970480 18446744073709551615 135850441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 4542 4162 197 482 0 4058 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18168

[startup+0.701498 s]
/proc/loadavg: 2.11 2.05 1.98 3/107 760
/proc/meminfo: memFree=1851284/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=42440 CPUtime=0.69
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 10620 0 0 0 65 4 0 0 18 0 1 0 30995389 43458560 10103 1992294400 134512640 136485738 4292970480 18446744073709551615 134726160 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 10610 10104 197 482 0 10126 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42440

[startup+1.50057 s]
/proc/loadavg: 2.11 2.05 1.98 2/108 761
/proc/meminfo: memFree=1792748/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=99864 CPUtime=1.49
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 25436 0 0 0 139 10 0 0 19 0 1 0 30995389 102260736 23743 1992294400 134512640 136485738 4292970480 18446744073709551615 134940833 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 24966 23743 210 482 0 24482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99864

[startup+3.10071 s]
/proc/loadavg: 2.11 2.05 1.98 2/108 761
/proc/meminfo: memFree=1752696/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=104056 CPUtime=3.09
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 26531 0 0 0 285 24 0 0 24 0 1 0 30995389 106553344 24838 1992294400 134512640 136485738 4292970480 18446744073709551615 135044434 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 26014 24838 228 482 0 25530 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104056

[startup+6.301 s]
/proc/loadavg: 2.02 2.03 1.97 2/108 761
/proc/meminfo: memFree=1751704/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=105528 CPUtime=6.29
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 26899 0 0 0 581 48 0 0 25 0 1 0 30995389 108060672 25206 1992294400 134512640 136485738 4292970480 18446744073709551615 135848312 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 26382 25206 228 482 0 25898 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105528

[startup+12.7006 s]
/proc/loadavg: 1.94 2.01 1.97 2/108 761
/proc/meminfo: memFree=1745256/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=111568 CPUtime=12.69
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 28402 0 0 0 1175 94 0 0 25 0 1 0 30995389 114245632 26709 1992294400 134512640 136485738 4292970480 18446744073709551615 135179164 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 27892 26709 228 482 0 27408 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111568

[startup+25.5017 s]
/proc/loadavg: 1.73 1.96 1.95 2/108 761
/proc/meminfo: memFree=1741412/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=114836 CPUtime=25.49
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 29214 0 0 0 2356 193 0 0 25 0 1 0 30995389 117592064 27521 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 28709 27521 228 482 0 28225 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114836

[startup+51.101 s]
/proc/loadavg: 1.48 1.88 1.92 2/108 763
/proc/meminfo: memFree=1739552/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=116908 CPUtime=51.07
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 29684 0 0 0 4711 396 0 0 25 0 1 0 30995389 119713792 27991 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 29227 27991 228 482 0 28743 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 116908

[startup+102.309 s]
/proc/loadavg: 1.21 1.74 1.87 2/108 763
/proc/meminfo: memFree=1734468/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=121796 CPUtime=102.28
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 30921 0 0 0 9456 772 0 0 25 0 1 0 30995389 124719104 29228 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 30449 29228 228 482 0 29965 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 121796

[startup+162.301 s]
/proc/loadavg: 1.07 1.61 1.81 2/108 765
/proc/meminfo: memFree=1733848/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=122340 CPUtime=162.25
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 31035 0 0 0 15031 1194 0 0 25 0 1 0 30995389 125276160 29342 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 30585 29342 228 482 0 30101 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 122340

[startup+222.301 s]
/proc/loadavg: 1.02 1.49 1.76 2/108 767
/proc/meminfo: memFree=1730004/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=126344 CPUtime=222.23
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 32014 0 0 0 20594 1629 0 0 25 0 1 0 30995389 129376256 30321 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 31586 30321 228 482 0 31102 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 126344

[startup+282.302 s]
/proc/loadavg: 1.01 1.40 1.71 2/108 769
/proc/meminfo: memFree=1730004/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=126344 CPUtime=282.22
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 32014 0 0 0 26143 2079 0 0 25 0 1 0 30995389 129376256 30321 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 31586 30321 228 482 0 31102 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 126344

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.66 2/108 769
/proc/meminfo: memFree=1727276/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=129116 CPUtime=342.21
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 32707 0 0 0 31683 2538 0 0 25 0 1 0 30995389 132214784 31014 1992294400 134512640 136485738 4292970480 18446744073709551615 135179579 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 32279 31014 228 482 0 31795 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 129116

[startup+402.302 s]
/proc/loadavg: 1.00 1.26 1.62 2/108 771
/proc/meminfo: memFree=1727152/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=129116 CPUtime=402.2
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 32735 0 0 0 37297 2923 0 0 25 0 1 0 30995389 132214784 31042 1992294400 134512640 136485738 4292970480 18446744073709551615 135260399 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 32279 31042 228 482 0 31795 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 129116

[startup+462.301 s]
/proc/loadavg: 1.00 1.21 1.58 2/108 773
/proc/meminfo: memFree=1725540/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=130712 CPUtime=462.18
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 33106 0 0 0 42865 3353 0 0 25 0 1 0 30995389 133849088 31413 1992294400 134512640 136485738 4292970480 18446744073709551615 135260395 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 32678 31413 228 482 0 32194 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 130712

[startup+522.302 s]
/proc/loadavg: 1.00 1.17 1.54 2/108 775
/proc/meminfo: memFree=1722068/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=134420 CPUtime=522.16
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 34047 0 0 0 48436 3780 0 0 25 0 1 0 30995389 137646080 32354 1992294400 134512640 136485738 4292970480 18446744073709551615 134880701 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 33605 32354 228 482 0 33121 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 134420

[startup+582.302 s]
/proc/loadavg: 1.00 1.14 1.50 2/108 777
/proc/meminfo: memFree=1720084/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=136136 CPUtime=582.15
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 34469 0 0 0 54015 4200 0 0 25 0 1 0 30995389 139403264 32776 1992294400 134512640 136485738 4292970480 18446744073709551615 135050810 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 34034 32776 228 482 0 33550 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 136136

[startup+642.301 s]
/proc/loadavg: 1.00 1.11 1.47 2/108 777
/proc/meminfo: memFree=1719960/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=136136 CPUtime=642.14
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 34469 0 0 0 59588 4626 0 0 25 0 1 0 30995389 139403264 32776 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 34034 32776 228 482 0 33550 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 136136

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.35 2/108 785
/proc/meminfo: memFree=1716116/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=139700 CPUtime=882.08
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 35385 0 0 0 81897 6311 0 0 25 0 1 0 30995389 143052800 33692 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 34925 33692 228 482 0 34441 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 139700

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.33 2/108 785
/proc/meminfo: memFree=1712520/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=143652 CPUtime=942.06
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 36290 0 0 0 87573 6633 0 0 25 0 1 0 30995389 147099648 34597 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 35913 34597 228 482 0 35429 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 143652

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/108 787
/proc/meminfo: memFree=1712272/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=143796 CPUtime=1002.04
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 36322 0 0 0 93145 7059 0 0 25 0 1 0 30995389 147247104 34629 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 35949 34629 228 482 0 35465 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 143796

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.28 2/108 789
/proc/meminfo: memFree=1711776/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=144324 CPUtime=1062.02
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 36443 0 0 0 98704 7498 0 0 25 0 1 0 30995389 147787776 34750 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 36081 34750 228 482 0 35597 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 144324

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.26 2/108 800
/proc/meminfo: memFree=1709296/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=146436 CPUtime=1122.01
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 36966 0 0 0 104284 7917 0 0 25 0 1 0 30995389 149950464 35273 1992294400 134512640 136485738 4292970480 18446744073709551615 134880510 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 36609 35273 228 482 0 36125 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 146436

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/108 802
/proc/meminfo: memFree=1709296/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=146436 CPUtime=1181.99
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 36966 0 0 0 109862 8337 0 0 25 0 1 0 30995389 149950464 35273 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 36609 35273 228 482 0 36125 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 146436

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.23 2/108 802
/proc/meminfo: memFree=1707560/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148284 CPUtime=1241.98
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37426 0 0 0 115423 8775 0 0 25 0 1 0 30995389 151842816 35733 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37071 35733 228 482 0 36587 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 148284

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/108 804
/proc/meminfo: memFree=1707436/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148284 CPUtime=1301.97
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37426 0 0 0 120995 9202 0 0 25 0 1 0 30995389 151842816 35733 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37071 35733 228 482 0 36587 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 148284

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.19 2/108 806
/proc/meminfo: memFree=1707436/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148284 CPUtime=1361.95
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37426 0 0 0 126568 9627 0 0 25 0 1 0 30995389 151842816 35733 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37071 35733 228 482 0 36587 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 148284

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.18 2/108 808
/proc/meminfo: memFree=1707064/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148680 CPUtime=1421.94
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37535 0 0 0 132146 10048 0 0 25 0 1 0 30995389 152248320 35842 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37170 35842 228 482 0 36686 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 148680

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/108 810
/proc/meminfo: memFree=1707064/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148680 CPUtime=1481.92
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37536 0 0 0 137746 10446 0 0 25 0 1 0 30995389 152248320 35843 1992294400 134512640 136485738 4292970480 18446744073709551615 135044241 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37170 35843 228 482 0 36686 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 148680

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/108 810
/proc/meminfo: memFree=1707064/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148680 CPUtime=1541.9
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37536 0 0 0 143358 10832 0 0 25 0 1 0 30995389 152248320 35843 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37170 35843 228 482 0 36686 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 148680

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/108 812
/proc/meminfo: memFree=1706940/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148680 CPUtime=1601.89
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37536 0 0 0 148926 11263 0 0 25 0 1 0 30995389 152248320 35843 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37170 35843 228 482 0 36686 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 148680

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/108 814
/proc/meminfo: memFree=1706940/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=148680 CPUtime=1661.88
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37537 0 0 0 154504 11684 0 0 25 0 1 0 30995389 152248320 35844 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37170 35844 228 482 0 36686 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 148680

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/108 816
/proc/meminfo: memFree=1706320/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=149340 CPUtime=1721.86
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 37684 0 0 0 160081 12105 0 0 25 0 1 0 30995389 152924160 35991 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37335 35991 228 482 0 36851 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 149340

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/108 818
/proc/meminfo: memFree=1704212/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=151196 CPUtime=1781.85
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 38168 0 0 0 165649 12536 0 0 25 0 1 0 30995389 154824704 36475 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37799 36475 228 482 0 37315 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 151196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.10 2/108 818
/proc/meminfo: memFree=1704212/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=151196 CPUtime=1800.05
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 38168 0 0 0 167347 12658 0 0 25 0 1 0 30995389 154824704 36475 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37799 36475 228 482 0 37315 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 151196

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.10 2/108 818
/proc/meminfo: memFree=1704212/2059040 swapFree=4140072/4192956
[pid=760] ppid=758 vsize=151196 CPUtime=1800.05
/proc/760/stat : 760 (pbct) R 758 760 590 0 -1 4202496 38168 0 0 0 167347 12658 0 0 25 0 1 0 30995389 154824704 36475 1992294400 134512640 136485738 4292970480 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/760/statm: 37799 36475 228 482 0 37315 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 151196

Child status: 0
Real time (s): 1800.52
CPU time (s): 1800.08
CPU user time (s): 1673.48
CPU system time (s): 126.599
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 151196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1673.48
system time used= 126.599
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38168
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= 1
involuntary context switches= 6947

runsolver used 3.00154 second user time and 8.48271 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-15 05:43:17
IDJOB=2668379
IDBENCH=2534
IDSOLVER=1170
FILE ID=node025/2668379-1276573397
PBS_JOBID= 11173524
Free space on /tmp= 62580 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-pp08aCUTS.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2668379-1276573397/watcher-2668379-1276573397 -o /tmp/evaluation-result-2668379-1276573397/solver-2668379-1276573397 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2668379-1276573397.opb

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

MD5SUM BENCH= c346de7e1ba29a95ee9f392619231545
RANDOM SEED=2067249247

node025.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.242
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.48
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.242
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1851804 kB
Buffers:         23180 kB
Cached:          96728 kB
SwapCached:       6432 kB
Active:          84124 kB
Inactive:        48780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1851804 kB
SwapTotal:     4192956 kB
SwapFree:      4140072 kB
Dirty:            2132 kB
Writeback:           0 kB
AnonPages:       10944 kB
Mapped:          12988 kB
Slab:            52416 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181632 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= 62580 MiB
End job on node025 at 2010-06-15 06:13:19