Trace number 2696538

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.13 1065.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
MD5SUM2e8a2f5e2511f10f037e700bd45c84a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1789.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17794
Number of constraints which are clauses17794
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
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-2696538-1278018947.opb.
0.00/0.00	c Instance file HOME/instance-2696538-1278018947.opb
0.00/0.00	c File size is 421987 bytes.
0.00/0.15	c Highest Coefficient sum: 3
0.00/0.15	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.18	c ============================[ Problem Statistics ]=============================
0.00/0.18	c |                                                                             |
0.00/0.18	c |  Parsing time:          0.17         s                                      |
0.00/0.18	c |  Number Variables:      450                                                 |
0.00/0.18	c |  Number Constraints:    17794                                               |
0.00/0.18	c ===============================================================================
1800.13/1065.01	c Remaining time 1799.83 sec.
1800.13/1065.01	c 
1800.13/1065.01	c *** INTERRUPTED ***
1800.13/1065.01	s UNKNOWN
1800.13/1065.01	c Total CPU time              : 1797.97 s
1800.13/1065.01	c Memory used           : 75.45 MB
1800.13/1065.01	c CPU time              : 1797.97 s
1800.13/1065.01	c 
1800.13/1065.01	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-2696538-1278018947/watcher-2696538-1278018947 -o /tmp/evaluation-result-2696538-1278018947/solver-2696538-1278018947 -C 1800 -W 2000 -M 1800 run HOME/instance-2696538-1278018947.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.14 2.04 3/106 23633
/proc/meminfo: memFree=1580104/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0

[startup+0.0625681 s]
/proc/loadavg: 2.27 2.14 2.04 3/106 23633
/proc/meminfo: memFree=1580104/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101571 s]
/proc/loadavg: 2.27 2.14 2.04 3/106 23633
/proc/meminfo: memFree=1580104/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300864 s]
/proc/loadavg: 2.27 2.14 2.04 3/106 23633
/proc/meminfo: memFree=1580104/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700855 s]
/proc/loadavg: 2.27 2.14 2.04 3/106 23633
/proc/meminfo: memFree=1580104/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50184 s]
/proc/loadavg: 2.27 2.14 2.04 2/108 23635
/proc/meminfo: memFree=1566572/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=32244 CPUtime=1.48
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 4872 0 0 0 147 1 0 0 19 0 1 0 175551101 33017856 4180 1992294400 134512640 146736320 4287945760 18446744073709551615 136402277 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/23634/statm: 8061 4180 894 2985 0 4603 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40944

[startup+3.1008 s]
/proc/loadavg: 2.17 2.12 2.04 2/108 23635
/proc/meminfo: memFree=1565828/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=35756 CPUtime=3.07
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 5933 0 0 0 306 1 0 0 24 0 1 0 175551101 36614144 4694 1992294400 134512640 146736320 4287945760 18446744073709551615 139044580 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23634/statm: 8939 4694 959 2985 0 5481 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44456

[startup+6.30074 s]
/proc/loadavg: 2.17 2.12 2.04 2/108 23635
/proc/meminfo: memFree=1561612/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=38720 CPUtime=6.27
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 10124 0 0 0 624 3 0 0 25 0 1 0 175551101 39649280 5596 1992294400 134512640 146736320 4287945760 18446744073709551615 136403109 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/23634/statm: 9680 5596 1014 2985 0 6222 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47420

[startup+12.7006 s]
/proc/loadavg: 1.99 2.08 2.03 2/108 23637
/proc/meminfo: memFree=1562356/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=38472 CPUtime=12.67
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 11509 0 0 0 1263 4 0 0 25 0 1 0 175551101 39395328 5549 1992294400 134512640 146736320 4287945760 18446744073709551615 136403109 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/23634/statm: 9618 5549 1017 2985 0 6160 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 47172

[startup+25.5003 s]
/proc/loadavg: 1.84 2.05 2.02 2/108 23637
/proc/meminfo: memFree=1560992/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=38664 CPUtime=25.47
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 13400 0 0 0 2542 5 0 0 25 0 1 0 175551101 39591936 5623 1992294400 134512640 146736320 4287945760 18446744073709551615 136475777 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/23634/statm: 9666 5623 1018 2985 0 6208 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47364

[startup+51.1008 s]
/proc/loadavg: 1.55 1.96 1.99 2/109 23638
/proc/meminfo: memFree=1552552/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=60128 CPUtime=51.05
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 15725 0 0 0 5098 7 0 0 25 0 2 0 175551101 61571072 7806 1992294400 134512640 146736320 4287945760 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 15032 7806 1095 2985 0 11574 0
[pid=23634/tid=23638] ppid=23633 vsize=60128 CPUtime=0
/proc/23634/task/23638/stat : 23638 (pb_cplex) S 23633 23633 23192 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175555839 61571072 7806 1992294400 134512640 146736320 4287945760 18446744073709551615 144580073 0 2 4096 16387 18446604437813917696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 68828

