Trace number 2695949

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.09 1004.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1789.65
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables470
Total number of constraints469
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints469
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
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-2695949-1278017156.opb.
0.00/0.00	c Instance file HOME/instance-2695949-1278017156.opb
0.00/0.00	c File size is 42910 bytes.
0.00/0.08	c Highest Coefficient sum: 256
0.00/0.08	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.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Parsing time:          0.08         s                                      |
0.00/0.08	c |  Number Variables:      470                                                 |
0.00/0.08	c |  Number Constraints:    469                                                 |
0.00/0.08	c ===============================================================================
1800.09/1004.11	c Remaining time 1799.92 sec.
1800.09/1004.11	c 
1800.09/1004.11	c *** INTERRUPTED ***
1800.09/1004.11	s UNKNOWN
1800.09/1004.11	c Total CPU time              : 1794.66 s
1800.09/1004.11	c Memory used           : 68.16 MB
1800.09/1004.11	c CPU time              : 1794.66 s
1800.09/1004.11	c 
1800.09/1004.11	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695949-1278017156/watcher-2695949-1278017156 -o /tmp/evaluation-result-2695949-1278017156/solver-2695949-1278017156 -C 1800 -W 2000 -M 1800 run HOME/instance-2695949-1278017156.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.69 1.90 1.66 3/106 27335
/proc/meminfo: memFree=1578840/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0

[startup+0.080703 s]
/proc/loadavg: 1.69 1.90 1.66 3/106 27335
/proc/meminfo: memFree=1578840/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10274 s]
/proc/loadavg: 1.69 1.90 1.66 3/106 27335
/proc/meminfo: memFree=1578840/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301739 s]
/proc/loadavg: 1.69 1.90 1.66 3/106 27335
/proc/meminfo: memFree=1578840/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700736 s]
/proc/loadavg: 1.69 1.90 1.66 3/106 27335
/proc/meminfo: memFree=1578840/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 1.69 1.90 1.66 2/108 27337
/proc/meminfo: memFree=1574360/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=19544 CPUtime=1.48
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 2635 0 0 0 148 0 0 0 19 0 1 0 143008120 20013056 2039 1992294400 134512640 146736320 4286635456 18446744073709551615 136015620 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27336/statm: 4886 2039 996 2985 0 1428 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28244

[startup+3.10072 s]
/proc/loadavg: 1.69 1.90 1.66 2/108 27337
/proc/meminfo: memFree=1573740/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=19472 CPUtime=3.08
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 4311 0 0 0 307 1 0 0 25 0 1 0 143008120 19939328 2035 1992294400 134512640 146736320 4286635456 18446744073709551615 136019042 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27336/statm: 4868 2035 996 2985 0 1410 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28172

[startup+6.3017 s]
/proc/loadavg: 1.64 1.88 1.66 3/109 27339
/proc/meminfo: memFree=1568400/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=36320 CPUtime=6.93
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 5945 0 0 0 690 3 0 0 17 0 2 0 143008120 37191680 3440 1992294400 134512640 146736320 4286635456 18446744073709551615 136000794 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 9080 3440 1041 2985 0 5622 0
[pid=27336/tid=27339] ppid=27335 vsize=36320 CPUtime=1.57
/proc/27336/task/27339/stat : 27339 (pb_cplex) R 27335 27335 27075 0 -1 4202560 489 0 0 0 157 0 0 0 16 0 2 0 143008517 37191680 3440 1992294400 134512640 146736320 4286635456 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 45020

[startup+12.7007 s]
/proc/loadavg: 1.66 1.88 1.66 2/109 27339
/proc/meminfo: memFree=1568152/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=36320 CPUtime=18.1
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 5947 0 0 0 1804 6 0 0 21 0 2 0 143008120 37191680 3440 1992294400 134512640 146736320 4286635456 18446744073709551615 136403129 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27336/statm: 9080 3440 1039 2985 0 5622 0
[pid=27336/tid=27339] ppid=27335 vsize=36320 CPUtime=6.84
/proc/27336/task/27339/stat : 27339 (pb_cplex) R 27335 27335 27075 0 -1 4202560 489 0 0 0 682 2 0 0 16 0 2 0 143008517 37191680 3440 1992294400 134512640 146736320 4286635456 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.1
Current children cumulated vsize (KiB) 45020

[startup+25.5016 s]
/proc/loadavg: 1.66 1.87 1.66 3/109 27343
/proc/meminfo: memFree=1565424/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=48512 CPUtime=38.82
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 11946 0 0 0 3868 14 0 0 18 0 2 0 143008120 49676288 5701 1992294400 134512640 146736320 4286635456 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 12128 5701 1060 2985 0 8670 0
Current children cumulated CPU time (s) 38.82
Current children cumulated vsize (KiB) 57212

