Trace number 2695865

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.02 1015.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_8.opb.PB06.opb
MD5SUM810966efbb409d6e2e91a116be6e9263
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1049
Best CPU time to get the best result obtained on this benchmark1789.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1038
Optimality of the best value was proved NO
Number of variables1963
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 1963
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 1963
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 1963
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-2695865-1278017734.opb.
0.00/0.00	c Instance file HOME/instance-2695865-1278017734.opb
0.00/0.00	c File size is 112222 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.00/1.00	c ============================[ Problem Statistics ]=============================
0.00/1.00	c |                                                                             |
0.00/1.00	c |  Parsing time:          0.99         s                                      |
0.00/1.00	c |  Number Variables:      1963                                                |
0.99/1.00	c |  Number Constraints:    4000                                                |
0.99/1.00	c ===============================================================================
1800.02/1015.11	c Remaining time 1799.00 sec.
1800.02/1015.11	c 
1800.02/1015.11	c *** INTERRUPTED ***
1800.02/1015.11	s UNKNOWN
1800.02/1015.11	c Total CPU time              : 1797.78 s
1800.02/1015.11	c Memory used           : 64.97 MB
1800.02/1015.11	c CPU time              : 1797.78 s
1800.02/1015.11	c 
1800.02/1015.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-2695865-1278017734/watcher-2695865-1278017734 -o /tmp/evaluation-result-2695865-1278017734/solver-2695865-1278017734 -C 1800 -W 2000 -M 1800 run HOME/instance-2695865-1278017734.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.12 2.06 1.91 3/106 23472
/proc/meminfo: memFree=1581340/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0

[startup+0.0563239 s]
/proc/loadavg: 2.12 2.06 1.91 3/106 23472
/proc/meminfo: memFree=1581340/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101327 s]
/proc/loadavg: 2.12 2.06 1.91 3/106 23472
/proc/meminfo: memFree=1581340/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301346 s]
/proc/loadavg: 2.12 2.06 1.91 3/106 23472
/proc/meminfo: memFree=1581340/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701384 s]
/proc/loadavg: 2.12 2.06 1.91 3/106 23472
/proc/meminfo: memFree=1581340/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50146 s]
/proc/loadavg: 2.03 2.04 1.90 2/108 23474
/proc/meminfo: memFree=1578348/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=25388 CPUtime=1.49
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 4428 0 0 0 147 2 0 0 18 0 1 0 175429711 25997312 2978 1992294400 134512640 146736320 4288318912 18446744073709551615 136017629 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23473/statm: 6347 2978 998 2985 0 2889 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34088

[startup+3.10061 s]
/proc/loadavg: 2.03 2.04 1.90 2/108 23474
/proc/meminfo: memFree=1572520/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=26040 CPUtime=3.09
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 5088 0 0 0 307 2 0 0 21 0 1 0 175429711 26664960 3180 1992294400 134512640 146736320 4288318912 18446744073709551615 136015592 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23473/statm: 6510 3180 999 2985 0 3052 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34740

[startup+6.30092 s]
/proc/loadavg: 2.03 2.04 1.90 2/108 23474
/proc/meminfo: memFree=1570784/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=25932 CPUtime=6.28
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 5856 0 0 0 626 2 0 0 25 0 1 0 175429711 26554368 3171 1992294400 134512640 146736320 4288318912 18446744073709551615 136000315 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23473/statm: 6483 3171 999 2985 0 3025 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34632

[startup+12.7005 s]
/proc/loadavg: 1.87 2.01 1.89 2/108 23474
/proc/meminfo: memFree=1571032/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=26260 CPUtime=12.68
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 7294 0 0 0 1265 3 0 0 25 0 1 0 175429711 26890240 3284 1992294400 134512640 146736320 4288318912 18446744073709551615 139028313 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23473/statm: 6565 3284 999 2985 0 3107 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34960

[startup+25.5018 s]
/proc/loadavg: 1.74 1.97 1.88 2/108 23476
/proc/meminfo: memFree=1570908/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=28156 CPUtime=25.48
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 11575 0 0 0 2543 5 0 0 25 0 1 0 175429711 28831744 3682 1992294400 134512640 146736320 4288318912 18446744073709551615 137698810 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23473/statm: 7039 3682 1000 2985 0 3581 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 36856

