Trace number 2695912

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.03 1053.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1297
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
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 495293
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 495293
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.01	c pb_cplex 1.0 - 20100701
0.00/0.01	c Parsing opb file format. File HOME/instance-2695912-1278017362.opb.
0.00/0.01	c Instance file HOME/instance-2695912-1278017362.opb
0.00/0.01	c File size is 17233653 bytes.
29.89/29.93	c Highest Coefficient sum: 101
29.89/29.93	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.75	c ============================[ Problem Statistics ]=============================
30.69/30.75	c |                                                                             |
30.69/30.75	c |  Parsing time:          30.51        s                                      |
30.69/30.75	c |  Number Variables:      10000                                               |
31.07/31.11	c |  Number Constraints:    656900                                              |
31.07/31.11	c ===============================================================================
1800.03/1053.31	c Remaining time 1769.20 sec.
1800.03/1053.31	c 
1800.03/1053.31	c *** INTERRUPTED ***
1800.03/1053.31	s UNKNOWN
1800.03/1053.31	c Total CPU time              : 1782.57 s
1800.03/1053.31	c Memory used           : 606.10 MB
1800.03/1053.31	c CPU time              : 1782.57 s
1800.03/1053.31	c 
1800.03/1053.31	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-2695912-1278017362/watcher-2695912-1278017362 -o /tmp/evaluation-result-2695912-1278017362/solver-2695912-1278017362 -C 1800 -W 2000 -M 1800 run HOME/instance-2695912-1278017362.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.51 1.58 1.46 3/106 28560
/proc/meminfo: memFree=1741404/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) R 28558 28560 28350 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894483349 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0

[startup+0.0279829 s]
/proc/loadavg: 1.51 1.58 1.46 3/106 28560
/proc/meminfo: memFree=1741404/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100989 s]
/proc/loadavg: 1.51 1.58 1.46 3/106 28560
/proc/meminfo: memFree=1741404/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301006 s]
/proc/loadavg: 1.51 1.58 1.46 3/106 28560
/proc/meminfo: memFree=1741404/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701041 s]
/proc/loadavg: 1.51 1.58 1.46 3/106 28560
/proc/meminfo: memFree=1741404/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50111 s]
/proc/loadavg: 1.51 1.58 1.46 2/108 28562
/proc/meminfo: memFree=1738660/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=31864 CPUtime=1.49
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 955 0 0 0 149 0 0 0 25 0 1 0 143028942 32628736 909 1992294400 134512640 146736320 4289269648 18446744073709551615 140409120 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28561/statm: 7966 909 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10125 s]
/proc/loadavg: 1.51 1.58 1.46 2/108 28562
/proc/meminfo: memFree=1737420/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=31996 CPUtime=3.09
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 968 0 0 0 309 0 0 0 25 0 1 0 143028942 32763904 922 1992294400 134512640 146736320 4289269648 18446744073709551615 134814118 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28561/statm: 7999 922 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.30153 s]
/proc/loadavg: 1.47 1.57 1.46 2/108 28562
/proc/meminfo: memFree=1738172/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=31996 CPUtime=6.29
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 996 0 0 0 629 0 0 0 25 0 1 0 143028942 32763904 950 1992294400 134512640 146736320 4289269648 18446744073709551615 140528758 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28561/statm: 7999 950 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7011 s]
/proc/loadavg: 1.43 1.56 1.45 2/108 28562
/proc/meminfo: memFree=1738296/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=32260 CPUtime=12.69
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 1033 0 0 0 1269 0 0 0 25 0 1 0 143028942 33034240 987 1992294400 134512640 146736320 4289269648 18446744073709551615 141014053 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28561/statm: 8065 987 308 2985 0 791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40960

[startup+25.5012 s]
/proc/loadavg: 1.34 1.53 1.45 2/108 28562
/proc/meminfo: memFree=1730484/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=47580 CPUtime=25.48
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 5679 0 0 0 2547 1 0 0 25 0 1 0 143028942 48721920 5406 1992294400 134512640 146736320 4289269648 18446744073709551615 140565579 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28561/statm: 11895 5406 882 2985 0 4621 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56280

[startup+51.1015 s]
/proc/loadavg: 1.38 1.52 1.45 2/109 28569
/proc/meminfo: memFree=1508640/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=268440 CPUtime=53.45
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 140491 0 0 0 5289 56 0 0 16 0 2 0 143028942 274882560 59020 1992294400 134512640 146736320 4289269648 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 67110 59020 1061 2985 0 63652 0
[pid=28561/tid=28569] ppid=28560 vsize=268440 CPUtime=2.31
/proc/28561/task/28569/stat : 28569 (pb_cplex) R 28560 28560 28350 0 -1 4202560 840 0 0 0 230 1 0 0 17 0 2 0 143033739 274882560 59020 1992294400 134512640 146736320 4289269648 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 53.45
Current children cumulated vsize (KiB) 277140

