Trace number 2695955

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_cplex 2010-06-29? (TO) 1800.09 1001.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
MD5SUMff2125c4e604678d0c316c16eb28ba7d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1047
Best CPU time to get the best result obtained on this benchmark1789.38
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1035
Optimality of the best value was proved NO
Number of variables1968
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1968
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1968
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1968
Number of bits of the biggest sum of numbers11
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_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2695955-1278017810.opb.
0.00/0.00	c Instance file HOME/instance-2695955-1278017810.opb
0.00/0.00	c File size is 112221 bytes.
0.00/0.99	c Highest Coefficient sum: 3
0.00/0.99	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.99/1.00	c ============================[ Problem Statistics ]=============================
0.99/1.00	c |                                                                             |
0.99/1.00	c |  Parsing time:          1.00         s                                      |
0.99/1.00	c |  Number Variables:      1968                                                |
0.99/1.01	c |  Number Constraints:    4000                                                |
0.99/1.01	c ===============================================================================
1800.09/1001.31	c Remaining time 1799.00 sec.
1800.09/1001.31	c 
1800.09/1001.31	c *** INTERRUPTED ***
1800.09/1001.31	s UNKNOWN
1800.09/1001.31	c Total CPU time              : 1797.6 s
1800.09/1001.31	c Memory used           : 94.97 MB
1800.09/1001.31	c CPU time              : 1797.6 s
1800.09/1001.31	c 
1800.09/1001.31	c *** INTERRUPTED ***

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-2695955-1278017810/watcher-2695955-1278017810 -o /tmp/evaluation-result-2695955-1278017810/solver-2695955-1278017810 -C 1800 -W 2000 -M 1800 run HOME/instance-2695955-1278017810.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.17 2.06 1.86 3/106 27703
/proc/meminfo: memFree=1505184/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0

[startup+0.0232089 s]
/proc/loadavg: 2.17 2.06 1.86 3/106 27703
/proc/meminfo: memFree=1505184/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101216 s]
/proc/loadavg: 2.17 2.06 1.86 3/106 27703
/proc/meminfo: memFree=1505184/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301234 s]
/proc/loadavg: 2.17 2.06 1.86 3/106 27703
/proc/meminfo: memFree=1505184/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701271 s]
/proc/loadavg: 2.17 2.06 1.86 3/106 27703
/proc/meminfo: memFree=1505184/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50135 s]
/proc/loadavg: 2.17 2.06 1.86 2/108 27705
/proc/meminfo: memFree=1502316/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=24904 CPUtime=1.49
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 4290 0 0 0 147 2 0 0 25 0 1 0 143072883 25501696 2886 1992294400 134512640 146736320 4291388672 18446744073709551615 139043560 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27704/statm: 6226 2886 998 2985 0 2768 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33604

[startup+3.1015 s]
/proc/loadavg: 2.08 2.04 1.86 2/108 27705
/proc/meminfo: memFree=1495744/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=25520 CPUtime=3.09
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 5070 0 0 0 307 2 0 0 25 0 1 0 143072883 26132480 3102 1992294400 134512640 146736320 4291388672 18446744073709551615 136385174 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27704/statm: 6380 3102 1010 2985 0 2922 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34220

[startup+6.30079 s]
/proc/loadavg: 2.08 2.04 1.86 2/108 27705
/proc/meminfo: memFree=1494504/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=26960 CPUtime=6.29
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 6133 0 0 0 626 3 0 0 25 0 1 0 143072883 27607040 3465 1992294400 134512640 146736320 4291388672 18446744073709551615 136406055 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27704/statm: 6740 3465 1000 2985 0 3282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35660

[startup+12.7014 s]
/proc/loadavg: 1.91 2.01 1.85 2/108 27705
/proc/meminfo: memFree=1494876/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=25352 CPUtime=12.69
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 7145 0 0 0 1266 3 0 0 25 0 1 0 143072883 25960448 3130 1992294400 134512640 146736320 4291388672 18446744073709551615 135999713 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27704/statm: 6338 3130 1000 2985 0 2880 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34052

[startup+25.5016 s]
/proc/loadavg: 1.77 1.97 1.84 2/108 27707
/proc/meminfo: memFree=1495248/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=27564 CPUtime=25.48
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 11749 0 0 0 2543 5 0 0 25 0 1 0 143072883 28225536 3617 1992294400 134512640 146736320 4291388672 18446744073709551615 136406063 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/27704/statm: 6891 3617 1001 2985 0 3433 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36264

