Trace number 41218

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

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-ran14x18.opb
MD5SUM61bd3dd8a49bc9125fdf13f69f76abf6
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 benchmark5.81911
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7812
Total number of constraints284
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 constraints284
Minimum length of a constraint31
Maximum length of a constraint540
Number of terms in the objective function 7812
Biggest coefficient in the objective function 1941
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 530902
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 530902
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/node78/41218-1149247209/instance-41218-1149247209.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/node78/watcher-41218-1149247209 -o ROOT/results/node78/solver-41218-1149247209 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node78/41218-1149247209/instance-41218-1149247209.opb 455956721 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.94 0.91 2/67 4789
/proc/meminfo: memFree=1433984/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=2136 CPUtime=0
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 210 0 0 0 0 0 0 0 19 0 1 0 189749677 2187264 195 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 534 197 90 232 0 299 0

[startup+10.0028 s]
/proc/loadavg: 0.87 0.94 0.91 2/67 4791
/proc/meminfo: memFree=1429248/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=7132 CPUtime=9.99
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 1464 0 0 0 995 4 0 0 25 0 1 0 189749677 7303168 1257 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546650 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 1783 1257 105 232 0 1548 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 7132

[startup+20.0089 s]
/proc/loadavg: 0.89 0.94 0.91 2/67 4791
/proc/meminfo: memFree=1427456/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=9752 CPUtime=19.99
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 1925 0 0 0 1994 5 0 0 25 0 1 0 189749677 9986048 1718 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551265 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 2438 1718 105 232 0 2203 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 9752

[startup+30.015 s]
/proc/loadavg: 0.91 0.94 0.91 2/67 4791
/proc/meminfo: memFree=1425920/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=10148 CPUtime=29.99
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 2312 0 0 0 2993 6 0 0 25 0 1 0 189749677 10391552 2105 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551638 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 2537 2105 105 232 0 2302 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 10148

[startup+40.021 s]
/proc/loadavg: 0.92 0.94 0.91 2/67 4791
/proc/meminfo: memFree=1424320/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=14628 CPUtime=40
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 2708 0 0 0 3992 8 0 0 25 0 1 0 189749677 14979072 2501 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551260 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 3657 2501 105 232 0 3422 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 14628

[startup+50.0271 s]
/proc/loadavg: 0.93 0.94 0.91 2/67 4791
/proc/meminfo: memFree=1422592/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=15024 CPUtime=50
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 3142 0 0 0 4990 10 0 0 25 0 1 0 189749677 15384576 2935 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 3756 2935 105 232 0 3521 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 15024

[startup+60.0332 s]
/proc/loadavg: 0.94 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1420928/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=15468 CPUtime=60
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 3562 0 0 0 5989 11 0 0 25 0 1 0 189749677 15839232 3355 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 3867 3355 105 232 0 3632 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 15468

[startup+70.0383 s]
/proc/loadavg: 0.95 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1418816/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=24188 CPUtime=70
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 4083 0 0 0 6988 12 0 0 25 0 1 0 189749677 24768512 3876 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551270 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 6047 3876 105 232 0 5812 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 24188

[startup+80.0444 s]
/proc/loadavg: 0.96 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1416640/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=24452 CPUtime=80.01
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 4622 0 0 0 7986 15 0 0 25 0 1 0 189749677 25038848 4415 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551297 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 6113 4415 105 232 0 5878 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 24452

[startup+90.0505 s]
/proc/loadavg: 0.96 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1413376/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=24912 CPUtime=90.01
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 5454 0 0 0 8985 16 0 0 25 0 1 0 189749677 25509888 5247 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551312 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 6228 5247 105 232 0 5993 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 24912

[startup+100.057 s]
/proc/loadavg: 0.97 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1409344/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=41560 CPUtime=100.02
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 6462 0 0 0 9984 18 0 0 25 0 1 0 189749677 42557440 6255 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551297 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10390 6255 105 232 0 10155 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 41560

[startup+110.063 s]
/proc/loadavg: 0.97 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1402816/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=41692 CPUtime=110.02
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 8086 0 0 0 10983 19 0 0 25 0 1 0 189749677 42692608 7879 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552202 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10423 7879 105 232 0 10188 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 41692

