Trace number 2695919

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.09 1075.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark486
Best CPU time to get the best result obtained on this benchmark1795.97
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 497468
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 497468
Number of bits of the biggest sum of numbers19
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-2695919-1278017612.opb.
0.00/0.00	c Instance file HOME/instance-2695919-1278017612.opb
0.00/0.00	c File size is 17233649 bytes.
29.88/29.92	c Highest Coefficient sum: 101
29.88/29.92	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
30.69/30.77	c ============================[ Problem Statistics ]=============================
30.69/30.77	c |                                                                             |
30.69/30.77	c |  Parsing time:          30.51        s                                      |
30.69/30.77	c |  Number Variables:      10000                                               |
31.08/31.13	c |  Number Constraints:    656900                                              |
31.08/31.13	c ===============================================================================
1800.09/1075.41	c Remaining time 1769.21 sec.
1800.09/1075.41	c 
1800.09/1075.41	c *** INTERRUPTED ***
1800.09/1075.41	s UNKNOWN
1800.09/1075.41	c Total CPU time              : 1783.98 s
1800.09/1075.41	c Memory used           : 590.63 MB
1800.09/1075.41	c CPU time              : 1783.98 s
1800.09/1075.41	c 
1800.09/1075.41	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-2695919-1278017612/watcher-2695919-1278017612 -o /tmp/evaluation-result-2695919-1278017612/solver-2695919-1278017612 -C 1800 -W 2000 -M 1800 run HOME/instance-2695919-1278017612.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.16 1.11 1.02 3/106 28318
/proc/meminfo: memFree=1250364/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) R 28316 28318 28051 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178185621 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0

[startup+0.0700171 s]
/proc/loadavg: 1.16 1.11 1.02 3/106 28318
/proc/meminfo: memFree=1250364/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10102 s]
/proc/loadavg: 1.16 1.11 1.02 3/106 28318
/proc/meminfo: memFree=1250364/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301042 s]
/proc/loadavg: 1.16 1.11 1.02 3/106 28318
/proc/meminfo: memFree=1250364/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701086 s]
/proc/loadavg: 1.16 1.11 1.02 3/106 28318
/proc/meminfo: memFree=1250364/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50117 s]
/proc/loadavg: 1.14 1.11 1.02 2/108 28320
/proc/meminfo: memFree=1247620/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=31864 CPUtime=1.49
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 955 0 0 0 149 0 0 0 25 0 1 0 143052038 32628736 908 1992294400 134512640 146736320 4292682192 18446744073709551615 140683311 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28319/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10135 s]
/proc/loadavg: 1.14 1.11 1.02 2/108 28320
/proc/meminfo: memFree=1247248/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=31996 CPUtime=3.09
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 968 0 0 0 309 0 0 0 25 0 1 0 143052038 32763904 921 1992294400 134512640 146736320 4292682192 18446744073709551615 140660126 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28319/statm: 7999 921 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.3017 s]
/proc/loadavg: 1.14 1.11 1.02 2/108 28320
/proc/meminfo: memFree=1246256/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=31996 CPUtime=6.29
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 996 0 0 0 629 0 0 0 25 0 1 0 143052038 32763904 949 1992294400 134512640 146736320 4292682192 18446744073709551615 140683311 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28319/statm: 7999 949 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7014 s]
/proc/loadavg: 1.12 1.11 1.02 2/108 28320
/proc/meminfo: memFree=1247124/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=32260 CPUtime=12.68
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 1033 0 0 0 1268 0 0 0 25 0 1 0 143052038 33034240 986 1992294400 134512640 146736320 4292682192 18446744073709551615 140679059 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28319/statm: 8065 986 308 2985 0 791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40960

