Trace number 2695888

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.12 1059.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM65bafde3eb06761afc4fe90b6aa8c264
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-28
Best CPU time to get the best result obtained on this benchmark1789.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2695888-1278018947.opb.
0.00/0.00	c Instance file HOME/instance-2695888-1278018947.opb
0.00/0.00	c File size is 422137 bytes.
0.00/0.15	c Highest Coefficient sum: 3
0.00/0.15	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.18	c ============================[ Problem Statistics ]=============================
0.00/0.18	c |                                                                             |
0.00/0.18	c |  Parsing time:          0.17         s                                      |
0.00/0.18	c |  Number Variables:      450                                                 |
0.00/0.18	c |  Number Constraints:    17827                                               |
0.00/0.18	c ===============================================================================
1800.12/1059.71	c Remaining time 1799.83 sec.
1800.12/1059.71	c 
1800.12/1059.71	c *** INTERRUPTED ***
1800.12/1059.71	s UNKNOWN
1800.12/1059.71	c Total CPU time              : 1797.16 s
1800.12/1059.71	c Memory used           : 92.36 MB
1800.12/1059.71	c CPU time              : 1797.16 s
1800.12/1059.71	c 
1800.12/1059.71	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-2695888-1278018947/watcher-2695888-1278018947 -o /tmp/evaluation-result-2695888-1278018947/solver-2695888-1278018947 -C 1800 -W 2000 -M 1800 run HOME/instance-2695888-1278018947.opb 

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


[startup+0 s]
/proc/loadavg: 2.30 2.37 2.04 3/106 21228
/proc/meminfo: memFree=1870840/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0

[startup+0.0964669 s]
/proc/loadavg: 2.30 2.37 2.04 3/106 21228
/proc/meminfo: memFree=1870840/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101467 s]
/proc/loadavg: 2.30 2.37 2.04 3/106 21228
/proc/meminfo: memFree=1870840/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300028 s]
/proc/loadavg: 2.30 2.37 2.04 3/106 21228
/proc/meminfo: memFree=1870840/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700018 s]
/proc/loadavg: 2.30 2.37 2.04 3/106 21228
/proc/meminfo: memFree=1870840/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 2.30 2.37 2.04 2/108 21230
/proc/meminfo: memFree=1856688/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=33600 CPUtime=1.49
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 5490 0 0 0 147 2 0 0 19 0 1 0 177496147 34406400 4331 1992294400 134512640 146736320 4292723664 18446744073709551615 135461798 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/21229/statm: 8400 4331 894 2985 0 4942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42300

[startup+3.10096 s]
/proc/loadavg: 2.30 2.37 2.04 2/108 21230
/proc/meminfo: memFree=1855696/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=38264 CPUtime=3.08
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 6742 0 0 0 306 2 0 0 24 0 1 0 177496147 39182336 5129 1992294400 134512640 146736320 4292723664 18446744073709551615 136403112 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/21229/statm: 9566 5129 960 2985 0 6108 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46964

[startup+6.30088 s]
/proc/loadavg: 2.19 2.35 2.03 2/108 21230
/proc/meminfo: memFree=1851232/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=41432 CPUtime=6.28
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 11135 0 0 0 624 4 0 0 25 0 1 0 177496147 42426368 6057 1992294400 134512640 146736320 4292723664 18446744073709551615 136001978 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/21229/statm: 10358 6057 1015 2985 0 6900 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 50132

[startup+12.7017 s]
/proc/loadavg: 2.10 2.33 2.03 3/108 21232
/proc/meminfo: memFree=1849868/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=41132 CPUtime=12.67
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 12563 0 0 0 1263 4 0 0 25 0 1 0 177496147 42119168 5999 1992294400 134512640 146736320 4292723664 18446744073709551615 136017787 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/21229/statm: 10283 5999 1018 2985 0 6825 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 49832

[startup+25.5004 s]
/proc/loadavg: 1.85 2.26 2.01 2/108 21232
/proc/meminfo: memFree=1850240/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=41532 CPUtime=25.47
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 15446 0 0 0 2540 7 0 0 25 0 1 0 177496147 42528768 6092 1992294400 134512640 146736320 4292723664 18446744073709551615 136017672 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/21229/statm: 10383 6092 1018 2985 0 6925 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50232

[startup+51.1008 s]
/proc/loadavg: 1.56 2.16 1.98 2/109 21233
/proc/meminfo: memFree=1840808/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=63640 CPUtime=51.04
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 18554 0 0 0 5095 9 0 0 25 0 2 0 177496147 65167360 8380 1992294400 134512640 146736320 4292723664 18446744073709551615 136017763 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 15910 8380 1048 2985 0 12452 0
[pid=21229/tid=21233] ppid=21228 vsize=63640 CPUtime=0
/proc/21229/task/21233/stat : 21233 (pb_cplex) S 21228 21228 20758 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 177500356 65167360 8380 1992294400 134512640 146736320 4292723664 18446744073709551615 144580073 0 2 4096 16387 18446604437828974656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 72340

