Trace number 2695927

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.06 1081.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1789.61
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 constraints17831
Number of constraints which are clauses17831
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-2695927-1278018954.opb.
0.00/0.00	c Instance file HOME/instance-2695927-1278018954.opb
0.00/0.00	c File size is 422586 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.18         s                                      |
0.00/0.18	c |  Number Variables:      450                                                 |
0.00/0.18	c |  Number Constraints:    17831                                               |
0.00/0.18	c ===============================================================================
1800.06/1081.61	c Remaining time 1799.82 sec.
1800.06/1081.61	c 
1800.06/1081.61	c *** INTERRUPTED ***
1800.06/1081.61	s UNKNOWN
1800.06/1081.61	c Total CPU time              : 1797.6 s
1800.06/1081.61	c Memory used           : 83.92 MB
1800.06/1081.61	c CPU time              : 1797.6 s
1800.06/1081.61	c 
1800.06/1081.61	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695927-1278018954/watcher-2695927-1278018954 -o /tmp/evaluation-result-2695927-1278018954/solver-2695927-1278018954 -C 1800 -W 2000 -M 1800 run HOME/instance-2695927-1278018954.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.21 1.99 1.63 3/106 27309
/proc/meminfo: memFree=1683492/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0

[startup+0.0497879 s]
/proc/loadavg: 2.21 1.99 1.63 3/106 27309
/proc/meminfo: memFree=1683492/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101793 s]
/proc/loadavg: 2.21 1.99 1.63 3/106 27309
/proc/meminfo: memFree=1683492/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30192 s]
/proc/loadavg: 2.21 1.99 1.63 3/106 27309
/proc/meminfo: memFree=1683492/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701901 s]
/proc/loadavg: 2.21 1.99 1.63 3/106 27309
/proc/meminfo: memFree=1683492/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 2.21 1.99 1.63 2/108 27311
/proc/meminfo: memFree=1669216/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=33584 CPUtime=1.49
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 5468 0 0 0 148 1 0 0 19 0 1 0 143190522 34390016 4360 1992294400 134512640 146736320 4291555968 18446744073709551615 136016739 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 8396 4360 902 2985 0 4938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42284

[startup+3.10079 s]
/proc/loadavg: 2.11 1.98 1.63 2/108 27311
/proc/meminfo: memFree=1668596/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=34148 CPUtime=3.08
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 5561 0 0 0 307 1 0 0 25 0 1 0 143190522 34967552 4453 1992294400 134512640 146736320 4291555968 18446744073709551615 135992095 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 8537 4453 905 2985 0 5079 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42848

[startup+6.30064 s]
/proc/loadavg: 2.11 1.98 1.63 2/108 27311
/proc/meminfo: memFree=1663016/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=41256 CPUtime=6.28
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 11038 0 0 0 624 4 0 0 25 0 1 0 143190522 42246144 6016 1992294400 134512640 146736320 4291555968 18446744073709551615 139044580 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 10314 6016 1015 2985 0 6856 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49956

[startup+12.7003 s]
/proc/loadavg: 1.94 1.94 1.62 2/108 27311
/proc/meminfo: memFree=1662520/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=39732 CPUtime=12.69
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 11227 0 0 0 1264 5 0 0 25 0 1 0 143190522 40685568 5653 1992294400 134512640 146736320 4291555968 18446744073709551615 137317025 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 9933 5653 1018 2985 0 6475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48432

[startup+25.5007 s]
/proc/loadavg: 1.80 1.91 1.62 2/108 27311
/proc/meminfo: memFree=1662768/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=41000 CPUtime=25.48
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 13567 0 0 0 2541 7 0 0 25 0 1 0 143190522 41984000 6039 1992294400 134512640 146736320 4291555968 18446744073709551615 136388107 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 10250 6039 1018 2985 0 6792 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49700

[startup+51.1005 s]
/proc/loadavg: 1.52 1.84 1.60 2/108 27313
/proc/meminfo: memFree=1662644/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=40900 CPUtime=51.06
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 14980 0 0 0 5097 9 0 0 25 0 1 0 143190522 41881600 6011 1992294400 134512640 146736320 4291555968 18446744073709551615 136017846 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 10225 6011 1018 2985 0 6767 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 49600

