Trace number 2695880

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.04 1209.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUM907943cf03e4e0f899b19858f5690e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1789.68
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved NO
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
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 595
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 595
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 595
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-2695880-1278019731.opb.
0.00/0.00	c Instance file HOME/instance-2695880-1278019731.opb
0.00/0.00	c File size is 662246 bytes.
0.00/0.25	c Highest Coefficient sum: 3
0.00/0.25	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.29	c ============================[ Problem Statistics ]=============================
0.00/0.29	c |                                                                             |
0.00/0.29	c |  Parsing time:          0.27         s                                      |
0.00/0.29	c |  Number Variables:      595                                                 |
0.00/0.29	c |  Number Constraints:    27847                                               |
0.00/0.29	c ===============================================================================
1800.04/1209.51	c Remaining time 1799.72 sec.
1800.04/1209.51	c 
1800.04/1209.51	c *** INTERRUPTED ***
1800.04/1209.51	s UNKNOWN
1800.04/1209.51	c Total CPU time              : 1798.69 s
1800.04/1209.51	c Memory used           : 111.05 MB
1800.04/1209.51	c CPU time              : 1798.69 s
1800.04/1209.51	c 
1800.04/1209.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-2695880-1278019731/watcher-2695880-1278019731 -o /tmp/evaluation-result-2695880-1278019731/solver-2695880-1278019731 -C 1800 -W 2000 -M 1800 run HOME/instance-2695880-1278019731.opb 

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


[startup+0 s]
/proc/loadavg: 1.86 2.01 2.04 2/106 28985
/proc/meminfo: memFree=1451076/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0

[startup+0.0370111 s]
/proc/loadavg: 1.86 2.01 2.04 2/106 28985
/proc/meminfo: memFree=1451076/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.102017 s]
/proc/loadavg: 1.86 2.01 2.04 2/106 28985
/proc/meminfo: memFree=1451076/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305152 s]
/proc/loadavg: 1.86 2.01 2.04 2/106 28985
/proc/meminfo: memFree=1451076/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701146 s]
/proc/loadavg: 1.86 2.01 2.04 2/106 28985
/proc/meminfo: memFree=1451076/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50013 s]
/proc/loadavg: 1.79 1.99 2.03 2/108 28987
/proc/meminfo: memFree=1432460/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=43044 CPUtime=1.49
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 7457 0 0 0 146 3 0 0 19 0 1 0 143265286 44077056 5856 1992294400 134512640 146736320 4286806288 18446744073709551615 135855179 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 10761 5856 892 2985 0 7303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51744

[startup+3.10011 s]
/proc/loadavg: 1.79 1.99 2.03 3/108 28987
/proc/meminfo: memFree=1430600/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=43044 CPUtime=3.09
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 7467 0 0 0 306 3 0 0 23 0 1 0 143265286 44077056 5866 1992294400 134512640 146736320 4286806288 18446744073709551615 136015570 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 10761 5866 894 2985 0 7303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51744

[startup+6.30006 s]
/proc/loadavg: 1.73 1.98 2.03 2/108 28987
/proc/meminfo: memFree=1429732/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=43272 CPUtime=6.28
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 7619 0 0 0 625 3 0 0 25 0 1 0 143265286 44310528 5900 1992294400 134512640 146736320 4286806288 18446744073709551615 135995352 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 10818 5900 897 2985 0 7360 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 51972

[startup+12.701 s]
/proc/loadavg: 1.67 1.96 2.02 2/108 28987
/proc/meminfo: memFree=1418324/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=59480 CPUtime=12.67
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 11349 0 0 0 1262 5 0 0 25 0 1 0 143265286 60907520 9029 1992294400 134512640 146736320 4286806288 18446744073709551615 137698805 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 14870 9029 986 2985 0 11412 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 68180

[startup+25.5008 s]
/proc/loadavg: 1.57 1.93 2.01 2/108 28987
/proc/meminfo: memFree=1420308/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=56764 CPUtime=25.46
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 17971 0 0 0 2538 8 0 0 25 0 1 0 143265286 58126336 8569 1992294400 134512640 146736320 4286806288 18446744073709551615 136017505 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 14191 8569 1016 2985 0 10733 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 65464

[startup+51.1004 s]
/proc/loadavg: 1.34 1.84 1.98 2/108 28989
/proc/meminfo: memFree=1421176/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=55396 CPUtime=51.04
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 24375 0 0 0 5092 12 0 0 25 0 1 0 143265286 56725504 8346 1992294400 134512640 146736320 4286806288 18446744073709551615 139043577 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 13849 8346 1018 2985 0 10391 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 64096