[startup+102.309 s]
/proc/loadavg: 1.73 2.12 1.97 3/109 21235
/proc/meminfo: memFree=1835476/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=70508 CPUtime=138.29
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 19986 0 0 0 13815 14 0 0 25 0 2 0 177496147 72200192 9755 1992294400 134512640 146736320 4292723664 18446744073709551615 136008047 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 17627 9755 1052 2985 0 14169 0
[pid=21229/tid=21233] ppid=21228 vsize=70508 CPUtime=43.44
/proc/21229/task/21233/stat : 21233 (pb_cplex) R 21228 21228 20758 0 -1 4202560 1396 0 0 0 4342 2 0 0 25 0 2 0 177500356 72200192 9755 1992294400 134512640 146736320 4292723664 18446744073709551615 136007624 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 138.29
Current children cumulated vsize (KiB) 79208

[startup+162.301 s]
/proc/loadavg: 1.78 2.06 1.96 3/109 21237
/proc/meminfo: memFree=1835228/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=70756 CPUtime=252.72
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 20022 0 0 0 25252 20 0 0 25 0 2 0 177496147 72454144 9788 1992294400 134512640 146736320 4292723664 18446744073709551615 135467845 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 17689 9788 1051 2985 0 14231 0
[pid=21229/tid=21233] ppid=21228 vsize=70756 CPUtime=103.01
/proc/21229/task/21233/stat : 21233 (pb_cplex) R 21228 21228 20758 0 -1 4202560 1400 0 0 0 10297 4 0 0 25 0 2 0 177500356 72454144 9788 1992294400 134512640 146736320 4292723664 18446744073709551615 136008165 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 252.72
Current children cumulated vsize (KiB) 79456

[startup+222.301 s]
/proc/loadavg: 1.89 2.03 1.96 3/109 21237
/proc/meminfo: memFree=1835228/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=70756 CPUtime=368.51
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 20066 0 0 0 36824 27 0 0 25 0 2 0 177496147 72454144 9830 1992294400 134512640 146736320 4292723664 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 17689 9830 1064 2985 0 14231 0
[pid=21229/tid=21233] ppid=21228 vsize=70756 CPUtime=160.78
/proc/21229/task/21233/stat : 21233 (pb_cplex) R 21228 21228 20758 0 -1 4202560 1427 0 0 0 16071 7 0 0 25 0 2 0 177500356 72454144 9830 1992294400 134512640 146736320 4292723664 18446744073709551615 139023088 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 368.51
Current children cumulated vsize (KiB) 79456

[startup+282.301 s]
/proc/loadavg: 2.03 2.05 1.97 4/109 21239
/proc/meminfo: memFree=1833244/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=72776 CPUtime=484.74
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 21479 0 0 0 48437 37 0 0 20 0 2 0 177496147 74522624 10382 1992294400 134512640 146736320 4292723664 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 18194 10382 1081 2985 0 14736 0
[pid=21229/tid=21233] ppid=21228 vsize=72776 CPUtime=219.03
/proc/21229/task/21233/stat : 21233 (pb_cplex) R 21228 21228 20758 0 -1 4202560 1941 0 0 0 21892 11 0 0 19 0 2 0 177500356 74522624 10382 1992294400 134512640 146736320 4292723664 18446744073709551615 136406491 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 484.74
Current children cumulated vsize (KiB) 81476

[startup+342.301 s]
/proc/loadavg: 1.43 1.87 1.91 2/108 21241
/proc/meminfo: memFree=1832640/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=69012 CPUtime=545.28
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 34814 0 0 0 54477 51 0 0 25 0 1 0 177496147 70668288 10486 1992294400 134512640 146736320 4292723664 18446744073709551615 136403116 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/21229/statm: 17253 10486 1076 2985 0 13795 0
Current children cumulated CPU time (s) 545.28
Current children cumulated vsize (KiB) 77712

[startup+402.3 s]
/proc/loadavg: 1.34 1.76 1.87 2/109 21245
/proc/meminfo: memFree=1815768/2059040 swapFree=4135864/4192956

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

[pid=21229] ppid=21228 vsize=92520 CPUtime=831.54
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 71448 0 0 0 83071 83 0 0 25 0 2 0 177496147 94740480 14549 1992294400 134512640 146736320 4292723664 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 23130 14549 1076 2985 0 19672 0
[pid=21229/tid=21243] ppid=21228 vsize=92520 CPUtime=137.99
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 115 0 0 0 13791 8 0 0 25 0 2 0 177532506 94740480 14549 1992294400 134512640 146736320 4292723664 18446744073709551615 136007053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 831.54
Current children cumulated vsize (KiB) 101220

