Trace number 2695913

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.16 1090.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark371
Best CPU time to get the best result obtained on this benchmark1796.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 491651
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 491651
Number of bits of the biggest sum of numbers19
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.01	c pb_cplex 1.0 - 20100701
0.00/0.01	c Parsing opb file format. File HOME/instance-2695913-1278017375.opb.
0.00/0.01	c Instance file HOME/instance-2695913-1278017375.opb
0.00/0.01	c File size is 17233665 bytes.
29.88/29.95	c Highest Coefficient sum: 101
29.88/29.95	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
30.68/30.79	c ============================[ Problem Statistics ]=============================
30.68/30.79	c |                                                                             |
30.68/30.79	c |  Parsing time:          30.53        s                                      |
30.68/30.79	c |  Number Variables:      10000                                               |
31.07/31.15	c |  Number Constraints:    656900                                              |
31.07/31.15	c ===============================================================================
1800.16/1090.51	c Remaining time 1769.18 sec.
1800.16/1090.51	c 
1800.16/1090.51	c *** INTERRUPTED ***
1800.16/1090.51	s UNKNOWN
1800.16/1090.51	c Total CPU time              : 1782.06 s
1800.16/1090.51	c Memory used           : 620.47 MB
1800.16/1090.51	c CPU time              : 1782.06 s
1800.16/1090.51	c 
1800.16/1090.51	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-2695913-1278017375/watcher-2695913-1278017375 -o /tmp/evaluation-result-2695913-1278017375/solver-2695913-1278017375 -C 1800 -W 2000 -M 1800 run HOME/instance-2695913-1278017375.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.78 1.69 1.46 3/107 24394
/proc/meminfo: memFree=1309980/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) R 24392 24394 24131 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177161109 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0

[startup+0.01576 s]
/proc/loadavg: 1.78 1.69 1.46 3/107 24394
/proc/meminfo: memFree=1309980/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101747 s]
/proc/loadavg: 1.78 1.69 1.46 3/107 24394
/proc/meminfo: memFree=1309980/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300764 s]
/proc/loadavg: 1.78 1.69 1.46 3/107 24394
/proc/meminfo: memFree=1309980/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.7008 s]
/proc/loadavg: 1.78 1.69 1.46 3/107 24394
/proc/meminfo: memFree=1309980/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50187 s]
/proc/loadavg: 1.78 1.69 1.46 2/109 24396
/proc/meminfo: memFree=1307236/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=31864 CPUtime=1.49
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 954 0 0 0 149 0 0 0 25 0 1 0 175393368 32628736 908 1992294400 134512640 146736320 4291336112 18446744073709551615 140526619 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24395/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10201 s]
/proc/loadavg: 1.78 1.69 1.46 2/109 24396
/proc/meminfo: memFree=1305748/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=31996 CPUtime=3.09
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 967 0 0 0 309 0 0 0 25 0 1 0 175393368 32763904 921 1992294400 134512640 146736320 4291336112 18446744073709551615 140681241 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24395/statm: 7999 921 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.3013 s]
/proc/loadavg: 1.79 1.69 1.47 2/109 24396
/proc/meminfo: memFree=1306864/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=31996 CPUtime=6.29
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 995 0 0 0 629 0 0 0 25 0 1 0 175393368 32763904 949 1992294400 134512640 146736320 4291336112 18446744073709551615 140528657 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24395/statm: 7999 949 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7009 s]
/proc/loadavg: 1.73 1.68 1.46 2/109 24396
/proc/meminfo: memFree=1306864/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=32260 CPUtime=12.68
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 1032 0 0 0 1268 0 0 0 25 0 1 0 175393368 33034240 986 1992294400 134512640 146736320 4291336112 18446744073709551615 140683248 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24395/statm: 8065 986 308 2985 0 791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40960

[startup+25.501 s]
/proc/loadavg: 1.57 1.64 1.46 2/109 24396
/proc/meminfo: memFree=1299052/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=47580 CPUtime=25.48
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 5664 0 0 0 2546 2 0 0 25 0 1 0 175393368 48721920 5391 1992294400 134512640 146736320 4291336112 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24395/statm: 11895 5391 880 2985 0 4621 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56280

[startup+51.1013 s]
/proc/loadavg: 1.37 1.59 1.44 2/110 24401
/proc/meminfo: memFree=1075844/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=274116 CPUtime=52.43
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 140081 0 0 0 5186 57 0 0 18 0 2 0 175393368 280694784 59447 1992294400 134512640 146736320 4291336112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 68529 59447 1056 2985 0 65071 0
[pid=24395/tid=24401] ppid=24394 vsize=274116 CPUtime=6.66
/proc/24395/task/24401/stat : 24401 (pb_cplex) R 24394 24394 24131 0 -1 4202560 915 0 0 0 665 1 0 0 18 0 2 0 175397697 280694784 59447 1992294400 134512640 146736320 4291336112 18446744073709551615 135855165 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.43
Current children cumulated vsize (KiB) 282816

