Trace number 2695873

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 1431.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
MD5SUM49f1950e042362832bbb830f499dd3e3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1789.9
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58245
Number of constraints which are clauses58245
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 945
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 945
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 945
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-2695873-1278019139.opb.
0.00/0.00	c Instance file HOME/instance-2695873-1278019139.opb
0.00/0.00	c File size is 1390935 bytes.
0.00/0.56	c Highest Coefficient sum: 3
0.00/0.56	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.64	c ============================[ Problem Statistics ]=============================
0.00/0.64	c |                                                                             |
0.00/0.64	c |  Parsing time:          0.61         s                                      |
0.00/0.64	c |  Number Variables:      945                                                 |
0.00/0.65	c |  Number Constraints:    58245                                               |
0.00/0.65	c ===============================================================================
1800.00/1431.51	c Remaining time 1799.38 sec.
1800.00/1431.51	c 
1800.00/1431.51	c *** INTERRUPTED ***
1800.00/1431.51	s UNKNOWN
1800.00/1431.51	c Total CPU time              : 1797.38 s
1800.00/1431.51	c Memory used           : 172.56 MB
1800.00/1431.51	c CPU time              : 1797.38 s
1800.00/1431.51	c 
1800.00/1431.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-2695873-1278019139/watcher-2695873-1278019139 -o /tmp/evaluation-result-2695873-1278019139/solver-2695873-1278019139 -C 1800 -W 2000 -M 1800 run HOME/instance-2695873-1278019139.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.34 1.69 1.45 3/106 24474
/proc/meminfo: memFree=1864352/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0

[startup+0.100847 s]
/proc/loadavg: 1.34 1.69 1.45 3/106 24474
/proc/meminfo: memFree=1864352/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200855 s]
/proc/loadavg: 1.34 1.69 1.45 3/106 24474
/proc/meminfo: memFree=1864352/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300863 s]
/proc/loadavg: 1.34 1.69 1.45 3/106 24474
/proc/meminfo: memFree=1864352/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700906 s]
/proc/loadavg: 1.34 1.69 1.45 3/106 24474
/proc/meminfo: memFree=1864352/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 1.34 1.69 1.45 2/108 24476
/proc/meminfo: memFree=1835568/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=43852 CPUtime=1.49
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 10842 0 0 0 145 4 0 0 19 0 1 0 175569300 44904448 7838 1992294400 134512640 146736320 4288999216 18446744073709551615 138729867 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 10963 7838 764 2985 0 7505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52552

[startup+3.10109 s]
/proc/loadavg: 1.32 1.68 1.45 2/108 24476
/proc/meminfo: memFree=1835196/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=75736 CPUtime=3.08
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 15303 0 0 0 303 5 0 0 21 0 1 0 175569300 77553664 10534 1992294400 134512640 146736320 4288999216 18446744073709551615 135997641 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 18934 10534 887 2985 0 15476 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84436

[startup+6.30034 s]
/proc/loadavg: 1.32 1.68 1.45 2/108 24476
/proc/meminfo: memFree=1823664/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=77028 CPUtime=6.28
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 15635 0 0 0 623 5 0 0 25 0 1 0 175569300 78876672 10861 1992294400 134512640 146736320 4288999216 18446744073709551615 136016688 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 19257 10861 890 2985 0 15799 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85728

[startup+12.7019 s]
/proc/loadavg: 1.27 1.65 1.45 2/108 24476
/proc/meminfo: memFree=1820812/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=80636 CPUtime=12.68
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 16629 0 0 0 1262 6 0 0 25 0 1 0 175569300 82571264 11546 1992294400 134512640 146736320 4288999216 18446744073709551615 135851853 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 20159 11546 900 2985 0 16701 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 89336

[startup+25.5009 s]
/proc/loadavg: 1.23 1.63 1.44 2/108 24476
/proc/meminfo: memFree=1813744/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=101328 CPUtime=25.48
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 21432 0 0 0 2541 7 0 0 25 0 1 0 175569300 103759872 14026 1992294400 134512640 146736320 4288999216 18446744073709551615 136017760 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 25332 14026 960 2985 0 21874 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110028