[startup+102.309 s]
/proc/loadavg: 1.34 1.73 1.57 3/109 27314
/proc/meminfo: memFree=1648624/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=69052 CPUtime=117.03
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 18852 0 0 0 11690 13 0 0 25 0 2 0 143190522 70709248 9570 1992294400 134512640 146736320 4291555968 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 17263 9570 1055 2985 0 13805 0
[pid=27310/tid=27314] ppid=27309 vsize=69052 CPUtime=28.15
/proc/27310/task/27314/stat : 27314 (pb_cplex) R 27309 27309 26993 0 -1 4202560 1262 0 0 0 2814 1 0 0 25 0 2 0 143196181 70709248 9570 1992294400 134512640 146736320 4291555968 18446744073709551615 136008306 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 117.03
Current children cumulated vsize (KiB) 77752

[startup+162.301 s]
/proc/loadavg: 1.68 1.75 1.59 3/109 27316
/proc/meminfo: memFree=1648252/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=69356 CPUtime=230.08
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 20045 0 0 0 22989 19 0 0 19 0 2 0 143190522 71020544 9673 1992294400 134512640 146736320 4291555968 18446744073709551615 135854459 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 17339 9673 1063 2985 0 13881 0
[pid=27310/tid=27314] ppid=27309 vsize=69356 CPUtime=86.77
/proc/27310/task/27314/stat : 27314 (pb_cplex) R 27309 27309 26993 0 -1 4202560 2445 0 0 0 8672 5 0 0 25 0 2 0 143196181 71020544 9673 1992294400 134512640 146736320 4291555968 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 230.08
Current children cumulated vsize (KiB) 78056

[startup+222.301 s]
/proc/loadavg: 1.83 1.78 1.61 3/109 27318
/proc/meminfo: memFree=1648004/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=69356 CPUtime=341.11
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 31578 0 0 0 34080 31 0 0 25 0 2 0 143190522 71020544 9674 1992294400 134512640 146736320 4291555968 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 17339 9674 1063 2985 0 13881 0
[pid=27310/tid=27314] ppid=27309 vsize=69356 CPUtime=141.04
/proc/27310/task/27314/stat : 27314 (pb_cplex) R 27309 27309 26993 0 -1 4202560 10901 0 0 0 14092 12 0 0 25 0 2 0 143196181 71020544 9674 1992294400 134512640 146736320 4291555968 18446744073709551615 139042902 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 341.11
Current children cumulated vsize (KiB) 78056

[startup+282.302 s]
/proc/loadavg: 1.61 1.74 1.60 2/108 27320
/proc/meminfo: memFree=1657312/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=51596 CPUtime=435.89
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 44090 0 0 0 43545 44 0 0 25 0 1 0 143190522 52834304 7425 1992294400 134512640 146736320 4291555968 18446744073709551615 136008230 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 12899 7425 1067 2985 0 9441 0
Current children cumulated CPU time (s) 435.89
Current children cumulated vsize (KiB) 60296

[startup+342.302 s]
/proc/loadavg: 1.20 1.59 1.56 2/108 27322
/proc/meminfo: memFree=1652724/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=58928 CPUtime=495.85
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 47541 0 0 0 49538 47 0 0 25 0 1 0 143190522 60342272 8570 1992294400 134512640 146736320 4291555968 18446744073709551615 136384892 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/27310/statm: 14732 8570 1067 2985 0 11274 0
Current children cumulated CPU time (s) 495.85
Current children cumulated vsize (KiB) 67628

[startup+402.302 s]
/proc/loadavg: 1.27 1.55 1.54 2/109 27326
/proc/meminfo: memFree=1633372/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=85692 CPUtime=568.06

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

[pid=27310] ppid=27309 vsize=85264 CPUtime=789.69
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 92697 0 0 0 78881 88 0 0 25 0 2 0 143190522 87310336 13524 1992294400 134512640 146736320 4291555968 18446744073709551615 136007039 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21316 13524 1076 2985 0 17858 0
[pid=27310/tid=27326] ppid=27309 vsize=85264 CPUtime=146
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 16947 0 0 0 14587 13 0 0 25 0 2 0 143226470 87310336 13524 1992294400 134512640 146736320 4291555968 18446744073709551615 136384852 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 789.69
Current children cumulated vsize (KiB) 93964

