Trace number 2695890

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.08 1737.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-3.opb
MD5SUM29f577041bedcbf69a98210424b233be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-42
Best CPU time to get the best result obtained on this benchmark1789.9
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints81068
Number of constraints which are clauses81068
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 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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-2695890-1278019398.opb.
0.00/0.00	c Instance file HOME/instance-2695890-1278019398.opb
0.00/0.00	c File size is 1960073 bytes.
0.00/0.81	c Highest Coefficient sum: 3
0.00/0.81	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.90	c ============================[ Problem Statistics ]=============================
0.00/0.90	c |                                                                             |
0.00/0.90	c |  Parsing time:          0.87         s                                      |
0.00/0.90	c |  Number Variables:      1150                                                |
0.00/0.92	c |  Number Constraints:    81068                                               |
0.00/0.92	c ===============================================================================
1800.08/1737.51	c Remaining time 1799.11 sec.
1800.08/1737.51	c 
1800.08/1737.51	c *** INTERRUPTED ***
1800.08/1737.51	s UNKNOWN
1800.08/1737.51	c Total CPU time              : 1797.89 s
1800.08/1737.51	c Memory used           : 244.56 MB
1800.08/1737.51	c CPU time              : 1797.89 s
1800.08/1737.51	c 
1800.08/1737.51	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-2695890-1278019398/watcher-2695890-1278019398 -o /tmp/evaluation-result-2695890-1278019398/solver-2695890-1278019398 -C 1800 -W 2000 -M 1800 run HOME/instance-2695890-1278019398.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.05 2.13 1.97 3/106 28697
/proc/meminfo: memFree=1754936/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0

[startup+0.0797839 s]
/proc/loadavg: 2.05 2.13 1.97 3/106 28697
/proc/meminfo: memFree=1754936/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101785 s]
/proc/loadavg: 2.05 2.13 1.97 3/106 28697
/proc/meminfo: memFree=1754936/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301803 s]
/proc/loadavg: 2.05 2.13 1.97 3/106 28697
/proc/meminfo: memFree=1754936/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701837 s]
/proc/loadavg: 2.05 2.13 1.97 3/106 28697
/proc/meminfo: memFree=1754936/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 2.05 2.13 1.97 2/108 28699
/proc/meminfo: memFree=1718836/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=56012 CPUtime=1.49
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 15732 0 0 0 144 5 0 0 18 0 1 0 143232447 57356288 10703 1992294400 134512640 146736320 4286923424 18446744073709551615 137317011 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 14003 10703 758 2985 0 10545 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64712

[startup+3.10105 s]
/proc/loadavg: 2.05 2.13 1.97 2/108 28699
/proc/meminfo: memFree=1717348/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=52028 CPUtime=3.09
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 15774 0 0 0 304 5 0 0 21 0 1 0 143232447 53276672 9827 1992294400 134512640 146736320 4286923424 18446744073709551615 138729746 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 13007 9827 767 2985 0 9549 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60728

[startup+6.30133 s]
/proc/loadavg: 2.05 2.12 1.97 2/108 28699
/proc/meminfo: memFree=1702096/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=109336 CPUtime=6.28
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 24942 0 0 0 620 8 0 0 25 0 1 0 143232447 111960064 13865 1992294400 134512640 146736320 4286923424 18446744073709551615 135456072 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 27334 13865 887 2985 0 23876 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 118036

[startup+12.7009 s]
/proc/loadavg: 1.96 2.11 1.96 2/108 28699
/proc/meminfo: memFree=1701848/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=109336 CPUtime=12.69
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 24950 0 0 0 1260 9 0 0 25 0 1 0 143232447 111960064 13873 1992294400 134512640 146736320 4286923424 18446744073709551615 136461822 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 27334 13873 887 2985 0 23876 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118036

[startup+25.502 s]
/proc/loadavg: 1.75 2.05 1.94 2/108 28701
/proc/meminfo: memFree=1701972/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=145632 CPUtime=25.48
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 32814 0 0 0 2536 12 0 0 25 0 1 0 143232447 149127168 18964 1992294400 134512640 146736320 4286923424 18446744073709551615 136384890 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 36408 18964 953 2985 0 32950 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 154332

[startup+51.1012 s]
/proc/loadavg: 1.49 1.97 1.92 2/108 28701
/proc/meminfo: memFree=1664524/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=168236 CPUtime=51.07
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 39490 0 0 0 5092 15 0 0 25 0 1 0 143232447 172273664 23326 1992294400 134512640 146736320 4286923424 18446744073709551615 136406044 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 42059 23326 981 2985 0 38601 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 176936

