Trace number 2695982

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.13 995.122

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_34.opb.PB06.opb
MD5SUMe19b588c94d7a5fd177e87fa7a6307a3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1050
Best CPU time to get the best result obtained on this benchmark1789.63
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1033
Optimality of the best value was proved NO
Number of variables1960
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 1960
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 1960
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 1960
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-2695982-1278017644.opb.
0.00/0.00	c Instance file HOME/instance-2695982-1278017644.opb
0.00/0.00	c File size is 112132 bytes.
0.00/0.92	c Highest Coefficient sum: 3
0.00/0.92	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.93	c ============================[ Problem Statistics ]=============================
0.00/0.93	c |                                                                             |
0.00/0.93	c |  Parsing time:          0.92         s                                      |
0.00/0.93	c |  Number Variables:      1960                                                |
0.00/0.93	c |  Number Constraints:    4000                                                |
0.00/0.93	c ===============================================================================
1800.11/995.11	c Remaining time 1799.07 sec.
1800.11/995.11	c 
1800.11/995.11	c *** INTERRUPTED ***
1800.11/995.11	s UNKNOWN
1800.11/995.11	c Total CPU time              : 1797.9 s
1800.11/995.11	c Memory used           : 73.32 MB
1800.11/995.11	c CPU time              : 1797.9 s
1800.11/995.11	c 
1800.11/995.11	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-2695982-1278017644/watcher-2695982-1278017644 -o /tmp/evaluation-result-2695982-1278017644/solver-2695982-1278017644 -C 1800 -W 2000 -M 1800 run HOME/instance-2695982-1278017644.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.66 1.69 1.64 3/105 28527
/proc/meminfo: memFree=1285532/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0

[startup+0.0902699 s]
/proc/loadavg: 1.66 1.69 1.64 3/105 28527
/proc/meminfo: memFree=1285532/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101271 s]
/proc/loadavg: 1.66 1.69 1.64 3/105 28527
/proc/meminfo: memFree=1285532/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301292 s]
/proc/loadavg: 1.66 1.69 1.64 3/105 28527
/proc/meminfo: memFree=1285532/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701334 s]
/proc/loadavg: 1.66 1.69 1.64 3/105 28527
/proc/meminfo: memFree=1285532/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50142 s]
/proc/loadavg: 1.66 1.69 1.64 2/107 28529
/proc/meminfo: memFree=1278448/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=24928 CPUtime=1.48
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 4767 0 0 0 147 1 0 0 25 0 1 0 143058545 25526272 2947 1992294400 134512640 146736320 4290646016 18446744073709551615 144757825 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28528/statm: 6232 2947 1018 2985 0 2774 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33628

[startup+3.10159 s]
/proc/loadavg: 1.66 1.69 1.64 2/107 28529
/proc/meminfo: memFree=1277200/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=25048 CPUtime=3.09
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 5525 0 0 0 307 2 0 0 25 0 1 0 143058545 25649152 3013 1992294400 134512640 146736320 4290646016 18446744073709551615 136403116 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28528/statm: 6262 3013 1019 2985 0 2804 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33748

[startup+6.30093 s]
/proc/loadavg: 1.60 1.68 1.63 2/107 28529
/proc/meminfo: memFree=1274968/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=25328 CPUtime=6.28
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 6576 0 0 0 626 2 0 0 25 0 1 0 143058545 25935872 3129 1992294400 134512640 146736320 4290646016 18446744073709551615 136385174 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28528/statm: 6332 3129 1019 2985 0 2874 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34028

[startup+12.7016 s]
/proc/loadavg: 1.56 1.67 1.63 2/107 28529
/proc/meminfo: memFree=1275472/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=27240 CPUtime=12.68
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 8130 0 0 0 1265 3 0 0 25 0 1 0 143058545 27893760 3474 1992294400 134512640 146736320 4290646016 18446744073709551615 136406042 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28528/statm: 6810 3474 1020 2985 0 3352 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35940

[startup+25.501 s]
/proc/loadavg: 1.43 1.63 1.62 2/107 28529
/proc/meminfo: memFree=1275472/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=25792 CPUtime=25.47
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 13267 0 0 0 2542 5 0 0 25 0 1 0 143058545 26411008 3226 1992294400 134512640 146736320 4290646016 18446744073709551615 136015579 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28528/statm: 6448 3226 1020 2985 0 2990 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34492

