Trace number 41263

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.74 1801.2

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos20.opb
MD5SUM548627fc5af0dd4663b3515778a6a609
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-56
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -56
Optimality of the best value was proved NO
Number of variables8411
Total number of constraints2456
Number of constraints which are clauses412
Number of constraints which are cardinality constraints (but not clauses)426
Number of constraints which are nor clauses,nor cardinality constraints1618
Minimum length of a constraint2
Maximum length of a constraint270
Number of terms in the objective function 150
Biggest coefficient in the objective function 52429
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524390
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 523753
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524475
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/node46/41263-1149256924/instance-41263-1149256924.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/node46/watcher-41263-1149256924 -o ROOT/results/node46/solver-41263-1149256924 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node46/41263-1149256924/instance-41263-1149256924.opb 284639210 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.93 3/64 29617
/proc/meminfo: memFree=1521992/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=2192 CPUtime=0
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 249 0 0 0 0 0 0 0 19 0 1 0 105849210 2244608 233 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598917 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 548 235 90 232 0 313 0

[startup+10.0017 s]
/proc/loadavg: 0.93 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1515216/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=9372 CPUtime=9.99
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 1912 0 0 0 995 4 0 0 25 0 1 0 105849210 9596928 1798 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 2343 1798 105 232 0 2108 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 9372

[startup+20.0078 s]
/proc/loadavg: 0.94 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1513680/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=10296 CPUtime=19.99
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 2392 0 0 0 1991 8 0 0 25 0 1 0 105849210 10543104 2181 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546671 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 2574 2181 105 232 0 2339 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 10296

[startup+30.0138 s]
/proc/loadavg: 0.95 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1512528/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=14632 CPUtime=30
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 2668 0 0 0 2988 12 0 0 25 0 1 0 105849210 14983168 2457 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551353 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 3658 2457 105 232 0 3423 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 14632