[startup+102.31 s]
/proc/loadavg: 1.69 1.92 1.97 3/109 23640
/proc/meminfo: memFree=1547220/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=65832 CPUtime=126.66
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 17081 0 0 0 12655 11 0 0 25 0 2 0 175551101 67411968 9058 1992294400 134512640 146736320 4287945760 18446744073709551615 139044544 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 16458 9058 1051 2985 0 13000 0
[pid=23634/tid=23638] ppid=23633 vsize=65832 CPUtime=35.98
/proc/23634/task/23638/stat : 23638 (pb_cplex) R 23633 23633 23192 0 -1 4202560 1269 0 0 0 3596 2 0 0 25 0 2 0 175555839 67411968 9058 1992294400 134512640 146736320 4287945760 18446744073709551615 139044580 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 126.66
Current children cumulated vsize (KiB) 74532

[startup+162.3 s]
/proc/loadavg: 1.92 1.94 1.98 3/109 23642
/proc/meminfo: memFree=1547220/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=65836 CPUtime=244.88
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 17086 0 0 0 24471 17 0 0 25 0 2 0 175551101 67416064 9063 1992294400 134512640 146736320 4287945760 18446744073709551615 136006334 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 16459 9063 1051 2985 0 13001 0
[pid=23634/tid=23638] ppid=23633 vsize=65836 CPUtime=94.93
/proc/23634/task/23638/stat : 23638 (pb_cplex) S 23633 23633 23192 0 -1 4202560 1274 0 0 0 9490 3 0 0 25 0 2 0 175555839 67416064 9063 1992294400 134512640 146736320 4287945760 18446744073709551615 144580073 0 2 4096 16387 18446604437813917696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 244.88
Current children cumulated vsize (KiB) 74536

[startup+222.3 s]
/proc/loadavg: 1.89 1.93 1.97 2/109 23642
/proc/meminfo: memFree=1547096/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=66000 CPUtime=358.78
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 17135 0 0 0 35855 23 0 0 25 0 2 0 175551101 67584000 9108 1992294400 134512640 146736320 4287945760 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 16500 9108 1059 2985 0 13042 0
[pid=23634/tid=23638] ppid=23633 vsize=66000 CPUtime=149.69
/proc/23634/task/23638/stat : 23638 (pb_cplex) S 23633 23633 23192 0 -1 4202560 1296 0 0 0 14964 5 0 0 25 0 2 0 175555839 67584000 9108 1992294400 134512640 146736320 4287945760 18446744073709551615 144580073 0 2 4096 16387 18446604437813917696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 358.78
Current children cumulated vsize (KiB) 74700

[startup+282.302 s]
/proc/loadavg: 1.78 1.90 1.95 3/109 23644
/proc/meminfo: memFree=1547096/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=66000 CPUtime=471.04
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 17135 0 0 0 47076 28 0 0 25 0 2 0 175551101 67584000 9108 1992294400 134512640 146736320 4287945760 18446744073709551615 136008299 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 16500 9108 1059 2985 0 13042 0
[pid=23634/tid=23638] ppid=23633 vsize=66000 CPUtime=208.25
/proc/23634/task/23638/stat : 23638 (pb_cplex) R 23633 23633 23192 0 -1 4202560 1296 0 0 0 20818 7 0 0 25 0 2 0 175555839 67584000 9108 1992294400 134512640 146736320 4287945760 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 471.04
Current children cumulated vsize (KiB) 74700

[startup+342.301 s]
/proc/loadavg: 1.49 1.80 1.92 3/108 23646
/proc/meminfo: memFree=1553428/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=51580 CPUtime=557.22
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 17691 0 0 0 55688 34 0 0 25 0 1 0 175551101 52817920 7412 1992294400 134512640 146736320 4287945760 18446744073709551615 136403109 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/23634/statm: 12895 7412 1066 2985 0 9437 0
Current children cumulated CPU time (s) 557.22
Current children cumulated vsize (KiB) 60280

[startup+402.3 s]
/proc/loadavg: 1.19 1.67 1.86 2/109 23650
/proc/meminfo: memFree=1536432/2059040 swapFree=4139332/4192956

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

[pid=23634] ppid=23633 vsize=77912 CPUtime=811.79
/proc/23634/stat : 23634 (pb_cplex) S 23633 23633 23192 0 -1 4202496 48441 0 0 0 81117 62 0 0 25 0 2 0 175551101 79781888 13148 1992294400 134512640 146736320 4287945760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19478 13148 1079 2985 0 16020 0
[pid=23634/tid=23650] ppid=23633 vsize=77912 CPUtime=103.98
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 11389 0 0 0 10388 10 0 0 25 0 2 0 175590652 79781888 13148 1992294400 134512640 146736320 4287945760 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 811.79
Current children cumulated vsize (KiB) 86612

