Trace number 41233

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, and are wall clock time (not CPU 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
PBS 4.1L? (TO) 1800.75 1801.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran10x10c.opb
MD5SUM7b94c3aac6895e79f8b40603fea93848
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.05999
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3100
Total number of constraints120
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint31
Maximum length of a constraint300
Number of terms in the objective function 3100
Biggest coefficient in the objective function 4915
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 526817
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526817
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c PBS v4 by Bashar Al-Rawi & Fadi Aloul
0.00	c Solving ROOT/tmp/node79/41233-1149250341/instance-41233-1149250341.opb ......

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node79/watcher-41233-1149250341 -o ROOT/results/node79/solver-41233-1149250341 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node79/41233-1149250341/instance-41233-1149250341.opb 65125624 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.77 0.92 0.95 3/67 22795
/proc/meminfo: memFree=1439744/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=1692 CPUtime=0
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 190672695 1732608 123 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 423 124 90 232 0 188 0

[startup+10.0022 s]
/proc/loadavg: 0.81 0.92 0.95 2/67 22795
/proc/meminfo: memFree=1433856/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=7684 CPUtime=9.99
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 1667 0 0 0 996 3 0 0 25 0 1 0 190672695 7868416 1571 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 1921 1571 105 232 0 1686 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7684

[startup+20.0083 s]
/proc/loadavg: 0.84 0.93 0.95 2/67 22795
/proc/meminfo: memFree=1416000/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=37100 CPUtime=20
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 6116 0 0 0 1993 7 0 0 25 0 1 0 190672695 37990400 6020 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 9275 6020 105 232 0 9040 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 37100

[startup+30.0144 s]
/proc/loadavg: 0.86 0.93 0.95 2/67 22795
/proc/meminfo: memFree=1404672/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=38460 CPUtime=30
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 8990 0 0 0 2989 11 0 0 25 0 1 0 190672695 39383040 8845 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134553207 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 9615 8845 105 232 0 9380 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 38460

[startup+40.0195 s]
/proc/loadavg: 0.88 0.93 0.95 2/67 22795
/proc/meminfo: memFree=1403328/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=39716 CPUtime=40
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 9431 0 0 0 3987 13 0 0 25 0 1 0 190672695 40669184 9189 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 9929 9189 105 232 0 9694 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 39716

[startup+50.0256 s]
/proc/loadavg: 0.90 0.93 0.95 2/67 22795
/proc/meminfo: memFree=1392448/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=74848 CPUtime=50
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 12148 0 0 0 4985 15 0 0 25 0 1 0 190672695 76644352 11906 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 18712 11906 105 232 0 18477 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 74848

[startup+60.0317 s]
/proc/loadavg: 0.91 0.93 0.95 2/67 22795
/proc/meminfo: memFree=1373696/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=77128 CPUtime=60
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 16831 0 0 0 5981 19 0 0 25 0 1 0 190672695 78979072 16589 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 19282 16589 105 232 0 19047 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 77128

[startup+70.0378 s]
/proc/loadavg: 0.93 0.94 0.95 2/67 22795
/proc/meminfo: memFree=1359616/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=145532 CPUtime=70.01
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 20343 0 0 0 6979 22 0 0 25 0 1 0 190672695 149024768 20101 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552216 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 36383 20101 105 232 0 36148 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 145532

[startup+80.0439 s]
/proc/loadavg: 0.94 0.94 0.95 2/67 22795
/proc/meminfo: memFree=1343232/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=148908 CPUtime=80.01
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 24613 0 0 0 7976 25 0 0 25 0 1 0 190672695 152481792 24178 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551321 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 37227 24178 105 232 0 36992 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 148908

[startup+90.0499 s]
/proc/loadavg: 0.95 0.94 0.95 2/67 22795
/proc/meminfo: memFree=1329856/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=150212 CPUtime=90.02
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 27954 0 0 0 8974 28 0 0 25 0 1 0 190672695 153817088 27519 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550046 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 37553 27519 105 232 0 37318 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 150212

[startup+100.055 s]
/proc/loadavg: 0.95 0.94 0.95 2/67 22795
/proc/meminfo: memFree=1320704/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=151780 CPUtime=100.02
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 30253 0 0 0 9971 31 0 0 25 0 1 0 190672695 155422720 29818 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 37945 29818 105 232 0 37710 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 151780

[startup+110.061 s]
/proc/loadavg: 0.96 0.94 0.95 2/67 22795
/proc/meminfo: memFree=1312384/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=155072 CPUtime=110.02
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 32320 0 0 0 10969 33 0 0 25 0 1 0 190672695 158793728 31885 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 38768 31885 105 232 0 38533 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 155072

[startup+120.067 s]
/proc/loadavg: 0.97 0.94 0.95 2/67 22795
/proc/meminfo: memFree=1305536/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=155836 CPUtime=120.03
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 34021 0 0 0 11968 35 0 0 25 0 1 0 190672695 159576064 33586 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550768 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 38959 33586 105 232 0 38724 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 155836

[startup+130.073 s]
/proc/loadavg: 0.97 0.94 0.95 2/67 22795
/proc/meminfo: memFree=1295360/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=156860 CPUtime=130.03
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 36557 0 0 0 12966 37 0 0 25 0 1 0 190672695 160624640 36122 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552187 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 39215 36122 105 232 0 38980 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 156860

[startup+140.079 s]
/proc/loadavg: 0.98 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1281664/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=289420 CPUtime=140.03
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 39909 0 0 0 13963 40 0 0 25 0 1 0 190672695 296366080 39474 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 72355 39474 105 232 0 72120 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 289420

[startup+150.086 s]
/proc/loadavg: 0.98 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1271808/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=291104 CPUtime=150.04
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 42369 0 0 0 14961 43 0 0 25 0 1 0 190672695 298090496 41934 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 72776 41934 105 232 0 72541 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 291104

[startup+160.092 s]
/proc/loadavg: 0.98 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1269312/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=292064 CPUtime=160.04
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 43010 0 0 0 15960 44 0 0 25 0 1 0 190672695 299073536 42575 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 73016 42575 105 232 0 72781 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 292064

[startup+170.098 s]
/proc/loadavg: 0.98 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1268672/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=292780 CPUtime=170.04
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 43162 0 0 0 16959 45 0 0 25 0 1 0 190672695 299806720 42727 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 73195 42727 105 232 0 72960 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 292780

[startup+180.104 s]
/proc/loadavg: 0.99 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1261120/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=294940 CPUtime=180.05
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 45438 0 0 0 17958 47 0 0 25 0 1 0 190672695 302018560 44618 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550014 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 73735 44618 105 232 0 73500 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 294940

[startup+190.11 s]
/proc/loadavg: 0.99 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1256192/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=295528 CPUtime=190.05
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 46666 0 0 0 18956 49 0 0 25 0 1 0 190672695 302620672 45846 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551231 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 73882 45846 105 232 0 73647 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 295528

[startup+200.116 s]
/proc/loadavg: 0.99 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1252800/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=296968 CPUtime=200.05
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 47508 0 0 0 19955 50 0 0 25 0 1 0 190672695 304095232 46688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 74242 46688 105 232 0 74007 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 296968

[startup+210.122 s]
/proc/loadavg: 0.99 0.95 0.95 2/67 22795
/proc/meminfo: memFree=1244224/2055892 swapFree=4085424/4096564

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

/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 125959 0 0 0 177962 196 0 0 25 0 1 0 190672695 701018112 122833 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550000 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122833 105 232 0 170912 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (Kb) 684588

[startup+1783.06 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945984/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1782.58
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 125996 0 0 0 178062 196 0 0 25 0 1 0 190672695 701018112 122870 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122870 105 232 0 170912 0
Current children cumulated CPU time (s) 1782.58
Current children cumulated vsize (Kb) 684588

[startup+1784.06 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1783.59
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 125996 0 0 0 178163 196 0 0 25 0 1 0 190672695 701018112 122870 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122870 105 232 0 170912 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (Kb) 684588

[startup+1785.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1784.59
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 125998 0 0 0 178263 196 0 0 25 0 1 0 190672695 701018112 122872 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551987 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122872 105 232 0 170912 0
Current children cumulated CPU time (s) 1784.59
Current children cumulated vsize (Kb) 684588

[startup+1786.07 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1785.59
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126000 0 0 0 178363 196 0 0 25 0 1 0 190672695 701018112 122874 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122874 105 232 0 170912 0
Current children cumulated CPU time (s) 1785.59
Current children cumulated vsize (Kb) 684588

[startup+1787.08 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1786.6
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126000 0 0 0 178464 196 0 0 25 0 1 0 190672695 701018112 122874 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551124 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122874 105 232 0 170912 0
Current children cumulated CPU time (s) 1786.6
Current children cumulated vsize (Kb) 684588

[startup+1788.08 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1787.6
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126002 0 0 0 178564 196 0 0 25 0 1 0 190672695 701018112 122876 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611556 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122876 105 232 0 170912 0
Current children cumulated CPU time (s) 1787.6
Current children cumulated vsize (Kb) 684588

[startup+1789.09 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1788.61
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126002 0 0 0 178665 196 0 0 25 0 1 0 190672695 701018112 122876 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551632 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122876 105 232 0 170912 0
Current children cumulated CPU time (s) 1788.61
Current children cumulated vsize (Kb) 684588

[startup+1790.09 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1789.61
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126003 0 0 0 178765 196 0 0 25 0 1 0 190672695 701018112 122877 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122877 105 232 0 170912 0
Current children cumulated CPU time (s) 1789.61
Current children cumulated vsize (Kb) 684588

[startup+1791.1 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1790.62
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126004 0 0 0 178866 196 0 0 25 0 1 0 190672695 701018112 122878 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122878 105 232 0 170912 0
Current children cumulated CPU time (s) 1790.62
Current children cumulated vsize (Kb) 684588

[startup+1792.1 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1791.62
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126006 0 0 0 178966 196 0 0 25 0 1 0 190672695 701018112 122880 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122880 105 232 0 170912 0
Current children cumulated CPU time (s) 1791.62
Current children cumulated vsize (Kb) 684588

[startup+1793.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=946048/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1792.63
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126007 0 0 0 179067 196 0 0 25 0 1 0 190672695 701018112 122881 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550776 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122881 105 232 0 170912 0
Current children cumulated CPU time (s) 1792.63
Current children cumulated vsize (Kb) 684588

[startup+1794.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945984/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684588 CPUtime=1793.63
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126013 0 0 0 179167 196 0 0 25 0 1 0 190672695 701018112 122887 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134560704 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171147 122887 105 232 0 170912 0
Current children cumulated CPU time (s) 1793.63
Current children cumulated vsize (Kb) 684588

[startup+1795.11 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945920/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1794.63
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126031 0 0 0 179267 196 0 0 25 0 1 0 190672695 701153280 122905 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122905 105 232 0 170945 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (Kb) 684720

[startup+1796.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945920/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1795.64
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126032 0 0 0 179368 196 0 0 25 0 1 0 190672695 701153280 122906 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122906 105 232 0 170945 0
Current children cumulated CPU time (s) 1795.64
Current children cumulated vsize (Kb) 684720

[startup+1797.12 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945920/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1796.64
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126034 0 0 0 179468 196 0 0 25 0 1 0 190672695 701153280 122908 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552176 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122908 105 232 0 170945 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (Kb) 684720

[startup+1798.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945920/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1797.65
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126035 0 0 0 179569 196 0 0 25 0 1 0 190672695 701153280 122909 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122909 105 232 0 170945 0
Current children cumulated CPU time (s) 1797.65
Current children cumulated vsize (Kb) 684720

[startup+1799.13 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945920/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1798.65
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126035 0 0 0 179669 196 0 0 25 0 1 0 190672695 701153280 122909 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552348 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122909 105 232 0 170945 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 684720

[startup+1800.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945856/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1799.66
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126045 0 0 0 179770 196 0 0 25 0 1 0 190672695 701153280 122919 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558944 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122919 105 232 0 170945 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (Kb) 684720

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945856/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1800.66
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126046 0 0 0 179870 196 0 0 25 0 1 0 190672695 701153280 122920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122920 105 232 0 170945 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 684720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.15 s]
/proc/loadavg: 0.99 0.97 0.95 2/67 22797
/proc/meminfo: memFree=945856/2055892 swapFree=4085424/4096564
[pid=22795] ppid=22793 vsize=684720 CPUtime=1800.67
/proc/22795/stat : 22795 (PBS4L) R 22793 22795 22749 0 -1 4194304 126046 0 0 0 179871 196 0 0 25 0 1 0 190672695 701153280 122920 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/22795/statm: 171180 122920 105 232 0 170945 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 684720

Sending SIGTERM to -22795
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.75
CPU user time (s): 1798.71
CPU system time (s): 2.04269
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (Kb): 684720
The end

Launcher Data (download as text)

Begin job on node79 on Fri Jun  2 12:12:21 UTC 2006


FILE ID= 41233-1149250341

PBS_JOBID= 298048

BENCH NAME= ROOT/tmp/node79/41233-1149250341/instance-41233-1149250341.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node79/41233-1149250341/instance-41233-1149250341.opb 65125624
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node79/watcher-41233-1149250341 -o ROOT/results/node79/solver-41233-1149250341 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node79/41233-1149250341/instance-41233-1149250341.opb 65125624

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  7b94c3aac6895e79f8b40603fea93848

RANDOM SEED= 65125624


/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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.18
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.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1439952 kB
Buffers:         27612 kB
Cached:         518808 kB
SwapCached:       2612 kB
Active:          95032 kB
Inactive:       460308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1439952 kB
SwapTotal:     4096564 kB
SwapFree:      4085424 kB
Dirty:             272 kB
Writeback:           0 kB
Mapped:          16680 kB
Slab:            47288 kB
Committed_AS:   240784 kB
PageTables:       1304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node79 on Fri Jun  2 12:42:22 UTC 2006