[startup+102.309 s]
/proc/loadavg: 1.15 1.71 1.92 2/108 28989
/proc/meminfo: memFree=1421176/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=54936 CPUtime=102.22
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 29006 0 0 0 10206 16 0 0 25 0 1 0 143265286 56254464 8319 1992294400 134512640 146736320 4286806288 18446744073709551615 136017763 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 13734 8319 1019 2985 0 10276 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 63636

[startup+162.302 s]
/proc/loadavg: 1.05 1.58 1.86 2/109 28992
/proc/meminfo: memFree=1406784/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=84280 CPUtime=162.2
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 33383 0 0 0 16199 21 0 0 25 0 2 0 143265286 86302720 11903 1992294400 134512640 146736320 4286806288 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 21070 11903 1047 2985 0 17612 0
[pid=28986/tid=28992] ppid=28985 vsize=84280 CPUtime=0
/proc/28986/task/28992/stat : 28992 (pb_cplex) S 28985 28985 28578 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 2 0 143280702 86302720 11903 1992294400 134512640 146736320 4286806288 18446744073709551615 144580073 0 2 4096 16387 18446604437831693376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 92980

[startup+222.302 s]
/proc/loadavg: 1.32 1.55 1.83 3/109 28997
/proc/meminfo: memFree=1397856/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=93856 CPUtime=248.07
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 35541 0 0 0 24782 25 0 0 25 0 2 0 143265286 96108544 13896 1992294400 134512640 146736320 4286806288 18446744073709551615 136017763 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 23464 13896 1071 2985 0 20006 0
[pid=28986/tid=28992] ppid=28985 vsize=93856 CPUtime=41.15
/proc/28986/task/28992/stat : 28992 (pb_cplex) R 28985 28985 28578 0 -1 4202560 2109 0 0 0 4113 2 0 0 25 0 2 0 143280702 96108544 13896 1992294400 134512640 146736320 4286806288 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 248.07
Current children cumulated vsize (KiB) 102556

[startup+282.302 s]
/proc/loadavg: 1.45 1.54 1.81 3/109 28999
/proc/meminfo: memFree=1397856/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=93944 CPUtime=343.83
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 35630 0 0 0 34355 28 0 0 25 0 2 0 143265286 96198656 13975 1992294400 134512640 146736320 4286806288 18446744073709551615 136008259 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 23486 13975 1061 2985 0 20028 0
[pid=28986/tid=28992] ppid=28985 vsize=93944 CPUtime=78.85
/proc/28986/task/28992/stat : 28992 (pb_cplex) R 28985 28985 28578 0 -1 4202560 2109 0 0 0 7882 3 0 0 25 0 2 0 143280702 96198656 13975 1992294400 134512640 146736320 4286806288 18446744073709551615 136007039 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 343.83
Current children cumulated vsize (KiB) 102644

[startup+342.302 s]
/proc/loadavg: 1.84 1.63 1.82 3/109 28999
/proc/meminfo: memFree=1397856/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=93944 CPUtime=463.34
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 35630 0 0 0 46302 32 0 0 25 0 2 0 143265286 96198656 13975 1992294400 134512640 146736320 4286806288 18446744073709551615 136007626 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 23486 13975 1061 2985 0 20028 0
[pid=28986/tid=28992] ppid=28985 vsize=93944 CPUtime=138.39
/proc/28986/task/28992/stat : 28992 (pb_cplex) R 28985 28985 28578 0 -1 4202560 2109 0 0 0 13834 5 0 0 25 0 2 0 143280702 96198656 13975 1992294400 134512640 146736320 4286806288 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 463.34
Current children cumulated vsize (KiB) 102644

[startup+402.301 s]
/proc/loadavg: 2.00 1.71 1.83 3/109 29001
/proc/meminfo: memFree=1397856/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[startup+702.301 s]
/proc/loadavg: 1.99 1.84 1.83 3/109 29009
/proc/meminfo: memFree=1397608/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=94428 CPUtime=1142.22
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 36861 0 0 0 114159 63 0 0 25 0 2 0 143265286 96694272 14142 1992294400 134512640 146736320 4286806288 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 23607 14142 1065 2985 0 20149 0
[pid=28986/tid=28992] ppid=28985 vsize=94428 CPUtime=490.49
/proc/28986/task/28992/stat : 28992 (pb_cplex) R 28985 28985 28578 0 -1 4202560 3225 0 0 0 49032 17 0 0 25 0 2 0 143280702 96694272 14142 1992294400 134512640 146736320 4286806288 18446744073709551615 136007629 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1142.22
Current children cumulated vsize (KiB) 103128