[startup+51.101 s]
/proc/loadavg: 1.51 1.89 1.81 3/109 27708
/proc/meminfo: memFree=1489040/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=44144 CPUtime=54.5
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 16448 0 0 0 5443 7 0 0 25 0 2 0 143072883 45203456 4903 1992294400 134512640 146736320 4291388672 18446744073709551615 136000367 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 11036 4903 1032 2985 0 7578 0
[pid=27704/tid=27708] ppid=27703 vsize=44144 CPUtime=5.63
/proc/27704/task/27708/stat : 27708 (pb_cplex) R 27703 27703 27232 0 -1 4202560 507 0 0 0 563 0 0 0 19 0 2 0 143076986 45203456 4903 1992294400 134512640 146736320 4291388672 18446744073709551615 136474228 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.5
Current children cumulated vsize (KiB) 52844

[startup+102.309 s]
/proc/loadavg: 1.76 1.91 1.82 3/109 27710
/proc/meminfo: memFree=1488172/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=46036 CPUtime=148.31
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 17064 0 0 0 14814 17 0 0 25 0 2 0 143072883 47140864 5167 1992294400 134512640 146736320 4291388672 18446744073709551615 136008446 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 11509 5167 1058 2985 0 8051 0
[pid=27704/tid=27708] ppid=27703 vsize=46036 CPUtime=48.32
/proc/27704/task/27708/stat : 27708 (pb_cplex) R 27703 27703 27232 0 -1 4202560 1091 0 0 0 4827 5 0 0 18 0 2 0 143076986 47140864 5167 1992294400 134512640 146736320 4291388672 18446744073709551615 139044580 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 148.31
Current children cumulated vsize (KiB) 54736

[startup+162.301 s]
/proc/loadavg: 1.53 1.80 1.79 3/109 27711
/proc/meminfo: memFree=1468952/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=74356 CPUtime=227.52
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 23228 0 0 0 22728 24 0 0 25 0 2 0 143072883 76140544 9888 1992294400 134512640 146736320 4291388672 18446744073709551615 139042980 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 18589 9888 1050 2985 0 15131 0
[pid=27704/tid=27711] ppid=27703 vsize=74356 CPUtime=21.78
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 225 0 0 0 2177 1 0 0 25 0 2 0 143086486 76140544 9888 1992294400 134512640 146736320 4291388672 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 227.52
Current children cumulated vsize (KiB) 83056

[startup+222.302 s]
/proc/loadavg: 2.04 1.89 1.82 3/109 27713
/proc/meminfo: memFree=1468580/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=74512 CPUtime=336.98
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 23453 0 0 0 33664 34 0 0 21 0 2 0 143072883 76300288 9994 1992294400 134512640 146736320 4291388672 18446744073709551615 136000326 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 18628 9994 1050 2985 0 15170 0
[pid=27704/tid=27711] ppid=27703 vsize=74512 CPUtime=73.18
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 247 0 0 0 7312 6 0 0 22 0 2 0 143086486 76300288 9994 1992294400 134512640 146736320 4291388672 18446744073709551615 136403117 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 336.98
Current children cumulated vsize (KiB) 83212

[startup+282.301 s]
/proc/loadavg: 1.92 1.88 1.82 3/109 27724
/proc/meminfo: memFree=1467216/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=75260 CPUtime=448.89
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 24552 0 0 0 44841 48 0 0 18 0 2 0 143072883 77066240 10139 1992294400 134512640 146736320 4291388672 18446744073709551615 136000487 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27704/statm: 18815 10139 1052 2985 0 15357 0
[pid=27704/tid=27711] ppid=27703 vsize=75260 CPUtime=127.03
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 331 0 0 0 12689 14 0 0 25 0 2 0 143086486 77066240 10139 1992294400 134512640 146736320 4291388672 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 448.89
Current children cumulated vsize (KiB) 83960

[startup+342.301 s]
/proc/loadavg: 2.28 1.98 1.85 3/109 27726
/proc/meminfo: memFree=1467224/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=75428 CPUtime=560.81
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 31040 0 0 0 56016 65 0 0 25 0 2 0 143072883 77238272 10251 1992294400 134512640 146736320 4291388672 18446744073709551615 135450961 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 18857 10251 1052 2985 0 15399 0
[pid=27704/tid=27711] ppid=27703 vsize=75428 CPUtime=183.42
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 6787 0 0 0 18318 24 0 0 20 0 2 0 143086486 77238272 10251 1992294400 134512640 146736320 4291388672 18446744073709551615 139044581 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 560.81
Current children cumulated vsize (KiB) 84128

[startup+402.302 s]

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

[pid=27704] ppid=27703 vsize=76652 CPUtime=783.56
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 34684 0 0 0 78262 94 0 0 19 0 2 0 143072883 78491648 10613 1992294400 134512640 146736320 4291388672 18446744073709551615 136475831 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 19163 10613 1052 2985 0 15705 0
[pid=27704/tid=27711] ppid=27703 vsize=76652 CPUtime=293.87
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 10214 0 0 0 29344 43 0 0 18 0 2 0 143086486 78491648 10613 1992294400 134512640 146736320 4291388672 18446744073709551615 136008391 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 783.56
Current children cumulated vsize (KiB) 85352