[startup+25.5008 s]
/proc/loadavg: 1.10 1.10 1.02 2/108 28320
/proc/meminfo: memFree=1239188/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=47844 CPUtime=25.48
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 5746 0 0 0 2546 2 0 0 25 0 1 0 143052038 48992256 5472 1992294400 134512640 146736320 4292682192 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28319/statm: 11961 5472 891 2985 0 4687 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56544

[startup+51.1007 s]
/proc/loadavg: 1.15 1.11 1.02 4/109 28325
/proc/meminfo: memFree=1015856/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=275188 CPUtime=54.74
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 140426 0 0 0 5413 61 0 0 20 0 2 0 143052038 281792512 59520 1992294400 134512640 146736320 4292682192 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 68797 59520 1060 2985 0 65339 0
[pid=28319/tid=28325] ppid=28318 vsize=275188 CPUtime=3.94
/proc/28319/task/28325/stat : 28325 (pb_cplex) R 28318 28318 28051 0 -1 4202560 909 0 0 0 393 1 0 0 16 0 2 0 143056643 281792512 59520 1992294400 134512640 146736320 4292682192 18446744073709551615 136475864 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.74
Current children cumulated vsize (KiB) 283888

[startup+102.308 s]
/proc/loadavg: 1.47 1.22 1.07 4/109 28329
/proc/meminfo: memFree=911076/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=409620 CPUtime=124.3
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 200817 0 0 0 12326 104 0 0 18 0 2 0 143052038 419450880 85725 1992294400 134512640 146736320 4292682192 18446744073709551615 135655923 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 102405 85725 1066 2985 0 98947 0
[pid=28319/tid=28329] ppid=28318 vsize=409620 CPUtime=14.68
/proc/28319/task/28329/stat : 28329 (pb_cplex) R 28318 28318 28051 0 -1 4202560 4378 0 0 0 1466 2 0 0 18 0 2 0 143060370 419450880 85725 1992294400 134512640 146736320 4292682192 18446744073709551615 136385179 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 124.3
Current children cumulated vsize (KiB) 418320

[startup+162.301 s]
/proc/loadavg: 1.72 1.33 1.11 2/109 28331
/proc/meminfo: memFree=889624/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=430268 CPUtime=227.47
/proc/28319/stat : 28319 (pb_cplex) S 28318 28318 28051 0 -1 4202496 353779 0 0 0 22554 193 0 0 17 0 2 0 143052038 440594432 90801 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 107567 90801 1066 2985 0 104109 0
[pid=28319/tid=28329] ppid=28318 vsize=430268 CPUtime=62.92
/proc/28319/task/28329/stat : 28329 (pb_cplex) R 28318 28318 28051 0 -1 4202560 95050 0 0 0 6240 52 0 0 18 0 2 0 143060370 440594432 90801 1992294400 134512640 146736320 4292682192 18446744073709551615 137366877 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 227.47
Current children cumulated vsize (KiB) 438968

[startup+222.301 s]
/proc/loadavg: 1.54 1.34 1.13 2/109 28333
/proc/meminfo: memFree=868792/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=450128 CPUtime=325.75
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 487911 0 0 0 32303 272 0 0 17 0 2 0 143052038 460931072 95830 1992294400 134512640 146736320 4292682192 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 112532 95830 1066 2985 0 109074 0
[pid=28319/tid=28329] ppid=28318 vsize=450128 CPUtime=112.7
/proc/28319/task/28329/stat : 28329 (pb_cplex) R 28318 28318 28051 0 -1 4202560 173777 0 0 0 11174 96 0 0 16 0 2 0 143060370 460931072 95830 1992294400 134512640 146736320 4292682192 18446744073709551615 136475785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 325.75
Current children cumulated vsize (KiB) 458828