[startup+51.1014 s]
/proc/loadavg: 1.72 1.87 1.66 3/109 27344
/proc/meminfo: memFree=1557364/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=49544 CPUtime=80.76
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 15969 0 0 0 8046 30 0 0 16 0 2 0 143008120 50733056 5961 1992294400 134512640 146736320 4286635456 18446744073709551615 136009854 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 12386 5961 1060 2985 0 8928 0
[pid=27336/tid=27344] ppid=27335 vsize=49544 CPUtime=20.22
/proc/27336/task/27344/stat : 27344 (pb_cplex) S 27335 27335 27075 0 -1 4202560 2522 0 0 0 2015 7 0 0 25 0 2 0 143010649 50733056 5961 1992294400 134512640 146736320 4286635456 18446744073709551615 144580073 0 2 4096 16387 18446604437830288640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 80.76
Current children cumulated vsize (KiB) 58244

[startup+102.309 s]
/proc/loadavg: 1.79 1.85 1.66 3/109 27346
/proc/meminfo: memFree=1555876/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=50604 CPUtime=173.61
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 26185 0 0 0 17293 68 0 0 18 0 2 0 143008120 51818496 6344 1992294400 134512640 146736320 4286635456 18446744073709551615 136389138 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 12651 6344 1061 2985 0 9193 0
[pid=27336/tid=27344] ppid=27335 vsize=50604 CPUtime=67.85
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 10564 0 0 0 6758 27 0 0 22 0 2 0 143010649 51818496 6344 1992294400 134512640 146736320 4286635456 18446744073709551615 139044580 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 173.61
Current children cumulated vsize (KiB) 59304

[startup+162.302 s]
/proc/loadavg: 1.85 1.86 1.68 3/109 27346
/proc/meminfo: memFree=1552652/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=54144 CPUtime=284.86
/proc/27336/stat : 27336 (pb_cplex) S 27335 27335 27075 0 -1 4202496 37285 0 0 0 28377 109 0 0 18 0 2 0 143008120 55443456 7145 1992294400 134512640 146736320 4286635456 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 13536 7145 1060 2985 0 10078 0
[pid=27336/tid=27344] ppid=27335 vsize=54144 CPUtime=125.35
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 16425 0 0 0 12488 47 0 0 25 0 2 0 143010649 55443456 7145 1992294400 134512640 146736320 4286635456 18446744073709551615 139042974 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 284.86
Current children cumulated vsize (KiB) 62844

[startup+222.301 s]
/proc/loadavg: 1.84 1.85 1.68 3/109 27348
/proc/meminfo: memFree=1547568/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=60732 CPUtime=395.53
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 48458 0 0 0 39405 148 0 0 25 0 2 0 143008120 62189568 8510 1992294400 134512640 146736320 4286635456 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 15183 8510 1060 2985 0 11725 0
[pid=27336/tid=27344] ppid=27335 vsize=60732 CPUtime=182.46
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 25624 0 0 0 18179 67 0 0 25 0 2 0 143010649 62189568 8510 1992294400 134512640 146736320 4286635456 18446744073709551615 136009007 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 395.53
Current children cumulated vsize (KiB) 69432

[startup+282.302 s]
/proc/loadavg: 2.00 1.89 1.71 3/109 27350
/proc/meminfo: memFree=1546452/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=59544 CPUtime=514.78
/proc/27336/stat : 27336 (pb_cplex) S 27335 27335 27075 0 -1 4202496 81037 0 0 0 51302 176 0 0 25 0 2 0 143008120 60973056 8447 1992294400 134512640 146736320 4286635456 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 14886 8447 1082 2985 0 11428 0
[pid=27336/tid=27344] ppid=27335 vsize=59544 CPUtime=242.02
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 45187 0 0 0 24120 82 0 0 25 0 2 0 143010649 60973056 8447 1992294400 134512640 146736320 4286635456 18446744073709551615 137706727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 514.78
Current children cumulated vsize (KiB) 68244

[startup+342.301 s]
/proc/loadavg: 1.82 1.85 1.70 2/109 27352
/proc/meminfo: memFree=1550048/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=57372 CPUtime=614.16
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 84524 0 0 0 61210 206 0 0 16 0 2 0 143008120 58748928 7852 1992294400 134512640 146736320 4286635456 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 14343 7852 1082 2985 0 10885 0
[pid=27336/tid=27344] ppid=27335 vsize=57372 CPUtime=299.02
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 47013 0 0 0 29805 97 0 0 25 0 2 0 143010649 58748928 7852 1992294400 134512640 146736320 4286635456 18446744073709551615 136008387 0 2 4096 16387 0 0 0 -1 1 0 0 0

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