[startup+40.0199 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1511440/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=14904 CPUtime=40
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 2947 0 0 0 3984 16 0 0 25 0 1 0 105849210 15261696 2736 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 3726 2736 105 232 0 3491 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 14904

[startup+50.026 s]
/proc/loadavg: 0.96 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1510608/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=15112 CPUtime=50.01
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 3164 0 0 0 4981 20 0 0 25 0 1 0 105849210 15474688 2953 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 3778 2953 105 232 0 3543 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 15112

[startup+60.032 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1509328/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=15988 CPUtime=60
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 3687 0 0 0 5976 24 0 0 25 0 1 0 105849210 16371712 3283 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551626 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 3997 3283 105 232 0 3762 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 15988

[startup+70.0381 s]
/proc/loadavg: 0.97 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1507984/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=16192 CPUtime=70.01
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 4004 0 0 0 6972 29 0 0 25 0 1 0 105849210 16580608 3600 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551321 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 4048 3600 105 232 0 3813 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 16192

[startup+80.0442 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1507024/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=24524 CPUtime=80.02
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 4257 0 0 0 7968 34 0 0 25 0 1 0 105849210 25112576 3853 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549166 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6131 3853 105 232 0 5896 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 24524

[startup+90.0502 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1505744/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=24668 CPUtime=90.01
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 4563 0 0 0 8964 37 0 0 25 0 1 0 105849210 25260032 4159 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6167 4159 105 232 0 5932 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 24668

[startup+100.056 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1505040/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=24820 CPUtime=100.02
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 4736 0 0 0 9962 40 0 0 25 0 1 0 105849210 25415680 4332 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6205 4332 105 232 0 5970 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 24820

[startup+110.062 s]
/proc/loadavg: 0.98 0.98 0.93 2/64 29617
/proc/meminfo: memFree=1504080/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=24960 CPUtime=110.03
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 4982 0 0 0 10959 44 0 0 25 0 1 0 105849210 25559040 4578 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6240 4578 105 232 0 6005 0
Current children cumulated CPU time (s) 110.03
Current children cumulated vsize (Kb) 24960

[startup+120.068 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1503568/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=25052 CPUtime=120.03
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 5101 0 0 0 11956 47 0 0 25 0 1 0 105849210 25653248 4697 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6263 4697 105 232 0 6028 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 25052

[startup+130.074 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1502800/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=25184 CPUtime=130.03
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 5292 0 0 0 12953 50 0 0 25 0 1 0 105849210 25788416 4888 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6296 4888 105 232 0 6061 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 25184

[startup+140.081 s]
/proc/loadavg: 0.99 0.98 0.93 3/64 29619
/proc/meminfo: memFree=1501904/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=25348 CPUtime=140.04
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 5538 0 0 0 13951 53 0 0 25 0 1 0 105849210 25956352 5134 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551629 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6337 5134 105 232 0 6102 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 25348

[startup+150.087 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1501136/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=25584 CPUtime=150.04
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 5721 0 0 0 14948 56 0 0 25 0 1 0 105849210 26198016 5317 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6396 5317 105 232 0 6161 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 25584

[startup+160.093 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1500304/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=25584 CPUtime=160.04
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 5931 0 0 0 15945 59 0 0 25 0 1 0 105849210 26198016 5527 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6396 5527 105 232 0 6161 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 25584

[startup+170.099 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1499024/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=27260 CPUtime=170.05
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 6621 0 0 0 16943 62 0 0 25 0 1 0 105849210 27914240 5832 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6815 5832 105 232 0 6580 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 27260

[startup+180.105 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1498512/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=27436 CPUtime=180.05
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 6761 0 0 0 17940 65 0 0 25 0 1 0 105849210 28094464 5972 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546742 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6859 5972 105 232 0 6624 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 27436

[startup+190.111 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1497680/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=27500 CPUtime=190.06
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 6968 0 0 0 18937 69 0 0 25 0 1 0 105849210 28160000 6179 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551321 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 6875 6179 105 232 0 6640 0
Current children cumulated CPU time (s) 190.06
Current children cumulated vsize (Kb) 27500

[startup+200.117 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1496336/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=44044 CPUtime=200.06
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 7298 0 0 0 19935 71 0 0 25 0 1 0 105849210 45101056 6509 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 11011 6509 105 232 0 10776 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 44044

[startup+210.123 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1496080/2055920 swapFree=4183160/4192956

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

/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27066 0 0 0 177754 408 0 0 25 0 1 0 105849210 166154240 23971 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 23971 105 232 0 40330 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (Kb) 162260

[startup+1783.09 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1426128/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1782.62
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27067 0 0 0 177854 408 0 0 25 0 1 0 105849210 166154240 23972 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 23972 105 232 0 40330 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 162260

[startup+1784.09 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1426128/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1783.62
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27068 0 0 0 177954 408 0 0 25 0 1 0 105849210 166154240 23973 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 23973 105 232 0 40330 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 162260

[startup+1785.1 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1426128/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1784.63
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27069 0 0 0 178055 408 0 0 25 0 1 0 105849210 166154240 23974 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 23974 105 232 0 40330 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (Kb) 162260

[startup+1786.1 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1426064/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1785.63
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27093 0 0 0 178155 408 0 0 25 0 1 0 105849210 166154240 23998 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 23998 105 232 0 40330 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 162260

[startup+1787.11 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1426000/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1786.64
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27110 0 0 0 178255 409 0 0 25 0 1 0 105849210 166154240 24015 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24015 105 232 0 40330 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 162260

[startup+1788.11 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425872/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1787.64
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27126 0 0 0 178355 409 0 0 25 0 1 0 105849210 166154240 24031 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24031 105 232 0 40330 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 162260

[startup+1789.12 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425744/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1788.65
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27171 0 0 0 178456 409 0 0 25 0 1 0 105849210 166154240 24076 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552011 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24076 105 232 0 40330 0
Current children cumulated CPU time (s) 1788.65
Current children cumulated vsize (Kb) 162260

[startup+1790.12 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425616/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1789.65
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27196 0 0 0 178556 409 0 0 25 0 1 0 105849210 166154240 24101 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24101 105 232 0 40330 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 162260

[startup+1791.13 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425488/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1790.66
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27235 0 0 0 178656 410 0 0 25 0 1 0 105849210 166154240 24140 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24140 105 232 0 40330 0
Current children cumulated CPU time (s) 1790.66
Current children cumulated vsize (Kb) 162260

[startup+1792.13 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425296/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1791.67
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27272 0 0 0 178757 410 0 0 25 0 1 0 105849210 166154240 24177 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24177 105 232 0 40330 0
Current children cumulated CPU time (s) 1791.67
Current children cumulated vsize (Kb) 162260

[startup+1793.14 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425232/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1792.67
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27296 0 0 0 178857 410 0 0 25 0 1 0 105849210 166154240 24201 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24201 105 232 0 40330 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 162260

[startup+1794.14 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1793.67
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27318 0 0 0 178957 410 0 0 25 0 1 0 105849210 166154240 24223 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552218 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24223 105 232 0 40330 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 162260

[startup+1795.15 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1794.67
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27323 0 0 0 179057 410 0 0 25 0 1 0 105849210 166154240 24228 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558960 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24228 105 232 0 40330 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 162260

[startup+1796.15 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1795.68
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27324 0 0 0 179158 410 0 0 25 0 1 0 105849210 166154240 24229 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551297 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24229 105 232 0 40330 0
Current children cumulated CPU time (s) 1795.68
Current children cumulated vsize (Kb) 162260

[startup+1797.16 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1796.69
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27324 0 0 0 179258 411 0 0 25 0 1 0 105849210 166154240 24229 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24229 105 232 0 40330 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 162260

[startup+1798.16 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1797.69
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27325 0 0 0 179358 411 0 0 25 0 1 0 105849210 166154240 24230 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24230 105 232 0 40330 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 162260

[startup+1799.17 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1798.69
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27326 0 0 0 179458 411 0 0 25 0 1 0 105849210 166154240 24231 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546626 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24231 105 232 0 40330 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 162260

[startup+1800.17 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1799.7
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27326 0 0 0 179559 411 0 0 25 0 1 0 105849210 166154240 24231 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551999 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24231 105 232 0 40330 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 162260

[startup+1801.18 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1800.7
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27327 0 0 0 179659 411 0 0 25 0 1 0 105849210 166154240 24232 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24232 105 232 0 40330 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 162260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.98 0.93 2/64 29619
/proc/meminfo: memFree=1425104/2055920 swapFree=4183160/4192956
[pid=29617] ppid=29615 vsize=162260 CPUtime=1800.7
/proc/29617/stat : 29617 (PBS4L) R 29615 29617 29571 0 -1 4194304 27327 0 0 0 179659 411 0 0 25 0 1 0 105849210 166154240 24232 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/29617/statm: 40565 24232 105 232 0 40330 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 162260

Sending SIGTERM to -29617
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.74
CPU user time (s): 1796.6
CPU system time (s): 4.13637
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (Kb): 162260
The end

Launcher Data (download as text)

Begin job on node46 on Fri Jun  2 14:02:04 UTC 2006


FILE ID= 41263-1149256924

PBS_JOBID= 298438

BENCH NAME= ROOT/tmp/node46/41263-1149256924/instance-41263-1149256924.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node46/41263-1149256924/instance-41263-1149256924.opb 284639210
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-41263-1149256924 -o ROOT/results/node46/solver-41263-1149256924 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node46/41263-1149256924/instance-41263-1149256924.opb 284639210

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  548627fc5af0dd4663b3515778a6a609

RANDOM SEED= 284639210


/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.223
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	: 5914.62
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.223
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1522200 kB
Buffers:         21356 kB
Cached:         443168 kB
SwapCached:       4064 kB
Active:          40368 kB
Inactive:       433136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522200 kB
SwapTotal:     4192956 kB
SwapFree:      4183160 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          15064 kB
Slab:            46260 kB
Committed_AS:   226152 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node46 on Fri Jun  2 14:32:05 UTC 2006