Trace number 41903

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 1800.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-10:10:4.5:0.95:100.opb
MD5SUMb258fc1dc8cb1827e842a0b9558712c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.01384
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables435
Total number of constraints501
Number of constraints which are clauses403
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 435
Biggest coefficient in the objective function 282
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1168
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 282
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1168
Number of bits of the biggest sum of numbers11
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/node16/41903-1149289281/instance-41903-1149289281.opb ......
0.01	c done parsing opb.
0.01	o 847
0.01	o 840
0.01	o 839
0.01	o 836
0.01	o 835
0.02	o 288
0.02	o 287

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/node16/watcher-41903-1149289281 -o ROOT/results/node16/solver-41903-1149289281 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node16/41903-1149289281/instance-41903-1149289281.opb 264820145 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.95 0.90 2/64 21277
/proc/meminfo: memFree=1483776/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=1400 CPUtime=0
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 194590925 1433600 136 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 350 136 97 232 0 115 0

[startup+10.0002 s]
/proc/loadavg: 0.87 0.95 0.90 2/64 21277
/proc/meminfo: memFree=1470440/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=19340 CPUtime=9.99
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 3631 0 0 0 993 6 0 0 25 0 1 0 194590925 19804160 3461 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549354 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 4835 3461 108 232 0 4600 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 19340

[startup+20.0047 s]
/proc/loadavg: 0.89 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1469616/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=20544 CPUtime=19.99
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 4045 0 0 0 1989 10 0 0 25 0 1 0 194590925 21037056 3682 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 5136 3682 108 232 0 4901 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 20544

[startup+30.0091 s]
/proc/loadavg: 0.91 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1468976/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=21000 CPUtime=29.99
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 4242 0 0 0 2986 13 0 0 25 0 1 0 194590925 21504000 3879 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 5250 3879 108 232 0 5015 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 21000

[startup+40.0136 s]
/proc/loadavg: 0.92 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1468272/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=21372 CPUtime=40
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 4428 0 0 0 3983 17 0 0 25 0 1 0 194590925 21884928 4065 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 5343 4065 108 232 0 5108 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 21372

[startup+50.018 s]
/proc/loadavg: 0.93 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1467632/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=23256 CPUtime=50
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 4977 0 0 0 4978 22 0 0 25 0 1 0 194590925 23814144 4229 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 5814 4229 108 232 0 5579 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 23256

[startup+60.0224 s]
/proc/loadavg: 0.94 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1466928/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=23788 CPUtime=60
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 5152 0 0 0 5975 25 0 0 25 0 1 0 194590925 24358912 4404 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 5947 4404 108 232 0 5712 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 23788

[startup+70.0269 s]
/proc/loadavg: 0.95 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1466352/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=23936 CPUtime=70.01
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 5294 0 0 0 6973 28 0 0 25 0 1 0 194590925 24510464 4546 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549316 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 5984 4546 108 232 0 5749 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 23936

