Trace number 2695914

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.18 1063.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM54ffab8e8a4cb46f5f9473284ad05d3b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark545
Best CPU time to get the best result obtained on this benchmark1802.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 371
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 495981
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 495981
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-2695914-1278017394.opb.
0.00/0.00	c Instance file HOME/instance-2695914-1278017394.opb
0.00/0.00	c File size is 17233639 bytes.
27.88/27.94	c Highest Coefficient sum: 101
27.88/27.94	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
28.68/28.77	c ============================[ Problem Statistics ]=============================
28.68/28.77	c |                                                                             |
28.68/28.77	c |  Parsing time:          28.49        s                                      |
28.68/28.77	c |  Number Variables:      10000                                               |
29.07/29.12	c |  Number Constraints:    656900                                              |
29.07/29.12	c ===============================================================================
1800.18/1063.21	c Remaining time 1771.21 sec.
1800.18/1063.21	c 
1800.18/1063.21	c *** INTERRUPTED ***
1800.18/1063.21	s UNKNOWN
1800.18/1063.21	c Total CPU time              : 1786.83 s
1800.18/1063.21	c Memory used           : 654.67 MB
1800.18/1063.21	c CPU time              : 1786.83 s
1800.18/1063.21	c 
1800.18/1063.21	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-2695914-1278017394/watcher-2695914-1278017394 -o /tmp/evaluation-result-2695914-1278017394/solver-2695914-1278017394 -C 1800 -W 2000 -M 1800 run HOME/instance-2695914-1278017394.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.87 1.85 1.92 3/105 29615
/proc/meminfo: memFree=1851580/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) R 29613 29615 29400 0 -1 4202496 349 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612930965 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0

[startup+0.0349189 s]
/proc/loadavg: 1.87 1.85 1.92 3/105 29615
/proc/meminfo: memFree=1851580/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100924 s]
/proc/loadavg: 1.87 1.85 1.92 3/105 29615
/proc/meminfo: memFree=1851580/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300944 s]
/proc/loadavg: 1.87 1.85 1.92 3/105 29615
/proc/meminfo: memFree=1851580/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700984 s]
/proc/loadavg: 1.87 1.85 1.92 3/105 29615
/proc/meminfo: memFree=1851580/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 1.87 1.85 1.92 2/107 29617
/proc/meminfo: memFree=1848836/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=31864 CPUtime=1.49
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 954 0 0 0 149 0 0 0 25 0 1 0 143033366 32628736 908 1992294400 134512640 146736320 4294699504 18446744073709551615 140679020 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29616/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10122 s]
/proc/loadavg: 1.80 1.84 1.92 2/107 29617
/proc/meminfo: memFree=1848464/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=31996 CPUtime=3.09
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 977 0 0 0 309 0 0 0 25 0 1 0 143033366 32763904 931 1992294400 134512640 146736320 4294699504 18446744073709551615 140409120 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29616/statm: 7999 931 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.30154 s]
/proc/loadavg: 1.80 1.84 1.92 2/107 29617
/proc/meminfo: memFree=1847100/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=32128 CPUtime=6.29
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 997 0 0 0 629 0 0 0 25 0 1 0 143033366 32899072 951 1992294400 134512640 146736320 4294699504 18446744073709551615 134814125 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29616/statm: 8032 951 308 2985 0 758 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40828

[startup+12.7012 s]
/proc/loadavg: 1.82 1.84 1.92 2/107 29617
/proc/meminfo: memFree=1847968/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=32260 CPUtime=12.69
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1036 0 0 0 1269 0 0 0 25 0 1 0 143033366 33034240 990 1992294400 134512640 146736320 4294699504 18446744073709551615 140683311 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29616/statm: 8065 990 308 2985 0 791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40960

[startup+25.5005 s]
/proc/loadavg: 1.70 1.81 1.91 2/107 29617
/proc/meminfo: memFree=1795284/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=92628 CPUtime=25.48
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 19397 0 0 0 2540 8 0 0 25 0 1 0 143033366 94851072 18354 1992294400 134512640 146736320 4294699504 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29616/statm: 23157 18354 2560 2985 0 15883 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 101328