[startup+51.1017 s]
/proc/loadavg: 1.57 1.65 1.62 3/108 28532
/proc/meminfo: memFree=1269512/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=44272 CPUtime=64.89
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 15045 0 0 0 6480 9 0 0 25 0 2 0 143058545 45334528 4919 1992294400 134512640 146736320 4290646016 18446744073709551615 136008423 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28528/statm: 11068 4919 1050 2985 0 7610 0
[pid=28528/tid=28530] ppid=28527 vsize=44272 CPUtime=16.41
/proc/28528/task/28530/stat : 28530 (pb_cplex) R 28527 28527 28162 0 -1 4202560 526 0 0 0 1640 1 0 0 25 0 2 0 143061660 45334528 4919 1992294400 134512640 146736320 4290646016 18446744073709551615 136008356 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 64.89
Current children cumulated vsize (KiB) 52972

[startup+102.308 s]
/proc/loadavg: 1.50 1.62 1.62 2/107 28532
/proc/meminfo: memFree=1268528/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=42464 CPUtime=145.53
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 15800 0 0 0 14534 19 0 0 25 0 1 0 143058545 43483136 5065 1992294400 134512640 146736320 4290646016 18446744073709551615 136406044 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28528/statm: 10616 5065 1063 2985 0 7158 0
Current children cumulated CPU time (s) 145.53
Current children cumulated vsize (KiB) 51164

[startup+162.301 s]
/proc/loadavg: 1.56 1.60 1.61 2/108 28535
/proc/meminfo: memFree=1255872/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=56572 CPUtime=232.58
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 20391 0 0 0 23234 24 0 0 18 0 2 0 143058545 57929728 8270 1992294400 134512640 146736320 4290646016 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 14143 8270 1068 2985 0 10685 0
[pid=28528/tid=28535] ppid=28527 vsize=56572 CPUtime=36.79
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1290 0 0 0 3677 2 0 0 25 0 2 0 143070530 57929728 8270 1992294400 134512640 146736320 4290646016 18446744073709551615 136008078 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 232.58
Current children cumulated vsize (KiB) 65272

[startup+222.301 s]
/proc/loadavg: 1.87 1.67 1.63 3/108 28537
/proc/meminfo: memFree=1255624/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=57044 CPUtime=340.12
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 20606 0 0 0 33977 35 0 0 18 0 2 0 143058545 58413056 8380 1992294400 134512640 146736320 4290646016 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 14261 8380 1068 2985 0 10803 0
[pid=28528/tid=28535] ppid=28527 vsize=57044 CPUtime=92.52
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1343 0 0 0 9244 8 0 0 25 0 2 0 143070530 58413056 8380 1992294400 134512640 146736320 4290646016 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 340.12
Current children cumulated vsize (KiB) 65744

[startup+282.301 s]
/proc/loadavg: 1.99 1.74 1.66 3/108 28539
/proc/meminfo: memFree=1255128/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=57692 CPUtime=451.21
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 21926 0 0 0 45075 46 0 0 20 0 2 0 143058545 59076608 8551 1992294400 134512640 146736320 4290646016 18446744073709551615 136007977 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 14423 8551 1068 2985 0 10965 0
[pid=28528/tid=28535] ppid=28527 vsize=57692 CPUtime=147.44
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1396 0 0 0 14730 14 0 0 25 0 2 0 143070530 59076608 8551 1992294400 134512640 146736320 4290646016 18446744073709551615 136475864 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 451.21
Current children cumulated vsize (KiB) 66392

[startup+342.302 s]
/proc/loadavg: 2.12 1.83 1.69 2/108 28541
/proc/meminfo: memFree=1254508/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=58352 CPUtime=562.15
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 22088 0 0 0 56158 57 0 0 18 0 2 0 143058545 59752448 8713 1992294400 134512640 146736320 4290646016 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 14588 8713 1068 2985 0 11130 0
[pid=28528/tid=28535] ppid=28527 vsize=58352 CPUtime=204.49
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1472 0 0 0 20428 21 0 0 18 0 2 0 143070530 59752448 8713 1992294400 134512640 146736320 4290646016 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 562.15
Current children cumulated vsize (KiB) 67052

[startup+402.301 s]
/proc/loadavg: 2.18 1.89 1.72 3/108 28541
/proc/meminfo: memFree=1253888/2059040 swapFree=4139664/4192956

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

[pid=28528] ppid=28527 vsize=58704 CPUtime=676.96
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 25507 0 0 0 67627 69 0 0 18 0 2 0 143058545 60112896 8836 1992294400 134512640 146736320 4290646016 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 14676 8836 1068 2985 0 11218 0
[pid=28528/tid=28535] ppid=28527 vsize=58704 CPUtime=262.86
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1512 0 0 0 26261 25 0 0 25 0 2 0 143070530 60112896 8836 1992294400 134512640 146736320 4290646016 18446744073709551615 136009170 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 676.96
Current children cumulated vsize (KiB) 67404