[startup+120.069 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1399936/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=42480 CPUtime=120.02
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 8799 0 0 0 11982 20 0 0 25 0 1 0 189749677 43499520 8592 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546650 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10620 8592 105 232 0 10385 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 42480

[startup+130.074 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1398400/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=42812 CPUtime=130.02
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 9187 0 0 0 12979 23 0 0 25 0 1 0 189749677 43839488 8980 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551596 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10703 8980 105 232 0 10468 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 42812

[startup+140.079 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1395904/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=43136 CPUtime=140.03
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 9850 0 0 0 13978 25 0 0 25 0 1 0 189749677 44171264 9594 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10784 9594 105 232 0 10549 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 43136

[startup+150.085 s]
/proc/loadavg: 0.98 0.95 0.91 2/67 4791
/proc/meminfo: memFree=1392576/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=43224 CPUtime=150.03
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 10686 0 0 0 14975 28 0 0 25 0 1 0 189749677 44261376 10430 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10806 10430 105 232 0 10571 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 43224

[startup+160.091 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 4791
/proc/meminfo: memFree=1392512/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=43224 CPUtime=160.03
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 10698 0 0 0 15974 29 0 0 25 0 1 0 189749677 44261376 10442 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10806 10442 105 232 0 10571 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 43224

[startup+170.097 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 4791
/proc/meminfo: memFree=1392320/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=43408 CPUtime=170.04
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 10742 0 0 0 16974 30 0 0 25 0 1 0 189749677 44449792 10486 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10852 10486 105 232 0 10617 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 43408

[startup+180.103 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 4791
/proc/meminfo: memFree=1392192/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=43480 CPUtime=180.05
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 10781 0 0 0 17973 32 0 0 25 0 1 0 189749677 44523520 10525 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546666 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10870 10525 105 232 0 10635 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 43480

[startup+190.108 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 4791
/proc/meminfo: memFree=1392000/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=43568 CPUtime=190.05
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 10830 0 0 0 18972 33 0 0 25 0 1 0 189749677 44613632 10574 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552216 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 10892 10574 105 232 0 10657 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 43568

[startup+200.113 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 4791
/proc/meminfo: memFree=1383296/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=77320 CPUtime=200.04
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 13109 0 0 0 19970 34 0 0 25 0 1 0 189749677 79175680 12756 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 19330 12756 105 232 0 19095 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 77320

[startup+210.12 s]
/proc/loadavg: 0.99 0.96 0.91 2/67 4791
/proc/meminfo: memFree=1368192/2055892 swapFree=4085732/4096564

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

/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 168977 0 0 0 177966 186 0 0 25 0 1 0 189749677 712384512 167277 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167277 105 232 0 173687 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (Kb) 695688

[startup+1783.04 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763328/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1782.52
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 168979 0 0 0 178066 186 0 0 25 0 1 0 189749677 712384512 167279 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167279 105 232 0 173687 0
Current children cumulated CPU time (s) 1782.52
Current children cumulated vsize (Kb) 695688

[startup+1784.05 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763264/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1783.52
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 168981 0 0 0 178166 186 0 0 25 0 1 0 189749677 712384512 167281 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552002 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167281 105 232 0 173687 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (Kb) 695688

[startup+1785.05 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763264/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1784.54
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 168981 0 0 0 178267 187 0 0 25 0 1 0 189749677 712384512 167281 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167281 105 232 0 173687 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 695688

[startup+1786.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763264/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1785.54
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 168982 0 0 0 178367 187 0 0 25 0 1 0 189749677 712384512 167282 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549939 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167282 105 232 0 173687 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (Kb) 695688

[startup+1787.06 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763072/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1786.55
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169043 0 0 0 178468 187 0 0 25 0 1 0 189749677 712384512 167343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167343 105 232 0 173687 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (Kb) 695688

[startup+1788.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1787.55
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169043 0 0 0 178568 187 0 0 25 0 1 0 189749677 712384512 167343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167343 105 232 0 173687 0
Current children cumulated CPU time (s) 1787.55
Current children cumulated vsize (Kb) 695688

[startup+1789.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1788.55
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169045 0 0 0 178668 187 0 0 25 0 1 0 189749677 712384512 167345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167345 105 232 0 173687 0
Current children cumulated CPU time (s) 1788.55
Current children cumulated vsize (Kb) 695688

[startup+1790.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1789.56
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169046 0 0 0 178769 187 0 0 25 0 1 0 189749677 712384512 167346 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167346 105 232 0 173687 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (Kb) 695688

[startup+1791.08 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1790.56
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169047 0 0 0 178869 187 0 0 25 0 1 0 189749677 712384512 167347 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167347 105 232 0 173687 0
Current children cumulated CPU time (s) 1790.56
Current children cumulated vsize (Kb) 695688

[startup+1792.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1791.56
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169047 0 0 0 178969 187 0 0 25 0 1 0 189749677 712384512 167347 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167347 105 232 0 173687 0
Current children cumulated CPU time (s) 1791.56
Current children cumulated vsize (Kb) 695688

[startup+1793.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1792.57
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169049 0 0 0 179070 187 0 0 25 0 1 0 189749677 712384512 167349 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167349 105 232 0 173687 0
Current children cumulated CPU time (s) 1792.57
Current children cumulated vsize (Kb) 695688

[startup+1794.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1793.57
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169050 0 0 0 179170 187 0 0 25 0 1 0 189749677 712384512 167350 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167350 105 232 0 173687 0
Current children cumulated CPU time (s) 1793.57
Current children cumulated vsize (Kb) 695688

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1794.58
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169050 0 0 0 179271 187 0 0 25 0 1 0 189749677 712384512 167350 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550000 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167350 105 232 0 173687 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (Kb) 695688

[startup+1796.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1795.58
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169052 0 0 0 179371 187 0 0 25 0 1 0 189749677 712384512 167352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552213 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167352 105 232 0 173687 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (Kb) 695688

[startup+1797.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1796.59
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169052 0 0 0 179472 187 0 0 25 0 1 0 189749677 712384512 167352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134548991 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167352 105 232 0 173687 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (Kb) 695688

[startup+1798.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1797.59
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169053 0 0 0 179572 187 0 0 25 0 1 0 189749677 712384512 167353 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167353 105 232 0 173687 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (Kb) 695688

[startup+1799.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=763008/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1798.6
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169054 0 0 0 179673 187 0 0 25 0 1 0 189749677 712384512 167354 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551616 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167354 105 232 0 173687 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (Kb) 695688

[startup+1800.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=762944/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1799.6
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169065 0 0 0 179773 187 0 0 25 0 1 0 189749677 712384512 167365 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552196 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167365 105 232 0 173687 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (Kb) 695688

[startup+1801.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=762944/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1800.61
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169065 0 0 0 179874 187 0 0 25 0 1 0 189749677 712384512 167365 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167365 105 232 0 173687 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 695688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 4791
/proc/meminfo: memFree=762944/2055892 swapFree=4085732/4096564
[pid=4789] ppid=4787 vsize=695688 CPUtime=1800.61
/proc/4789/stat : 4789 (PBS4L) R 4787 4789 4743 0 -1 4194304 169065 0 0 0 179874 187 0 0 25 0 1 0 189749677 712384512 167365 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134564164 0 0 4096 0 0 0 0 17 1 0 0
/proc/4789/statm: 173922 167365 105 232 0 173687 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 695688

Sending SIGTERM to -4789
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.24
CPU time (s): 1800.72
CPU user time (s): 1798.74
CPU system time (s): 1.9707
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (Kb): 695688
The end

Launcher Data (download as text)

Begin job on node78 on Fri Jun  2 11:20:09 UTC 2006


FILE ID= 41218-1149247209

PBS_JOBID= 297851

BENCH NAME= ROOT/tmp/node78/41218-1149247209/instance-41218-1149247209.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node78/41218-1149247209/instance-41218-1149247209.opb 455956721
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node78/watcher-41218-1149247209 -o ROOT/results/node78/solver-41218-1149247209 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node78/41218-1149247209/instance-41218-1149247209.opb 455956721

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  61bd3dd8a49bc9125fdf13f69f76abf6

RANDOM SEED= 455956721


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1434192 kB
Buffers:         34120 kB
Cached:         517424 kB
SwapCached:       2520 kB
Active:          46204 kB
Inactive:       514112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1434192 kB
SwapTotal:     4096564 kB
SwapFree:      4085732 kB
Dirty:             280 kB
Writeback:           0 kB
Mapped:          15132 kB
Slab:            47900 kB
Committed_AS:   243972 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node78 on Fri Jun  2 11:50:10 UTC 2006