Trace number 2695995

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 1268.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-1.opb
MD5SUM9984e76947bf9addca42277d72ff7107
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-36
Best CPU time to get the best result obtained on this benchmark1789.94
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved YES
Number of variables760
Total number of constraints41314
Number of constraints which are clauses41314
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 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
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-2695995-1278019014.opb.
0.00/0.00	c Instance file HOME/instance-2695995-1278019014.opb
0.00/0.00	c File size is 987647 bytes.
0.00/0.38	c Highest Coefficient sum: 3
0.00/0.38	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.44	c ============================[ Problem Statistics ]=============================
0.00/0.44	c |                                                                             |
0.00/0.44	c |  Parsing time:          0.42         s                                      |
0.00/0.44	c |  Number Variables:      760                                                 |
0.00/0.45	c |  Number Constraints:    41314                                               |
0.00/0.45	c ===============================================================================
1800.13/1268.61	c Remaining time 1799.58 sec.
1800.13/1268.61	c 
1800.13/1268.61	c *** INTERRUPTED ***
1800.13/1268.61	s UNKNOWN
1800.13/1268.61	c Total CPU time              : 1796.68 s
1800.13/1268.61	c Memory used           : 122.33 MB
1800.13/1268.61	c CPU time              : 1796.68 s
1800.13/1268.61	c 
1800.13/1268.61	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-2695995-1278019014/watcher-2695995-1278019014 -o /tmp/evaluation-result-2695995-1278019014/solver-2695995-1278019014 -C 1800 -W 2000 -M 1800 run HOME/instance-2695995-1278019014.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.22 2.16 2.04 3/106 29483
/proc/meminfo: memFree=1455272/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0

[startup+0.079487 s]
/proc/loadavg: 2.22 2.16 2.04 3/106 29483
/proc/meminfo: memFree=1455272/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100489 s]
/proc/loadavg: 2.22 2.16 2.04 3/106 29483
/proc/meminfo: memFree=1455272/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300502 s]
/proc/loadavg: 2.22 2.16 2.04 3/106 29483
/proc/meminfo: memFree=1455272/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700539 s]
/proc/loadavg: 2.22 2.16 2.04 3/106 29483
/proc/meminfo: memFree=1455272/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50058 s]
/proc/loadavg: 2.22 2.16 2.04 2/108 29485
/proc/meminfo: memFree=1434176/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=36188 CPUtime=1.48
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 7659 0 0 0 146 2 0 0 19 0 1 0 143196766 37056512 5939 1992294400 134512640 146736320 4287332288 18446744073709551615 138730545 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 9047 5939 763 2985 0 5589 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44888

[startup+3.10068 s]
/proc/loadavg: 2.22 2.16 2.04 2/108 29485
/proc/meminfo: memFree=1428348/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=55676 CPUtime=3.08
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 10732 0 0 0 304 4 0 0 22 0 1 0 143196766 57012224 7978 1992294400 134512640 146736320 4287332288 18446744073709551615 136385174 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 13919 7978 894 2985 0 10461 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 64376

[startup+6.30189 s]
/proc/loadavg: 2.12 2.14 2.04 2/108 29485
/proc/meminfo: memFree=1425744/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=55676 CPUtime=6.28
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 10736 0 0 0 624 4 0 0 25 0 1 0 143196766 57012224 7982 1992294400 134512640 146736320 4287332288 18446744073709551615 135983225 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 13919 7982 894 2985 0 10461 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 64376

[startup+12.7013 s]
/proc/loadavg: 2.03 2.13 2.03 2/108 29485
/proc/meminfo: memFree=1425620/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=56016 CPUtime=12.68
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 10952 0 0 0 1264 4 0 0 25 0 1 0 143196766 57360384 8025 1992294400 134512640 146736320 4287332288 18446744073709551615 135851921 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 14004 8025 897 2985 0 10546 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64716

[startup+25.5021 s]
/proc/loadavg: 1.80 2.07 2.01 2/108 29487
/proc/meminfo: memFree=1410244/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=78324 CPUtime=25.48
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 17269 0 0 0 2541 7 0 0 25 0 1 0 143196766 80203776 12053 1992294400 134512640 146736320 4287332288 18446744073709551615 137698808 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 19581 12053 985 2985 0 16123 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87024

[startup+51.1018 s]
/proc/loadavg: 1.53 1.98 1.99 2/108 29487
/proc/meminfo: memFree=1413840/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=73152 CPUtime=51.08
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 29049 0 0 0 5095 13 0 0 25 0 1 0 143196766 74907648 11022 1992294400 134512640 146736320 4287332288 18446744073709551615 139046494 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 18288 11022 1014 2985 0 14830 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 81852

[startup+102.309 s]
/proc/loadavg: 1.23 1.83 1.93 2/108 29489
/proc/meminfo: memFree=1412104/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=73692 CPUtime=102.26
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 50444 0 0 0 10204 22 0 0 25 0 1 0 143196766 75460608 11509 1992294400 134512640 146736320 4287332288 18446744073709551615 136017787 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 18423 11509 1028 2985 0 14965 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82392