[startup+51.1009 s]
/proc/loadavg: 1.15 1.58 1.43 2/108 24476
/proc/meminfo: memFree=1796508/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=117648 CPUtime=51.06
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 26593 0 0 0 5096 10 0 0 25 0 1 0 175569300 120471552 17655 1992294400 134512640 146736320 4288999216 18446744073709551615 137698804 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 29412 17655 985 2985 0 25954 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 126348

[startup+102.301 s]
/proc/loadavg: 1.06 1.48 1.40 2/108 24478
/proc/meminfo: memFree=1800972/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=110720 CPUtime=102.25
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 50087 0 0 0 10204 21 0 0 25 0 1 0 175569300 113377280 16420 1992294400 134512640 146736320 4288999216 18446744073709551615 136403114 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 27680 16420 1014 2985 0 24222 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 119420

[startup+162.301 s]
/proc/loadavg: 1.02 1.39 1.37 2/108 24480
/proc/meminfo: memFree=1800848/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=111968 CPUtime=162.23
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 64362 0 0 0 16196 27 0 0 25 0 1 0 175569300 114655232 16724 1992294400 134512640 146736320 4288999216 18446744073709551615 135461347 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 27992 16724 1014 2985 0 24534 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 120668

[startup+222.309 s]
/proc/loadavg: 1.00 1.32 1.35 2/108 24482
/proc/meminfo: memFree=1800972/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=110880 CPUtime=222.22
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 79083 0 0 0 22189 33 0 0 25 0 1 0 175569300 113541120 16456 1992294400 134512640 146736320 4288999216 18446744073709551615 136017485 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 27720 16456 1014 2985 0 24262 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 119580

[startup+282.301 s]
/proc/loadavg: 1.00 1.26 1.32 2/108 24484
/proc/meminfo: memFree=1802832/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=106140 CPUtime=282.2
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 102082 0 0 0 28176 44 0 0 25 0 1 0 175569300 108687360 16001 1992294400 134512640 146736320 4288999216 18446744073709551615 136001929 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 26535 16001 1033 2985 0 23077 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 114840

[startup+342.301 s]
/proc/loadavg: 1.06 1.22 1.31 2/108 24484
/proc/meminfo: memFree=1802832/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=106044 CPUtime=342.19
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 124996 0 0 0 34165 54 0 0 25 0 1 0 175569300 108589056 15997 1992294400 134512640 146736320 4288999216 18446744073709551615 139044580 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 26511 15997 1031 2985 0 23053 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 114744

[startup+402.301 s]
/proc/loadavg: 1.07 1.19 1.29 2/108 24486
/proc/meminfo: memFree=1803204/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=105836 CPUtime=402.17
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 147732 0 0 0 40154 63 0 0 25 0 1 0 175569300 108376064 15914 1992294400 134512640 146736320 4288999216 18446744073709551615 136017784 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24475/statm: 26459 15914 1029 2985 0 23001 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 114536

[startup+462.301 s]

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

[pid=24475] ppid=24474 vsize=176116 CPUtime=947.84
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 330208 0 0 0 94636 148 0 0 25 0 2 0 175569300 180342784 27058 1992294400 134512640 146736320 4288999216 18446744073709551615 136001992 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44029 27058 1056 2985 0 40571 0
[pid=24475/tid=24495] ppid=24474 vsize=176116 CPUtime=65.77
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 20108 0 0 0 6565 12 0 0 25 0 2 0 175636440 180342784 27058 1992294400 134512640 146736320 4288999216 18446744073709551615 136007612 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 947.84
Current children cumulated vsize (KiB) 184816

[startup+942.301 s]
/proc/loadavg: 1.44 1.27 1.24 2/109 24501
/proc/meminfo: memFree=1756820/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176216 CPUtime=1031.84
/proc/24475/stat : 24475 (pb_cplex) S 24474 24474 24032 0 -1 4202496 352936 0 0 0 103024 160 0 0 25 0 2 0 175569300 180445184 27385 1992294400 134512640 146736320 4288999216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44054 27385 1080 2985 0 40596 0
[pid=24475/tid=24495] ppid=24474 vsize=176216 CPUtime=125.56
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 36803 0 0 0 12535 21 0 0 25 0 2 0 175636440 180445184 27385 1992294400 134512640 146736320 4288999216 18446744073709551615 139042888 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1031.84
Current children cumulated vsize (KiB) 184916