[startup+102.309 s]
/proc/loadavg: 1.64 1.64 1.46 4/110 24406
/proc/meminfo: memFree=991524/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=369968 CPUtime=127.34
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 228672 0 0 0 12624 110 0 0 25 0 2 0 175393368 378847232 80188 1992294400 134512640 146736320 4291336112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 92492 80188 1065 2985 0 89034 0
[pid=24395/tid=24406] ppid=24394 vsize=369968 CPUtime=14.61
/proc/24395/task/24406/stat : 24406 (pb_cplex) R 24394 24394 24131 0 -1 4202560 14773 0 0 0 1452 9 0 0 18 0 2 0 175401715 378847232 80188 1992294400 134512640 146736320 4291336112 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 127.34
Current children cumulated vsize (KiB) 378668

[startup+162.301 s]
/proc/loadavg: 1.91 1.71 1.50 2/110 24408
/proc/meminfo: memFree=972056/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=390992 CPUtime=223.26
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 377433 0 0 0 22129 197 0 0 17 0 2 0 175393368 400375808 85380 1992294400 134512640 146736320 4291336112 18446744073709551615 136385185 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24395/statm: 97748 85380 1065 2985 0 94290 0
[pid=24395/tid=24406] ppid=24394 vsize=390992 CPUtime=58.89
/proc/24395/task/24406/stat : 24406 (pb_cplex) R 24394 24394 24131 0 -1 4202560 94491 0 0 0 5833 56 0 0 16 0 2 0 175401715 400375808 85380 1992294400 134512640 146736320 4291336112 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 223.26
Current children cumulated vsize (KiB) 399692

[startup+222.3 s]
/proc/loadavg: 1.88 1.75 1.52 3/110 24410
/proc/meminfo: memFree=947008/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=415412 CPUtime=325
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 521359 0 0 0 32211 289 0 0 25 0 2 0 175393368 425381888 91301 1992294400 134512640 146736320 4291336112 18446744073709551615 135846449 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 103853 91301 1067 2985 0 100395 0
[pid=24395/tid=24406] ppid=24394 vsize=415412 CPUtime=108.41
/proc/24395/task/24406/stat : 24406 (pb_cplex) R 24394 24394 24131 0 -1 4202560 168858 0 0 0 10739 102 0 0 17 0 2 0 175401715 425381888 91301 1992294400 134512640 146736320 4291336112 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 325
Current children cumulated vsize (KiB) 424112

[startup+282.3 s]
/proc/loadavg: 2.20 1.85 1.57 3/110 24412
/proc/meminfo: memFree=921216/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=441324 CPUtime=426.87
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 640953 0 0 0 42313 374 0 0 18 0 2 0 175393368 451915776 97861 1992294400 134512640 146736320 4291336112 18446744073709551615 136384895 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 110331 97861 1067 2985 0 106873 0
[pid=24395/tid=24406] ppid=24394 vsize=441324 CPUtime=158.38
/proc/24395/task/24406/stat : 24406 (pb_cplex) S 24394 24394 24131 0 -1 4202560 226720 0 0 0 15692 146 0 0 16 0 2 0 175401715 451915776 97861 1992294400 134512640 146736320 4291336112 18446744073709551615 144580073 0 2 4096 16387 18446604437834974272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 426.87
Current children cumulated vsize (KiB) 450024

[startup+342.301 s]
/proc/loadavg: 1.95 1.83 1.58 3/110 24414
/proc/meminfo: memFree=899268/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=468920 CPUtime=529.05
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 805840 0 0 0 52433 472 0 0 25 0 2 0 175393368 480174080 104176 1992294400 134512640 146736320 4291336112 18446744073709551615 137342026 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 117230 104176 1098 2985 0 113772 0
[pid=24395/tid=24406] ppid=24394 vsize=468920 CPUtime=207.94
/proc/24395/task/24406/stat : 24406 (pb_cplex) R 24394 24394 24131 0 -1 4202560 297715 0 0 0 20601 193 0 0 18 0 2 0 175401715 480174080 104176 1992294400 134512640 146736320 4291336112 18446744073709551615 136237229 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 529.05
Current children cumulated vsize (KiB) 477620

[startup+402.3 s]

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

