Trace number 41295

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.57 1801.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-rail507.opb
MD5SUM1d990dd8841615caa29b3d304bde4f0b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark162
Best CPU time to get the best result obtained on this benchmark1782.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 153
Optimality of the best value was proved NO
Number of variables63009
Total number of constraints508
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint59416
Number of terms in the objective function 63009
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 63009
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 9256
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 68672
Number of bits of the biggest sum of numbers17
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/node37/41295-1149265404/instance-41295-1149265404.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/node37/watcher-41295-1149265404 -o ROOT/results/node37/solver-41295-1149265404 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node37/41295-1149265404/instance-41295-1149265404.opb 385432737 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.03 1.01 0.95 3/64 25390
/proc/meminfo: memFree=1672352/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=7308 CPUtime=0
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 192206604 7483392 189 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 1827 191 90 232 0 1592 0

[startup+10.0026 s]
/proc/loadavg: 1.03 1.01 0.95 2/64 25390
/proc/meminfo: memFree=1660152/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=13528 CPUtime=9.99
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 3330 0 0 0 998 1 0 0 25 0 1 0 192206604 13852672 3150 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613138 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 3382 3150 98 232 0 3147 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13528

[startup+20.0095 s]
/proc/loadavg: 1.02 1.01 0.95 2/64 25390
/proc/meminfo: memFree=1659320/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=14516 CPUtime=19.99
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 3578 0 0 0 1998 1 0 0 25 0 1 0 192206604 14864384 3398 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614309 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 3629 3398 99 232 0 3394 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 14516

[startup+30.0164 s]
/proc/loadavg: 1.02 1.01 0.95 2/64 25390
/proc/meminfo: memFree=1655736/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=19092 CPUtime=29.99
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 4711 0 0 0 2997 2 0 0 25 0 1 0 192206604 19550208 4284 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613127 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 4773 4284 100 232 0 4538 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 19092

[startup+40.0223 s]
/proc/loadavg: 1.02 1.01 0.95 2/64 25390
/proc/meminfo: memFree=1654968/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=20024 CPUtime=40
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 4944 0 0 0 3998 2 0 0 25 0 1 0 192206604 20504576 4517 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134614309 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 5006 4517 100 232 0 4771 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 20024

[startup+50.0292 s]
/proc/loadavg: 1.01 1.01 0.95 2/64 25390
/proc/meminfo: memFree=1654776/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=19712 CPUtime=49.99
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 5742 0 0 0 4996 3 0 0 25 0 1 0 192206604 20185088 4517 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 4928 4517 104 232 0 4693 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (Kb) 19712

[startup+60.035 s]
/proc/loadavg: 1.01 1.01 0.95 2/64 25390
/proc/meminfo: memFree=1654776/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=19712 CPUtime=60
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 5750 0 0 0 5996 4 0 0 25 0 1 0 192206604 20185088 4525 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 4928 4525 104 232 0 4693 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 19712

[startup+70.0419 s]
/proc/loadavg: 1.01 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1653368/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=20616 CPUtime=70
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 6494 0 0 0 6996 4 0 0 25 0 1 0 192206604 21110784 4852 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549300 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 5154 4852 105 232 0 4919 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 20616

[startup+80.0478 s]
/proc/loadavg: 1.01 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1652984/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=20616 CPUtime=80
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 6849 0 0 0 7996 4 0 0 25 0 1 0 192206604 21110784 4943 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549265 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 5154 4943 105 232 0 4919 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 20616

