Trace number 2696028

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.01 1412.33

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-5.opb
MD5SUMdadfd792215a2bce735ffb7b3e25dcc5
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.88
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 constraints58579
Number of constraints which are clauses58579
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-2696028-1278019217.opb.
0.00/0.00	c Instance file HOME/instance-2696028-1278019217.opb
0.00/0.00	c File size is 1399605 bytes.
0.00/0.57	c Highest Coefficient sum: 3
0.00/0.57	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.62         s                                      |
0.00/0.64	c |  Number Variables:      945                                                 |
0.00/0.65	c |  Number Constraints:    58579                                               |
0.00/0.65	c ===============================================================================
1800.01/1412.32	c Remaining time 1799.38 sec.
1800.01/1412.32	c 
1800.01/1412.32	c *** INTERRUPTED ***
1800.01/1412.32	s UNKNOWN
1800.01/1412.32	c Total CPU time              : 1797.26 s
1800.01/1412.32	c Memory used           : 174.66 MB
1800.01/1412.32	c CPU time              : 1797.26 s
1800.01/1412.32	c 
1800.01/1412.32	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-2696028-1278019217/watcher-2696028-1278019217 -o /tmp/evaluation-result-2696028-1278019217/solver-2696028-1278019217 -C 1800 -W 2000 -M 1800 run HOME/instance-2696028-1278019217.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.12 2.11 1.98 3/106 28707
/proc/meminfo: memFree=1481868/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0

[startup+0.0134559 s]
/proc/loadavg: 2.12 2.11 1.98 3/106 28707
/proc/meminfo: memFree=1481868/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100464 s]
/proc/loadavg: 2.12 2.11 1.98 3/106 28707
/proc/meminfo: memFree=1481868/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300482 s]
/proc/loadavg: 2.12 2.11 1.98 3/106 28707
/proc/meminfo: memFree=1481868/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700535 s]
/proc/loadavg: 2.12 2.11 1.98 3/106 28707
/proc/meminfo: memFree=1481868/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50059 s]
/proc/loadavg: 2.12 2.11 1.98 2/108 28709
/proc/meminfo: memFree=1453084/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=44124 CPUtime=1.48
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 10893 0 0 0 145 3 0 0 19 0 1 0 143213211 45182976 7875 1992294400 134512640 146736320 4290934000 18446744073709551615 138730560 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 11031 7875 764 2985 0 7573 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 52824

[startup+3.10073 s]
/proc/loadavg: 2.12 2.11 1.98 2/108 28709
/proc/meminfo: memFree=1452712/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=76156 CPUtime=3.08
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 16016 0 0 0 303 5 0 0 22 0 1 0 143213211 77983744 10398 1992294400 134512640 146736320 4290934000 18446744073709551615 135461688 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 19039 10398 887 2985 0 15581 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84856

[startup+6.30102 s]
/proc/loadavg: 2.03 2.09 1.97 2/108 28709
/proc/meminfo: memFree=1441676/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=77148 CPUtime=6.28
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 16280 0 0 0 623 5 0 0 25 0 1 0 143213211 78999552 10662 1992294400 134512640 146736320 4290934000 18446744073709551615 135468524 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 19287 10662 888 2985 0 15829 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85848

[startup+12.7016 s]
/proc/loadavg: 1.95 2.07 1.97 2/108 28711
/proc/meminfo: memFree=1441056/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=77968 CPUtime=12.68
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 16466 0 0 0 1263 5 0 0 25 0 1 0 143213211 79839232 10847 1992294400 134512640 146736320 4290934000 18446744073709551615 138462638 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 19492 10847 887 2985 0 16034 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86668

[startup+25.5017 s]
/proc/loadavg: 1.74 2.02 1.95 2/108 28711
/proc/meminfo: memFree=1426176/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=101804 CPUtime=25.48
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 22325 0 0 0 2541 7 0 0 25 0 1 0 143213211 104247296 14531 1992294400 134512640 146736320 4290934000 18446744073709551615 136017505 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 25451 14531 953 2985 0 21993 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 110504

[startup+51.102 s]
/proc/loadavg: 1.49 1.93 1.93 2/108 28711
/proc/meminfo: memFree=1412164/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=119916 CPUtime=51.07
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 26820 0 0 0 5099 8 0 0 25 0 1 0 143213211 122793984 18197 1992294400 134512640 146736320 4290934000 18446744073709551615 136406042 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 29979 18197 981 2985 0 26521 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 128616