[startup+582.301 s]
/proc/loadavg: 1.96 1.74 1.61 3/109 27332
/proc/meminfo: memFree=1631140/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=86540 CPUtime=900.03
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 107935 0 0 0 89900 103 0 0 25 0 2 0 143190522 88616960 13756 1992294400 134512640 146736320 4291555968 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21635 13756 1076 2985 0 18177 0
[pid=27310/tid=27326] ppid=27309 vsize=86540 CPUtime=202.83
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 23035 0 0 0 20264 19 0 0 25 0 2 0 143226470 88616960 13756 1992294400 134512640 146736320 4291555968 18446744073709551615 136007626 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 900.03
Current children cumulated vsize (KiB) 95240

[startup+642.302 s]
/proc/loadavg: 1.91 1.77 1.63 3/109 27334
/proc/meminfo: memFree=1631016/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=86148 CPUtime=1010.32
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 128396 0 0 0 100911 121 0 0 25 0 2 0 143190522 88215552 13748 1992294400 134512640 146736320 4291555968 18446744073709551615 136007286 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21537 13748 1076 2985 0 18079 0
[pid=27310/tid=27326] ppid=27309 vsize=86148 CPUtime=255.52
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 31317 0 0 0 25527 25 0 0 24 0 2 0 143226470 88215552 13748 1992294400 134512640 146736320 4291555968 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1010.32
Current children cumulated vsize (KiB) 94848

[startup+702.302 s]
/proc/loadavg: 2.04 1.82 1.65 3/109 27334
/proc/meminfo: memFree=1631140/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=85928 CPUtime=1119.93
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 140642 0 0 0 111857 136 0 0 25 0 2 0 143190522 87990272 13661 1992294400 134512640 146736320 4291555968 18446744073709551615 136007034 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21482 13661 1076 2985 0 18024 0
[pid=27310/tid=27326] ppid=27309 vsize=85928 CPUtime=311.93
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 36836 0 0 0 31161 32 0 0 25 0 2 0 143226470 87990272 13661 1992294400 134512640 146736320 4291555968 18446744073709551615 136004384 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1119.93
Current children cumulated vsize (KiB) 94628

[startup+762.31 s]
/proc/loadavg: 1.87 1.81 1.66 3/109 27336
/proc/meminfo: memFree=1630520/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=87604 CPUtime=1223.39
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 154281 0 0 0 122189 150 0 0 24 0 2 0 143190522 89706496 13952 1992294400 134512640 146736320 4291555968 18446744073709551615 139023034 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21901 13952 1076 2985 0 18443 0
[pid=27310/tid=27326] ppid=27309 vsize=87604 CPUtime=366.49
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 49420 0 0 0 36609 40 0 0 22 0 2 0 143226470 89706496 13952 1992294400 134512640 146736320 4291555968 18446744073709551615 136007041 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1223.39
Current children cumulated vsize (KiB) 96304

[startup+822.301 s]
/proc/loadavg: 1.93 1.84 1.67 2/109 27338
/proc/meminfo: memFree=1630768/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=85928 CPUtime=1332.72
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 182923 0 0 0 133101 171 0 0 18 0 2 0 143190522 87990272 13713 1992294400 134512640 146736320 4291555968 18446744073709551615 136007622 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21482 13713 1076 2985 0 18024 0
[pid=27310/tid=27326] ppid=27309 vsize=85928 CPUtime=421.68
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 74716 0 0 0 42113 55 0 0 25 0 2 0 143226470 87990272 13713 1992294400 134512640 146736320 4291555968 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1332.72
Current children cumulated vsize (KiB) 94628

[startup+882.301 s]
/proc/loadavg: 2.08 1.88 1.70 3/109 27340
/proc/meminfo: memFree=1630644/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=85928 CPUtime=1441.85
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 202604 0 0 0 143998 187 0 0 25 0 2 0 143190522 87990272 13725 1992294400 134512640 146736320 4291555968 18446744073709551615 135453306 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21482 13725 1076 2985 0 18024 0
[pid=27310/tid=27326] ppid=27309 vsize=85928 CPUtime=478.26
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 93363 0 0 0 47760 66 0 0 25 0 2 0 143226470 87990272 13725 1992294400 134512640 146736320 4291555968 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1441.85
Current children cumulated vsize (KiB) 94628

[startup+942.302 s]
/proc/loadavg: 2.02 1.90 1.71 3/109 27342
/proc/meminfo: memFree=1630272/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=85928 CPUtime=1552.35
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 228242 0 0 0 155028 207 0 0 25 0 2 0 143190522 87990272 13732 1992294400 134512640 146736320 4291555968 18446744073709551615 136007681 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21482 13732 1076 2985 0 18024 0
[pid=27310/tid=27326] ppid=27309 vsize=85928 CPUtime=534.23
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 115896 0 0 0 53343 80 0 0 25 0 2 0 143226470 87990272 13732 1992294400 134512640 146736320 4291555968 18446744073709551615 136008212 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1552.35
Current children cumulated vsize (KiB) 94628