[startup+282.301 s]
/proc/loadavg: 2.05 1.51 1.20 2/109 28335
/proc/meminfo: memFree=847588/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=472456 CPUtime=423.57
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 610121 0 0 0 42011 346 0 0 18 0 2 0 143052038 483794944 101324 1992294400 134512640 146736320 4292682192 18446744073709551615 136469178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 118114 101324 1066 2985 0 114656 0
[pid=28319/tid=28329] ppid=28318 vsize=472456 CPUtime=159.44
/proc/28319/task/28329/stat : 28329 (pb_cplex) S 28318 28318 28051 0 -1 4202560 242264 0 0 0 15810 134 0 0 17 0 2 0 143060370 483794944 101324 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 2 4096 16387 18446604437860943680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 423.57
Current children cumulated vsize (KiB) 481156

[startup+342.301 s]
/proc/loadavg: 1.78 1.55 1.23 2/109 28337
/proc/meminfo: memFree=827252/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=492276 CPUtime=524.97
/proc/28319/stat : 28319 (pb_cplex) S 28318 28318 28051 0 -1 4202496 720669 0 0 0 52082 415 0 0 16 0 2 0 143052038 504090624 106223 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28319/statm: 123069 106223 1067 2985 0 119611 0
[pid=28319/tid=28329] ppid=28318 vsize=492276 CPUtime=210.46
/proc/28319/task/28329/stat : 28329 (pb_cplex) R 28318 28318 28051 0 -1 4202560 306078 0 0 0 20873 173 0 0 20 0 2 0 143060370 504090624 106223 1992294400 134512640 146736320 4292682192 18446744073709551615 135961999 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 524.97
Current children cumulated vsize (KiB) 500976

[startup+402.301 s]

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

[pid=28319] ppid=28318 vsize=439340 CPUtime=835.21
/proc/28319/stat : 28319 (pb_cplex) S 28318 28318 28051 0 -1 4202496 1023739 0 0 0 82893 628 0 0 17 0 2 0 143052038 449884160 93848 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28319/statm: 109835 93848 1096 2985 0 106377 0
[pid=28319/tid=28343] ppid=28318 vsize=439340 CPUtime=83.58
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 121330 0 0 0 8289 69 0 0 16 0 2 0 143094390 449884160 93848 1992294400 134512640 146736320 4292682192 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 835.21
Current children cumulated vsize (KiB) 448040

[startup+582.301 s]
/proc/loadavg: 2.09 1.97 1.47 3/109 28356
/proc/meminfo: memFree=867428/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=449580 CPUtime=938.03
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 1144856 0 0 0 93095 708 0 0 18 0 2 0 143052038 460369920 96355 1992294400 134512640 146736320 4292682192 18446744073709551615 136001203 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 112395 96355 1096 2985 0 108937 0
[pid=28319/tid=28343] ppid=28318 vsize=449580 CPUtime=134.43
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 238644 0 0 0 13313 130 0 0 18 0 2 0 143094390 460369920 96355 1992294400 134512640 146736320 4292682192 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 938.03
Current children cumulated vsize (KiB) 458280

[startup+642.301 s]
/proc/loadavg: 2.10 1.99 1.50 2/109 28358
/proc/meminfo: memFree=854532/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=461868 CPUtime=1046.64
/proc/28319/stat : 28319 (pb_cplex) S 28318 28318 28051 0 -1 4202496 1301247 0 0 0 103861 803 0 0 17 0 2 0 143052038 472952832 99432 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28319/statm: 115467 99432 1096 2985 0 112009 0
[pid=28319/tid=28343] ppid=28318 vsize=461868 CPUtime=188.6
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 388262 0 0 0 18656 204 0 0 18 0 2 0 143094390 472952832 99432 1992294400 134512640 146736320 4292682192 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1046.64
Current children cumulated vsize (KiB) 470568