[startup+51.101 s]
/proc/loadavg: 1.53 1.76 1.89 2/108 29620
/proc/meminfo: memFree=1616840/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=274548 CPUtime=52.52
/proc/29616/stat : 29616 (pb_cplex) S 29615 29615 29400 0 -1 4202496 140870 0 0 0 5195 57 0 0 18 0 2 0 143033366 281137152 59457 1992294400 134512640 146736320 4294699504 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 68637 59457 1056 2985 0 65179 0
[pid=29616/tid=29620] ppid=29615 vsize=274548 CPUtime=8.71
/proc/29616/task/29620/stat : 29620 (pb_cplex) R 29615 29615 29400 0 -1 4202560 2280 0 0 0 870 1 0 0 25 0 2 0 143037572 281137152 59457 1992294400 134512640 146736320 4294699504 18446744073709551615 135846293 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.52
Current children cumulated vsize (KiB) 283248

[startup+102.308 s]
/proc/loadavg: 1.45 1.69 1.86 3/108 29626
/proc/meminfo: memFree=1528180/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=361680 CPUtime=129.8
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 195454 0 0 0 12883 97 0 0 18 0 2 0 143033366 370360320 81618 1992294400 134512640 146736320 4294699504 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 90420 81618 1067 2985 0 86962 0
[pid=29616/tid=29626] ppid=29615 vsize=361680 CPUtime=15.9
/proc/29616/task/29626/stat : 29626 (pb_cplex) R 29615 29615 29400 0 -1 4202560 7993 0 0 0 1584 6 0 0 18 0 2 0 143041695 370360320 81618 1992294400 134512640 146736320 4294699504 18446744073709551615 136475826 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 129.8
Current children cumulated vsize (KiB) 370380

[startup+162.301 s]
/proc/loadavg: 1.66 1.71 1.85 3/108 29628
/proc/meminfo: memFree=1501520/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=388348 CPUtime=233.82
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 299317 0 0 0 23209 173 0 0 18 0 2 0 143033366 397668352 88185 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 97087 88185 1068 2985 0 93629 0
[pid=29616/tid=29626] ppid=29615 vsize=388348 CPUtime=67.84
/proc/29616/task/29626/stat : 29626 (pb_cplex) R 29615 29615 29400 0 -1 4202560 70374 0 0 0 6737 47 0 0 22 0 2 0 143041695 397668352 88185 1992294400 134512640 146736320 4294699504 18446744073709551615 136475800 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 233.82
Current children cumulated vsize (KiB) 397048

[startup+222.301 s]
/proc/loadavg: 1.86 1.75 1.85 3/108 29630
/proc/meminfo: memFree=1477836/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=412412 CPUtime=329.95
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 413494 0 0 0 32748 247 0 0 17 0 2 0 143033366 422309888 93984 1992294400 134512640 146736320 4294699504 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 103103 93984 1068 2985 0 99645 0
[pid=29616/tid=29626] ppid=29615 vsize=412412 CPUtime=114.03
/proc/29616/task/29626/stat : 29626 (pb_cplex) R 29615 29615 29400 0 -1 4202560 143732 0 0 0 11313 90 0 0 25 0 2 0 143041695 422309888 93984 1992294400 134512640 146736320 4294699504 18446744073709551615 136475864 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 329.95
Current children cumulated vsize (KiB) 421112

[startup+282.301 s]
/proc/loadavg: 1.72 1.73 1.84 3/108 29630
/proc/meminfo: memFree=1458864/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=432608 CPUtime=432.88
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 492269 0 0 0 42968 320 0 0 17 0 2 0 143033366 442990592 98847 1992294400 134512640 146736320 4294699504 18446744073709551615 135962286 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 108152 98847 1069 2985 0 104694 0
[pid=29616/tid=29626] ppid=29615 vsize=432608 CPUtime=164.35
/proc/29616/task/29626/stat : 29626 (pb_cplex) R 29615 29615 29400 0 -1 4202560 181002 0 0 0 16309 126 0 0 25 0 2 0 143041695 442990592 98847 1992294400 134512640 146736320 4294699504 18446744073709551615 135455452 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 432.88
Current children cumulated vsize (KiB) 441308

[startup+342.301 s]
/proc/loadavg: 1.68 1.73 1.83 2/108 29632
/proc/meminfo: memFree=1443612/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=447000 CPUtime=531.13
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 593676 0 0 0 52726 387 0 0 25 0 2 0 143033366 457728000 102622 1992294400 134512640 146736320 4294699504 18446744073709551615 138711652 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 111750 102622 1098 2985 0 108292 0
[pid=29616/tid=29626] ppid=29615 vsize=447000 CPUtime=205.44
/proc/29616/task/29626/stat : 29626 (pb_cplex) S 29615 29615 29400 0 -1 4202560 234872 0 0 0 20382 162 0 0 25 0 2 0 143041695 457728000 102622 1992294400 134512640 146736320 4294699504 18446744073709551615 144580073 0 2 4096 16387 18446604437477571392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 531.13
Current children cumulated vsize (KiB) 455700