[startup+762.31 s]
/proc/loadavg: 1.96 1.85 1.83 3/109 29011
/proc/meminfo: memFree=1397608/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=94428 CPUtime=1254.92
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 36862 0 0 0 125423 69 0 0 25 0 2 0 143265286 96694272 14143 1992294400 134512640 146736320 4286806288 18446744073709551615 136007627 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28986/statm: 23607 14143 1065 2985 0 20149 0
[pid=28986/tid=28992] ppid=28985 vsize=94428 CPUtime=543.36
/proc/28986/task/28992/stat : 28992 (pb_cplex) R 28985 28985 28578 0 -1 4202560 3226 0 0 0 54317 19 0 0 25 0 2 0 143280702 96694272 14143 1992294400 134512640 146736320 4286806288 18446744073709551615 136384852 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1254.92
Current children cumulated vsize (KiB) 103128

[startup+822.302 s]
/proc/loadavg: 1.79 1.83 1.82 2/109 29013
/proc/meminfo: memFree=1397484/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=94428 CPUtime=1355.75
/proc/28986/stat : 28986 (pb_cplex) S 28985 28985 28578 0 -1 4202496 37189 0 0 0 135501 74 0 0 25 0 2 0 143265286 96694272 14144 1992294400 134512640 146736320 4286806288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28986/statm: 23607 14144 1065 2985 0 20149 0
[pid=28986/tid=28992] ppid=28985 vsize=94428 CPUtime=603.34
/proc/28986/task/28992/stat : 28992 (pb_cplex) R 28985 28985 28578 0 -1 4202560 3553 0 0 0 60310 24 0 0 25 0 2 0 143280702 96694272 14144 1992294400 134512640 146736320 4286806288 18446744073709551615 136006323 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1355.75
Current children cumulated vsize (KiB) 103128

[startup+882.302 s]
/proc/loadavg: 1.32 1.69 1.77 2/108 29015
/proc/meminfo: memFree=1413612/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=63072 CPUtime=1418.46
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 45647 0 0 0 141761 85 0 0 25 0 1 0 143265286 64585728 10119 1992294400 134512640 146736320 4286806288 18446744073709551615 136007059 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 15768 10119 1075 2985 0 12310 0
Current children cumulated CPU time (s) 1418.46
Current children cumulated vsize (KiB) 71772

[startup+942.302 s]
/proc/loadavg: 1.12 1.56 1.72 2/108 29015
/proc/meminfo: memFree=1415844/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=68420 CPUtime=1478.44
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 51784 0 0 0 147753 91 0 0 25 0 1 0 143265286 70062080 10848 1992294400 134512640 146736320 4286806288 18446744073709551615 136384898 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 17105 10848 1075 2985 0 13647 0
Current children cumulated CPU time (s) 1478.44
Current children cumulated vsize (KiB) 77120

[startup+1002.3 s]
/proc/loadavg: 1.04 1.45 1.68 2/108 29017
/proc/meminfo: memFree=1409272/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=68420 CPUtime=1538.42
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 52564 0 0 0 153748 94 0 0 25 0 1 0 143265286 70062080 11041 1992294400 134512640 146736320 4286806288 18446744073709551615 136007056 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/28986/statm: 17105 11041 1075 2985 0 13647 0
Current children cumulated CPU time (s) 1538.42
Current children cumulated vsize (KiB) 77120

[startup+1062.3 s]
/proc/loadavg: 1.08 1.39 1.63 2/109 29023
/proc/meminfo: memFree=1390168/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=97568 CPUtime=1602.4
/proc/28986/stat : 28986 (pb_cplex) R 28985 28985 28578 0 -1 4202496 68055 0 0 0 160137 103 0 0 25 0 2 0 143265286 99909632 15851 1992294400 134512640 146736320 4286806288 18446744073709551615 136388107 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 24392 15851 1076 2985 0 20934 0
[pid=28986/tid=29023] ppid=28985 vsize=97568 CPUtime=0
/proc/28986/task/29023/stat : 29023 (pb_cplex) S 28985 28985 28578 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 143370514 99909632 15851 1992294400 134512640 146736320 4286806288 18446744073709551615 144580073 0 2 4096 16387 18446604437831693376 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1602.4
Current children cumulated vsize (KiB) 106268

[startup+1122.3 s]
/proc/loadavg: 1.36 1.39 1.62 2/109 29025
/proc/meminfo: memFree=1382480/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=107864 CPUtime=1682.07
/proc/28986/stat : 28986 (pb_cplex) S 28985 28985 28578 0 -1 4202496 82280 0 0 0 168092 115 0 0 25 0 2 0 143265286 110452736 17851 1992294400 134512640 146736320 4286806288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 26966 17851 1076 2985 0 23508 0
[pid=28986/tid=29023] ppid=28985 vsize=107864 CPUtime=25.31
/proc/28986/task/29023/stat : 29023 (pb_cplex) R 28985 28985 28578 0 -1 4202560 9996 0 0 0 2524 7 0 0 25 0 2 0 143370514 110452736 17851 1992294400 134512640 146736320 4286806288 18446744073709551615 136007668 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1682.07
Current children cumulated vsize (KiB) 116564