[startup+102.309 s]
/proc/loadavg: 1.25 1.83 1.87 2/108 28703
/proc/meminfo: memFree=1667500/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=155388 CPUtime=102.27
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 70222 0 0 0 10200 27 0 0 25 0 1 0 143232447 159117312 22489 1992294400 134512640 146736320 4286923424 18446744073709551615 136017474 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 38847 22489 1011 2985 0 35389 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 164088

[startup+162.302 s]
/proc/loadavg: 1.13 1.69 1.82 2/108 28703
/proc/meminfo: memFree=1666384/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=156368 CPUtime=162.24
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 80902 0 0 0 16193 31 0 0 25 0 1 0 143232447 160120832 22762 1992294400 134512640 146736320 4286923424 18446744073709551615 136017474 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 39092 22762 1011 2985 0 35634 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 165068

[startup+222.301 s]
/proc/loadavg: 1.08 1.58 1.77 2/108 28705
/proc/meminfo: memFree=1665888/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=156740 CPUtime=222.23
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 92417 0 0 0 22187 36 0 0 25 0 1 0 143232447 160501760 22878 1992294400 134512640 146736320 4286923424 18446744073709551615 136017846 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 39185 22878 1011 2985 0 35727 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 165440

[startup+282.301 s]
/proc/loadavg: 1.06 1.48 1.72 2/108 28707
/proc/meminfo: memFree=1665764/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=156848 CPUtime=282.22
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 103664 0 0 0 28181 41 0 0 25 0 1 0 143232447 160612352 22921 1992294400 134512640 146736320 4286923424 18446744073709551615 136017777 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 39212 22921 1011 2985 0 35754 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 165548

[startup+342.302 s]
/proc/loadavg: 1.02 1.39 1.68 2/108 28709
/proc/meminfo: memFree=1665640/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=156848 CPUtime=342.2
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 114447 0 0 0 34175 45 0 0 25 0 1 0 143232447 160612352 22921 1992294400 134512640 146736320 4286923424 18446744073709551615 136017495 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 39212 22921 1011 2985 0 35754 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 165548

[startup+402.302 s]
/proc/loadavg: 1.01 1.32 1.63 2/108 28711
/proc/meminfo: memFree=1665764/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=156848 CPUtime=402.19
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 124893 0 0 0 40169 50 0 0 25 0 1 0 143232447 160612352 22924 1992294400 134512640 146736320 4286923424 18446744073709551615 136017505 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28698/statm: 39212 22924 1011 2985 0 35754 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 165548

[startup+462.301 s]

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

[pid=28698] ppid=28697 vsize=216656 CPUtime=1249.61
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 381337 0 0 0 124805 156 0 0 25 0 2 0 143232447 221855744 32408 1992294400 134512640 146736320 4286923424 18446744073709551615 136017485 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28698/statm: 54164 32408 1070 2985 0 50706 0
[pid=28698/tid=28739] ppid=28697 vsize=216656 CPUtime=0
/proc/28698/task/28739/stat : 28739 (pb_cplex) S 28697 28697 28350 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 2 0 143355994 221855744 32408 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 2 4096 16387 18446604437837576960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1249.61
Current children cumulated vsize (KiB) 225356

[startup+1302.3 s]
/proc/loadavg: 1.07 1.04 1.23 2/109 28741
/proc/meminfo: memFree=1626572/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=217012 CPUtime=1309.61
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 394372 0 0 0 130800 161 0 0 25 0 2 0 143232447 222220288 32531 1992294400 134512640 146736320 4286923424 18446744073709551615 139028288 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28698/statm: 54253 32531 1070 2985 0 50795 0
[pid=28698/tid=28739] ppid=28697 vsize=217012 CPUtime=0
/proc/28698/task/28739/stat : 28739 (pb_cplex) S 28697 28697 28350 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 2 0 143355994 222220288 32531 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 2 4096 16387 18446604437837576960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1309.61
Current children cumulated vsize (KiB) 225712