[startup+102.309 s]
/proc/loadavg: 1.21 1.79 1.88 2/108 28713
/proc/meminfo: memFree=1418860/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=110084 CPUtime=102.26
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 53435 0 0 0 10206 20 0 0 25 0 1 0 143213211 112726016 16402 1992294400 134512640 146736320 4290934000 18446744073709551615 136389768 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 27521 16402 1007 2985 0 24063 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 118784

[startup+162.302 s]
/proc/loadavg: 1.07 1.64 1.82 2/108 28715
/proc/meminfo: memFree=1418488/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=110412 CPUtime=162.24
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 67386 0 0 0 16197 27 0 0 25 0 1 0 143213211 113061888 16478 1992294400 134512640 146736320 4290934000 18446744073709551615 136384890 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 27603 16478 1007 2985 0 24145 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 119112

[startup+222.301 s]
/proc/loadavg: 1.03 1.52 1.76 2/108 28715
/proc/meminfo: memFree=1422332/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=104516 CPUtime=222.22
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 90273 0 0 0 22186 36 0 0 25 0 1 0 143213211 107024384 15564 1992294400 134512640 146736320 4290934000 18446744073709551615 139044505 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 26129 15564 1021 2985 0 22671 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 113216

[startup+282.301 s]
/proc/loadavg: 1.01 1.42 1.71 2/108 28717
/proc/meminfo: memFree=1423572/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=103288 CPUtime=282.19
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 114217 0 0 0 28173 46 0 0 25 0 1 0 143213211 105766912 15359 1992294400 134512640 146736320 4290934000 18446744073709551615 136017760 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 25822 15359 1009 2985 0 22364 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 111988

[startup+342.301 s]
/proc/loadavg: 1.00 1.34 1.67 2/108 28719
/proc/meminfo: memFree=1420976/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=105712 CPUtime=342.18
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 130911 0 0 0 34164 54 0 0 25 0 1 0 143213211 108249088 15855 1992294400 134512640 146736320 4290934000 18446744073709551615 135982686 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 26428 15855 1014 2985 0 22970 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 114412

[startup+402.301 s]
/proc/loadavg: 1.00 1.28 1.62 2/108 28721
/proc/meminfo: memFree=1420728/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=106000 CPUtime=402.16
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 155187 0 0 0 40153 63 0 0 25 0 1 0 143213211 108544000 15902 1992294400 134512640 146736320 4290934000 18446744073709551615 136403109 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28708/statm: 26500 15902 1010 2985 0 23042 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 114700

[startup+462.301 s]

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

[pid=28708] ppid=28707 vsize=156296 CPUtime=882.02
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 334820 0 0 0 88062 140 0 0 25 0 2 0 143213211 160047104 23196 1992294400 134512640 146736320 4290934000 18446744073709551615 139044505 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 39074 23196 1072 2985 0 35616 0
[pid=28708/tid=28735] ppid=28707 vsize=156296 CPUtime=0
/proc/28708/task/28735/stat : 28735 (pb_cplex) S 28707 28707 28406 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 143293010 160047104 23196 1992294400 134512640 146736320 4290934000 18446744073709551615 144580073 0 2 4096 16387 18446604436165393344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 164996

[startup+942.301 s]
/proc/loadavg: 1.00 1.04 1.33 2/109 28739
/proc/meminfo: memFree=1391208/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=156328 CPUtime=942
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 351233 0 0 0 94053 147 0 0 25 0 2 0 143213211 160079872 23206 1992294400 134512640 146736320 4290934000 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 39082 23206 1072 2985 0 35624 0
[pid=28708/tid=28735] ppid=28707 vsize=156328 CPUtime=0
/proc/28708/task/28735/stat : 28735 (pb_cplex) S 28707 28707 28406 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 143293010 160079872 23206 1992294400 134512640 146736320 4290934000 18446744073709551615 144580073 0 2 4096 16387 18446604436165393344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 165028