[pid=24395] ppid=24394 vsize=489180 CPUtime=928.13
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 1398073 0 0 0 91973 840 0 0 22 0 2 0 175393368 500920320 99473 1992294400 134512640 146736320 4291336112 18446744073709551615 135456103 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 122295 99473 1096 2985 0 118837 0
[pid=24395/tid=24418] ppid=24394 vsize=489180 CPUtime=189.57
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 396514 0 0 0 18739 218 0 0 17 0 2 0 175429755 500920320 99473 1992294400 134512640 146736320 4291336112 18446744073709551615 135855179 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 928.13
Current children cumulated vsize (KiB) 497880

[startup+642.301 s]
/proc/loadavg: 1.83 1.84 1.64 3/110 24426
/proc/meminfo: memFree=899888/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=503976 CPUtime=1029.84
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 1580663 0 0 0 102039 945 0 0 20 0 2 0 175393368 516071424 103057 1992294400 134512640 146736320 4291336112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 125994 103057 1096 2985 0 122536 0
[pid=24395/tid=24418] ppid=24394 vsize=503976 CPUtime=240.37
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 518038 0 0 0 23756 281 0 0 16 0 2 0 175429755 516071424 103057 1992294400 134512640 146736320 4291336112 18446744073709551615 137021326 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1029.84
Current children cumulated vsize (KiB) 512676

[startup+702.302 s]
/proc/loadavg: 2.03 1.88 1.66 3/110 24435
/proc/meminfo: memFree=878312/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=528144 CPUtime=1134.41
/proc/24395/stat : 24395 (pb_cplex) S 24394 24394 24131 0 -1 4202496 1794413 0 0 0 112376 1065 0 0 16 0 2 0 175393368 540819456 109000 1992294400 134512640 146736320 4291336112 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24395/statm: 132036 109000 1097 2985 0 128578 0
[pid=24395/tid=24418] ppid=24394 vsize=528144 CPUtime=290.47
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 564720 0 0 0 28730 317 0 0 19 0 2 0 175429755 540819456 109000 1992294400 134512640 146736320 4291336112 18446744073709551615 136933824 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1134.41
Current children cumulated vsize (KiB) 536844

[startup+762.309 s]
/proc/loadavg: 2.04 1.92 1.68 2/110 24437
/proc/meminfo: memFree=856984/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=547084 CPUtime=1235.21
/proc/24395/stat : 24395 (pb_cplex) S 24394 24394 24131 0 -1 4202496 2001748 0 0 0 122339 1182 0 0 18 0 2 0 175393368 560214016 113758 1992294400 134512640 146736320 4291336112 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 136771 113758 1096 2985 0 133313 0
[pid=24395/tid=24418] ppid=24394 vsize=547084 CPUtime=341.6
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 710038 0 0 0 33767 393 0 0 18 0 2 0 175429755 560214016 113758 1992294400 134512640 146736320 4291336112 18446744073709551615 137341770 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1235.21
Current children cumulated vsize (KiB) 555784

[startup+822.302 s]
/proc/loadavg: 2.27 2.02 1.73 5/110 24439
/proc/meminfo: memFree=834168/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=569476 CPUtime=1340.86
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 2213591 0 0 0 132785 1301 0 0 17 0 2 0 175393368 583143424 119388 1992294400 134512640 146736320 4291336112 18446744073709551615 138412932 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 142369 119388 1098 2985 0 138911 0
[pid=24395/tid=24418] ppid=24394 vsize=569476 CPUtime=394.38
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 870683 0 0 0 38965 473 0 0 17 0 2 0 175429755 583143424 119388 1992294400 134512640 146736320 4291336112 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1340.86
Current children cumulated vsize (KiB) 578176

[startup+882.302 s]
/proc/loadavg: 2.45 2.09 1.77 3/110 24441
/proc/meminfo: memFree=818296/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=585292 CPUtime=1445.02
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 2393847 0 0 0 143093 1409 0 0 20 0 2 0 175393368 599339008 123396 1992294400 134512640 146736320 4291336112 18446744073709551615 136019064 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 146323 123396 1098 2985 0 142865 0
[pid=24395/tid=24418] ppid=24394 vsize=585292 CPUtime=445.65
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 998202 0 0 0 44019 546 0 0 16 0 2 0 175429755 599339008 123396 1992294400 134512640 146736320 4291336112 18446744073709551615 136388881 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1445.02
Current children cumulated vsize (KiB) 593992

[startup+942.301 s]
/proc/loadavg: 2.28 2.10 1.79 3/110 24443
/proc/meminfo: memFree=805152/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=599084 CPUtime=1543.76
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 2552590 0 0 0 152868 1508 0 0 18 0 2 0 175393368 613462016 126838 1992294400 134512640 146736320 4291336112 18446744073709551615 139023043 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24395/statm: 149771 126838 1098 2985 0 146313 0
[pid=24395/tid=24418] ppid=24394 vsize=599084 CPUtime=496.1
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 1119332 0 0 0 48996 614 0 0 18 0 2 0 175429755 613462016 126838 1992294400 134512640 146736320 4291336112 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1543.76
Current children cumulated vsize (KiB) 607784

