Trace number 50575

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.58 1801.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_13.opb
MD5SUMe41be903cf92c8332743e4188dbf4c82
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 123
Optimality of the best value was proved NO
Number of variables2467
Total number of constraints4745
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4744
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 78
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 205
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1391
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/node1/50575-1154114045/instance-50575-1154114045.opb ......
86.45	c done parsing opb.
86.45	o 205
169.78	o 192
377.69	o 168
442.64	o 167
499.61	o 164
665.03	o 161
796.10	o 148
832.35	o 147
908.40	o 142

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node1/watcher-50575-1154114045 -o ROOT/results/node1/solver-50575-1154114045 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node1/50575-1154114045/instance-50575-1154114045.opb 308622212 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1527008/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=1632 CPUtime=0
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 194 0 0 0 0 0 0 0 19 0 1 0 158266211 1671168 177 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 408 180 90 232 0 173 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1520480/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=8692 CPUtime=9.99
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 1871 0 0 0 998 1 0 0 25 0 1 0 158266211 8900608 1748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551363 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 2173 1748 104 232 0 1938 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 8692

[startup+20.0079 s]
/proc/loadavg: 0.94 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1519080/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=10740 CPUtime=19.99
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 2226 0 0 0 1997 2 0 0 25 0 1 0 158266211 10997760 2103 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546605 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 2685 2103 104 232 0 2450 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 10740

[startup+30.0139 s]
/proc/loadavg: 0.95 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1517928/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=10740 CPUtime=29.99
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 2523 0 0 0 2995 4 0 0 25 0 1 0 158266211 10997760 2400 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 2685 2400 104 232 0 2450 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 10740

[startup+40.0198 s]
/proc/loadavg: 0.95 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1517224/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=14836 CPUtime=39.99
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 2686 0 0 0 3993 6 0 0 25 0 1 0 158266211 15192064 2563 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 3709 2563 104 232 0 3474 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 14836

[startup+50.0258 s]
/proc/loadavg: 0.96 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1516520/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=15608 CPUtime=50
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 2871 0 0 0 4992 8 0 0 25 0 1 0 158266211 15982592 2748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 3902 2748 104 232 0 3667 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 15608

[startup+60.0318 s]
/proc/loadavg: 0.97 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1516008/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=15608 CPUtime=60
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 2997 0 0 0 5990 10 0 0 25 0 1 0 158266211 15982592 2874 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546626 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 3902 2874 104 232 0 3667 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 15608

[startup+70.0377 s]
/proc/loadavg: 0.97 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1515624/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=15608 CPUtime=70
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 3100 0 0 0 6989 11 0 0 25 0 1 0 158266211 15982592 2977 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 3902 2977 104 232 0 3667 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 15608