[startup+80.0313 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1465776/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=24260 CPUtime=80.01
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 5436 0 0 0 7970 31 0 0 25 0 1 0 194590925 24842240 4688 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 6065 4688 108 232 0 5830 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 24260

[startup+90.0358 s]
/proc/loadavg: 0.96 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1465264/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=24624 CPUtime=90.01
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 5564 0 0 0 8967 34 0 0 25 0 1 0 194590925 25214976 4816 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549242 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 6156 4816 108 232 0 5921 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 24624

[startup+100.04 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1464688/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=27896 CPUtime=100.02
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 6455 0 0 0 9964 38 0 0 25 0 1 0 194590925 28565504 4938 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134560740 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 6974 4938 108 232 0 6739 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 27896

[startup+110.045 s]
/proc/loadavg: 0.97 0.96 0.91 2/64 21277
/proc/meminfo: memFree=1464368/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=28236 CPUtime=110.02
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 6565 0 0 0 10960 42 0 0 25 0 1 0 194590925 28913664 5048 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7059 5048 108 232 0 6824 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 28236

[startup+120.049 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1463920/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=28460 CPUtime=120.02
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 6680 0 0 0 11957 45 0 0 25 0 1 0 194590925 29143040 5163 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7115 5163 108 232 0 6880 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 28460

[startup+130.054 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1463472/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=28700 CPUtime=130.03
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 6792 0 0 0 12954 49 0 0 25 0 1 0 194590925 29388800 5275 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7175 5275 108 232 0 6940 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 28700

[startup+140.058 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1462960/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=28956 CPUtime=140.03
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 6909 0 0 0 13950 53 0 0 25 0 1 0 194590925 29650944 5392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549294 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7239 5392 108 232 0 7004 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 28956

[startup+150.062 s]
/proc/loadavg: 0.98 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1462512/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=29228 CPUtime=150.03
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 7018 0 0 0 14948 55 0 0 25 0 1 0 194590925 29929472 5501 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7307 5501 108 232 0 7072 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 29228

[startup+160.067 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1462128/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=29228 CPUtime=160.03
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 7123 0 0 0 15944 59 0 0 25 0 1 0 194590925 29929472 5606 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7307 5606 108 232 0 7072 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 29228

[startup+170.07 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1461808/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=29516 CPUtime=170.03
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 7223 0 0 0 16941 62 0 0 25 0 1 0 194590925 30224384 5706 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7379 5706 108 232 0 7144 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 29516

[startup+180.075 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1461424/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=29820 CPUtime=180.04
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 7315 0 0 0 17939 65 0 0 25 0 1 0 194590925 30535680 5798 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549223 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7455 5798 108 232 0 7220 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 29820

[startup+190.079 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1461040/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=29820 CPUtime=190.04
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 7416 0 0 0 18936 68 0 0 25 0 1 0 194590925 30535680 5899 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7455 5899 108 232 0 7220 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 29820

[startup+200.084 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1460656/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=30144 CPUtime=200.05
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 7507 0 0 0 19934 71 0 0 25 0 1 0 194590925 30867456 5990 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 7536 5990 108 232 0 7301 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 30144

[startup+210.088 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21277
/proc/meminfo: memFree=1460336/2055920 swapFree=4181468/4192956

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

/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20435 0 0 0 177858 303 0 0 25 0 1 0 194590925 67026944 14308 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14308 108 232 0 16129 0
Current children cumulated CPU time (s) 1781.61
Current children cumulated vsize (Kb) 65456

[startup+1782.85 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1427000/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1782.62
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20437 0 0 0 177958 304 0 0 25 0 1 0 194590925 67026944 14310 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14310 108 232 0 16129 0
Current children cumulated CPU time (s) 1782.62
Current children cumulated vsize (Kb) 65456

[startup+1783.85 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426936/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1783.62
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20444 0 0 0 178058 304 0 0 25 0 1 0 194590925 67026944 14317 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14317 108 232 0 16129 0
Current children cumulated CPU time (s) 1783.62
Current children cumulated vsize (Kb) 65456

[startup+1784.86 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426936/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1784.63
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20448 0 0 0 178159 304 0 0 25 0 1 0 194590925 67026944 14321 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549328 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14321 108 232 0 16129 0
Current children cumulated CPU time (s) 1784.63
Current children cumulated vsize (Kb) 65456

[startup+1785.86 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426936/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1785.63
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20454 0 0 0 178259 304 0 0 25 0 1 0 194590925 67026944 14327 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14327 108 232 0 16129 0
Current children cumulated CPU time (s) 1785.63
Current children cumulated vsize (Kb) 65456

[startup+1786.87 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426872/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1786.64
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20457 0 0 0 178360 304 0 0 25 0 1 0 194590925 67026944 14330 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14330 108 232 0 16129 0
Current children cumulated CPU time (s) 1786.64
Current children cumulated vsize (Kb) 65456

[startup+1787.87 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426872/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1787.64
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20462 0 0 0 178460 304 0 0 25 0 1 0 194590925 67026944 14335 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14335 108 232 0 16129 0
Current children cumulated CPU time (s) 1787.64
Current children cumulated vsize (Kb) 65456

[startup+1788.87 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426872/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1788.64
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20464 0 0 0 178560 304 0 0 25 0 1 0 194590925 67026944 14337 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14337 108 232 0 16129 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (Kb) 65456

[startup+1789.88 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426872/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1789.65
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20465 0 0 0 178661 304 0 0 25 0 1 0 194590925 67026944 14338 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14338 108 232 0 16129 0
Current children cumulated CPU time (s) 1789.65
Current children cumulated vsize (Kb) 65456

[startup+1790.88 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426808/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1790.65
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20470 0 0 0 178761 304 0 0 25 0 1 0 194590925 67026944 14343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14343 108 232 0 16129 0
Current children cumulated CPU time (s) 1790.65
Current children cumulated vsize (Kb) 65456

[startup+1791.89 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426808/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1791.65
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20472 0 0 0 178861 304 0 0 25 0 1 0 194590925 67026944 14345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14345 108 232 0 16129 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (Kb) 65456

[startup+1792.89 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426808/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1792.67
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20478 0 0 0 178962 305 0 0 25 0 1 0 194590925 67026944 14351 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14351 108 232 0 16129 0
Current children cumulated CPU time (s) 1792.67
Current children cumulated vsize (Kb) 65456

[startup+1793.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426808/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1793.67
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20479 0 0 0 179062 305 0 0 25 0 1 0 194590925 67026944 14352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14352 108 232 0 16129 0
Current children cumulated CPU time (s) 1793.67
Current children cumulated vsize (Kb) 65456

[startup+1794.9 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426808/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1794.67
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20481 0 0 0 179162 305 0 0 25 0 1 0 194590925 67026944 14354 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558768 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14354 108 232 0 16129 0
Current children cumulated CPU time (s) 1794.67
Current children cumulated vsize (Kb) 65456

[startup+1795.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426808/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1795.67
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20485 0 0 0 179262 305 0 0 25 0 1 0 194590925 67026944 14358 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14358 108 232 0 16129 0
Current children cumulated CPU time (s) 1795.67
Current children cumulated vsize (Kb) 65456

[startup+1796.91 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426744/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1796.67
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20492 0 0 0 179362 305 0 0 25 0 1 0 194590925 67026944 14365 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558782 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14365 108 232 0 16129 0
Current children cumulated CPU time (s) 1796.67
Current children cumulated vsize (Kb) 65456

[startup+1797.92 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426744/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1797.69
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20496 0 0 0 179463 306 0 0 25 0 1 0 194590925 67026944 14369 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14369 108 232 0 16129 0
Current children cumulated CPU time (s) 1797.69
Current children cumulated vsize (Kb) 65456

[startup+1798.92 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426680/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1798.69
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20503 0 0 0 179563 306 0 0 25 0 1 0 194590925 67026944 14376 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14376 108 232 0 16129 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (Kb) 65456

[startup+1799.93 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426680/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1799.7
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20505 0 0 0 179664 306 0 0 25 0 1 0 194590925 67026944 14378 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14378 108 232 0 16129 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 65456

[startup+1800.93 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426680/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1800.7
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20511 0 0 0 179764 306 0 0 25 0 1 0 194590925 67026944 14384 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14384 108 232 0 16129 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 65456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.94 s]
/proc/loadavg: 0.99 0.97 0.91 2/64 21279
/proc/meminfo: memFree=1426680/2055920 swapFree=4181468/4192956
[pid=21277] ppid=21275 vsize=65456 CPUtime=1800.7
/proc/21277/stat : 21277 (PBS4L) R 21275 21277 21231 0 -1 4194304 20511 0 0 0 179764 306 0 0 25 0 1 0 194590925 67026944 14384 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21277/statm: 16364 14384 108 232 0 16129 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 65456

Sending SIGTERM to -21277
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.95
CPU time (s): 1800.72
CPU user time (s): 1797.65
CPU system time (s): 3.07353
CPU usage (%): 99.9874
Max. virtual memory (cumulated for all children) (Kb): 65456
The end

Launcher Data (download as text)

Begin job on node16 on Fri Jun  2 23:01:21 UTC 2006


FILE ID= 41903-1149289281

PBS_JOBID= 306758

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-10:10:4.5:0.95:100.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node16/41903-1149289281/instance-41903-1149289281.opb 264820145
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-41903-1149289281 -o ROOT/results/node16/solver-41903-1149289281 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node16/41903-1149289281/instance-41903-1149289281.opb 264820145

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  b258fc1dc8cb1827e842a0b9558712c7

RANDOM SEED= 264820145


/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.231
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.231
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:       1484048 kB
Buffers:         26312 kB
Cached:         473660 kB
SwapCached:       3160 kB
Active:          47640 kB
Inactive:       461008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1484048 kB
SwapTotal:     4192956 kB
SwapFree:      4181468 kB
Dirty:             268 kB
Writeback:           0 kB
Mapped:          14732 kB
Slab:            49244 kB
Committed_AS:   265908 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node16 on Fri Jun  2 23:31:22 UTC 2006