[startup+51.1012 s]
/proc/loadavg: 1.48 1.89 1.86 2/109 23477
/proc/meminfo: memFree=1564948/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=45140 CPUtime=52.53
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 17435 0 0 0 5245 8 0 0 18 0 2 0 175429711 46223360 5013 1992294400 134512640 146736320 4288318912 18446744073709551615 136008044 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 11285 5013 1031 2985 0 7827 0
[pid=23473/tid=23477] ppid=23472 vsize=45140 CPUtime=5.03
/proc/23473/task/23477/stat : 23477 (pb_cplex) R 23472 23472 23192 0 -1 4202560 551 0 0 0 503 0 0 0 25 0 2 0 175434091 46223360 5013 1992294400 134512640 146736320 4288318912 18446744073709551615 136000404 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.53
Current children cumulated vsize (KiB) 53840

[startup+102.309 s]
/proc/loadavg: 1.70 1.89 1.86 2/109 23479
/proc/meminfo: memFree=1564080/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=45780 CPUtime=142.2
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 17644 0 0 0 14204 16 0 0 25 0 2 0 175429711 46878720 5221 1992294400 134512640 146736320 4288318912 18446744073709551615 136003493 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 11445 5221 1044 2985 0 7987 0
[pid=23473/tid=23477] ppid=23472 vsize=45780 CPUtime=45.62
/proc/23473/task/23477/stat : 23477 (pb_cplex) S 23472 23472 23192 0 -1 4202560 592 0 0 0 4559 3 0 0 25 0 2 0 175434091 46878720 5221 1992294400 134512640 146736320 4288318912 18446744073709551615 144580073 0 2 4096 16387 18446604437831265344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 142.2
Current children cumulated vsize (KiB) 54480

[startup+162.302 s]
/proc/loadavg: 1.45 1.79 1.82 2/109 23480
/proc/meminfo: memFree=1551184/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=57608 CPUtime=219.44
/proc/23473/stat : 23473 (pb_cplex) S 23472 23472 23192 0 -1 4202496 21240 0 0 0 21922 22 0 0 25 0 2 0 175429711 58990592 8473 1992294400 134512640 146736320 4288318912 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 14402 8473 1085 2985 0 10944 0
[pid=23473/tid=23480] ppid=23472 vsize=57608 CPUtime=2.76
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 486 0 0 0 276 0 0 0 23 0 2 0 175445402 58990592 8473 1992294400 134512640 146736320 4288318912 18446744073709551615 135459624 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 219.44
Current children cumulated vsize (KiB) 66308

[startup+222.302 s]
/proc/loadavg: 1.84 1.84 1.83 3/109 23482
/proc/meminfo: memFree=1550440/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=59144 CPUtime=330.14
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 21686 0 0 0 32983 31 0 0 25 0 2 0 175429711 60563456 8632 1992294400 134512640 146736320 4288318912 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 14786 8632 1069 2985 0 11328 0
[pid=23473/tid=23480] ppid=23472 vsize=59144 CPUtime=57.62
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 872 0 0 0 5756 6 0 0 25 0 2 0 175445402 60563456 8632 1992294400 134512640 146736320 4288318912 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 330.14
Current children cumulated vsize (KiB) 67844

[startup+282.301 s]
/proc/loadavg: 1.70 1.80 1.81 3/109 23484
/proc/meminfo: memFree=1549944/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=59580 CPUtime=434.59
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 21817 0 0 0 43418 41 0 0 25 0 2 0 175429711 61009920 8763 1992294400 134512640 146736320 4288318912 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 14895 8763 1069 2985 0 11437 0
[pid=23473/tid=23480] ppid=23472 vsize=59580 CPUtime=106.35
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 942 0 0 0 10625 10 0 0 19 0 2 0 175445402 61009920 8763 1992294400 134512640 146736320 4288318912 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 434.59
Current children cumulated vsize (KiB) 68280

[startup+342.301 s]
/proc/loadavg: 2.16 1.91 1.85 2/109 23495
/proc/meminfo: memFree=1548580/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=60020 CPUtime=545.15
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 21906 0 0 0 54462 53 0 0 25 0 2 0 175429711 61460480 8852 1992294400 134512640 146736320 4288318912 18446744073709551615 136000412 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 15005 8852 1069 2985 0 11547 0
[pid=23473/tid=23480] ppid=23472 vsize=60020 CPUtime=160.34
/proc/23473/task/23480/stat : 23480 (pb_cplex) S 23472 23472 23192 0 -1 4202560 960 0 0 0 16016 18 0 0 18 0 2 0 175445402 61460480 8852 1992294400 134512640 146736320 4288318912 18446744073709551615 144580073 0 2 4096 16387 18446604437831265344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 545.15
Current children cumulated vsize (KiB) 68720

[startup+402.302 s]

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