[startup+80.0447 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1514856/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=15884 CPUtime=80.01
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 3281 0 0 0 7988 13 0 0 25 0 1 0 158266211 16265216 3158 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 3971 3158 104 232 0 3736 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 15884

[startup+90.0517 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1513896/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=16924 CPUtime=90.01
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 3725 0 0 0 8987 14 0 0 25 0 1 0 158266211 17330176 3409 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559021 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 4231 3409 107 232 0 3996 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 16924

[startup+100.059 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1513064/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=17040 CPUtime=100.01
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 3930 0 0 0 9985 16 0 0 25 0 1 0 158266211 17448960 3614 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546666 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 4260 3614 107 232 0 4025 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 17040

[startup+110.066 s]
/proc/loadavg: 0.98 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1512232/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=17188 CPUtime=110.02
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 4150 0 0 0 10985 17 0 0 25 0 1 0 158266211 17600512 3834 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 4297 3834 107 232 0 4062 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 17188

[startup+120.073 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1511400/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=25664 CPUtime=120.02
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 4362 0 0 0 11984 18 0 0 25 0 1 0 158266211 26279936 4046 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134560637 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 6416 4046 107 232 0 6181 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 25664

[startup+130.079 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1510440/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=25792 CPUtime=130.02
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 4598 0 0 0 12982 20 0 0 25 0 1 0 158266211 26411008 4282 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 6448 4282 108 232 0 6213 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 25792

[startup+140.085 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1509544/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=25932 CPUtime=140.03
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 4817 0 0 0 13980 23 0 0 25 0 1 0 158266211 26554368 4501 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 6483 4501 108 232 0 6248 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 25932

[startup+150.092 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1508520/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=26088 CPUtime=150.03
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 5066 0 0 0 14979 24 0 0 25 0 1 0 158266211 26714112 4750 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 6522 4750 108 232 0 6287 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 26088

[startup+160.097 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1507752/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=26360 CPUtime=160.03
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 5265 0 0 0 15977 26 0 0 25 0 1 0 158266211 26992640 4949 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 6590 4949 108 232 0 6355 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 26360

[startup+170.103 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1506856/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=26476 CPUtime=170.03
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 5476 0 0 0 16976 27 0 0 25 0 1 0 158266211 27111424 5160 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546605 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 6619 5160 108 232 0 6384 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 26476

[startup+180.11 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1506536/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=26756 CPUtime=180.04
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 5558 0 0 0 17976 28 0 0 25 0 1 0 158266211 27398144 5242 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551260 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 6689 5243 108 232 0 6454 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 26756

[startup+190.116 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1505448/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=28452 CPUtime=190.04
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 6178 0 0 0 18974 30 0 0 25 0 1 0 158266211 29134848 5477 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546657 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 7113 5477 108 232 0 6878 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 28452

[startup+200.122 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474
/proc/meminfo: memFree=1505064/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=28604 CPUtime=200.04
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 6306 0 0 0 19973 31 0 0 25 0 1 0 158266211 29290496 5605 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 7151 5605 108 232 0 6916 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 28604

[startup+210.128 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21474

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

/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17589 0 0 0 177962 184 0 0 25 0 1 0 158266211 70307840 14582 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14582 108 232 0 16930 0
Current children cumulated CPU time (s) 1781.46
Current children cumulated vsize (Kb) 68660

[startup+1783.1 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1469032/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1782.47
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17591 0 0 0 178063 184 0 0 25 0 1 0 158266211 70307840 14584 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551312 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14584 108 232 0 16930 0
Current children cumulated CPU time (s) 1782.47
Current children cumulated vsize (Kb) 68660

[startup+1784.11 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1469032/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1783.48
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17592 0 0 0 178163 185 0 0 25 0 1 0 158266211 70307840 14585 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559731 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14585 108 232 0 16930 0
Current children cumulated CPU time (s) 1783.48
Current children cumulated vsize (Kb) 68660

[startup+1785.11 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1469032/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1784.48
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17593 0 0 0 178263 185 0 0 25 0 1 0 158266211 70307840 14586 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558802 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14586 108 232 0 16930 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (Kb) 68660

[startup+1786.12 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1469032/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1785.49
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17595 0 0 0 178364 185 0 0 25 0 1 0 158266211 70307840 14588 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558821 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14588 108 232 0 16930 0
Current children cumulated CPU time (s) 1785.49
Current children cumulated vsize (Kb) 68660

[startup+1787.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1469032/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1786.49
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17597 0 0 0 178464 185 0 0 25 0 1 0 158266211 70307840 14590 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551347 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14590 108 232 0 16930 0
Current children cumulated CPU time (s) 1786.49
Current children cumulated vsize (Kb) 68660

[startup+1788.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1787.5
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17601 0 0 0 178565 185 0 0 25 0 1 0 158266211 70307840 14594 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551602 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14594 108 232 0 16930 0
Current children cumulated CPU time (s) 1787.5
Current children cumulated vsize (Kb) 68660

[startup+1789.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1788.5
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17602 0 0 0 178665 185 0 0 25 0 1 0 158266211 70307840 14595 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14595 108 232 0 16930 0
Current children cumulated CPU time (s) 1788.5
Current children cumulated vsize (Kb) 68660

[startup+1790.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1789.51
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17603 0 0 0 178766 185 0 0 25 0 1 0 158266211 70307840 14596 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134559353 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14596 108 232 0 16930 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (Kb) 68660

[startup+1791.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1790.51
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17606 0 0 0 178866 185 0 0 25 0 1 0 158266211 70307840 14599 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558799 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14599 108 232 0 16930 0
Current children cumulated CPU time (s) 1790.51
Current children cumulated vsize (Kb) 68660

[startup+1792.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1791.51
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17608 0 0 0 178966 185 0 0 25 0 1 0 158266211 70307840 14601 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14601 108 232 0 16930 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (Kb) 68660

[startup+1793.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1792.52
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17609 0 0 0 179067 185 0 0 25 0 1 0 158266211 70307840 14602 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14602 108 232 0 16930 0
Current children cumulated CPU time (s) 1792.52
Current children cumulated vsize (Kb) 68660

[startup+1794.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1793.52
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17610 0 0 0 179167 185 0 0 25 0 1 0 158266211 70307840 14603 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551500 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14603 108 232 0 16930 0
Current children cumulated CPU time (s) 1793.52
Current children cumulated vsize (Kb) 68660

[startup+1795.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1794.53
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17612 0 0 0 179268 185 0 0 25 0 1 0 158266211 70307840 14605 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14605 108 232 0 16930 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (Kb) 68660

[startup+1796.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468968/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1795.53
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17614 0 0 0 179368 185 0 0 25 0 1 0 158266211 70307840 14607 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551570 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14607 108 232 0 16930 0
Current children cumulated CPU time (s) 1795.53
Current children cumulated vsize (Kb) 68660

[startup+1797.18 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468904/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1796.53
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17617 0 0 0 179468 185 0 0 25 0 1 0 158266211 70307840 14610 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14610 108 232 0 16930 0
Current children cumulated CPU time (s) 1796.53
Current children cumulated vsize (Kb) 68660

[startup+1798.18 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468904/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1797.54
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17618 0 0 0 179569 185 0 0 25 0 1 0 158266211 70307840 14611 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14611 108 232 0 16930 0
Current children cumulated CPU time (s) 1797.54
Current children cumulated vsize (Kb) 68660

[startup+1799.19 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468904/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1798.54
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17619 0 0 0 179669 185 0 0 25 0 1 0 158266211 70307840 14612 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14612 108 232 0 16930 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (Kb) 68660

[startup+1800.19 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468840/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1799.55
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17637 0 0 0 179770 185 0 0 25 0 1 0 158266211 70307840 14630 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14630 108 232 0 16930 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (Kb) 68660

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468840/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1800.55
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17638 0 0 0 179870 185 0 0 25 0 1 0 158266211 70307840 14631 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14631 108 232 0 16930 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 68660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 21476
/proc/meminfo: memFree=1468840/2055920 swapFree=4183100/4192956
[pid=21474] ppid=21472 vsize=68660 CPUtime=1800.56
/proc/21474/stat : 21474 (PBS4L) R 21472 21474 21425 0 -1 4194304 17638 0 0 0 179871 185 0 0 25 0 1 0 158266211 70307840 14631 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/21474/statm: 17165 14631 108 232 0 16930 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 68660

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.22
CPU time (s): 1800.58
CPU user time (s): 1798.71
CPU system time (s): 1.86871
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (Kb): 68660
The end

Launcher Data (download as text)

Begin job on node1 on Fri Jul 28 19:14:05 UTC 2006


FILE ID= 50575-1154114045

PBS_JOBID= 886645

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_13.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node1/50575-1154114045/instance-50575-1154114045.opb 308622212
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-50575-1154114045 -o ROOT/results/node1/solver-50575-1154114045 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node1/50575-1154114045/instance-50575-1154114045.opb 308622212

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  e41be903cf92c8332743e4188dbf4c82

RANDOM SEED= 308622212

TIMEOUT= 1800 seconds


/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:       1527216 kB
Buffers:         34900 kB
Cached:         433572 kB
SwapCached:       3652 kB
Active:         177232 kB
Inactive:       299744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527216 kB
SwapTotal:     4192956 kB
SwapFree:      4183100 kB
Dirty:             228 kB
Writeback:           0 kB
Mapped:          14596 kB
Slab:            37688 kB
Committed_AS:   701092 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Fri Jul 28 19:44:07 UTC 2006