Trace number 2695915

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.2 1081.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1796.43
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
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 494527
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 494527
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.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2695915-1278017407.opb.
0.00/0.00	c Instance file HOME/instance-2695915-1278017407.opb
0.00/0.00	c File size is 17233660 bytes.
29.88/29.94	c Highest Coefficient sum: 101
29.88/29.94	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
30.69/30.77	c ============================[ Problem Statistics ]=============================
30.69/30.77	c |                                                                             |
30.69/30.77	c |  Parsing time:          30.50        s                                      |
30.69/30.77	c |  Number Variables:      10000                                               |
31.08/31.14	c |  Number Constraints:    656900                                              |
31.08/31.14	c ===============================================================================
1800.20/1081.81	c Remaining time 1769.21 sec.
1800.20/1081.81	c 
1800.20/1081.81	c *** INTERRUPTED ***
1800.20/1081.81	s UNKNOWN
1800.20/1081.81	c Total CPU time              : 1784.49 s
1800.20/1081.81	c Memory used           : 638.91 MB
1800.20/1081.81	c CPU time              : 1784.49 s
1800.20/1081.81	c 
1800.20/1081.81	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-2695915-1278017407/watcher-2695915-1278017407 -o /tmp/evaluation-result-2695915-1278017407/solver-2695915-1278017407 -C 1800 -W 2000 -M 1800 run HOME/instance-2695915-1278017407.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.84 1.72 1.43 3/106 21393
/proc/meminfo: memFree=1900092/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) R 21391 21393 21011 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434379669 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0

[startup+0.0223511 s]
/proc/loadavg: 1.84 1.72 1.43 3/106 21393
/proc/meminfo: memFree=1900092/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101356 s]
/proc/loadavg: 1.84 1.72 1.43 3/106 21393
/proc/meminfo: memFree=1900092/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300372 s]
/proc/loadavg: 1.84 1.72 1.43 3/106 21393
/proc/meminfo: memFree=1900092/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700404 s]
/proc/loadavg: 1.84 1.72 1.43 3/106 21393
/proc/meminfo: memFree=1900092/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50147 s]
/proc/loadavg: 1.84 1.72 1.43 2/108 21395
/proc/meminfo: memFree=1897472/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=31864 CPUtime=1.49
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 955 0 0 0 149 0 0 0 25 0 1 0 177344804 32628736 909 1992294400 134512640 146736320 4292096016 18446744073709551615 141014053 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/21394/statm: 7966 909 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.1016 s]
/proc/loadavg: 1.84 1.72 1.43 2/108 21395
/proc/meminfo: memFree=1895860/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=31996 CPUtime=3.09
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 968 0 0 0 309 0 0 0 25 0 1 0 177344804 32763904 922 1992294400 134512640 146736320 4292096016 18446744073709551615 140647825 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/21394/statm: 7999 922 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.30186 s]
/proc/loadavg: 1.77 1.71 1.42 2/108 21395
/proc/meminfo: memFree=1897100/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=31996 CPUtime=6.29
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 996 0 0 0 629 0 0 0 25 0 1 0 177344804 32763904 950 1992294400 134512640 146736320 4292096016 18446744073709551615 141014496 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/21394/statm: 7999 950 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7014 s]
/proc/loadavg: 1.71 1.69 1.42 2/108 21395
/proc/meminfo: memFree=1896976/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=32260 CPUtime=12.69
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 1033 0 0 0 1269 0 0 0 25 0 1 0 177344804 33034240 987 1992294400 134512640 146736320 4292096016 18446744073709551615 141014048 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/21394/statm: 8065 987 308 2985 0 791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40960

[startup+25.5004 s]
/proc/loadavg: 1.55 1.66 1.41 2/108 21397
/proc/meminfo: memFree=1889164/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=47580 CPUtime=25.48
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 5682 0 0 0 2546 2 0 0 25 0 1 0 177344804 48721920 5409 1992294400 134512640 146736320 4292096016 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/21394/statm: 11895 5409 882 2985 0 4621 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56280

[startup+51.1005 s]
/proc/loadavg: 1.36 1.60 1.40 2/109 21402
/proc/meminfo: memFree=1663476/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=274424 CPUtime=54.47
/proc/21394/stat : 21394 (pb_cplex) S 21393 21393 21011 0 -1 4202496 140253 0 0 0 5386 61 0 0 22 0 2 0 177344804 281010176 60044 1992294400 134512640 146736320 4292096016 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 68606 60044 1061 2985 0 65148 0
[pid=21394/tid=21402] ppid=21393 vsize=274424 CPUtime=3.35
/proc/21394/task/21402/stat : 21402 (pb_cplex) R 21393 21393 21011 0 -1 4202560 1590 0 0 0 335 0 0 0 20 0 2 0 177349553 281010176 60044 1992294400 134512640 146736320 4292096016 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.47
Current children cumulated vsize (KiB) 283124