[startup+162.302 s]
/proc/loadavg: 1.08 1.68 1.87 2/108 29489
/proc/meminfo: memFree=1411980/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=73584 CPUtime=162.24
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 80258 0 0 0 16189 35 0 0 25 0 1 0 143196766 75350016 11513 1992294400 134512640 146736320 4287332288 18446744073709551615 136400472 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 18396 11513 1023 2985 0 14938 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 82284

[startup+222.302 s]
/proc/loadavg: 1.10 1.57 1.82 2/108 29491
/proc/meminfo: memFree=1412104/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=72872 CPUtime=222.23
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 109038 0 0 0 22176 47 0 0 25 0 1 0 143196766 74620928 11500 1992294400 134512640 146736320 4287332288 18446744073709551615 139046534 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 18218 11500 1017 2985 0 14760 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 81572

[startup+282.302 s]
/proc/loadavg: 1.10 1.48 1.77 2/108 29493
/proc/meminfo: memFree=1411112/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=74028 CPUtime=282.23
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 132628 0 0 0 28167 56 0 0 25 0 1 0 143196766 75804672 11749 1992294400 134512640 146736320 4287332288 18446744073709551615 139044507 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 18507 11749 1021 2985 0 15049 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 82728

[startup+342.301 s]
/proc/loadavg: 1.10 1.40 1.72 2/108 29495
/proc/meminfo: memFree=1411740/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=73260 CPUtime=342.2
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 159665 0 0 0 34153 67 0 0 25 0 1 0 143196766 75018240 11601 1992294400 134512640 146736320 4287332288 18446744073709551615 136017755 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 18315 11601 1020 2985 0 14857 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 81960

[startup+402.3 s]
/proc/loadavg: 1.07 1.34 1.68 2/108 29497
/proc/meminfo: memFree=1411740/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=73504 CPUtime=402.19
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 185435 0 0 0 40141 78 0 0 25 0 1 0 143196766 75268096 11602 1992294400 134512640 146736320 4287332288 18446744073709551615 136403109 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/29484/statm: 18376 11602 1020 2985 0 14918 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 82204

[startup+462.3 s]

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

[pid=29484] ppid=29483 vsize=124708 CPUtime=739.74
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 311247 0 0 0 73834 140 0 0 25 0 2 0 143196766 127700992 19146 1992294400 134512640 146736320 4287332288 18446744073709551615 136007605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31177 19146 1078 2985 0 27719 0
[pid=29484/tid=29498] ppid=29483 vsize=124708 CPUtime=138.18
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 47463 0 0 0 13794 24 0 0 25 0 2 0 143241539 127700992 19146 1992294400 134512640 146736320 4287332288 18446744073709551615 136017485 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 739.74
Current children cumulated vsize (KiB) 133408

[startup+762.309 s]
/proc/loadavg: 1.73 1.36 1.55 3/109 29506
/proc/meminfo: memFree=1380732/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=124904 CPUtime=852.37
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 345889 0 0 0 85077 160 0 0 25 0 2 0 143196766 127901696 19229 1992294400 134512640 146736320 4287332288 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31226 19229 1078 2985 0 27768 0
[pid=29484/tid=29498] ppid=29483 vsize=124904 CPUtime=190.82
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 64132 0 0 0 19047 35 0 0 25 0 2 0 143241539 127901696 19229 1992294400 134512640 146736320 4287332288 18446744073709551615 136007626 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 852.37
Current children cumulated vsize (KiB) 133604

[startup+822.301 s]
/proc/loadavg: 1.77 1.42 1.55 3/109 29508
/proc/meminfo: memFree=1380360/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=947.13
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 377257 0 0 0 94535 178 0 0 25 0 2 0 143196766 128270336 19320 1992294400 134512640 146736320 4287332288 18446744073709551615 139044505 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19320 1077 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=225.6
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 74947 0 0 0 22518 42 0 0 25 0 2 0 143241539 128270336 19320 1992294400 134512640 146736320 4287332288 18446744073709551615 136007083 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 947.13
Current children cumulated vsize (KiB) 133964

[startup+882.301 s]
/proc/loadavg: 1.93 1.52 1.58 3/109 29510
/proc/meminfo: memFree=1380360/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1054.11
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 412069 0 0 0 105214 197 0 0 25 0 2 0 143196766 128270336 19320 1992294400 134512640 146736320 4287332288 18446744073709551615 136007277 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19320 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=272.59
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 90147 0 0 0 27208 51 0 0 25 0 2 0 143241539 128270336 19320 1992294400 134512640 146736320 4287332288 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1054.11
Current children cumulated vsize (KiB) 133964

[startup+942.302 s]
/proc/loadavg: 2.46 1.74 1.65 3/109 29515
/proc/meminfo: memFree=1380104/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1171.68
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 451237 0 0 0 116949 219 0 0 25 0 2 0 143196766 128270336 19320 1992294400 134512640 146736320 4287332288 18446744073709551615 136007303 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19320 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=330.55
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 109778 0 0 0 32992 63 0 0 25 0 2 0 143241539 128270336 19320 1992294400 134512640 146736320 4287332288 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1171.68
Current children cumulated vsize (KiB) 133964