[startup+582.301 s]
/proc/loadavg: 1.89 1.80 1.85 2/109 21249
/proc/meminfo: memFree=1815520/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=92520 CPUtime=939.99
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 101134 0 0 0 93892 107 0 0 18 0 2 0 177496147 94740480 14549 1992294400 134512640 146736320 4292723664 18446744073709551615 139042897 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 23130 14549 1076 2985 0 19672 0
[pid=21229/tid=21243] ppid=21228 vsize=92520 CPUtime=196.76
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 117 0 0 0 19664 12 0 0 18 0 2 0 177532506 94740480 14549 1992294400 134512640 146736320 4292723664 18446744073709551615 139042888 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 939.99
Current children cumulated vsize (KiB) 101220

[startup+642.301 s]
/proc/loadavg: 1.82 1.79 1.84 3/109 21251
/proc/meminfo: memFree=1813288/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=97276 CPUtime=1051.79
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 137165 0 0 0 105047 132 0 0 22 0 2 0 177496147 99610624 15253 1992294400 134512640 146736320 4292723664 18446744073709551615 136007303 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 24319 15253 1076 2985 0 20861 0
[pid=21229/tid=21243] ppid=21228 vsize=97276 CPUtime=253.48
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 119 0 0 0 25332 16 0 0 25 0 2 0 177532506 99610624 15253 1992294400 134512640 146736320 4292723664 18446744073709551615 136007034 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1051.79
Current children cumulated vsize (KiB) 105976

[startup+702.301 s]
/proc/loadavg: 1.93 1.82 1.85 2/109 21253
/proc/meminfo: memFree=1815148/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=92520 CPUtime=1156.61
/proc/21229/stat : 21229 (pb_cplex) S 21228 21228 20758 0 -1 4202496 185385 0 0 0 115501 160 0 0 25 0 2 0 177496147 94740480 14577 1992294400 134512640 146736320 4292723664 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 23130 14577 1076 2985 0 19672 0
[pid=21229/tid=21243] ppid=21228 vsize=92520 CPUtime=310.57
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 121 0 0 0 31038 19 0 0 25 0 2 0 177532506 94740480 14577 1992294400 134512640 146736320 4292723664 18446744073709551615 139044583 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1156.61
Current children cumulated vsize (KiB) 101220

[startup+762.309 s]
/proc/loadavg: 1.90 1.83 1.84 3/109 21255
/proc/meminfo: memFree=1814900/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=93544 CPUtime=1262.33
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 215450 0 0 0 126045 188 0 0 21 0 2 0 177496147 95789056 14652 1992294400 134512640 146736320 4292723664 18446744073709551615 136007605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 23386 14652 1076 2985 0 19928 0
[pid=21229/tid=21243] ppid=21228 vsize=93544 CPUtime=365.5
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 122 0 0 0 36527 23 0 0 25 0 2 0 177532506 95789056 14652 1992294400 134512640 146736320 4292723664 18446744073709551615 136008167 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1262.33
Current children cumulated vsize (KiB) 102244

[startup+822.301 s]
/proc/loadavg: 1.72 1.79 1.83 3/109 21255
/proc/meminfo: memFree=1811304/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=97160 CPUtime=1367.66
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 245421 0 0 0 136554 212 0 0 25 0 2 0 177496147 99491840 15520 1992294400 134512640 146736320 4292723664 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/21229/statm: 24290 15520 1076 2985 0 20832 0
[pid=21229/tid=21243] ppid=21228 vsize=97160 CPUtime=411.96
/proc/21229/task/21243/stat : 21243 (pb_cplex) S 21228 21228 20758 0 -1 4202560 123 0 0 0 41170 26 0 0 25 0 2 0 177532506 99491840 15520 1992294400 134512640 146736320 4292723664 18446744073709551615 144580073 0 2 4096 16387 18446604437828974656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1367.66
Current children cumulated vsize (KiB) 105860

[startup+882.3 s]
/proc/loadavg: 1.62 1.75 1.81 3/109 21257
/proc/meminfo: memFree=1813908/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=93544 CPUtime=1471.36
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 273953 0 0 0 146901 235 0 0 23 0 2 0 177496147 95789056 14737 1992294400 134512640 146736320 4292723664 18446744073709551615 136008078 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21229/statm: 23386 14737 1076 2985 0 19928 0
[pid=21229/tid=21243] ppid=21228 vsize=93544 CPUtime=458.55
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 125 0 0 0 45823 32 0 0 25 0 2 0 177532506 95789056 14737 1992294400 134512640 146736320 4292723664 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1471.36
Current children cumulated vsize (KiB) 102244