[startup+582.302 s]
/proc/loadavg: 1.82 1.75 1.85 3/109 23654
/proc/meminfo: memFree=1529984/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=77928 CPUtime=917.36
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 56203 0 0 0 91662 74 0 0 18 0 2 0 175551101 79798272 13146 1992294400 134512640 146736320 4287945760 18446744073709551615 135999768 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19482 13146 1079 2985 0 16024 0
[pid=23634/tid=23650] ppid=23633 vsize=77928 CPUtime=159.79
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 15480 0 0 0 15964 15 0 0 18 0 2 0 175590652 79798272 13146 1992294400 134512640 146736320 4287945760 18446744073709551615 136475864 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 917.36
Current children cumulated vsize (KiB) 86628

[startup+642.301 s]
/proc/loadavg: 1.94 1.80 1.86 2/109 23656
/proc/meminfo: memFree=1530356/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=77428 CPUtime=1029.19
/proc/23634/stat : 23634 (pb_cplex) S 23633 23633 23192 0 -1 4202496 60659 0 0 0 102834 85 0 0 25 0 2 0 175551101 79286272 13062 1992294400 134512640 146736320 4287945760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19357 13062 1080 2985 0 15899 0
[pid=23634/tid=23650] ppid=23633 vsize=77428 CPUtime=217.71
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 17340 0 0 0 21751 20 0 0 25 0 2 0 175590652 79286272 13062 1992294400 134512640 146736320 4287945760 18446744073709551615 136000415 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1029.19
Current children cumulated vsize (KiB) 86128

[startup+702.301 s]
/proc/loadavg: 1.80 1.78 1.85 3/109 23658
/proc/meminfo: memFree=1529240/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=78120 CPUtime=1138.01
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 73703 0 0 0 113701 100 0 0 25 0 2 0 175551101 79994880 13247 1992294400 134512640 146736320 4287945760 18446744073709551615 136007292 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19530 13247 1080 2985 0 16072 0
[pid=23634/tid=23650] ppid=23633 vsize=78120 CPUtime=276.07
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 28619 0 0 0 27578 29 0 0 25 0 2 0 175590652 79994880 13247 1992294400 134512640 146736320 4287945760 18446744073709551615 135453306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1138.01
Current children cumulated vsize (KiB) 86820

[startup+762.31 s]
/proc/loadavg: 1.94 1.82 1.86 3/109 23660
/proc/meminfo: memFree=1529240/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=78120 CPUtime=1245.42
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 92453 0 0 0 124427 115 0 0 23 0 2 0 175551101 79994880 13281 1992294400 134512640 146736320 4287945760 18446744073709551615 136017766 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19530 13281 1080 2985 0 16072 0
[pid=23634/tid=23650] ppid=23633 vsize=78120 CPUtime=331.42
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 46502 0 0 0 33102 40 0 0 25 0 2 0 175590652 79994880 13281 1992294400 134512640 146736320 4287945760 18446744073709551615 139042902 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1245.42
Current children cumulated vsize (KiB) 86820

[startup+822.302 s]
/proc/loadavg: 2.00 1.85 1.86 3/109 23660
/proc/meminfo: memFree=1528992/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=78120 CPUtime=1356.52
/proc/23634/stat : 23634 (pb_cplex) S 23633 23633 23192 0 -1 4202496 114359 0 0 0 135518 134 0 0 25 0 2 0 175551101 79994880 13319 1992294400 134512640 146736320 4287945760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19530 13319 1080 2985 0 16072 0
[pid=23634/tid=23650] ppid=23633 vsize=78120 CPUtime=388.84
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 67554 0 0 0 38832 52 0 0 25 0 2 0 175590652 79994880 13319 1992294400 134512640 146736320 4287945760 18446744073709551615 136008438 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1356.52
Current children cumulated vsize (KiB) 86820

[startup+882.301 s]
/proc/loadavg: 2.00 1.88 1.87 3/109 23662
/proc/meminfo: memFree=1526884/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=82728 CPUtime=1468.42
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 139291 0 0 0 146686 156 0 0 25 0 2 0 175551101 84713472 13967 1992294400 134512640 146736320 4287945760 18446744073709551615 136000406 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 20682 13967 1080 2985 0 17224 0
[pid=23634/tid=23650] ppid=23633 vsize=82728 CPUtime=445.62
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 92104 0 0 0 44494 68 0 0 25 0 2 0 175590652 84713472 13967 1992294400 134512640 146736320 4287945760 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1468.42
Current children cumulated vsize (KiB) 91428