[startup+102.31 s]
/proc/loadavg: 1.46 1.52 1.45 3/109 28573
/proc/meminfo: memFree=1432008/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=348860 CPUtime=133.23
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 203463 0 0 0 13217 106 0 0 16 0 2 0 143028942 357232640 77998 1992294400 134512640 146736320 4289269648 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28561/statm: 87215 77998 1065 2985 0 83757 0
[pid=28561/tid=28573] ppid=28560 vsize=348860 CPUtime=24.54
/proc/28561/task/28573/stat : 28573 (pb_cplex) R 28560 28560 28350 0 -1 4202560 13379 0 0 0 2441 13 0 0 17 0 2 0 143036269 357232640 77998 1992294400 134512640 146736320 4289269648 18446744073709551615 136389138 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 133.23
Current children cumulated vsize (KiB) 357560

[startup+162.301 s]
/proc/loadavg: 1.65 1.56 1.46 3/109 28575
/proc/meminfo: memFree=1406960/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=373736 CPUtime=233.8
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 311998 0 0 0 23194 186 0 0 16 0 2 0 143028942 382705664 84224 1992294400 134512640 146736320 4289269648 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 93434 84224 1066 2985 0 89976 0
[pid=28561/tid=28573] ppid=28560 vsize=373736 CPUtime=74.74
/proc/28561/task/28573/stat : 28573 (pb_cplex) R 28560 28560 28350 0 -1 4202560 71355 0 0 0 7417 57 0 0 19 0 2 0 143036269 382705664 84224 1992294400 134512640 146736320 4289269648 18446744073709551615 136475775 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 233.8
Current children cumulated vsize (KiB) 382436

[startup+222.301 s]
/proc/loadavg: 1.69 1.59 1.48 2/109 28577
/proc/meminfo: memFree=1374844/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=407184 CPUtime=338.31
/proc/28561/stat : 28561 (pb_cplex) S 28560 28560 28350 0 -1 4202496 414776 0 0 0 33564 267 0 0 18 0 2 0 143028942 416956416 92264 1992294400 134512640 146736320 4289269648 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 101796 92264 1066 2985 0 98338 0
[pid=28561/tid=28573] ppid=28560 vsize=407184 CPUtime=125.89
/proc/28561/task/28573/stat : 28573 (pb_cplex) R 28560 28560 28350 0 -1 4202560 128371 0 0 0 12488 101 0 0 19 0 2 0 143036269 416956416 92264 1992294400 134512640 146736320 4289269648 18446744073709551615 136000767 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 338.31
Current children cumulated vsize (KiB) 415884

[startup+282.302 s]
/proc/loadavg: 1.89 1.66 1.51 2/109 28583
/proc/meminfo: memFree=1433620/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=350624 CPUtime=437.62
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 508586 0 0 0 43415 347 0 0 18 0 2 0 143028942 359038976 77798 1992294400 134512640 146736320 4289269648 18446744073709551615 136009717 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 87656 77798 1095 2985 0 84198 0
[pid=28561/tid=28583] ppid=28560 vsize=350624 CPUtime=0.06
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 0 0 0 0 6 0 0 0 18 0 2 0 143057003 359038976 77798 1992294400 134512640 146736320 4289269648 18446744073709551615 139044531 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 437.62
Current children cumulated vsize (KiB) 359324

[startup+342.301 s]
/proc/loadavg: 1.88 1.70 1.53 3/109 28585
/proc/meminfo: memFree=1426676/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=355744 CPUtime=544.23
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 602852 0 0 0 54011 412 0 0 17 0 2 0 143028942 364281856 79223 1992294400 134512640 146736320 4289269648 18446744073709551615 136000876 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 88936 79223 1095 2985 0 85478 0
[pid=28561/tid=28583] ppid=28560 vsize=355744 CPUtime=56.13
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 92155 0 0 0 5565 48 0 0 20 0 2 0 143057003 364281856 79223 1992294400 134512640 146736320 4289269648 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 544.23
Current children cumulated vsize (KiB) 364444

[startup+402.3 s]

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