[startup+102.309 s]
/proc/loadavg: 1.47 1.60 1.41 2/109 21408
/proc/meminfo: memFree=1578784/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=374416 CPUtime=127.15
/proc/21394/stat : 21394 (pb_cplex) S 21393 21393 21011 0 -1 4202496 192104 0 0 0 12615 100 0 0 25 0 2 0 177344804 383401984 81000 1992294400 134512640 146736320 4292096016 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 93604 81000 1078 2985 0 90146 0
[pid=21394/tid=21406] ppid=21393 vsize=374416 CPUtime=17.4
/proc/21394/task/21406/stat : 21406 (pb_cplex) R 21393 21393 21011 0 -1 4202560 2959 0 0 0 1737 3 0 0 22 0 2 0 177352974 383401984 81000 1992294400 134512640 146736320 4292096016 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 127.15
Current children cumulated vsize (KiB) 383116

[startup+162.301 s]
/proc/loadavg: 1.82 1.68 1.45 3/109 21408
/proc/meminfo: memFree=1556588/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=395688 CPUtime=224.73
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 291678 0 0 0 22301 172 0 0 16 0 2 0 177344804 405184512 86365 1992294400 134512640 146736320 4292096016 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 98922 86365 1078 2985 0 95464 0
[pid=21394/tid=21406] ppid=21393 vsize=395688 CPUtime=65.13
/proc/21394/task/21406/stat : 21406 (pb_cplex) R 21393 21393 21011 0 -1 4202560 63258 0 0 0 6470 43 0 0 17 0 2 0 177352974 405184512 86365 1992294400 134512640 146736320 4292096016 18446744073709551615 136008089 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 224.73
Current children cumulated vsize (KiB) 404388

[startup+222.301 s]
/proc/loadavg: 1.47 1.60 1.44 3/109 21410
/proc/meminfo: memFree=1531416/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=424060 CPUtime=324.05
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 393577 0 0 0 32161 244 0 0 18 0 2 0 177344804 434237440 93121 1992294400 134512640 146736320 4292096016 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21394/statm: 106015 93121 1079 2985 0 102557 0
[pid=21394/tid=21406] ppid=21393 vsize=424060 CPUtime=112.6
/proc/21394/task/21406/stat : 21406 (pb_cplex) R 21393 21393 21011 0 -1 4202560 108384 0 0 0 11184 76 0 0 17 0 2 0 177352974 434237440 93121 1992294400 134512640 146736320 4292096016 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 324.05
Current children cumulated vsize (KiB) 432760

[startup+282.301 s]
/proc/loadavg: 1.69 1.64 1.46 2/109 21412
/proc/meminfo: memFree=1506864/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=445744 CPUtime=419.3
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 454875 0 0 0 41631 299 0 0 18 0 2 0 177344804 456441856 98582 1992294400 134512640 146736320 4292096016 18446744073709551615 136475784 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 111436 98582 1082 2985 0 107978 0
[pid=21394/tid=21406] ppid=21393 vsize=445744 CPUtime=160.68
/proc/21394/task/21406/stat : 21406 (pb_cplex) R 21393 21393 21011 0 -1 4202560 147114 0 0 0 15961 107 0 0 25 0 2 0 177352974 456441856 98582 1992294400 134512640 146736320 4292096016 18446744073709551615 136384887 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 419.3
Current children cumulated vsize (KiB) 454444

[startup+342.301 s]
/proc/loadavg: 1.87 1.70 1.49 3/109 21414
/proc/meminfo: memFree=1490372/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=463900 CPUtime=528.38
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 535326 0 0 0 52469 369 0 0 25 0 2 0 177344804 475033600 102926 1992294400 134512640 146736320 4292096016 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 115975 102926 1090 2985 0 112517 0
[pid=21394/tid=21406] ppid=21393 vsize=463900 CPUtime=216.35
/proc/21394/task/21406/stat : 21406 (pb_cplex) R 21393 21393 21011 0 -1 4202560 194566 0 0 0 21488 147 0 0 25 0 2 0 177352974 475033600 102926 1992294400 134512640 146736320 4292096016 18446744073709551615 136018927 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 528.38
Current children cumulated vsize (KiB) 472600

[startup+402.301 s]

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

[pid=21394] ppid=21393 vsize=474168 CPUtime=830.72
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 834001 0 0 0 82498 574 0 0 18 0 2 0 177344804 485548032 96897 1992294400 134512640 146736320 4292096016 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 118542 96897 1091 2985 0 115084 0
[pid=21394/tid=21416] ppid=21393 vsize=474168 CPUtime=139.42
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 196977 0 0 0 13825 117 0 0 17 0 2 0 177381277 485548032 96897 1992294400 134512640 146736320 4292096016 18446744073709551615 136475806 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 830.72
Current children cumulated vsize (KiB) 482868