[startup+702.301 s]
/proc/loadavg: 2.11 2.00 1.54 4/109 28358
/proc/meminfo: memFree=832336/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=484780 CPUtime=1152.35
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 1491657 0 0 0 114321 914 0 0 18 0 2 0 143052038 496414720 105116 1992294400 134512640 146736320 4292682192 18446744073709551615 136475851 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 121195 105116 1096 2985 0 117737 0
[pid=28319/tid=28343] ppid=28318 vsize=484780 CPUtime=240.86
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 494753 0 0 0 23823 263 0 0 17 0 2 0 143094390 496414720 105116 1992294400 134512640 146736320 4292682192 18446744073709551615 139028294 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1152.35
Current children cumulated vsize (KiB) 493480

[startup+762.308 s]
/proc/loadavg: 2.36 2.09 1.60 4/109 28360
/proc/meminfo: memFree=806792/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=510088 CPUtime=1260.35
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 1704374 0 0 0 124996 1039 0 0 16 0 2 0 143052038 522330112 111409 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28319/statm: 127522 111409 1096 2985 0 124064 0
[pid=28319/tid=28343] ppid=28318 vsize=510088 CPUtime=296.69
/proc/28319/task/28343/stat : 28343 (pb_cplex) S 28318 28318 28051 0 -1 4202560 650025 0 0 0 29323 346 0 0 20 0 2 0 143094390 522330112 111409 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 2 4096 16387 18446604437860943680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1260.35
Current children cumulated vsize (KiB) 518788

[startup+822.301 s]
/proc/loadavg: 2.03 2.04 1.61 3/109 28362
/proc/meminfo: memFree=785836/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=531880 CPUtime=1362.22
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 1875875 0 0 0 135079 1143 0 0 18 0 2 0 143052038 544645120 116811 1992294400 134512640 146736320 4292682192 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 132970 116811 1098 2985 0 129512 0
[pid=28319/tid=28343] ppid=28318 vsize=531880 CPUtime=348.92
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 776487 0 0 0 34478 414 0 0 17 0 2 0 143094390 544645120 116811 1992294400 134512640 146736320 4292682192 18446744073709551615 136385183 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1362.22
Current children cumulated vsize (KiB) 540580

[startup+882.302 s]
/proc/loadavg: 1.80 1.96 1.61 3/109 28364
/proc/meminfo: memFree=767112/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=549776 CPUtime=1466.58
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 2059778 0 0 0 145405 1253 0 0 19 0 2 0 143052038 562970624 121214 1992294400 134512640 146736320 4292682192 18446744073709551615 136475826 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 137444 121214 1098 2985 0 133986 0
[pid=28319/tid=28343] ppid=28318 vsize=549776 CPUtime=400.6
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 914565 0 0 0 39575 485 0 0 17 0 2 0 143094390 562970624 121214 1992294400 134512640 146736320 4292682192 18446744073709551615 136389122 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1466.58
Current children cumulated vsize (KiB) 558476

[startup+942.301 s]
/proc/loadavg: 1.90 1.98 1.64 3/109 28366
/proc/meminfo: memFree=750744/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=566856 CPUtime=1568.74
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 2247172 0 0 0 155508 1366 0 0 17 0 2 0 143052038 580460544 125491 1992294400 134512640 146736320 4292682192 18446744073709551615 136475800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28319/statm: 141714 125491 1098 2985 0 138256 0
[pid=28319/tid=28343] ppid=28318 vsize=566856 CPUtime=449.49
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 1055478 0 0 0 44389 560 0 0 17 0 2 0 143094390 580460544 125491 1992294400 134512640 146736320 4292682192 18446744073709551615 136016779 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1568.74
Current children cumulated vsize (KiB) 575556

[startup+1002.3 s]
/proc/loadavg: 2.34 2.08 1.69 2/109 28366
/proc/meminfo: memFree=731896/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=586248 CPUtime=1674.33
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 2430536 0 0 0 165951 1482 0 0 20 0 2 0 143052038 600317952 130167 1992294400 134512640 146736320 4292682192 18446744073709551615 139046534 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28319/statm: 146562 130167 1098 2985 0 143104 0
[pid=28319/tid=28343] ppid=28318 vsize=586248 CPUtime=501.39
/proc/28319/task/28343/stat : 28343 (pb_cplex) S 28318 28318 28051 0 -1 4202560 1159578 0 0 0 49517 622 0 0 18 0 2 0 143094390 600317952 130167 1992294400 134512640 146736320 4292682192 18446744073709551615 144580073 0 2 4096 16387 18446604437860943680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1674.33
Current children cumulated vsize (KiB) 594948