[startup+1362.3 s]
/proc/loadavg: 1.02 1.03 1.21 2/109 28741
/proc/meminfo: memFree=1626324/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=217204 CPUtime=1369.59
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 408105 0 0 0 136791 168 0 0 25 0 2 0 143232447 222416896 32596 1992294400 134512640 146736320 4286923424 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28698/statm: 54301 32596 1070 2985 0 50843 0
[pid=28698/tid=28739] ppid=28697 vsize=217204 CPUtime=0
/proc/28698/task/28739/stat : 28739 (pb_cplex) S 28697 28697 28350 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 2 0 143355994 222416896 32596 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 2 4096 16387 18446604437837576960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1369.59
Current children cumulated vsize (KiB) 225904

[startup+1422.31 s]
/proc/loadavg: 1.01 1.02 1.19 2/109 28743
/proc/meminfo: memFree=1625828/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=217324 CPUtime=1429.57
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 422413 0 0 0 142783 174 0 0 25 0 2 0 143232447 222539776 32720 1992294400 134512640 146736320 4286923424 18446744073709551615 136384861 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28698/statm: 54331 32720 1070 2985 0 50873 0
[pid=28698/tid=28739] ppid=28697 vsize=217324 CPUtime=0
/proc/28698/task/28739/stat : 28739 (pb_cplex) S 28697 28697 28350 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 2 0 143355994 222539776 32720 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 2 4096 16387 18446604437837576960 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1429.57
Current children cumulated vsize (KiB) 226024

[startup+1482.3 s]
/proc/loadavg: 1.49 1.14 1.22 3/109 28745
/proc/meminfo: memFree=1602764/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=248352 CPUtime=1528.75
/proc/28698/stat : 28698 (pb_cplex) R 28697 28697 28350 0 -1 4202496 446319 0 0 0 152687 188 0 0 25 0 2 0 143232447 254312448 38355 1992294400 134512640 146736320 4286923424 18446744073709551615 136400472 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28698/statm: 62088 38355 1070 2985 0 58630 0
[pid=28698/tid=28739] ppid=28697 vsize=248352 CPUtime=39.48
/proc/28698/task/28739/stat : 28739 (pb_cplex) R 28697 28697 28350 0 -1 4202560 12429 0 0 0 3941 7 0 0 25 0 2 0 143355994 254312448 38355 1992294400 134512640 146736320 4286923424 18446744073709551615 136384852 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1528.75
Current children cumulated vsize (KiB) 257052

[startup+1542.3 s]
/proc/loadavg: 1.32 1.17 1.22 2/109 28747
/proc/meminfo: memFree=1599912/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=251236 CPUtime=1604.91
/proc/28698/stat : 28698 (pb_cplex) S 28697 28697 28350 0 -1 4202496 463377 0 0 0 160294 197 0 0 25 0 2 0 143232447 257265664 39126 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28698/statm: 62809 39126 1116 2985 0 59351 0
[pid=28698/tid=28739] ppid=28697 vsize=251236 CPUtime=99.47
/proc/28698/task/28739/stat : 28739 (pb_cplex) R 28697 28697 28350 0 -1 4202560 26381 0 0 0 9933 14 0 0 25 0 2 0 143355994 257265664 39126 1992294400 134512640 146736320 4286923424 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1604.91
Current children cumulated vsize (KiB) 259936

[startup+1602.3 s]
/proc/loadavg: 1.12 1.14 1.21 2/109 28749
/proc/meminfo: memFree=1599912/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=250096 CPUtime=1664.9
/proc/28698/stat : 28698 (pb_cplex) S 28697 28697 28350 0 -1 4202496 480558 0 0 0 166283 207 0 0 25 0 2 0 143232447 256098304 39119 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28698/statm: 62524 39119 1070 2985 0 59066 0
[pid=28698/tid=28739] ppid=28697 vsize=250096 CPUtime=159.46
/proc/28698/task/28739/stat : 28739 (pb_cplex) R 28697 28697 28350 0 -1 4202560 43562 0 0 0 15922 24 0 0 25 0 2 0 143355994 256098304 39119 1992294400 134512640 146736320 4286923424 18446744073709551615 136007605 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.9
Current children cumulated vsize (KiB) 258796

[startup+1662.3 s]
/proc/loadavg: 1.04 1.11 1.19 2/109 28749
/proc/meminfo: memFree=1599912/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=250096 CPUtime=1724.89
/proc/28698/stat : 28698 (pb_cplex) S 28697 28697 28350 0 -1 4202496 493796 0 0 0 172276 213 0 0 25 0 2 0 143232447 256098304 39119 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28698/statm: 62524 39119 1070 2985 0 59066 0
[pid=28698/tid=28739] ppid=28697 vsize=250096 CPUtime=219.44
/proc/28698/task/28739/stat : 28739 (pb_cplex) R 28697 28697 28350 0 -1 4202560 56800 0 0 0 21914 30 0 0 25 0 2 0 143355994 256098304 39119 1992294400 134512640 146736320 4286923424 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.89
Current children cumulated vsize (KiB) 258796