[pid=23473] ppid=23472 vsize=61292 CPUtime=879.46
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 31961 0 0 0 87856 90 0 0 19 0 2 0 175429711 62763008 9248 1992294400 134512640 146736320 4288318912 18446744073709551615 136476020 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23473/statm: 15323 9248 1069 2985 0 11865 0
[pid=23473/tid=23480] ppid=23472 vsize=61292 CPUtime=326.14
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 7176 0 0 0 32577 37 0 0 25 0 2 0 175445402 62763008 9248 1992294400 134512640 146736320 4288318912 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 879.46
Current children cumulated vsize (KiB) 69992

[startup+582.302 s]
/proc/loadavg: 2.17 2.14 1.96 3/109 23501
/proc/meminfo: memFree=1547340/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=61536 CPUtime=993.43
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 44530 0 0 0 99237 106 0 0 25 0 2 0 175429711 63012864 9364 1992294400 134512640 146736320 4288318912 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 15384 9364 1069 2985 0 11926 0
[pid=23473/tid=23480] ppid=23472 vsize=61536 CPUtime=384.89
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 19707 0 0 0 38441 48 0 0 25 0 2 0 175445402 63012864 9364 1992294400 134512640 146736320 4288318912 18446744073709551615 136008044 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 993.43
Current children cumulated vsize (KiB) 70236

[startup+642.302 s]
/proc/loadavg: 2.39 2.20 1.99 3/109 23503
/proc/meminfo: memFree=1546720/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=61776 CPUtime=1103.87
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 55196 0 0 0 110262 125 0 0 20 0 2 0 175429711 63258624 9514 1992294400 134512640 146736320 4288318912 18446744073709551615 136000415 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23473/statm: 15444 9514 1069 2985 0 11986 0
[pid=23473/tid=23480] ppid=23472 vsize=61776 CPUtime=436.81
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 30297 0 0 0 43620 61 0 0 20 0 2 0 175445402 63258624 9514 1992294400 134512640 146736320 4288318912 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1103.87
Current children cumulated vsize (KiB) 70476

[startup+702.302 s]
/proc/loadavg: 2.78 2.33 2.04 5/109 23505
/proc/meminfo: memFree=1545976/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=62564 CPUtime=1214.05
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 55435 0 0 0 121268 137 0 0 21 0 2 0 175429711 64065536 9709 1992294400 134512640 146736320 4288318912 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 15641 9709 1069 2985 0 12183 0
[pid=23473/tid=23480] ppid=23472 vsize=62564 CPUtime=489.15
/proc/23473/task/23480/stat : 23480 (pb_cplex) S 23472 23472 23192 0 -1 4202560 30391 0 0 0 48847 68 0 0 19 0 2 0 175445402 64065536 9709 1992294400 134512640 146736320 4288318912 18446744073709551615 144580073 0 2 4096 16387 18446604437831265344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1214.05
Current children cumulated vsize (KiB) 71264

[startup+762.309 s]
/proc/loadavg: 2.34 2.29 2.05 3/109 23505
/proc/meminfo: memFree=1545356/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=63744 CPUtime=1324.33
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 67676 0 0 0 132281 152 0 0 25 0 2 0 175429711 65273856 9796 1992294400 134512640 146736320 4288318912 18446744073709551615 135466480 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 15936 9796 1069 2985 0 12478 0
[pid=23473/tid=23480] ppid=23472 vsize=63744 CPUtime=545.24
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 42618 0 0 0 54445 79 0 0 25 0 2 0 175445402 65273856 9796 1992294400 134512640 146736320 4288318912 18446744073709551615 136002043 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1324.33
Current children cumulated vsize (KiB) 72444

[startup+822.302 s]
/proc/loadavg: 2.28 2.28 2.06 3/109 23507
/proc/meminfo: memFree=1544860/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=64096 CPUtime=1436.79
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 79607 0 0 0 143508 171 0 0 19 0 2 0 175429711 65634304 9961 1992294400 134512640 146736320 4288318912 18446744073709551615 136008238 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23473/statm: 16024 9961 1069 2985 0 12566 0
[pid=23473/tid=23480] ppid=23472 vsize=64096 CPUtime=600.04
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 54464 0 0 0 59913 91 0 0 19 0 2 0 175445402 65634304 9961 1992294400 134512640 146736320 4288318912 18446744073709551615 139044540 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1436.79
Current children cumulated vsize (KiB) 72796

[startup+882.302 s]
/proc/loadavg: 2.21 2.25 2.06 3/109 23509
/proc/meminfo: memFree=1544116/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=64612 CPUtime=1549.88
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 87331 0 0 0 154802 186 0 0 25 0 2 0 175429711 66162688 10134 1992294400 134512640 146736320 4288318912 18446744073709551615 136403121 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 16153 10134 1069 2985 0 12695 0
[pid=23473/tid=23480] ppid=23472 vsize=64612 CPUtime=656.09
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 62098 0 0 0 65508 101 0 0 16 0 2 0 175445402 66162688 10134 1992294400 134512640 146736320 4288318912 18446744073709551615 136475800 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1549.88
Current children cumulated vsize (KiB) 73312