[startup+1002.3 s]
/proc/loadavg: 1.91 2.04 1.79 3/110 24443
/proc/meminfo: memFree=789280/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=614076 CPUtime=1648.16
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 2757277 0 0 0 163176 1640 0 0 17 0 2 0 175393368 628813824 130607 1992294400 134512640 146736320 4291336112 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 153519 130607 1098 2985 0 150061 0
[pid=24395/tid=24418] ppid=24394 vsize=614076 CPUtime=548.97
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 1272010 0 0 0 54188 709 0 0 18 0 2 0 175429755 628813824 130607 1992294400 134512640 146736320 4291336112 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1648.16
Current children cumulated vsize (KiB) 622776

[startup+1062.3 s]
/proc/loadavg: 2.24 2.10 1.83 4/110 24445
/proc/meminfo: memFree=774152/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=629020 CPUtime=1752.82
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 2947250 0 0 0 173523 1759 0 0 19 0 2 0 175393368 644116480 134334 1992294400 134512640 146736320 4291336112 18446744073709551615 139044580 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 157255 134334 1098 2985 0 153797 0
[pid=24395/tid=24418] ppid=24394 vsize=629020 CPUtime=600.89
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 1414999 0 0 0 59296 793 0 0 16 0 2 0 175429755 644116480 134334 1992294400 134512640 146736320 4291336112 18446744073709551615 139028313 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1752.82
Current children cumulated vsize (KiB) 637720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1090.5 s]
/proc/loadavg: 2.10 2.08 1.83 3/110 24447
/proc/meminfo: memFree=767704/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=635356 CPUtime=1800.16
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 3039518 0 0 0 178205 1811 0 0 25 0 2 0 175393368 650604544 135952 1992294400 134512640 146736320 4291336112 18446744073709551615 135460658 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 158839 135952 1098 2985 0 155381 0
[pid=24395/tid=24418] ppid=24394 vsize=635356 CPUtime=623.91
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 1452992 0 0 0 61575 816 0 0 17 0 2 0 175429755 650604544 135952 1992294400 134512640 146736320 4291336112 18446744073709551615 136003838 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 644056

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

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

[startup+1090.5 s]
/proc/loadavg: 2.10 2.08 1.83 3/110 24447
/proc/meminfo: memFree=767704/2059040 swapFree=4139232/4192956
[pid=24394] ppid=24392 vsize=8700 CPUtime=0
/proc/24394/stat : 24394 (run) S 24392 24394 24131 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175393368 8908800 248 1992294400 4194304 4922060 140735143783152 18446744073709551615 259177159813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24394/statm: 2175 248 208 178 0 68 0
[pid=24395] ppid=24394 vsize=635356 CPUtime=1800.16
/proc/24395/stat : 24395 (pb_cplex) R 24394 24394 24131 0 -1 4202496 3039518 0 0 0 178205 1811 0 0 25 0 2 0 175393368 650604544 135952 1992294400 134512640 146736320 4291336112 18446744073709551615 135460658 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24395/statm: 158839 135952 1098 2985 0 155381 0
[pid=24395/tid=24418] ppid=24394 vsize=635356 CPUtime=623.91
/proc/24395/task/24418/stat : 24418 (pb_cplex) R 24394 24394 24131 0 -1 4202560 1452992 0 0 0 61575 816 0 0 17 0 2 0 175429755 650604544 135952 1992294400 134512640 146736320 4291336112 18446744073709551615 136003838 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 644056

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24394 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.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1090.52
CPU time (s): 1800.16
CPU user time (s): 1782.05
CPU system time (s): 18.11
CPU usage (%): 165.073
Max. virtual memory (cumulated for all children) (KiB): 645808

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= 2
involuntary context switches= 2

runsolver used 2.13167 second user time and 5.71013 second system time

The end

Launcher Data

Begin job on node025 at 2010-07-01 22:49:36
IDJOB=2695913
IDBENCH=1970
IDSOLVER=1209
FILE ID=node025/2695913-1278017375
PBS_JOBID= 11198736
Free space on /tmp= 62216 MiB

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

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

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=600803296

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1310508 kB
Buffers:        201220 kB
Cached:         428556 kB
SwapCached:       7972 kB
Active:         337512 kB
Inactive:       307384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1310508 kB
SwapTotal:     4192956 kB
SwapFree:      4139232 kB
Dirty:           33388 kB
Writeback:           0 kB
AnonPages:       12780 kB
Mapped:          12068 kB
Slab:            81616 kB
PageTables:       4248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183888 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= 62200 MiB
End job on node025 at 2010-07-01 23:07:49