[startup+1722.3 s]
/proc/loadavg: 1.01 1.09 1.17 2/109 28751
/proc/meminfo: memFree=1599540/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=250428 CPUtime=1784.87
/proc/28698/stat : 28698 (pb_cplex) S 28697 28697 28350 0 -1 4202496 506821 0 0 0 178269 218 0 0 25 0 2 0 143232447 256438272 39225 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28698/statm: 62607 39225 1070 2985 0 59149 0
[pid=28698/tid=28739] ppid=28697 vsize=250428 CPUtime=279.43
/proc/28698/task/28739/stat : 28739 (pb_cplex) R 28697 28697 28350 0 -1 4202560 69825 0 0 0 27908 35 0 0 25 0 2 0 143355994 256438272 39225 1992294400 134512640 146736320 4286923424 18446744073709551615 139028328 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 259128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1737.5 s]
/proc/loadavg: 1.01 1.08 1.17 2/109 28751
/proc/meminfo: memFree=1599540/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=250428 CPUtime=1800.08
/proc/28698/stat : 28698 (pb_cplex) S 28697 28697 28350 0 -1 4202496 510370 0 0 0 179788 220 0 0 25 0 2 0 143232447 256438272 39225 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28698/statm: 62607 39225 1070 2985 0 59149 0
[pid=28698/tid=28739] ppid=28697 vsize=250428 CPUtime=294.64
/proc/28698/task/28739/stat : 28739 (pb_cplex) R 28697 28697 28350 0 -1 4202560 73374 0 0 0 29427 37 0 0 25 0 2 0 143355994 256438272 39225 1992294400 134512640 146736320 4286923424 18446744073709551615 136007059 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 259128

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

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

[startup+1737.5 s]
/proc/loadavg: 1.01 1.08 1.17 2/109 28751
/proc/meminfo: memFree=1599540/2059040 swapFree=4139696/4192956
[pid=28697] ppid=28695 vsize=8700 CPUtime=0
/proc/28697/stat : 28697 (run) S 28695 28697 28350 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143232447 8908800 248 1992294400 4194304 4922060 140737274662624 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28697/statm: 2175 248 208 178 0 68 0
[pid=28698] ppid=28697 vsize=250428 CPUtime=1800.08
/proc/28698/stat : 28698 (pb_cplex) S 28697 28697 28350 0 -1 4202496 510370 0 0 0 179788 220 0 0 25 0 2 0 143232447 256438272 39225 1992294400 134512640 146736320 4286923424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28698/statm: 62607 39225 1070 2985 0 59149 0
[pid=28698/tid=28739] ppid=28697 vsize=250428 CPUtime=294.64
/proc/28698/task/28739/stat : 28739 (pb_cplex) R 28697 28697 28350 0 -1 4202560 73374 0 0 0 29427 37 0 0 25 0 2 0 143355994 256438272 39225 1992294400 134512640 146736320 4286923424 18446744073709551615 136007059 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 259128

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1737.52
CPU time (s): 1800.08
CPU user time (s): 1797.88
CPU system time (s): 2.2
CPU usage (%): 103.6
Max. virtual memory (cumulated for all children) (KiB): 261652

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

The end

Launcher Data

Begin job on node041 at 2010-07-01 23:23:18
IDJOB=2695890
IDBENCH=2261
IDSOLVER=1209
FILE ID=node041/2695890-1278019398
PBS_JOBID= 11198723
Free space on /tmp= 61580 MiB

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

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

MD5SUM BENCH= 29f577041bedcbf69a98210424b233be
RANDOM SEED=887836533

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1755464 kB
Buffers:         68060 kB
Cached:         138964 kB
SwapCached:       6740 kB
Active:         128456 kB
Inactive:        92376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1755464 kB
SwapTotal:     4192956 kB
SwapFree:      4139696 kB
Dirty:           18492 kB
Writeback:           0 kB
AnonPages:       11908 kB
Mapped:          11944 kB
Slab:            60784 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181648 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= 61564 MiB
End job on node041 at 2010-07-01 23:52:17