[startup+1002.3 s]
/proc/loadavg: 1.16 1.22 1.23 2/109 24503
/proc/meminfo: memFree=1756820/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176216 CPUtime=1091.83
/proc/24475/stat : 24475 (pb_cplex) S 24474 24474 24032 0 -1 4202496 369093 0 0 0 109016 167 0 0 25 0 2 0 175569300 180445184 27331 1992294400 134512640 146736320 4288999216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44054 27331 1080 2985 0 40596 0
[pid=24475/tid=24495] ppid=24474 vsize=176216 CPUtime=185.54
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 52960 0 0 0 18527 27 0 0 25 0 2 0 175636440 180445184 27331 1992294400 134512640 146736320 4288999216 18446744073709551615 136007059 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1091.83
Current children cumulated vsize (KiB) 184916

[startup+1062.3 s]
/proc/loadavg: 1.28 1.23 1.22 3/109 24505
/proc/meminfo: memFree=1756448/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176216 CPUtime=1165.76
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 387884 0 0 0 116400 176 0 0 25 0 2 0 175569300 180445184 27385 1992294400 134512640 146736320 4288999216 18446744073709551615 136017763 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44054 27385 1080 2985 0 40596 0
[pid=24475/tid=24495] ppid=24474 vsize=176216 CPUtime=245.42
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 68591 0 0 0 24507 35 0 0 25 0 2 0 175636440 180445184 27385 1992294400 134512640 146736320 4288999216 18446744073709551615 135523290 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1165.76
Current children cumulated vsize (KiB) 184916

[startup+1122.3 s]
/proc/loadavg: 1.40 1.27 1.24 3/109 24507
/proc/meminfo: memFree=1756324/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176216 CPUtime=1253.22
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 410946 0 0 0 125133 189 0 0 25 0 2 0 175569300 180445184 27385 1992294400 134512640 146736320 4288999216 18446744073709551615 136017769 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44054 27385 1080 2985 0 40596 0
[pid=24475/tid=24495] ppid=24474 vsize=176216 CPUtime=272.89
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 75850 0 0 0 27249 40 0 0 25 0 2 0 175636440 180445184 27385 1992294400 134512640 146736320 4288999216 18446744073709551615 136007661 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1253.22
Current children cumulated vsize (KiB) 184916

[startup+1182.3 s]
/proc/loadavg: 1.75 1.40 1.29 2/109 24512
/proc/meminfo: memFree=1756192/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176236 CPUtime=1360.24
/proc/24475/stat : 24475 (pb_cplex) S 24474 24474 24032 0 -1 4202496 437232 0 0 0 135820 204 0 0 25 0 2 0 175569300 180465664 27384 1992294400 134512640 146736320 4288999216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44059 27384 1080 2985 0 40601 0
[pid=24475/tid=24495] ppid=24474 vsize=176236 CPUtime=332.16
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 90593 0 0 0 33168 48 0 0 25 0 2 0 175636440 180465664 27384 1992294400 134512640 146736320 4288999216 18446744073709551615 136007286 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1360.24
Current children cumulated vsize (KiB) 184936

[startup+1242.3 s]
/proc/loadavg: 1.84 1.48 1.32 3/109 24512
/proc/meminfo: memFree=1755324/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176688 CPUtime=1468.41
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 464017 0 0 0 146622 219 0 0 25 0 2 0 175569300 180928512 27598 1992294400 134512640 146736320 4288999216 18446744073709551615 136007616 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44172 27598 1080 2985 0 40714 0
[pid=24475/tid=24495] ppid=24474 vsize=176688 CPUtime=391.79
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 106307 0 0 0 39122 57 0 0 25 0 2 0 175636440 180928512 27598 1992294400 134512640 146736320 4288999216 18446744073709551615 136007056 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1468.41
Current children cumulated vsize (KiB) 185388

[startup+1302.3 s]
/proc/loadavg: 1.65 1.51 1.33 2/109 24514
/proc/meminfo: memFree=1755324/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176688 CPUtime=1568.07
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 488310 0 0 0 156573 234 0 0 25 0 2 0 175569300 180928512 27605 1992294400 134512640 146736320 4288999216 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44172 27605 1080 2985 0 40714 0
[pid=24475/tid=24495] ppid=24474 vsize=176688 CPUtime=431.46
/proc/24475/task/24495/stat : 24495 (pb_cplex) S 24474 24474 24032 0 -1 4202560 116141 0 0 0 43082 64 0 0 25 0 2 0 175636440 180928512 27605 1992294400 134512640 146736320 4288999216 18446744073709551615 144580073 0 2 4096 16387 18446604437837289600 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1568.07
Current children cumulated vsize (KiB) 185388