[startup+942.301 s]
/proc/loadavg: 1.90 1.86 1.86 3/109 23664
/proc/meminfo: memFree=1528744/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=78120 CPUtime=1578.28
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 169829 0 0 0 157648 180 0 0 21 0 2 0 175551101 79994880 13357 1992294400 134512640 146736320 4287945760 18446744073709551615 136000537 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19530 13357 1082 2985 0 16072 0
[pid=23634/tid=23650] ppid=23633 vsize=78120 CPUtime=503.39
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 121684 0 0 0 50252 87 0 0 25 0 2 0 175590652 79994880 13357 1992294400 134512640 146736320 4287945760 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1578.28
Current children cumulated vsize (KiB) 86820

[startup+1002.3 s]
/proc/loadavg: 1.91 1.86 1.86 3/109 23666
/proc/meminfo: memFree=1528620/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=78120 CPUtime=1685.87
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 190593 0 0 0 168387 200 0 0 25 0 2 0 175551101 79994880 13386 1992294400 134512640 146736320 4287945760 18446744073709551615 139046463 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23634/statm: 19530 13386 1082 2985 0 16072 0
[pid=23634/tid=23650] ppid=23633 vsize=78120 CPUtime=557.59
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 141438 0 0 0 55658 101 0 0 25 0 2 0 175590652 79994880 13386 1992294400 134512640 146736320 4287945760 18446744073709551615 135999768 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1685.87
Current children cumulated vsize (KiB) 86820

[startup+1062.3 s]
/proc/loadavg: 1.74 1.82 1.84 2/109 23668
/proc/meminfo: memFree=1529240/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=77256 CPUtime=1794.75
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 205598 0 0 0 179259 216 0 0 18 0 2 0 175551101 79110144 13222 1992294400 134512640 146736320 4287945760 18446744073709551615 136475849 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23634/statm: 19314 13222 1082 2985 0 15856 0
[pid=23634/tid=23650] ppid=23633 vsize=77256 CPUtime=609.68
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 156284 0 0 0 60855 113 0 0 18 0 2 0 175590652 79110144 13222 1992294400 134512640 146736320 4287945760 18446744073709551615 139042974 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 85956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1065 s]
/proc/loadavg: 1.68 1.81 1.84 3/109 23668
/proc/meminfo: memFree=1529240/2059040 swapFree=4139332/4192956
[pid=23633] ppid=23631 vsize=8700 CPUtime=0
/proc/23633/stat : 23633 (run) S 23631 23633 23192 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175551101 8908800 249 1992294400 4194304 4922060 140735123751216 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23633/statm: 2175 249 208 178 0 68 0
[pid=23634] ppid=23633 vsize=77256 CPUtime=1800.13
/proc/23634/stat : 23634 (pb_cplex) R 23633 23633 23192 0 -1 4202496 206428 0 0 0 179795 218 0 0 23 0 2 0 175551101 79110144 13223 1992294400 134512640 146736320 4287945760 18446744073709551615 135468694 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23634/statm: 19314 13223 1082 2985 0 15856 0
[pid=23634/tid=23650] ppid=23633 vsize=77256 CPUtime=612.4
/proc/23634/task/23650/stat : 23650 (pb_cplex) R 23633 23633 23192 0 -1 4202560 157114 0 0 0 61125 115 0 0 25 0 2 0 175590652 79110144 13223 1992294400 134512640 146736320 4287945760 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 85956

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 23633 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1065.02
CPU time (s): 1800.13
CPU user time (s): 1797.95
CPU system time (s): 2.18
CPU usage (%): 169.023
Max. virtual memory (cumulated for all children) (KiB): 92340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002999
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.03769 second user time and 5.72713 second system time

The end

Launcher Data

Begin job on node018 at 2010-07-01 23:15:47
IDJOB=2696538
IDBENCH=2235
IDSOLVER=1209
FILE ID=node018/2696538-1278018947
PBS_JOBID= 11198738
Free space on /tmp= 62436 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-5.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696538-1278018947/watcher-2696538-1278018947 -o /tmp/evaluation-result-2696538-1278018947/solver-2696538-1278018947 -C 1800 -W 2000 -M 1800  run HOME/instance-2696538-1278018947.opb

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

MD5SUM BENCH= 2e8a2f5e2511f10f037e700bd45c84a1
RANDOM SEED=493567677

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1580508 kB
Buffers:        118968 kB
Cached:         256992 kB
SwapCached:       6920 kB
Active:         167748 kB
Inactive:       222140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1580508 kB
SwapTotal:     4192956 kB
SwapFree:      4139332 kB
Dirty:           17024 kB
Writeback:           0 kB
AnonPages:       12336 kB
Mapped:          11988 kB
Slab:            66768 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62420 MiB
End job on node018 at 2010-07-01 23:33:35