[startup+402.301 s]

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

[pid=29616] ppid=29615 vsize=496820 CPUtime=840.34
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 915824 0 0 0 83425 609 0 0 18 0 2 0 143033366 508743680 99557 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 124205 99557 1096 2985 0 120747 0
[pid=29616/tid=29636] ppid=29615 vsize=496820 CPUtime=150.07
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 211832 0 0 0 14877 130 0 0 18 0 2 0 143068497 508743680 99557 1992294400 134512640 146736320 4294699504 18446744073709551615 136406174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 840.34
Current children cumulated vsize (KiB) 505520

[startup+582.301 s]
/proc/loadavg: 1.62 1.73 1.80 2/108 29642
/proc/meminfo: memFree=1444976/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=507060 CPUtime=945.75
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1038262 0 0 0 93887 688 0 0 17 0 2 0 143033366 519229440 102190 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 126765 102190 1096 2985 0 123307 0
[pid=29616/tid=29636] ppid=29615 vsize=507060 CPUtime=202.69
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 325859 0 0 0 20081 188 0 0 25 0 2 0 143068497 519229440 102190 1992294400 134512640 146736320 4294699504 18446744073709551615 139023053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 945.75
Current children cumulated vsize (KiB) 515760

[startup+642.301 s]
/proc/loadavg: 1.77 1.75 1.80 3/108 29644
/proc/meminfo: memFree=1432204/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=520104 CPUtime=1050.53
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1167729 0 0 0 104275 778 0 0 17 0 2 0 143033366 532586496 105376 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 130026 105376 1096 2985 0 126568 0
[pid=29616/tid=29636] ppid=29615 vsize=520104 CPUtime=254.7
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 327135 0 0 0 25260 210 0 0 20 0 2 0 143068497 532586496 105376 1992294400 134512640 146736320 4294699504 18446744073709551615 136389149 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1050.53
Current children cumulated vsize (KiB) 528804

[startup+702.301 s]
/proc/loadavg: 1.85 1.77 1.81 3/108 29655
/proc/meminfo: memFree=1401296/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=550808 CPUtime=1161.58
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1347630 0 0 0 115269 889 0 0 17 0 2 0 143033366 564027392 112856 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 137702 112856 1096 2985 0 134244 0
[pid=29616/tid=29636] ppid=29615 vsize=550808 CPUtime=311.92
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 415628 0 0 0 30926 266 0 0 19 0 2 0 143068497 564027392 112856 1992294400 134512640 146736320 4294699504 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1161.58
Current children cumulated vsize (KiB) 559508

[startup+762.309 s]
/proc/loadavg: 2.02 1.82 1.82 3/108 29657
/proc/meminfo: memFree=1381208/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=570308 CPUtime=1264.76
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1524237 0 0 0 125479 997 0 0 18 0 2 0 143033366 583995392 117776 1992294400 134512640 146736320 4294699504 18446744073709551615 136000756 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29616/statm: 142577 117776 1098 2985 0 139119 0
[pid=29616/tid=29636] ppid=29615 vsize=570308 CPUtime=364.45
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 461637 0 0 0 36136 309 0 0 18 0 2 0 143068497 583995392 117776 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1264.76
Current children cumulated vsize (KiB) 579008

[startup+822.301 s]
/proc/loadavg: 1.90 1.82 1.82 3/108 29659
/proc/meminfo: memFree=1359756/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=592464 CPUtime=1371.3
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1604401 0 0 0 136059 1071 0 0 18 0 2 0 143033366 606683136 123216 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 148116 123216 1098 2985 0 144658 0
[pid=29616/tid=29636] ppid=29615 vsize=592464 CPUtime=418.12
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 484016 0 0 0 41471 341 0 0 18 0 2 0 143068497 606683136 123216 1992294400 134512640 146736320 4294699504 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1371.3
Current children cumulated vsize (KiB) 601164

[startup+882.301 s]
/proc/loadavg: 2.02 1.86 1.83 3/108 29659
/proc/meminfo: memFree=1339048/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=612632 CPUtime=1481.88
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1644757 0 0 0 147060 1128 0 0 18 0 2 0 143033366 627335168 128255 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 153158 128255 1098 2985 0 149700 0
[pid=29616/tid=29636] ppid=29615 vsize=612632 CPUtime=472.5
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 507601 0 0 0 46879 371 0 0 25 0 2 0 143068497 627335168 128255 1992294400 134512640 146736320 4294699504 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 621332