[startup+522.302 s]
/proc/loadavg: 2.49 2.17 1.93 3/109 27730
/proc/meminfo: memFree=1465612/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=76984 CPUtime=892.2
/proc/27704/stat : 27704 (pb_cplex) S 27703 27703 27232 0 -1 4202496 40144 0 0 0 89110 110 0 0 17 0 2 0 143072883 78831616 10789 1992294400 134512640 146736320 4291388672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27704/statm: 19246 10789 1052 2985 0 15788 0
[pid=27704/tid=27711] ppid=27703 vsize=76984 CPUtime=350.06
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 15619 0 0 0 34953 53 0 0 25 0 2 0 143086486 78831616 10789 1992294400 134512640 146736320 4291388672 18446744073709551615 136008928 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 892.2
Current children cumulated vsize (KiB) 85684

[startup+582.301 s]
/proc/loadavg: 2.56 2.24 1.97 4/109 27732
/proc/meminfo: memFree=1464868/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=78316 CPUtime=1001.49
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 49753 0 0 0 100021 128 0 0 19 0 2 0 143072883 80195584 10909 1992294400 134512640 146736320 4291388672 18446744073709551615 136000406 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27704/statm: 19579 10909 1052 2985 0 16121 0
[pid=27704/tid=27711] ppid=27703 vsize=78316 CPUtime=406.07
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 25149 0 0 0 40543 64 0 0 19 0 2 0 143086486 80195584 10909 1992294400 134512640 146736320 4291388672 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1001.49
Current children cumulated vsize (KiB) 87016

[startup+642.302 s]
/proc/loadavg: 2.44 2.26 2.00 2/109 27734
/proc/meminfo: memFree=1464124/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=78792 CPUtime=1115
/proc/27704/stat : 27704 (pb_cplex) S 27703 27703 27232 0 -1 4202496 57610 0 0 0 111354 146 0 0 20 0 2 0 143072883 80683008 11097 1992294400 134512640 146736320 4291388672 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27704/statm: 19698 11097 1052 2985 0 16240 0
[pid=27704/tid=27711] ppid=27703 vsize=78792 CPUtime=461.69
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 32911 0 0 0 46094 75 0 0 25 0 2 0 143086486 80683008 11097 1992294400 134512640 146736320 4291388672 18446744073709551615 136001128 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1115
Current children cumulated vsize (KiB) 87492

[startup+702.301 s]
/proc/loadavg: 2.14 2.20 1.99 3/109 27736
/proc/meminfo: memFree=1463380/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=79084 CPUtime=1229.18
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 66084 0 0 0 122753 165 0 0 25 0 2 0 143072883 80982016 11266 1992294400 134512640 146736320 4291388672 18446744073709551615 136000340 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 19771 11266 1052 2985 0 16313 0
[pid=27704/tid=27711] ppid=27703 vsize=79084 CPUtime=518.24
/proc/27704/task/27711/stat : 27711 (pb_cplex) S 27703 27703 27232 0 -1 4202560 41303 0 0 0 51736 88 0 0 20 0 2 0 143086486 80982016 11266 1992294400 134512640 146736320 4291388672 18446744073709551615 144580073 0 2 4096 16387 18446604437840712000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1229.18
Current children cumulated vsize (KiB) 87784

[startup+762.309 s]
/proc/loadavg: 2.34 2.25 2.02 5/109 27736
/proc/meminfo: memFree=1462512/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=80448 CPUtime=1344.01
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 75334 0 0 0 134217 184 0 0 19 0 2 0 143072883 82378752 11451 1992294400 134512640 146736320 4291388672 18446744073709551615 136008665 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27704/statm: 20112 11451 1052 2985 0 16654 0
[pid=27704/tid=27711] ppid=27703 vsize=80448 CPUtime=577.16
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 50458 0 0 0 57616 100 0 0 19 0 2 0 143086486 82378752 11451 1992294400 134512640 146736320 4291388672 18446744073709551615 136008072 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1344.01
Current children cumulated vsize (KiB) 89148

[startup+822.301 s]
/proc/loadavg: 2.58 2.35 2.07 3/109 27738
/proc/meminfo: memFree=1461892/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=80808 CPUtime=1455.39
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 83384 0 0 0 145334 205 0 0 18 0 2 0 143072883 82747392 11644 1992294400 134512640 146736320 4291388672 18446744073709551615 136384895 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27704/statm: 20202 11644 1052 2985 0 16744 0
[pid=27704/tid=27711] ppid=27703 vsize=80808 CPUtime=632.75
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 58415 0 0 0 63163 112 0 0 21 0 2 0 143086486 82747392 11644 1992294400 134512640 146736320 4291388672 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1455.39
Current children cumulated vsize (KiB) 89508