[startup+942.302 s]
/proc/loadavg: 1.90 1.81 1.82 3/109 21259
/proc/meminfo: memFree=1814032/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=93544 CPUtime=1580.59
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 296755 0 0 0 157804 255 0 0 25 0 2 0 177496147 95789056 14805 1992294400 134512640 146736320 4292723664 18446744073709551615 139042916 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21229/statm: 23386 14805 1076 2985 0 19928 0
[pid=21229/tid=21243] ppid=21228 vsize=93544 CPUtime=509.11
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 127 0 0 0 50872 39 0 0 18 0 2 0 177532506 95789056 14805 1992294400 134512640 146736320 4292723664 18446744073709551615 136007056 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1580.59
Current children cumulated vsize (KiB) 102244

[startup+1002.3 s]
/proc/loadavg: 2.00 1.85 1.83 3/109 21261
/proc/meminfo: memFree=1813536/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=93544 CPUtime=1693.16
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 318233 0 0 0 169040 276 0 0 25 0 2 0 177496147 95789056 14848 1992294400 134512640 146736320 4292723664 18446744073709551615 135854518 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21229/statm: 23386 14848 1076 2985 0 19928 0
[pid=21229/tid=21243] ppid=21228 vsize=93544 CPUtime=563.76
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 129 0 0 0 56330 46 0 0 18 0 2 0 177532506 95789056 14848 1992294400 134512640 146736320 4292723664 18446744073709551615 136400733 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1693.16
Current children cumulated vsize (KiB) 102244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1059.7 s]
/proc/loadavg: 1.96 1.86 1.83 3/109 21261
/proc/meminfo: memFree=1813412/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=94568 CPUtime=1800.12
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 332501 0 0 0 179715 297 0 0 25 0 2 0 177496147 96837632 14907 1992294400 134512640 146736320 4292723664 18446744073709551615 139044509 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21229/statm: 23642 14907 1076 2985 0 20184 0
[pid=21229/tid=21243] ppid=21228 vsize=94568 CPUtime=616.41
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 130 0 0 0 61587 54 0 0 19 0 2 0 177532506 96837632 14907 1992294400 134512640 146736320 4292723664 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 103268

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

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

[startup+1059.7 s]
/proc/loadavg: 1.96 1.86 1.83 3/109 21261
/proc/meminfo: memFree=1813412/2059040 swapFree=4135864/4192956
[pid=21228] ppid=21226 vsize=8700 CPUtime=0
/proc/21228/stat : 21228 (run) S 21226 21228 20758 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177496147 8908800 248 1992294400 4194304 4922060 140734297322080 18446744073709551615 255345663109 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/21228/statm: 2175 248 208 178 0 68 0
[pid=21229] ppid=21228 vsize=94568 CPUtime=1800.12
/proc/21229/stat : 21229 (pb_cplex) R 21228 21228 20758 0 -1 4202496 332501 0 0 0 179715 297 0 0 25 0 2 0 177496147 96837632 14907 1992294400 134512640 146736320 4292723664 18446744073709551615 139044509 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/21229/statm: 23642 14907 1076 2985 0 20184 0
[pid=21229/tid=21243] ppid=21228 vsize=94568 CPUtime=616.41
/proc/21229/task/21243/stat : 21243 (pb_cplex) R 21228 21228 20758 0 -1 4202560 130 0 0 0 61587 54 0 0 19 0 2 0 177532506 96837632 14907 1992294400 134512640 146736320 4292723664 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 103268

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1059.72
CPU time (s): 1800.12
CPU user time (s): 1797.15
CPU system time (s): 2.97
CPU usage (%): 169.868
Max. virtual memory (cumulated for all children) (KiB): 107000

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= 363
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.9737 second user time and 5.75312 second system time

The end

Launcher Data

Begin job on node014 at 2010-07-01 23:15:48
IDJOB=2695888
IDBENCH=2236
IDSOLVER=1209
FILE ID=node014/2695888-1278018947
PBS_JOBID= 11198741
Free space on /tmp= 62444 MiB

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

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

MD5SUM BENCH= 65bafde3eb06761afc4fe90b6aa8c264
RANDOM SEED=1180044533

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1871368 kB
Buffers:          5496 kB
Cached:          95888 kB
SwapCached:      10880 kB
Active:          71100 kB
Inactive:        44812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1871368 kB
SwapTotal:     4192956 kB
SwapFree:      4135864 kB
Dirty:           17248 kB
Writeback:           0 kB
AnonPages:       12872 kB
Mapped:           8508 kB
Slab:            49916 kB
PageTables:       4144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182972 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= 62428 MiB
End job on node014 at 2010-07-01 23:33:29