[startup+942.301 s]
/proc/loadavg: 1.70 1.81 1.81 2/108 29661
/proc/meminfo: memFree=1320572/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=631380 CPUtime=1586
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1695258 0 0 0 157410 1190 0 0 17 0 2 0 143033366 646533120 132935 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29616/statm: 157845 132935 1098 2985 0 154387 0
[pid=29616/tid=29636] ppid=29615 vsize=631380 CPUtime=524.49
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 545211 0 0 0 52040 409 0 0 17 0 2 0 143068497 646533120 132935 1992294400 134512640 146736320 4294699504 18446744073709551615 135460376 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1586
Current children cumulated vsize (KiB) 640080

[startup+1002.3 s]
/proc/loadavg: 1.86 1.84 1.82 3/108 29663
/proc/meminfo: memFree=1299988/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=652172 CPUtime=1695.96
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1772709 0 0 0 168328 1268 0 0 18 0 2 0 143033366 667824128 138143 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29616/statm: 163043 138143 1098 2985 0 159585 0
[pid=29616/tid=29636] ppid=29615 vsize=652172 CPUtime=578.3
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 609407 0 0 0 57370 460 0 0 17 0 2 0 143068497 667824128 138143 1992294400 134512640 146736320 4294699504 18446744073709551615 138443690 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1695.96
Current children cumulated vsize (KiB) 660872

[startup+1062.3 s]
/proc/loadavg: 1.74 1.81 1.81 3/108 29665
/proc/meminfo: memFree=1281760/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=669656 CPUtime=1798.56
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1844406 0 0 0 178520 1336 0 0 17 0 2 0 143033366 685727744 142514 1992294400 134512640 146736320 4294699504 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29616/statm: 167414 142514 1098 2985 0 163956 0
[pid=29616/tid=29636] ppid=29615 vsize=669656 CPUtime=629.16
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 669670 0 0 0 62410 506 0 0 20 0 2 0 143068497 685727744 142514 1992294400 134512640 146736320 4294699504 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 678356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1063.2 s]
/proc/loadavg: 1.76 1.82 1.81 4/108 29665
/proc/meminfo: memFree=1281016/2059040 swapFree=4135604/4192956
[pid=29615] ppid=29613 vsize=8700 CPUtime=0
/proc/29615/stat : 29615 (run) S 29613 29615 29400 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143033366 8908800 249 1992294400 4194304 4922060 140734478519840 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29615/statm: 2175 249 208 178 0 68 0
[pid=29616] ppid=29615 vsize=670380 CPUtime=1800.18
/proc/29616/stat : 29616 (pb_cplex) R 29615 29615 29400 0 -1 4202496 1846188 0 0 0 178681 1337 0 0 18 0 2 0 143033366 686469120 142695 1992294400 134512640 146736320 4294699504 18446744073709551615 137334253 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29616/statm: 167595 142695 1098 2985 0 164137 0
[pid=29616/tid=29636] ppid=29615 vsize=670380 CPUtime=629.89
/proc/29616/task/29636/stat : 29636 (pb_cplex) R 29615 29615 29400 0 -1 4202560 671015 0 0 0 62482 507 0 0 17 0 2 0 143068497 686469120 142695 1992294400 134512640 146736320 4294699504 18446744073709551615 136475824 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 679080

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 29615 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=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1063.22
CPU time (s): 1800.18
CPU user time (s): 1786.81
CPU system time (s): 13.37
CPU usage (%): 169.314
Max. virtual memory (cumulated for all children) (KiB): 680404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 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 1.76173 second user time and 5.38118 second system time

The end

Launcher Data

Begin job on node084 at 2010-07-01 22:49:55
IDJOB=2695914
IDBENCH=1971
IDSOLVER=1209
FILE ID=node084/2695914-1278017394
PBS_JOBID= 11198703
Free space on /tmp= 62348 MiB

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

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

MD5SUM BENCH= 54ffab8e8a4cb46f5f9473284ad05d3b
RANDOM SEED=43665828

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1851984 kB
Buffers:          3652 kB
Cached:         112656 kB
SwapCached:      10012 kB
Active:          85556 kB
Inactive:        44004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1851984 kB
SwapTotal:     4192956 kB
SwapFree:      4135604 kB
Dirty:           33360 kB
Writeback:           4 kB
AnonPages:       11708 kB
Mapped:           8472 kB
Slab:            55672 kB
PageTables:       4184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181704 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= 62332 MiB
End job on node084 at 2010-07-01 23:07:41