[startup+1002.3 s]
/proc/loadavg: 1.64 1.20 1.37 3/109 28741
/proc/meminfo: memFree=1374964/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=176292 CPUtime=1053.19
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 382294 0 0 0 105152 167 0 0 25 0 2 0 143213211 180523008 27213 1992294400 134512640 146736320 4290934000 18446744073709551615 136017787 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44073 27213 1074 2985 0 40615 0
[pid=28708/tid=28735] ppid=28707 vsize=176292 CPUtime=51.2
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 16497 0 0 0 5109 11 0 0 25 0 2 0 143293010 180523008 27213 1992294400 134512640 146736320 4290934000 18446744073709551615 136017474 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1053.19
Current children cumulated vsize (KiB) 184992

[startup+1062.3 s]
/proc/loadavg: 1.94 1.36 1.41 3/109 28743
/proc/meminfo: memFree=1373600/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=177492 CPUtime=1172.72
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 411832 0 0 0 117086 186 0 0 25 0 2 0 143213211 181751808 27544 1992294400 134512640 146736320 4290934000 18446744073709551615 136017485 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44373 27544 1074 2985 0 40915 0
[pid=28708/tid=28735] ppid=28707 vsize=177492 CPUtime=110.74
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 31665 0 0 0 11053 21 0 0 25 0 2 0 143293010 181751808 27544 1992294400 134512640 146736320 4290934000 18446744073709551615 139042888 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1172.72
Current children cumulated vsize (KiB) 186192

[startup+1122.3 s]
/proc/loadavg: 1.75 1.43 1.43 2/109 28743
/proc/meminfo: memFree=1373352/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=177492 CPUtime=1275.47
/proc/28708/stat : 28708 (pb_cplex) S 28707 28707 28406 0 -1 4202496 438523 0 0 0 127345 202 0 0 25 0 2 0 143213211 181751808 27605 1992294400 134512640 146736320 4290934000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44373 27605 1074 2985 0 40915 0
[pid=28708/tid=28735] ppid=28707 vsize=177492 CPUtime=170.41
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 46699 0 0 0 17011 30 0 0 25 0 2 0 143293010 181751808 27605 1992294400 134512640 146736320 4290934000 18446744073709551615 136017495 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1275.47
Current children cumulated vsize (KiB) 186192

[startup+1182.3 s]
/proc/loadavg: 1.87 1.50 1.45 3/109 28745
/proc/meminfo: memFree=1373228/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=177532 CPUtime=1380.29
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 464370 0 0 0 137812 217 0 0 25 0 2 0 143213211 181792768 27617 1992294400 134512640 146736320 4290934000 18446744073709551615 136007059 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44383 27617 1074 2985 0 40925 0
[pid=28708/tid=28735] ppid=28707 vsize=177532 CPUtime=230.06
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 61766 0 0 0 22968 38 0 0 25 0 2 0 143293010 181792768 27617 1992294400 134512640 146736320 4290934000 18446744073709551615 136017755 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1380.29
Current children cumulated vsize (KiB) 186232

[startup+1242.3 s]
/proc/loadavg: 1.85 1.57 1.48 2/109 28747
/proc/meminfo: memFree=1372980/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=177728 CPUtime=1489.52
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 491015 0 0 0 148717 235 0 0 25 0 2 0 143213211 181993472 27676 1992294400 134512640 146736320 4290934000 18446744073709551615 136007073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44432 27676 1074 2985 0 40974 0
[pid=28708/tid=28735] ppid=28707 vsize=177728 CPUtime=279.3
/proc/28708/task/28735/stat : 28735 (pb_cplex) S 28707 28707 28406 0 -1 4202560 73853 0 0 0 27884 46 0 0 25 0 2 0 143293010 181993472 27676 1992294400 134512640 146736320 4290934000 18446744073709551615 144580073 0 2 4096 16387 18446604436165393344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1489.52
Current children cumulated vsize (KiB) 186428

[startup+1302.3 s]
/proc/loadavg: 1.88 1.62 1.50 3/109 28749
/proc/meminfo: memFree=1372608/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=177728 CPUtime=1599.28
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 518152 0 0 0 159678 250 0 0 25 0 2 0 143213211 181993472 27766 1992294400 134512640 146736320 4290934000 18446744073709551615 136007053 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44432 27766 1074 2985 0 40974 0
[pid=28708/tid=28735] ppid=28707 vsize=177728 CPUtime=329.08
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 86110 0 0 0 32854 54 0 0 25 0 2 0 143293010 181993472 27766 1992294400 134512640 146736320 4290934000 18446744073709551615 136007059 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1599.28
Current children cumulated vsize (KiB) 186428