[pid=27336] ppid=27335 vsize=60220 CPUtime=936.98
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 95906 0 0 0 93396 302 0 0 16 0 2 0 143008120 61665280 8643 1992294400 134512640 146736320 4286635456 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 15055 8643 1082 2985 0 11597 0
[pid=27336/tid=27344] ppid=27335 vsize=60220 CPUtime=466.58
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 51507 0 0 0 46515 143 0 0 25 0 2 0 143010649 61665280 8643 1992294400 134512640 146736320 4286635456 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 936.98
Current children cumulated vsize (KiB) 68920

[startup+582.301 s]
/proc/loadavg: 1.92 1.86 1.74 3/109 27358
/proc/meminfo: memFree=1545460/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=62236 CPUtime=1042.5
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 100347 0 0 0 103918 332 0 0 20 0 2 0 143008120 63729664 9050 1992294400 134512640 146736320 4286635456 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/27336/statm: 15559 9050 1083 2985 0 12101 0
[pid=27336/tid=27344] ppid=27335 vsize=62236 CPUtime=521.51
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 54656 0 0 0 51993 158 0 0 18 0 2 0 143010649 63729664 9050 1992294400 134512640 146736320 4286635456 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1042.5
Current children cumulated vsize (KiB) 70936

[startup+642.3 s]
/proc/loadavg: 2.01 1.91 1.76 3/109 27360
/proc/meminfo: memFree=1544592/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=62148 CPUtime=1146.52
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 105428 0 0 0 114291 361 0 0 16 0 2 0 143008120 63639552 9213 1992294400 134512640 146736320 4286635456 18446744073709551615 136008069 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 15537 9213 1082 2985 0 12079 0
[pid=27336/tid=27344] ppid=27335 vsize=62148 CPUtime=574.02
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 56795 0 0 0 57230 172 0 0 25 0 2 0 143010649 63639552 9213 1992294400 134512640 146736320 4286635456 18446744073709551615 136009862 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1146.52
Current children cumulated vsize (KiB) 70848

[startup+702.301 s]
/proc/loadavg: 1.96 1.91 1.76 3/109 27362
/proc/meminfo: memFree=1544096/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=63432 CPUtime=1253.88
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 109960 0 0 0 124995 393 0 0 17 0 2 0 143008120 64954368 9323 1992294400 134512640 146736320 4286635456 18446744073709551615 139044554 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 15858 9323 1082 2985 0 12400 0
[pid=27336/tid=27344] ppid=27335 vsize=63432 CPUtime=629.8
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 59296 0 0 0 62792 188 0 0 25 0 2 0 143010649 64954368 9323 1992294400 134512640 146736320 4286635456 18446744073709551615 136421014 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1253.88
Current children cumulated vsize (KiB) 72132

[startup+762.308 s]
/proc/loadavg: 1.80 1.88 1.76 2/109 27362
/proc/meminfo: memFree=1542732/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=63740 CPUtime=1364.64
/proc/27336/stat : 27336 (pb_cplex) S 27335 27335 27075 0 -1 4202496 117472 0 0 0 136038 426 0 0 18 0 2 0 143008120 65269760 9573 1992294400 134512640 146736320 4286635456 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 15935 9573 1082 2985 0 12477 0
[pid=27336/tid=27344] ppid=27335 vsize=63740 CPUtime=687.7
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 63267 0 0 0 68565 205 0 0 25 0 2 0 143010649 65269760 9573 1992294400 134512640 146736320 4286635456 18446744073709551615 136389138 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1364.64
Current children cumulated vsize (KiB) 72440

[startup+822.301 s]
/proc/loadavg: 1.95 1.91 1.78 2/109 27364
/proc/meminfo: memFree=1540996/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=66680 CPUtime=1473.47
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 123358 0 0 0 146891 456 0 0 16 0 2 0 143008120 68280320 10111 1992294400 134512640 146736320 4286635456 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 16670 10111 1082 2985 0 13212 0
[pid=27336/tid=27344] ppid=27335 vsize=66680 CPUtime=743.88
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 66222 0 0 0 74168 220 0 0 25 0 2 0 143010649 68280320 10111 1992294400 134512640 146736320 4286635456 18446744073709551615 136008306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1473.47
Current children cumulated vsize (KiB) 75380

[startup+882.3 s]
/proc/loadavg: 2.15 1.97 1.80 3/109 27366
/proc/meminfo: memFree=1540500/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=67148 CPUtime=1581.66
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 127224 0 0 0 157680 486 0 0 16 0 2 0 143008120 68759552 10281 1992294400 134512640 146736320 4286635456 18446744073709551615 139044595 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 16787 10281 1082 2985 0 13329 0
[pid=27336/tid=27344] ppid=27335 vsize=67148 CPUtime=800.22
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 67624 0 0 0 79788 234 0 0 25 0 2 0 143010649 68759552 10281 1992294400 134512640 146736320 4286635456 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1581.66
Current children cumulated vsize (KiB) 75848