[startup+1062.3 s]
/proc/loadavg: 2.14 2.06 1.70 4/109 28368
/proc/meminfo: memFree=716396/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=600588 CPUtime=1776.34
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 2606823 0 0 0 176046 1588 0 0 18 0 2 0 143052038 615002112 133828 1992294400 134512640 146736320 4292682192 18446744073709551615 135233121 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28319/statm: 150147 133828 1098 2985 0 146689 0
[pid=28319/tid=28343] ppid=28318 vsize=600588 CPUtime=551.66
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 1195697 0 0 0 54513 653 0 0 16 0 2 0 143094390 615002112 133828 1992294400 134512640 146736320 4292682192 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1776.34
Current children cumulated vsize (KiB) 609288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1075.4 s]
/proc/loadavg: 2.12 2.06 1.71 3/109 28368
/proc/meminfo: memFree=712056/2059040 swapFree=4136868/4192956
[pid=28318] ppid=28316 vsize=8700 CPUtime=0
/proc/28318/stat : 28318 (run) S 28316 28318 28051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143052038 8908800 248 1992294400 4194304 4922060 140736693173056 18446744073709551615 262178184325 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28318/statm: 2175 248 208 178 0 68 0
[pid=28319] ppid=28318 vsize=604800 CPUtime=1800.09
/proc/28319/stat : 28319 (pb_cplex) R 28318 28318 28051 0 -1 4202496 2648559 0 0 0 178396 1613 0 0 18 0 2 0 143052038 619315200 134910 1992294400 134512640 146736320 4292682192 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28319/statm: 151200 134910 1098 2985 0 147742 0
[pid=28319/tid=28343] ppid=28318 vsize=604800 CPUtime=563.55
/proc/28319/task/28343/stat : 28343 (pb_cplex) R 28318 28318 28051 0 -1 4202560 1202678 0 0 0 55694 661 0 0 17 0 2 0 143094390 619315200 134910 1992294400 134512640 146736320 4292682192 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 613500

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

Real time (s): 1075.42
CPU time (s): 1800.09
CPU user time (s): 1783.96
CPU system time (s): 16.13
CPU usage (%): 167.384
Max. virtual memory (cumulated for all children) (KiB): 613500

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= 364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 1.84672 second user time and 5.04823 second system time

The end

Launcher Data

Begin job on node059 at 2010-07-01 22:53:34
IDJOB=2695919
IDBENCH=1976
IDSOLVER=1209
FILE ID=node059/2695919-1278017612
PBS_JOBID= 11198708
Free space on /tmp= 62372 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695919-1278017612/watcher-2695919-1278017612 -o /tmp/evaluation-result-2695919-1278017612/solver-2695919-1278017612 -C 1800 -W 2000 -M 1800  run HOME/instance-2695919-1278017612.opb

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

MD5SUM BENCH= 99680d01aa100bfba038606e315bf03d
RANDOM SEED=134153022

node059.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.244
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.244
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1250768 kB
Buffers:        199696 kB
Cached:         502600 kB
SwapCached:      10944 kB
Active:         327952 kB
Inactive:       389824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1250768 kB
SwapTotal:     4192956 kB
SwapFree:      4136868 kB
Dirty:           33412 kB
Writeback:           0 kB
AnonPages:       12800 kB
Mapped:           8512 kB
Slab:            68592 kB
PageTables:       4112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182928 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= 62356 MiB
End job on node059 at 2010-07-01 23:11:31