[startup+1002.3 s]
/proc/loadavg: 1.90 1.89 1.72 3/109 27345
/proc/meminfo: memFree=1628784/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=89000 CPUtime=1659.05
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 250831 0 0 0 165681 224 0 0 25 0 2 0 143190522 91136000 14292 1992294400 134512640 146736320 4291555968 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 22250 14292 1078 2985 0 18792 0
[pid=27310/tid=27326] ppid=27309 vsize=89000 CPUtime=590.24
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 136943 0 0 0 58932 92 0 0 25 0 2 0 143226470 91136000 14292 1992294400 134512640 146736320 4291555968 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1659.05
Current children cumulated vsize (KiB) 97700

[startup+1062.3 s]
/proc/loadavg: 1.77 1.86 1.72 3/109 27347
/proc/meminfo: memFree=1629900/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=87604 CPUtime=1764.1
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 276437 0 0 0 176168 242 0 0 18 0 2 0 143190522 89706496 14031 1992294400 134512640 146736320 4291555968 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21901 14031 1078 2985 0 18443 0
[pid=27310/tid=27326] ppid=27309 vsize=87604 CPUtime=646.23
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 159121 0 0 0 64519 104 0 0 25 0 2 0 143226470 89706496 14031 1992294400 134512640 146736320 4291555968 18446744073709551615 136017485 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1764.1
Current children cumulated vsize (KiB) 96304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1081.6 s]
/proc/loadavg: 1.83 1.86 1.73 3/109 27347
/proc/meminfo: memFree=1630396/2059040 swapFree=4139216/4192956
[pid=27309] ppid=27307 vsize=8700 CPUtime=0
/proc/27309/stat : 27309 (run) S 27307 27309 26993 0 -1 4202496 365 0 0 0 0 0 0 0 18 0 1 0 143190522 8908800 249 1992294400 4194304 4922060 140733870684368 18446744073709551615 260420770949 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27309/statm: 2175 249 208 178 0 68 0
[pid=27310] ppid=27309 vsize=85928 CPUtime=1800.06
/proc/27310/stat : 27310 (pb_cplex) R 27309 27309 26993 0 -1 4202496 286150 0 0 0 179758 248 0 0 25 0 2 0 143190522 87990272 13770 1992294400 134512640 146736320 4291555968 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/27310/statm: 21482 13770 1078 2985 0 18024 0
[pid=27310/tid=27326] ppid=27309 vsize=85928 CPUtime=664.09
/proc/27310/task/27326/stat : 27326 (pb_cplex) R 27309 27309 26993 0 -1 4202560 167531 0 0 0 66300 109 0 0 25 0 2 0 143226470 87990272 13770 1992294400 134512640 146736320 4291555968 18446744073709551615 136008266 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 94628

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1081.62
CPU time (s): 1800.06
CPU user time (s): 1797.58
CPU system time (s): 2.48
CPU usage (%): 166.422
Max. virtual memory (cumulated for all children) (KiB): 101036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.000999
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.14367 second user time and 5.74213 second system time

The end

Launcher Data

Begin job on node034 at 2010-07-01 23:15:54
IDJOB=2695927
IDBENCH=2238
IDSOLVER=1209
FILE ID=node034/2695927-1278018954
PBS_JOBID= 11198729
Free space on /tmp= 62268 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-4.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695927-1278018954/watcher-2695927-1278018954 -o /tmp/evaluation-result-2695927-1278018954/solver-2695927-1278018954 -C 1800 -W 2000 -M 1800  run HOME/instance-2695927-1278018954.opb

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=887836533

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1684020 kB
Buffers:        113008 kB
Cached:         177212 kB
SwapCached:       7564 kB
Active:         171704 kB
Inactive:       132860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1684020 kB
SwapTotal:     4192956 kB
SwapFree:      4139216 kB
Dirty:           17012 kB
Writeback:           0 kB
AnonPages:       12288 kB
Mapped:          11976 kB
Slab:            48516 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182404 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= 62252 MiB
End job on node034 at 2010-07-01 23:33:58