[pid=28561] ppid=28560 vsize=428176 CPUtime=868.23
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 1183650 0 0 0 86060 763 0 0 25 0 2 0 143028942 438452224 96994 1992294400 134512640 146736320 4289269648 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28561/statm: 107044 96994 1095 2985 0 103586 0
[pid=28561/tid=28583] ppid=28560 vsize=428176 CPUtime=215.89
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 532064 0 0 0 21310 279 0 0 16 0 2 0 143057003 438452224 96994 1992294400 134512640 146736320 4289269648 18446744073709551615 137341952 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 868.23
Current children cumulated vsize (KiB) 436876

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.63 3/109 28591
/proc/meminfo: memFree=1327724/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=455528 CPUtime=974.75
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 1361818 0 0 0 96600 875 0 0 17 0 2 0 143028942 466460672 103887 1992294400 134512640 146736320 4289269648 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 113882 103887 1095 2985 0 110424 0
[pid=28561/tid=28583] ppid=28560 vsize=455528 CPUtime=270.4
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 639448 0 0 0 26697 343 0 0 25 0 2 0 143057003 466460672 103887 1992294400 134512640 146736320 4289269648 18446744073709551615 139044583 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 974.75
Current children cumulated vsize (KiB) 464228

[startup+642.3 s]
/proc/loadavg: 2.04 1.89 1.65 3/109 28593
/proc/meminfo: memFree=1303916/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=479116 CPUtime=1082.53
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 1544724 0 0 0 107267 986 0 0 18 0 2 0 143028942 490614784 109819 1992294400 134512640 146736320 4289269648 18446744073709551615 137361250 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 119779 109819 1097 2985 0 116321 0
[pid=28561/tid=28583] ppid=28560 vsize=479116 CPUtime=325.25
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 684062 0 0 0 32142 383 0 0 25 0 2 0 143057003 490614784 109819 1992294400 134512640 146736320 4289269648 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1082.53
Current children cumulated vsize (KiB) 487816

[startup+702.3 s]
/proc/loadavg: 1.95 1.90 1.67 2/109 28602
/proc/meminfo: memFree=1282952/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=500140 CPUtime=1186.95
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 1688461 0 0 0 117604 1091 0 0 18 0 2 0 143028942 512143360 115058 1992294400 134512640 146736320 4289269648 18446744073709551615 136018922 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 125035 115058 1097 2985 0 121577 0
[pid=28561/tid=28583] ppid=28560 vsize=500140 CPUtime=377.21
/proc/28561/task/28583/stat : 28583 (pb_cplex) S 28560 28560 28350 0 -1 4202560 720726 0 0 0 37302 419 0 0 25 0 2 0 143057003 512143360 115058 1992294400 134512640 146736320 4289269648 18446744073709551615 144580073 0 2 4096 16387 18446604437833057408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1186.95
Current children cumulated vsize (KiB) 508840

[startup+762.309 s]
/proc/loadavg: 1.78 1.86 1.66 3/109 28604
/proc/meminfo: memFree=1264360/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=519316 CPUtime=1292.99
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 1873122 0 0 0 128092 1207 0 0 18 0 2 0 143028942 531779584 119666 1992294400 134512640 146736320 4289269648 18446744073709551615 135983228 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 129829 119666 1097 2985 0 126371 0
[pid=28561/tid=28583] ppid=28560 vsize=519316 CPUtime=430.61
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 850884 0 0 0 42570 491 0 0 25 0 2 0 143057003 531779584 119666 1992294400 134512640 146736320 4289269648 18446744073709551615 136475782 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1292.99
Current children cumulated vsize (KiB) 528016

[startup+822.301 s]
/proc/loadavg: 1.90 1.88 1.68 3/109 28606
/proc/meminfo: memFree=1244396/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=538340 CPUtime=1397.77
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 2023541 0 0 0 138470 1307 0 0 18 0 2 0 143028942 551260160 124480 1992294400 134512640 146736320 4289269648 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 134585 124480 1097 2985 0 131127 0
[pid=28561/tid=28583] ppid=28560 vsize=538340 CPUtime=485.09
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 894528 0 0 0 47978 531 0 0 25 0 2 0 143057003 551260160 124480 1992294400 134512640 146736320 4289269648 18446744073709551615 136475800 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1397.77
Current children cumulated vsize (KiB) 547040

[startup+882.301 s]
/proc/loadavg: 1.97 1.90 1.70 3/109 28608
/proc/meminfo: memFree=1224060/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=559112 CPUtime=1502.66
/proc/28561/stat : 28561 (pb_cplex) S 28560 28560 28350 0 -1 4202496 2202123 0 0 0 148849 1417 0 0 17 0 2 0 143028942 572530688 129549 1992294400 134512640 146736320 4289269648 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 139778 129549 1097 2985 0 136320 0
[pid=28561/tid=28583] ppid=28560 vsize=559112 CPUtime=539.58
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 934204 0 0 0 53389 569 0 0 25 0 2 0 143057003 572530688 129549 1992294400 134512640 146736320 4289269648 18446744073709551615 136008053 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1502.66
Current children cumulated vsize (KiB) 567812