[startup+1362.3 s]
/proc/loadavg: 1.73 1.54 1.35 3/109 24516
/proc/meminfo: memFree=1755076/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176700 CPUtime=1662.15
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 511404 0 0 0 165970 245 0 0 25 0 2 0 175569300 180940800 27608 1992294400 134512640 146736320 4288999216 18446744073709551615 139042888 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44175 27608 1080 2985 0 40717 0
[pid=24475/tid=24495] ppid=24474 vsize=176700 CPUtime=465.55
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 124317 0 0 0 46487 68 0 0 25 0 2 0 175636440 180940800 27608 1992294400 134512640 146736320 4288999216 18446744073709551615 136007616 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1662.15
Current children cumulated vsize (KiB) 185400

[startup+1422.3 s]
/proc/loadavg: 1.90 1.62 1.39 3/109 24518
/proc/meminfo: memFree=1754952/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176700 CPUtime=1781.68
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 539498 0 0 0 177907 261 0 0 25 0 2 0 175569300 180940800 27629 1992294400 134512640 146736320 4288999216 18446744073709551615 139042977 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44175 27629 1080 2985 0 40717 0
[pid=24475/tid=24495] ppid=24474 vsize=176700 CPUtime=525.09
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 139058 0 0 0 52433 76 0 0 25 0 2 0 175636440 180940800 27629 1992294400 134512640 146736320 4288999216 18446744073709551615 136007037 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 185400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1431.5 s]
/proc/loadavg: 1.91 1.63 1.40 3/109 24518
/proc/meminfo: memFree=1754952/2059040 swapFree=4135856/4192956
[pid=24474] ppid=24472 vsize=8700 CPUtime=0
/proc/24474/stat : 24474 (run) S 24472 24474 24032 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 175569300 8908800 249 1992294400 4194304 4922060 140737108262752 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24474/statm: 2175 249 208 178 0 68 0
[pid=24475] ppid=24474 vsize=176700 CPUtime=1800
/proc/24475/stat : 24475 (pb_cplex) R 24474 24474 24032 0 -1 4202496 543995 0 0 0 179736 264 0 0 25 0 2 0 175569300 180940800 27629 1992294400 134512640 146736320 4288999216 18446744073709551615 135468524 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24475/statm: 44175 27629 1080 2985 0 40717 0
[pid=24475/tid=24495] ppid=24474 vsize=176700 CPUtime=534.21
/proc/24475/task/24495/stat : 24495 (pb_cplex) R 24474 24474 24032 0 -1 4202560 141277 0 0 0 53344 77 0 0 25 0 2 0 175636440 180940800 27629 1992294400 134512640 146736320 4288999216 18446744073709551615 136007626 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 185400

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 24474 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
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1431.52
CPU time (s): 1800
CPU user time (s): 1797.36
CPU system time (s): 2.64
CPU usage (%): 125.74
Max. virtual memory (cumulated for all children) (KiB): 188332

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= 3
involuntary context switches= 2

runsolver used 2.44263 second user time and 7.03293 second system time

The end

Launcher Data

Begin job on node026 at 2010-07-01 23:18:59
IDJOB=2695873
IDBENCH=2250
IDSOLVER=1209
FILE ID=node026/2695873-1278019139
PBS_JOBID= 11198735
Free space on /tmp= 62360 MiB

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

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

MD5SUM BENCH= 49f1950e042362832bbb830f499dd3e3
RANDOM SEED=493567677

node026.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.201
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.40
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.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1864632 kB
Buffers:          5448 kB
Cached:          97484 kB
SwapCached:      10324 kB
Active:          71080 kB
Inactive:        45740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1864632 kB
SwapTotal:     4192956 kB
SwapFree:      4135856 kB
Dirty:           17992 kB
Writeback:           0 kB
AnonPages:       12388 kB
Mapped:           8548 kB
Slab:            55424 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182068 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= 62344 MiB
End job on node026 at 2010-07-01 23:42:53