[startup+1182.3 s]
/proc/loadavg: 1.41 1.38 1.60 3/109 29027
/proc/meminfo: memFree=1379380/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=113712 CPUtime=1761.85
/proc/28986/stat : 28986 (pb_cplex) S 28985 28985 28578 0 -1 4202496 104294 0 0 0 176056 129 0 0 25 0 2 0 143265286 116441088 18922 1992294400 134512640 146736320 4286806288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 28428 18922 1076 2985 0 24970 0
[pid=28986/tid=29023] ppid=28985 vsize=113712 CPUtime=85.12
/proc/28986/task/29023/stat : 29023 (pb_cplex) R 28985 28985 28578 0 -1 4202560 30505 0 0 0 8494 18 0 0 25 0 2 0 143370514 116441088 18922 1992294400 134512640 146736320 4286806288 18446744073709551615 136007602 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1761.85
Current children cumulated vsize (KiB) 122412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1209.5 s]
/proc/loadavg: 1.39 1.38 1.59 2/109 29027
/proc/meminfo: memFree=1378388/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=113712 CPUtime=1800.04
/proc/28986/stat : 28986 (pb_cplex) S 28985 28985 28578 0 -1 4202496 115667 0 0 0 179868 136 0 0 25 0 2 0 143265286 116441088 18914 1992294400 134512640 146736320 4286806288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 28428 18914 1076 2985 0 24970 0
[pid=28986/tid=29023] ppid=28985 vsize=113712 CPUtime=112.23
/proc/28986/task/29023/stat : 29023 (pb_cplex) R 28985 28985 28578 0 -1 4202560 40380 0 0 0 11199 24 0 0 25 0 2 0 143370514 116441088 18914 1992294400 134512640 146736320 4286806288 18446744073709551615 136475777 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 122412

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

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

[startup+1209.5 s]
/proc/loadavg: 1.39 1.38 1.59 2/109 29027
/proc/meminfo: memFree=1378388/2059040 swapFree=4139764/4192956
[pid=28985] ppid=28983 vsize=8700 CPUtime=0
/proc/28985/stat : 28985 (run) S 28983 28985 28578 0 -1 4202496 365 0 0 0 0 0 0 0 23 0 1 0 143265286 8908800 249 1992294400 4194304 4922060 140737353120032 18446744073709551615 212213537925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28985/statm: 2175 249 208 178 0 68 0
[pid=28986] ppid=28985 vsize=113712 CPUtime=1800.04
/proc/28986/stat : 28986 (pb_cplex) S 28985 28985 28578 0 -1 4202496 115667 0 0 0 179868 136 0 0 25 0 2 0 143265286 116441088 18914 1992294400 134512640 146736320 4286806288 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28986/statm: 28428 18914 1076 2985 0 24970 0
[pid=28986/tid=29023] ppid=28985 vsize=113712 CPUtime=112.23
/proc/28986/task/29023/stat : 29023 (pb_cplex) R 28985 28985 28578 0 -1 4202560 40380 0 0 0 11199 24 0 0 25 0 2 0 143370514 116441088 18914 1992294400 134512640 146736320 4286806288 18446744073709551615 136475777 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 122412

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28985 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1209.52
CPU time (s): 1800.04
CPU user time (s): 1798.68
CPU system time (s): 1.36
CPU usage (%): 148.823
Max. virtual memory (cumulated for all children) (KiB): 126616

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

runsolver used 2.27565 second user time and 6.24105 second system time

The end

Launcher Data

Begin job on node045 at 2010-07-01 23:28:51
IDJOB=2695880
IDBENCH=2274
IDSOLVER=1209
FILE ID=node045/2695880-1278019731
PBS_JOBID= 11198719
Free space on /tmp= 62440 MiB

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

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

MD5SUM BENCH= 907943cf03e4e0f899b19858f5690e6e
RANDOM SEED=937741595

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1451604 kB
Buffers:        139464 kB
Cached:         364264 kB
SwapCached:       6716 kB
Active:         219204 kB
Inactive:       298252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1451604 kB
SwapTotal:     4192956 kB
SwapFree:      4139764 kB
Dirty:           17248 kB
Writeback:           0 kB
AnonPages:       11956 kB
Mapped:          12052 kB
Slab:            68240 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181688 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= 62424 MiB
End job on node045 at 2010-07-01 23:49:02