[startup+942.302 s]
/proc/loadavg: 2.22 2.24 2.07 3/109 23511
/proc/meminfo: memFree=1543620/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=64744 CPUtime=1663.59
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 100135 0 0 0 166153 206 0 0 25 0 2 0 175429711 66297856 10270 1992294400 134512640 146736320 4288318912 18446744073709551615 135467000 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 16186 10270 1069 2985 0 12728 0
[pid=23473/tid=23480] ppid=23472 vsize=64744 CPUtime=713.95
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 74847 0 0 0 71281 114 0 0 18 0 2 0 175445402 66297856 10270 1992294400 134512640 146736320 4288318912 18446744073709551615 138462616 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1663.59
Current children cumulated vsize (KiB) 73444

[startup+1002.3 s]
/proc/loadavg: 2.01 2.18 2.05 3/109 23513
/proc/meminfo: memFree=1542628/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=66364 CPUtime=1775.6
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 108017 0 0 0 177337 223 0 0 25 0 2 0 175429711 67956736 10465 1992294400 134512640 146736320 4288318912 18446744073709551615 136009197 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 16591 10465 1069 2985 0 13133 0
[pid=23473/tid=23480] ppid=23472 vsize=66364 CPUtime=768.63
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 82631 0 0 0 76737 126 0 0 19 0 2 0 175445402 67956736 10465 1992294400 134512640 146736320 4288318912 18446744073709551615 137412832 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1775.6
Current children cumulated vsize (KiB) 75064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1015.1 s]
/proc/loadavg: 1.93 2.16 2.05 3/109 23513
/proc/meminfo: memFree=1542504/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=66528 CPUtime=1800.02
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 108063 0 0 0 179776 226 0 0 25 0 2 0 175429711 68124672 10511 1992294400 134512640 146736320 4288318912 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 16632 10511 1069 2985 0 13174 0
[pid=23473/tid=23480] ppid=23472 vsize=66528 CPUtime=780.54
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 82643 0 0 0 77927 127 0 0 20 0 2 0 175445402 68124672 10511 1992294400 134512640 146736320 4288318912 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 75228

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

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

[startup+1015.1 s]
/proc/loadavg: 1.93 2.16 2.05 3/109 23513
/proc/meminfo: memFree=1542504/2059040 swapFree=4139332/4192956
[pid=23472] ppid=23470 vsize=8700 CPUtime=0
/proc/23472/stat : 23472 (run) S 23470 23472 23192 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175429711 8908800 248 1992294400 4194304 4922060 140736928156224 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23472/statm: 2175 248 208 178 0 68 0
[pid=23473] ppid=23472 vsize=66528 CPUtime=1800.02
/proc/23473/stat : 23473 (pb_cplex) R 23472 23472 23192 0 -1 4202496 108063 0 0 0 179776 226 0 0 25 0 2 0 175429711 68124672 10511 1992294400 134512640 146736320 4288318912 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23473/statm: 16632 10511 1069 2985 0 13174 0
[pid=23473/tid=23480] ppid=23472 vsize=66528 CPUtime=780.54
/proc/23473/task/23480/stat : 23480 (pb_cplex) R 23472 23472 23192 0 -1 4202560 82643 0 0 0 77927 127 0 0 20 0 2 0 175445402 68124672 10511 1992294400 134512640 146736320 4288318912 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 75228

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1015.12
CPU time (s): 1800.02
CPU user time (s): 1797.76
CPU system time (s): 2.26
CPU usage (%): 177.321
Max. virtual memory (cumulated for all children) (KiB): 75228

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

runsolver used 1.9757 second user time and 5.17321 second system time

The end

Launcher Data

Begin job on node018 at 2010-07-01 22:55:34
IDJOB=2695865
IDBENCH=1988
IDSOLVER=1209
FILE ID=node018/2695865-1278017734
PBS_JOBID= 11198738
Free space on /tmp= 62436 MiB

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

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

MD5SUM BENCH= 810966efbb409d6e2e91a116be6e9263
RANDOM SEED=600803296

node018.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.248
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.49
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.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1581868 kB
Buffers:        118152 kB
Cached:         256508 kB
SwapCached:       6920 kB
Active:         166944 kB
Inactive:       221636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1581868 kB
SwapTotal:     4192956 kB
SwapFree:      4139332 kB
Dirty:           16756 kB
Writeback:           0 kB
AnonPages:       12308 kB
Mapped:          12016 kB
Slab:            66624 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181576 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= 62420 MiB
End job on node018 at 2010-07-01 23:12:31