[startup+1002.3 s]
/proc/loadavg: 2.30 1.82 1.68 3/109 29517
/proc/meminfo: memFree=1380104/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1291.2
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 494248 0 0 0 128874 246 0 0 25 0 2 0 143196766 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19353 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=390.08
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 131827 0 0 0 38929 79 0 0 25 0 2 0 143241539 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1291.2
Current children cumulated vsize (KiB) 133964

[startup+1062.3 s]
/proc/loadavg: 2.18 1.87 1.70 3/109 29517
/proc/meminfo: memFree=1380104/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1410.75
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 534474 0 0 0 140806 269 0 0 25 0 2 0 143196766 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136004868 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19353 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=449.63
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 153113 0 0 0 44872 91 0 0 25 0 2 0 143241539 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136006934 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1410.75
Current children cumulated vsize (KiB) 133964

[startup+1122.3 s]
/proc/loadavg: 2.13 1.90 1.72 3/109 29519
/proc/meminfo: memFree=1379980/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1530.25
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 576088 0 0 0 152730 295 0 0 25 0 2 0 143196766 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136400417 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19353 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=509.15
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 175529 0 0 0 50809 106 0 0 25 0 2 0 143241539 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136007056 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1530.25
Current children cumulated vsize (KiB) 133964

[startup+1182.3 s]
/proc/loadavg: 2.04 1.92 1.74 2/109 29521
/proc/meminfo: memFree=1379980/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1645.56
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 614225 0 0 0 164235 321 0 0 25 0 2 0 143196766 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 135522696 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19353 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=564.46
/proc/29484/task/29498/stat : 29498 (pb_cplex) S 29483 29483 28646 0 -1 4202560 193581 0 0 0 56327 119 0 0 25 0 2 0 143241539 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 144580073 0 2 4096 16387 18446604437833726784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1645.56
Current children cumulated vsize (KiB) 133964

[startup+1242.3 s]
/proc/loadavg: 1.87 1.87 1.73 3/109 29523
/proc/meminfo: memFree=1379740/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1747.73
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 648235 0 0 0 174435 338 0 0 25 0 2 0 143196766 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 139044540 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19353 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=606.66
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 207091 0 0 0 60539 127 0 0 25 0 2 0 143241539 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136007030 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1747.73
Current children cumulated vsize (KiB) 133964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1268.6 s]
/proc/loadavg: 1.92 1.89 1.74 3/109 29523
/proc/meminfo: memFree=1379740/2059040 swapFree=4139568/4192956
[pid=29483] ppid=29481 vsize=8700 CPUtime=0
/proc/29483/stat : 29483 (run) S 29481 29483 28646 0 -1 4202496 365 0 0 0 0 0 0 0 17 0 1 0 143196766 8908800 249 1992294400 4194304 4922060 140735799690960 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29483/statm: 2175 249 208 178 0 68 0
[pid=29484] ppid=29483 vsize=125264 CPUtime=1800.13
/proc/29484/stat : 29484 (pb_cplex) R 29483 29483 28646 0 -1 4202496 665383 0 0 0 179666 347 0 0 25 0 2 0 143196766 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136007616 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29484/statm: 31316 19353 1073 2985 0 27858 0
[pid=29484/tid=29498] ppid=29483 vsize=125264 CPUtime=632.75
/proc/29484/task/29498/stat : 29498 (pb_cplex) R 29483 29483 28646 0 -1 4202560 215325 0 0 0 63144 131 0 0 25 0 2 0 143241539 128270336 19353 1992294400 134512640 146736320 4287332288 18446744073709551615 136007592 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) 133964

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

Real time (s): 1268.62
CPU time (s): 1800.13
CPU user time (s): 1796.66
CPU system time (s): 3.47
CPU usage (%): 141.897
Max. virtual memory (cumulated for all children) (KiB): 135732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2

runsolver used 2.29365 second user time and 6.29104 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-01 23:16:54
IDJOB=2695995
IDBENCH=2243
IDSOLVER=1209
FILE ID=node030/2695995-1278019014
PBS_JOBID= 11198732
Free space on /tmp= 62408 MiB

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

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

MD5SUM BENCH= 9984e76947bf9addca42277d72ff7107
RANDOM SEED=47859083

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1455800 kB
Buffers:        140596 kB
Cached:         351184 kB
SwapCached:       7532 kB
Active:         227784 kB
Inactive:       278620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1455800 kB
SwapTotal:     4192956 kB
SwapFree:      4139568 kB
Dirty:           17532 kB
Writeback:           0 kB
AnonPages:       12636 kB
Mapped:          11980 kB
Slab:            74860 kB
PageTables:       4196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181452 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= 62392 MiB
End job on node030 at 2010-07-01 23:38:05