[startup+582.3 s]
/proc/loadavg: 1.82 1.79 1.57 2/109 21422
/proc/meminfo: memFree=1499680/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=489040 CPUtime=937.38
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 972922 0 0 0 93068 670 0 0 20 0 2 0 177344804 500776960 100639 1992294400 134512640 146736320 4292096016 18446744073709551615 139046523 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 122260 100639 1091 2985 0 118802 0
[pid=21394/tid=21416] ppid=21393 vsize=489040 CPUtime=191.83
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 259058 0 0 0 19019 164 0 0 16 0 2 0 177381277 500776960 100639 1992294400 134512640 146736320 4292096016 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 937.38
Current children cumulated vsize (KiB) 497740

[startup+642.3 s]
/proc/loadavg: 1.80 1.79 1.58 3/109 21424
/proc/meminfo: memFree=1474136/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=514872 CPUtime=1047.15
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 1188839 0 0 0 103927 788 0 0 25 0 2 0 177344804 527228928 106988 1992294400 134512640 146736320 4292096016 18446744073709551615 136475806 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 128718 106988 1091 2985 0 125260 0
[pid=21394/tid=21416] ppid=21393 vsize=514872 CPUtime=245.21
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 411594 0 0 0 24281 240 0 0 17 0 2 0 177381277 527228928 106988 1992294400 134512640 146736320 4292096016 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1047.15
Current children cumulated vsize (KiB) 523572

[startup+702.3 s]
/proc/loadavg: 1.92 1.81 1.60 3/109 21435
/proc/meminfo: memFree=1447140/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=541088 CPUtime=1152.06
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 1398848 0 0 0 114295 911 0 0 21 0 2 0 177344804 554074112 113537 1992294400 134512640 146736320 4292096016 18446744073709551615 136389135 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 135272 113537 1091 2985 0 131814 0
[pid=21394/tid=21416] ppid=21393 vsize=541088 CPUtime=297.12
/proc/21394/task/21416/stat : 21416 (pb_cplex) S 21393 21393 21011 0 -1 4202560 561126 0 0 0 29393 319 0 0 17 0 2 0 177381277 554074112 113537 1992294400 134512640 146736320 4292096016 18446744073709551615 144580073 0 2 4096 16387 18446604437541317504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1152.06
Current children cumulated vsize (KiB) 549788

[startup+762.309 s]
/proc/loadavg: 1.79 1.80 1.60 2/109 21435
/proc/meminfo: memFree=1425936/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=562920 CPUtime=1255.59
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 1578479 0 0 0 124531 1028 0 0 17 0 2 0 177344804 576430080 118769 1992294400 134512640 146736320 4292096016 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21394/statm: 140730 118769 1093 2985 0 137272 0
[pid=21394/tid=21416] ppid=21393 vsize=562920 CPUtime=346.82
/proc/21394/task/21416/stat : 21416 (pb_cplex) S 21393 21393 21011 0 -1 4202560 688880 0 0 0 34290 392 0 0 25 0 2 0 177381277 576430080 118769 1992294400 134512640 146736320 4292096016 18446744073709551615 144580073 0 2 4096 16387 18446604437541317504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1255.59
Current children cumulated vsize (KiB) 571620

[startup+822.301 s]
/proc/loadavg: 1.90 1.83 1.63 2/109 21437
/proc/meminfo: memFree=1407832/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=580640 CPUtime=1357.59
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 1752929 0 0 0 134626 1133 0 0 18 0 2 0 177344804 594575360 123248 1992294400 134512640 146736320 4292096016 18446744073709551615 136008044 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 145160 123248 1093 2985 0 141702 0
[pid=21394/tid=21416] ppid=21393 vsize=580640 CPUtime=399.35
/proc/21394/task/21416/stat : 21416 (pb_cplex) S 21393 21393 21011 0 -1 4202560 814995 0 0 0 39476 459 0 0 25 0 2 0 177381277 594575360 123248 1992294400 134512640 146736320 4292096016 18446744073709551615 144580073 0 2 4096 16387 18446604437541317504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1357.59
Current children cumulated vsize (KiB) 589340

[startup+882.301 s]
/proc/loadavg: 1.94 1.85 1.64 2/109 21439
/proc/meminfo: memFree=1391092/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=596196 CPUtime=1459.98
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 1934853 0 0 0 144757 1241 0 0 17 0 2 0 177344804 610504704 127249 1992294400 134512640 146736320 4292096016 18446744073709551615 136474230 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21394/statm: 149049 127249 1093 2985 0 145591 0
[pid=21394/tid=21416] ppid=21393 vsize=596196 CPUtime=448.58
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 946091 0 0 0 44331 527 0 0 19 0 2 0 177381277 610504704 127249 1992294400 134512640 146736320 4292096016 18446744073709551615 144798020 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1459.98
Current children cumulated vsize (KiB) 604896