[startup+1362.3 s]
/proc/loadavg: 1.82 1.65 1.51 3/109 28751
/proc/meminfo: memFree=1372484/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=177824 CPUtime=1700.39
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 542445 0 0 0 169777 262 0 0 25 0 2 0 143213211 182091776 27793 1992294400 134512640 146736320 4290934000 18446744073709551615 136007284 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44456 27793 1074 2985 0 40998 0
[pid=28708/tid=28735] ppid=28707 vsize=177824 CPUtime=370.22
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 96096 0 0 0 36963 59 0 0 25 0 2 0 143293010 182091776 27793 1992294400 134512640 146736320 4290934000 18446744073709551615 136007065 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1700.39
Current children cumulated vsize (KiB) 186524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1412.3 s]
/proc/loadavg: 1.97 1.72 1.54 3/109 28751
/proc/meminfo: memFree=1371740/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=178848 CPUtime=1800.01
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 566108 0 0 0 179724 277 0 0 25 0 2 0 143213211 183140352 27951 1992294400 134512640 146736320 4290934000 18446744073709551615 139042883 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44712 27951 1071 2985 0 41254 0
[pid=28708/tid=28735] ppid=28707 vsize=178848 CPUtime=419.84
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 108413 0 0 0 41916 68 0 0 25 0 2 0 143293010 183140352 27951 1992294400 134512640 146736320 4290934000 18446744073709551615 136007073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 187548

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

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

[startup+1412.3 s]
/proc/loadavg: 1.97 1.72 1.54 3/109 28751
/proc/meminfo: memFree=1371740/2059040 swapFree=4139744/4192956
[pid=28707] ppid=28705 vsize=8700 CPUtime=0
/proc/28707/stat : 28707 (run) S 28705 28707 28406 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 143213211 8908800 249 1992294400 4194304 4922060 140735980680208 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28707/statm: 2175 249 208 178 0 68 0
[pid=28708] ppid=28707 vsize=178848 CPUtime=1800.01
/proc/28708/stat : 28708 (pb_cplex) R 28707 28707 28406 0 -1 4202496 566108 0 0 0 179724 277 0 0 25 0 2 0 143213211 183140352 27951 1992294400 134512640 146736320 4290934000 18446744073709551615 139042883 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28708/statm: 44712 27951 1071 2985 0 41254 0
[pid=28708/tid=28735] ppid=28707 vsize=178848 CPUtime=419.84
/proc/28708/task/28735/stat : 28735 (pb_cplex) R 28707 28707 28406 0 -1 4202560 108413 0 0 0 41916 68 0 0 25 0 2 0 143293010 183140352 27951 1992294400 134512640 146736320 4290934000 18446744073709551615 136007073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 187548

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1412.33
CPU time (s): 1800.01
CPU user time (s): 1797.24
CPU system time (s): 2.77
CPU usage (%): 127.45
Max. virtual memory (cumulated for all children) (KiB): 189788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366
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.50362 second user time and 6.85896 second system time

The end

Launcher Data

Begin job on node051 at 2010-07-01 23:20:17
IDJOB=2696028
IDBENCH=2254
IDSOLVER=1209
FILE ID=node051/2696028-1278019217
PBS_JOBID= 11198714
Free space on /tmp= 62484 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-5.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696028-1278019217/watcher-2696028-1278019217 -o /tmp/evaluation-result-2696028-1278019217/solver-2696028-1278019217 -C 1800 -W 2000 -M 1800  run HOME/instance-2696028-1278019217.opb

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

MD5SUM BENCH= dadfd792215a2bce735ffb7b3e25dcc5
RANDOM SEED=958383371

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.255
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:       1482396 kB
Buffers:        143040 kB
Cached:         333728 kB
SwapCached:       6772 kB
Active:         212180 kB
Inactive:       278312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1482396 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           18036 kB
Writeback:           0 kB
AnonPages:       11916 kB
Mapped:          11940 kB
Slab:            64288 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182828 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= 62468 MiB
End job on node051 at 2010-07-01 23:43:52