[startup+882.301 s]
/proc/loadavg: 2.53 2.36 2.09 3/109 27740
/proc/meminfo: memFree=1461148/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=81252 CPUtime=1569.98
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 91900 0 0 0 156774 224 0 0 20 0 2 0 143072883 83202048 11826 1992294400 134512640 146736320 4291388672 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 20313 11826 1052 2985 0 16855 0
[pid=27704/tid=27711] ppid=27703 vsize=81252 CPUtime=690.25
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 66844 0 0 0 68900 125 0 0 20 0 2 0 143086486 83202048 11826 1992294400 134512640 146736320 4291388672 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1569.98
Current children cumulated vsize (KiB) 89952

[startup+942.302 s]
/proc/loadavg: 2.21 2.31 2.08 2/109 27742
/proc/meminfo: memFree=1460280/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=82664 CPUtime=1684.28
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 99279 0 0 0 168187 241 0 0 25 0 2 0 143072883 84647936 12045 1992294400 134512640 146736320 4291388672 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 20666 12045 1052 2985 0 17208 0
[pid=27704/tid=27711] ppid=27703 vsize=82664 CPUtime=745.68
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 74105 0 0 0 74432 136 0 0 18 0 2 0 143086486 84647936 12045 1992294400 134512640 146736320 4291388672 18446744073709551615 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1684.28
Current children cumulated vsize (KiB) 91364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1001.3 s]
/proc/loadavg: 2.24 2.30 2.09 3/109 27744
/proc/meminfo: memFree=1448748/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=97248 CPUtime=1800.09
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 110535 0 0 0 179758 251 0 0 25 0 2 0 143072883 99581952 14703 1992294400 134512640 146736320 4291388672 18446744073709551615 136008256 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 24312 14703 1070 2985 0 20854 0
[pid=27704/tid=27711] ppid=27703 vsize=97248 CPUtime=803.22
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 81681 0 0 0 80179 143 0 0 25 0 2 0 143086486 99581952 14703 1992294400 134512640 146736320 4291388672 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 105948

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

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

[startup+1001.3 s]
/proc/loadavg: 2.24 2.30 2.09 3/109 27744
/proc/meminfo: memFree=1448748/2059040 swapFree=4139848/4192956
[pid=27703] ppid=27701 vsize=8700 CPUtime=0
/proc/27703/stat : 27703 (run) S 27701 27703 27232 0 -1 4202496 363 0 0 0 0 0 0 0 18 0 1 0 143072883 8908800 248 1992294400 4194304 4922060 140736462717168 18446744073709551615 263058988165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27703/statm: 2175 248 208 178 0 68 0
[pid=27704] ppid=27703 vsize=97248 CPUtime=1800.09
/proc/27704/stat : 27704 (pb_cplex) R 27703 27703 27232 0 -1 4202496 110535 0 0 0 179758 251 0 0 25 0 2 0 143072883 99581952 14703 1992294400 134512640 146736320 4291388672 18446744073709551615 136008256 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27704/statm: 24312 14703 1070 2985 0 20854 0
[pid=27704/tid=27711] ppid=27703 vsize=97248 CPUtime=803.22
/proc/27704/task/27711/stat : 27711 (pb_cplex) R 27703 27703 27232 0 -1 4202560 81681 0 0 0 80179 143 0 0 25 0 2 0 143086486 99581952 14703 1992294400 134512640 146736320 4291388672 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 105948

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27703 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1001.32
CPU time (s): 1800.09
CPU user time (s): 1797.58
CPU system time (s): 2.51
CPU usage (%): 179.772
Max. virtual memory (cumulated for all children) (KiB): 108936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363
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= 2

runsolver used 2.07468 second user time and 5.09822 second system time

The end

Launcher Data

Begin job on node048 at 2010-07-01 22:56:50
IDJOB=2695955
IDBENCH=1992
IDSOLVER=1209
FILE ID=node048/2695955-1278017810
PBS_JOBID= 11198717
Free space on /tmp= 62476 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_7.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695955-1278017810/watcher-2695955-1278017810 -o /tmp/evaluation-result-2695955-1278017810/solver-2695955-1278017810 -C 1800 -W 2000 -M 1800  run HOME/instance-2695955-1278017810.opb

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

MD5SUM BENCH= ff2125c4e604678d0c316c16eb28ba7d
RANDOM SEED=1516056278

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1505588 kB
Buffers:        129700 kB
Cached:         319632 kB
SwapCached:       6632 kB
Active:         130536 kB
Inactive:       332496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1505588 kB
SwapTotal:     4192956 kB
SwapFree:      4139848 kB
Dirty:           16764 kB
Writeback:           8 kB
AnonPages:       11964 kB
Mapped:          11996 kB
Slab:            68384 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182456 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= 62460 MiB
End job on node048 at 2010-07-01 23:13:33