[startup+462.301 s]
/proc/loadavg: 1.99 1.88 1.72 3/108 28552
/proc/meminfo: memFree=1252648/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=58836 CPUtime=788.3
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 33134 0 0 0 78745 85 0 0 20 0 2 0 143058545 60248064 8964 1992294400 134512640 146736320 4290646016 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 14709 8964 1068 2985 0 11251 0
[pid=28528/tid=28535] ppid=28527 vsize=58836 CPUtime=318.44
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1539 0 0 0 31814 30 0 0 20 0 2 0 143070530 60248064 8964 1992294400 134512640 146736320 4290646016 18446744073709551615 136008454 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 788.3
Current children cumulated vsize (KiB) 67536

[startup+522.302 s]
/proc/loadavg: 2.22 1.96 1.76 3/108 28554
/proc/meminfo: memFree=1252524/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=59464 CPUtime=902.83
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 38484 0 0 0 90179 104 0 0 25 0 2 0 143058545 60891136 9165 1992294400 134512640 146736320 4290646016 18446744073709551615 136008160 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28528/statm: 14866 9165 1068 2985 0 11408 0
[pid=28528/tid=28535] ppid=28527 vsize=59464 CPUtime=376.17
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1646 0 0 0 37580 37 0 0 18 0 2 0 143070530 60891136 9165 1992294400 134512640 146736320 4290646016 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 902.83
Current children cumulated vsize (KiB) 68164

[startup+582.301 s]
/proc/loadavg: 1.94 1.92 1.75 3/108 28556
/proc/meminfo: memFree=1251532/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=60416 CPUtime=1012.59
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 39835 0 0 0 101143 116 0 0 18 0 2 0 143058545 61865984 9400 1992294400 134512640 146736320 4290646016 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 15104 9400 1068 2985 0 11646 0
[pid=28528/tid=28535] ppid=28527 vsize=60416 CPUtime=431.46
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1748 0 0 0 43103 43 0 0 18 0 2 0 143070530 61865984 9400 1992294400 134512640 146736320 4290646016 18446744073709551615 136000438 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1012.59
Current children cumulated vsize (KiB) 69116

[startup+642.301 s]
/proc/loadavg: 2.01 1.94 1.77 3/108 28558
/proc/meminfo: memFree=1250912/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=60828 CPUtime=1125.79
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 42422 0 0 0 112449 130 0 0 18 0 2 0 143058545 62287872 9544 1992294400 134512640 146736320 4290646016 18446744073709551615 136384887 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 15207 9544 1068 2985 0 11749 0
[pid=28528/tid=28535] ppid=28527 vsize=60828 CPUtime=488.77
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1791 0 0 0 48825 52 0 0 25 0 2 0 143070530 62287872 9544 1992294400 134512640 146736320 4290646016 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1125.79
Current children cumulated vsize (KiB) 69528

[startup+702.302 s]
/proc/loadavg: 1.94 1.93 1.78 3/108 28558
/proc/meminfo: memFree=1249920/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=62460 CPUtime=1239.85
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 47769 0 0 0 123838 147 0 0 19 0 2 0 143058545 63959040 9776 1992294400 134512640 146736320 4290646016 18446744073709551615 135525911 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 15615 9776 1068 2985 0 12157 0
[pid=28528/tid=28535] ppid=28527 vsize=62460 CPUtime=546.96
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1933 0 0 0 54638 58 0 0 20 0 2 0 143070530 63959040 9776 1992294400 134512640 146736320 4290646016 18446744073709551615 136007977 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1239.85
Current children cumulated vsize (KiB) 71160

[startup+762.309 s]
/proc/loadavg: 1.86 1.93 1.78 4/108 28560
/proc/meminfo: memFree=1249424/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=62592 CPUtime=1354.58
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 55561 0 0 0 135294 164 0 0 18 0 2 0 143058545 64094208 9896 1992294400 134512640 146736320 4290646016 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 15648 9896 1068 2985 0 12190 0
[pid=28528/tid=28535] ppid=28527 vsize=62592 CPUtime=605.59
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 1968 0 0 0 60493 66 0 0 25 0 2 0 143070530 64094208 9896 1992294400 134512640 146736320 4290646016 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1354.58
Current children cumulated vsize (KiB) 71292

[startup+822.302 s]
/proc/loadavg: 1.84 1.89 1.78 4/108 28562
/proc/meminfo: memFree=1248556/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=63160 CPUtime=1466.67
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 61865 0 0 0 146488 179 0 0 18 0 2 0 143058545 64675840 10100 1992294400 134512640 146736320 4290646016 18446744073709551615 135468694 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 15790 10100 1068 2985 0 12332 0
[pid=28528/tid=28535] ppid=28527 vsize=63160 CPUtime=662.87
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 6492 0 0 0 66214 73 0 0 25 0 2 0 143070530 64675840 10100 1992294400 134512640 146736320 4290646016 18446744073709551615 139044552 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1466.67
Current children cumulated vsize (KiB) 71860