[startup+942.301 s]
/proc/loadavg: 1.98 1.87 1.66 2/109 21441
/proc/meminfo: memFree=1374104/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=612968 CPUtime=1559.8
/proc/21394/stat : 21394 (pb_cplex) S 21393 21393 21011 0 -1 4202496 2089055 0 0 0 154639 1341 0 0 25 0 2 0 177344804 627679232 131382 1992294400 134512640 146736320 4292096016 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 153242 131382 1093 2985 0 149784 0
[pid=21394/tid=21416] ppid=21393 vsize=612968 CPUtime=499.06
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 1059744 0 0 0 49313 593 0 0 23 0 2 0 177381277 627679232 131382 1992294400 134512640 146736320 4292096016 18446744073709551615 137334157 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1559.8
Current children cumulated vsize (KiB) 621668

[startup+1002.3 s]
/proc/loadavg: 2.08 1.91 1.69 2/109 21443
/proc/meminfo: memFree=1357736/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=629576 CPUtime=1663.24
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 2256706 0 0 0 164881 1443 0 0 21 0 2 0 177344804 644685824 135523 1992294400 134512640 146736320 4292096016 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 157394 135523 1093 2985 0 153936 0
[pid=21394/tid=21416] ppid=21393 vsize=629576 CPUtime=549.13
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 1183667 0 0 0 54254 659 0 0 17 0 2 0 177381277 644685824 135523 1992294400 134512640 146736320 4292096016 18446744073709551615 136471198 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1663.24
Current children cumulated vsize (KiB) 638276

[startup+1062.3 s]
/proc/loadavg: 1.87 1.88 1.69 3/109 21443
/proc/meminfo: memFree=1341492/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=647104 CPUtime=1764.49
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 2417262 0 0 0 174909 1540 0 0 18 0 2 0 177344804 662634496 139858 1992294400 134512640 146736320 4292096016 18446744073709551615 136385268 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21394/statm: 161776 139858 1093 2985 0 158318 0
[pid=21394/tid=21416] ppid=21393 vsize=647104 CPUtime=599.68
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 1304371 0 0 0 59244 724 0 0 16 0 2 0 177381277 662634496 139858 1992294400 134512640 146736320 4292096016 18446744073709551615 137342031 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1764.49
Current children cumulated vsize (KiB) 655804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1081.8 s]
/proc/loadavg: 1.91 1.88 1.69 3/109 21445
/proc/meminfo: memFree=1334176/2059040 swapFree=4135596/4192956
[pid=21393] ppid=21391 vsize=8700 CPUtime=0
/proc/21393/stat : 21393 (run) S 21391 21393 21011 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177344804 8908800 249 1992294400 4194304 4922060 140734890780720 18446744073709551615 263434378373 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/21393/statm: 2175 249 208 178 0 68 0
[pid=21394] ppid=21393 vsize=653220 CPUtime=1800.2
/proc/21394/stat : 21394 (pb_cplex) R 21393 21393 21011 0 -1 4202496 2464232 0 0 0 178447 1573 0 0 19 0 2 0 177344804 668897280 141421 1992294400 134512640 146736320 4292096016 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21394/statm: 163305 141421 1093 2985 0 159847 0
[pid=21394/tid=21416] ppid=21393 vsize=653220 CPUtime=617.58
/proc/21394/task/21416/stat : 21416 (pb_cplex) R 21393 21393 21011 0 -1 4202560 1340619 0 0 0 61013 745 0 0 17 0 2 0 177381277 668897280 141421 1992294400 134512640 146736320 4292096016 18446744073709551615 137341520 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 661920

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1081.82
CPU time (s): 1800.2
CPU user time (s): 1784.47
CPU system time (s): 15.73
CPU usage (%): 166.405
Max. virtual memory (cumulated for all children) (KiB): 662972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365
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.09468 second user time and 5.53216 second system time

The end

Launcher Data

Begin job on node003 at 2010-07-01 22:50:09
IDJOB=2695915
IDBENCH=1972
IDSOLVER=1209
FILE ID=node003/2695915-1278017407
PBS_JOBID= 11198751
Free space on /tmp= 62412 MiB

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

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=528239405

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1900620 kB
Buffers:          3032 kB
Cached:          63896 kB
SwapCached:      10484 kB
Active:          75108 kB
Inactive:         5532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1900620 kB
SwapTotal:     4192956 kB
SwapFree:      4135596 kB
Dirty:           33444 kB
Writeback:           0 kB
AnonPages:       12324 kB
Mapped:           8444 kB
Slab:            55856 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183500 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= 62396 MiB
End job on node003 at 2010-07-01 23:08:13