[startup+942.301 s]
/proc/loadavg: 2.14 2.00 1.83 3/109 27377
/proc/meminfo: memFree=1539384/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=67844 CPUtime=1692.3
/proc/27336/stat : 27336 (pb_cplex) R 27335 27335 27075 0 -1 4202496 133608 0 0 0 168711 519 0 0 16 0 2 0 143008120 69472256 10546 1992294400 134512640 146736320 4286635456 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 16961 10546 1093 2985 0 13503 0
[pid=27336/tid=27344] ppid=27335 vsize=67844 CPUtime=858.1
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 71770 0 0 0 85560 250 0 0 25 0 2 0 143010649 69472256 10546 1992294400 134512640 146736320 4286635456 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1692.3
Current children cumulated vsize (KiB) 76544

[startup+1002.3 s]
/proc/loadavg: 2.08 2.01 1.84 3/109 27379
/proc/meminfo: memFree=1537276/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=69788 CPUtime=1797.08
/proc/27336/stat : 27336 (pb_cplex) S 27335 27335 27075 0 -1 4202496 137768 0 0 0 179164 544 0 0 17 0 2 0 143008120 71462912 11047 1992294400 134512640 146736320 4286635456 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 17447 11047 1082 2985 0 13989 0
[pid=27336/tid=27344] ppid=27335 vsize=69788 CPUtime=913.32
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 74422 0 0 0 91069 263 0 0 25 0 2 0 143010649 71462912 11047 1992294400 134512640 146736320 4286635456 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1797.08
Current children cumulated vsize (KiB) 78488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1004.1 s]
/proc/loadavg: 2.08 2.01 1.84 2/109 27379
/proc/meminfo: memFree=1537276/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=69788 CPUtime=1800.09
/proc/27336/stat : 27336 (pb_cplex) S 27335 27335 27075 0 -1 4202496 137768 0 0 0 179464 545 0 0 16 0 2 0 143008120 71462912 11047 1992294400 134512640 146736320 4286635456 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 17447 11047 1082 2985 0 13989 0
[pid=27336/tid=27344] ppid=27335 vsize=69788 CPUtime=915.12
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 74422 0 0 0 91249 263 0 0 25 0 2 0 143010649 71462912 11047 1992294400 134512640 146736320 4286635456 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 78488

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

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

[startup+1004.1 s]
/proc/loadavg: 2.08 2.01 1.84 2/109 27379
/proc/meminfo: memFree=1537276/2059040 swapFree=4139620/4192956
[pid=27335] ppid=27333 vsize=8700 CPUtime=0
/proc/27335/stat : 27335 (run) S 27333 27335 27075 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143008120 8908800 248 1992294400 4194304 4922060 140736427524560 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27335/statm: 2175 248 208 178 0 68 0
[pid=27336] ppid=27335 vsize=69788 CPUtime=1800.09
/proc/27336/stat : 27336 (pb_cplex) S 27335 27335 27075 0 -1 4202496 137768 0 0 0 179464 545 0 0 16 0 2 0 143008120 71462912 11047 1992294400 134512640 146736320 4286635456 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27336/statm: 17447 11047 1082 2985 0 13989 0
[pid=27336/tid=27344] ppid=27335 vsize=69788 CPUtime=915.12
/proc/27336/task/27344/stat : 27344 (pb_cplex) R 27335 27335 27075 0 -1 4202560 74422 0 0 0 91249 263 0 0 25 0 2 0 143010649 71462912 11047 1992294400 134512640 146736320 4286635456 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 78488

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1004.12
CPU time (s): 1800.09
CPU user time (s): 1794.64
CPU system time (s): 5.45
CPU usage (%): 179.27
Max. virtual memory (cumulated for all children) (KiB): 80180

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= 364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 1.87071 second user time and 5.45417 second system time

The end

Launcher Data

Begin job on node042 at 2010-07-01 22:45:56
IDJOB=2695949
IDBENCH=1958
IDSOLVER=1209
FILE ID=node042/2695949-1278017156
PBS_JOBID= 11198722
Free space on /tmp= 62124 MiB

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

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

MD5SUM BENCH= 7db364152f2aec17f16cb8adef9dc3c7
RANDOM SEED=887836533

node042.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.213
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.42
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.213
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:       1579368 kB
Buffers:        115720 kB
Cached:         264956 kB
SwapCached:       6736 kB
Active:         153468 kB
Inactive:       240856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1579368 kB
SwapTotal:     4192956 kB
SwapFree:      4139620 kB
Dirty:           16672 kB
Writeback:           0 kB
AnonPages:       11964 kB
Mapped:          11984 kB
Slab:            63296 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184136 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= 62108 MiB
End job on node042 at 2010-07-01 23:02:42