[startup+90.0537 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1652536/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24712 CPUtime=90.01
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 7313 0 0 0 8996 5 0 0 25 0 1 0 192206604 25305088 5051 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6178 5051 105 232 0 5943 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 24712

[startup+100.06 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1651960/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24968 CPUtime=100.01
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 7914 0 0 0 9996 5 0 0 25 0 1 0 192206604 25567232 5206 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6242 5206 105 232 0 6007 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 24968

[startup+110.065 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1651512/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=25364 CPUtime=110.01
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 8253 0 0 0 10996 5 0 0 25 0 1 0 192206604 25972736 5367 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6341 5367 105 232 0 6106 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 25364

[startup+120.071 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1651320/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24968 CPUtime=120.01
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 8610 0 0 0 11996 5 0 0 25 0 1 0 192206604 25567232 5368 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6242 5368 105 232 0 6007 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 24968

[startup+130.077 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1650808/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=25364 CPUtime=130.01
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 9057 0 0 0 12996 5 0 0 25 0 1 0 192206604 25972736 5548 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6341 5548 105 232 0 6106 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 25364

[startup+140.083 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1650488/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=25364 CPUtime=140.01
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 9307 0 0 0 13996 5 0 0 25 0 1 0 192206604 25972736 5620 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6341 5620 105 232 0 6106 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 25364

[startup+150.089 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1650296/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24968 CPUtime=150.01
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 9575 0 0 0 14996 5 0 0 25 0 1 0 192206604 25567232 5621 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6242 5621 105 232 0 6007 0
Current children cumulated CPU time (s) 150.01
Current children cumulated vsize (Kb) 24968

[startup+160.095 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1649976/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24968 CPUtime=160.03
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 9915 0 0 0 15997 6 0 0 25 0 1 0 192206604 25567232 5694 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6242 5694 105 232 0 6007 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 24968

[startup+170.101 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1649592/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24968 CPUtime=170.03
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 10183 0 0 0 16997 6 0 0 25 0 1 0 192206604 25567232 5784 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6242 5784 105 232 0 6007 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 24968

[startup+180.107 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1649272/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24968 CPUtime=180.03
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 10452 0 0 0 17997 6 0 0 25 0 1 0 192206604 25567232 5875 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6242 5875 105 232 0 6007 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 24968

[startup+190.113 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1648888/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=24968 CPUtime=190.03
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 10809 0 0 0 18997 6 0 0 25 0 1 0 192206604 25567232 5965 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6242 5965 105 232 0 6007 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 24968

[startup+200.118 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1648376/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=25364 CPUtime=200.03
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 11255 0 0 0 19997 6 0 0 25 0 1 0 192206604 25972736 6144 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 6341 6144 105 232 0 6106 0
Current children cumulated CPU time (s) 200.03
Current children cumulated vsize (Kb) 25364

[startup+210.124 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25390
/proc/meminfo: memFree=1648248/2055920 swapFree=4181380/4192956

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

/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 73856 0 0 0 178109 36 0 0 25 0 1 0 192206604 152182784 21562 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21562 105 232 0 36919 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (Kb) 148616

[startup+1783.12 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585848/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1782.45
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 73971 0 0 0 178209 36 0 0 25 0 1 0 192206604 152182784 21580 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21580 105 232 0 36919 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (Kb) 148616

[startup+1784.13 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585848/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1783.46
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 73971 0 0 0 178310 36 0 0 25 0 1 0 192206604 152182784 21580 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21580 105 232 0 36919 0
Current children cumulated CPU time (s) 1783.46
Current children cumulated vsize (Kb) 148616

[startup+1785.13 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585784/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1784.46
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74086 0 0 0 178410 36 0 0 25 0 1 0 192206604 152182784 21598 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21598 105 232 0 36919 0
Current children cumulated CPU time (s) 1784.46
Current children cumulated vsize (Kb) 148616

[startup+1786.14 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585784/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1785.47
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74086 0 0 0 178511 36 0 0 25 0 1 0 192206604 152182784 21598 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21598 105 232 0 36919 0
Current children cumulated CPU time (s) 1785.47
Current children cumulated vsize (Kb) 148616

[startup+1787.14 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585528/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1786.47
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74201 0 0 0 178611 36 0 0 25 0 1 0 192206604 152588288 21713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549321 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21713 105 232 0 37018 0
Current children cumulated CPU time (s) 1786.47
Current children cumulated vsize (Kb) 149012

[startup+1788.15 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585528/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1787.48
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74201 0 0 0 178712 36 0 0 25 0 1 0 192206604 152588288 21713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21713 105 232 0 37018 0
Current children cumulated CPU time (s) 1787.48
Current children cumulated vsize (Kb) 149012

[startup+1789.15 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585528/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1788.48
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74201 0 0 0 178812 36 0 0 25 0 1 0 192206604 152588288 21713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21713 105 232 0 37018 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (Kb) 149012

[startup+1790.16 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585464/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1789.49
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74316 0 0 0 178913 36 0 0 25 0 1 0 192206604 152588288 21731 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21731 105 232 0 37018 0
Current children cumulated CPU time (s) 1789.49
Current children cumulated vsize (Kb) 149012

[startup+1791.16 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585400/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1790.49
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74316 0 0 0 179013 36 0 0 25 0 1 0 192206604 152588288 21731 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21731 105 232 0 37018 0
Current children cumulated CPU time (s) 1790.49
Current children cumulated vsize (Kb) 149012

[startup+1792.17 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585528/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1791.5
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74334 0 0 0 179114 36 0 0 25 0 1 0 192206604 152182784 21652 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549314 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21652 105 232 0 36919 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (Kb) 148616

[startup+1793.17 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585528/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1792.5
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74334 0 0 0 179214 36 0 0 25 0 1 0 192206604 152182784 21652 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21652 105 232 0 36919 0
Current children cumulated CPU time (s) 1792.5
Current children cumulated vsize (Kb) 148616

[startup+1794.18 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585272/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1793.51
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74449 0 0 0 179315 36 0 0 25 0 1 0 192206604 152588288 21767 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21767 105 232 0 37018 0
Current children cumulated CPU time (s) 1793.51
Current children cumulated vsize (Kb) 149012

[startup+1795.18 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585272/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1794.51
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74449 0 0 0 179415 36 0 0 25 0 1 0 192206604 152588288 21767 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549325 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21767 105 232 0 37018 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (Kb) 149012

[startup+1796.19 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585400/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1795.52
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74467 0 0 0 179516 36 0 0 25 0 1 0 192206604 152182784 21688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549282 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21688 105 232 0 36919 0
Current children cumulated CPU time (s) 1795.52
Current children cumulated vsize (Kb) 148616

[startup+1797.19 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585400/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1796.52
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74467 0 0 0 179616 36 0 0 25 0 1 0 192206604 152182784 21688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21688 105 232 0 36919 0
Current children cumulated CPU time (s) 1796.52
Current children cumulated vsize (Kb) 148616

[startup+1798.2 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585400/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1797.52
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74467 0 0 0 179716 36 0 0 25 0 1 0 192206604 152182784 21688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21688 105 232 0 36919 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (Kb) 148616

[startup+1799.2 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585336/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1798.53
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74582 0 0 0 179817 36 0 0 25 0 1 0 192206604 152182784 21706 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21706 105 232 0 36919 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (Kb) 148616

[startup+1800.21 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585336/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=148616 CPUtime=1799.53
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74582 0 0 0 179917 36 0 0 25 0 1 0 192206604 152182784 21706 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37154 21706 105 232 0 36919 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (Kb) 148616

[startup+1801.21 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585016/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1800.53
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74698 0 0 0 180017 36 0 0 25 0 1 0 192206604 152588288 21822 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21822 105 232 0 37018 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (Kb) 149012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.22 s]
/proc/loadavg: 1.00 1.00 0.95 2/64 25392
/proc/meminfo: memFree=1585016/2055920 swapFree=4181380/4192956
[pid=25390] ppid=25388 vsize=149012 CPUtime=1800.54
/proc/25390/stat : 25390 (PBS4L) R 25388 25390 25344 0 -1 4194304 74698 0 0 0 180018 36 0 0 25 0 1 0 192206604 152588288 21822 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/25390/statm: 37253 21822 105 232 0 37018 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 149012

Sending SIGTERM to -25390
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.24
CPU time (s): 1800.57
CPU user time (s): 1800.18
CPU system time (s): 0.382941
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (Kb): 149012
The end

Launcher Data (download as text)

Begin job on node37 on Fri Jun  2 16:23:24 UTC 2006


FILE ID= 41295-1149265404

PBS_JOBID= 298850

BENCH NAME= ROOT/tmp/node37/41295-1149265404/instance-41295-1149265404.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node37/41295-1149265404/instance-41295-1149265404.opb 385432737
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node37/watcher-41295-1149265404 -o ROOT/results/node37/solver-41295-1149265404 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node37/41295-1149265404/instance-41295-1149265404.opb 385432737

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  1d990dd8841615caa29b3d304bde4f0b

RANDOM SEED= 385432737


/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.281
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.281
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:       1672624 kB
Buffers:         13328 kB
Cached:         300448 kB
SwapCached:       3308 kB
Active:          44056 kB
Inactive:       278472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672624 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            46876 kB
Committed_AS:   231408 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node37 on Fri Jun  2 16:53:25 UTC 2006