[startup+882.302 s]
/proc/loadavg: 2.02 1.94 1.80 4/108 28564
/proc/meminfo: memFree=1247812/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=64512 CPUtime=1578.88
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 70001 0 0 0 157690 198 0 0 17 0 2 0 143058545 66060288 10277 1992294400 134512640 146736320 4290646016 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 16128 10277 1068 2985 0 12670 0
[pid=28528/tid=28535] ppid=28527 vsize=64512 CPUtime=719.57
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 14546 0 0 0 71872 85 0 0 25 0 2 0 143070530 66060288 10277 1992294400 134512640 146736320 4290646016 18446744073709551615 137066541 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1578.88
Current children cumulated vsize (KiB) 73212

[startup+942.301 s]
/proc/loadavg: 1.96 1.93 1.81 3/108 28566
/proc/meminfo: memFree=1236652/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=77952 CPUtime=1694.89
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 83991 0 0 0 169277 212 0 0 25 0 2 0 143058545 79822848 12769 1992294400 134512640 146736320 4290646016 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 19488 12769 1070 2985 0 16030 0
[pid=28528/tid=28535] ppid=28527 vsize=77952 CPUtime=777.74
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 24569 0 0 0 77680 94 0 0 25 0 2 0 143070530 79822848 12769 1992294400 134512640 146736320 4290646016 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1694.89
Current children cumulated vsize (KiB) 86652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+995.102 s]
/proc/loadavg: 1.98 1.94 1.82 3/108 28566
/proc/meminfo: memFree=1238512/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=75080 CPUtime=1800.11
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 95971 0 0 0 179788 223 0 0 25 0 2 0 143058545 76881920 12380 1992294400 134512640 146736320 4290646016 18446744073709551615 136384892 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 18770 12380 1077 2985 0 15312 0
[pid=28528/tid=28535] ppid=28527 vsize=75080 CPUtime=830.17
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 28613 0 0 0 82918 99 0 0 25 0 2 0 143070530 76881920 12380 1992294400 134512640 146736320 4290646016 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 83780

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

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

[startup+995.102 s]
/proc/loadavg: 1.98 1.94 1.82 3/108 28566
/proc/meminfo: memFree=1238512/2059040 swapFree=4139664/4192956
[pid=28527] ppid=28525 vsize=8700 CPUtime=0
/proc/28527/stat : 28527 (run) S 28525 28527 28162 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 143058545 8908800 248 1992294400 4194304 4922060 140734058557808 18446744073709551615 249773530245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28527/statm: 2175 248 208 178 0 68 0
[pid=28528] ppid=28527 vsize=75080 CPUtime=1800.11
/proc/28528/stat : 28528 (pb_cplex) R 28527 28527 28162 0 -1 4202496 95971 0 0 0 179788 223 0 0 25 0 2 0 143058545 76881920 12380 1992294400 134512640 146736320 4290646016 18446744073709551615 136384892 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28528/statm: 18770 12380 1077 2985 0 15312 0
[pid=28528/tid=28535] ppid=28527 vsize=75080 CPUtime=830.17
/proc/28528/task/28535/stat : 28535 (pb_cplex) R 28527 28527 28162 0 -1 4202560 28613 0 0 0 82918 99 0 0 25 0 2 0 143070530 76881920 12380 1992294400 134512640 146736320 4290646016 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 83780

Child status: 0
Real time (s): 995.122
CPU time (s): 1800.13
CPU user time (s): 1797.9
CPU system time (s): 2.23666
CPU usage (%): 180.896
Max. virtual memory (cumulated for all children) (KiB): 91684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.23666
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96346
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= 10192
involuntary context switches= 26130

runsolver used 1.73574 second user time and 4.82827 second system time

The end

Launcher Data

Begin job on node081 at 2010-07-01 22:54:04
IDJOB=2695982
IDBENCH=1979
IDSOLVER=1209
FILE ID=node081/2695982-1278017644
PBS_JOBID= 11198706
Free space on /tmp= 121700 MiB

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

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

MD5SUM BENCH= e19b588c94d7a5fd177e87fa7a6307a3
RANDOM SEED=993096000

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1286060 kB
Buffers:        201060 kB
Cached:         456432 kB
SwapCached:       6928 kB
Active:         311728 kB
Inactive:       359824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1286060 kB
SwapTotal:     4192956 kB
SwapFree:      4139664 kB
Dirty:           16764 kB
Writeback:           8 kB
AnonPages:       12048 kB
Mapped:          11984 kB
Slab:            79608 kB
PageTables:       4128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180728 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 121684 MiB
End job on node081 at 2010-07-01 23:10:40