[startup+942.3 s]
/proc/loadavg: 2.02 1.93 1.72 4/109 28610
/proc/meminfo: memFree=1199756/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=583968 CPUtime=1606.81
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 2448976 0 0 0 159122 1559 0 0 18 0 2 0 143028942 597983232 135780 1992294400 134512640 146736320 4289269648 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28561/statm: 145992 135780 1097 2985 0 142534 0
[pid=28561/tid=28583] ppid=28560 vsize=583968 CPUtime=593.43
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 1042896 0 0 0 58707 636 0 0 25 0 2 0 143057003 597983232 135780 1992294400 134512640 146736320 4289269648 18446744073709551615 136015872 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.81
Current children cumulated vsize (KiB) 592668

[startup+1002.3 s]
/proc/loadavg: 1.87 1.89 1.72 4/109 28610
/proc/meminfo: memFree=1180412/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=603504 CPUtime=1709.83
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 2604417 0 0 0 169315 1668 0 0 18 0 2 0 143028942 617988096 140515 1992294400 134512640 146736320 4289269648 18446744073709551615 137334239 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28561/statm: 150876 140515 1097 2985 0 147418 0
[pid=28561/tid=28583] ppid=28560 vsize=603504 CPUtime=642.84
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 1067805 0 0 0 63619 665 0 0 17 0 2 0 143057003 617988096 140515 1992294400 134512640 146736320 4289269648 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1709.83
Current children cumulated vsize (KiB) 612204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1053.3 s]
/proc/loadavg: 1.76 1.86 1.72 3/109 28612
/proc/meminfo: memFree=1162680/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=620640 CPUtime=1800.03
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 2711742 0 0 0 178255 1748 0 0 25 0 2 0 143028942 635535360 144799 1992294400 134512640 146736320 4289269648 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28561/statm: 155160 144799 1097 2985 0 151702 0
[pid=28561/tid=28583] ppid=28560 vsize=620640 CPUtime=686.71
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 1070234 0 0 0 67988 683 0 0 17 0 2 0 143057003 635535360 144799 1992294400 134512640 146736320 4289269648 18446744073709551615 137333553 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 629340

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

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

[startup+1053.3 s]
/proc/loadavg: 1.76 1.86 1.72 3/109 28612
/proc/meminfo: memFree=1162680/2059040 swapFree=4139696/4192956
[pid=28560] ppid=28558 vsize=8700 CPUtime=0
/proc/28560/stat : 28560 (run) S 28558 28560 28350 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143028941 8908800 249 1992294400 4194304 4922060 140735788498464 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28560/statm: 2175 249 208 178 0 68 0
[pid=28561] ppid=28560 vsize=620640 CPUtime=1800.03
/proc/28561/stat : 28561 (pb_cplex) R 28560 28560 28350 0 -1 4202496 2711742 0 0 0 178255 1748 0 0 25 0 2 0 143028942 635535360 144799 1992294400 134512640 146736320 4289269648 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28561/statm: 155160 144799 1097 2985 0 151702 0
[pid=28561/tid=28583] ppid=28560 vsize=620640 CPUtime=686.71
/proc/28561/task/28583/stat : 28583 (pb_cplex) R 28560 28560 28350 0 -1 4202560 1070234 0 0 0 67988 683 0 0 17 0 2 0 143057003 635535360 144799 1992294400 134512640 146736320 4289269648 18446744073709551615 137333553 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 629340

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1053.32
CPU time (s): 1800.03
CPU user time (s): 1782.55
CPU system time (s): 17.48
CPU usage (%): 170.891
Max. virtual memory (cumulated for all children) (KiB): 629952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 2.16267 second user time and 5.46617 second system time

The end

Launcher Data

Begin job on node041 at 2010-07-01 22:49:23
IDJOB=2695912
IDBENCH=1969
IDSOLVER=1209
FILE ID=node041/2695912-1278017362
PBS_JOBID= 11198723
Free space on /tmp= 61564 MiB

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

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=2034928386

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1741808 kB
Buffers:         66256 kB
Cached:         153732 kB
SwapCached:       6740 kB
Active:         143184 kB
Inactive:        90520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1741808 kB
SwapTotal:     4192956 kB
SwapFree:      4139696 kB
Dirty:           33376 kB
Writeback:           0 kB
AnonPages:       12020 kB
Mapped:          12068 kB
Slab:            61604 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180800 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= 61548 MiB
End job on node041 at 2010-07-01 23:06:58