Trace number 41704

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
MD5SUM1aa6e41099a7aa87ffa226b4eaa264d0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark60
Best CPU time to get the best result obtained on this benchmark0.437932
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 60
Optimality of the best value was proved YES
Number of variables720
Total number of constraints2168
Number of constraints which are clauses2144
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
Number of terms in the objective function 720
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 720
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 720
Number of bits of the biggest sum of numbers10
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/node63/41704-1149403384/instance-41704-1149403384.opb ......
0.20	c done parsing opb.
0.20	o 70
6.87	o 68
7.62	o 66
21.54	o 64
24.92	o 62

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/node63/watcher-41704-1149403384 -o ROOT/results/node63/solver-41704-1149403384 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node63/41704-1149403384/instance-41704-1149403384.opb 306758822 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.96 2/64 32223
/proc/meminfo: memFree=1601392/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=1400 CPUtime=0
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 205905500 1433600 126 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134598861 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 350 128 90 232 0 115 0

[startup+10.0032 s]
/proc/loadavg: 0.93 0.95 0.96 2/64 32223
/proc/meminfo: memFree=1592440/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=13868 CPUtime=9.98
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 2712 0 0 0 987 11 0 0 25 0 1 0 205905500 14200832 2344 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 3467 2344 107 232 0 3232 0
Current children cumulated CPU time (s) 9.98
Current children cumulated vsize (Kb) 13868

[startup+20.0093 s]
/proc/loadavg: 0.94 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1587448/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=16872 CPUtime=19.99
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 4369 0 0 0 1981 18 0 0 25 0 1 0 205905500 17276928 3616 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 4218 3616 108 232 0 3983 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 16872

[startup+30.0153 s]
/proc/loadavg: 0.95 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1584696/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=26280 CPUtime=29.99
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 5052 0 0 0 2978 21 0 0 25 0 1 0 205905500 26910720 4299 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 6570 4299 108 232 0 6335 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 26280

[startup+40.0214 s]
/proc/loadavg: 0.95 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1582456/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=27056 CPUtime=39.99
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 5603 0 0 0 3975 24 0 0 25 0 1 0 205905500 27705344 4850 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 6764 4850 108 232 0 6529 0
Current children cumulated CPU time (s) 39.99
Current children cumulated vsize (Kb) 27056

[startup+50.0275 s]
/proc/loadavg: 0.96 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1580152/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=31344 CPUtime=50
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 6949 0 0 0 4971 29 0 0 25 0 1 0 205905500 32096256 5427 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550821 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 7836 5427 108 232 0 7601 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 31344

[startup+60.0335 s]
/proc/loadavg: 0.97 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1579384/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=31704 CPUtime=60
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 7137 0 0 0 5968 32 0 0 25 0 1 0 205905500 32464896 5615 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 7926 5615 108 232 0 7691 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 31704

[startup+70.0396 s]
/proc/loadavg: 0.97 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1578232/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=32084 CPUtime=70
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 7435 0 0 0 6966 34 0 0 25 0 1 0 205905500 32854016 5913 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8021 5913 108 232 0 7786 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (Kb) 32084

[startup+80.0457 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1576952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=32548 CPUtime=80.01
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 7746 0 0 0 7965 36 0 0 25 0 1 0 205905500 33329152 6224 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8137 6224 108 232 0 7902 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 32548

[startup+90.0517 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1575288/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=33092 CPUtime=90.01
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 8162 0 0 0 8962 39 0 0 25 0 1 0 205905500 33886208 6640 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8273 6640 108 232 0 8038 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 33092

[startup+100.058 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1574392/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=33252 CPUtime=100.01
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 8392 0 0 0 9960 41 0 0 25 0 1 0 205905500 34050048 6870 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8313 6870 108 232 0 8078 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 33252

[startup+110.064 s]
/proc/loadavg: 0.98 0.96 0.96 2/64 32223
/proc/meminfo: memFree=1573880/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=33564 CPUtime=110.01
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 8514 0 0 0 10958 43 0 0 25 0 1 0 205905500 34369536 6992 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8391 6992 108 232 0 8156 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 33564

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1573176/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=34196 CPUtime=120.02
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 8691 0 0 0 11956 46 0 0 25 0 1 0 205905500 35016704 7169 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8549 7169 108 232 0 8314 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 34196

[startup+130.076 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1571960/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=34388 CPUtime=130.02
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 8999 0 0 0 12955 47 0 0 25 0 1 0 205905500 35213312 7477 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8597 7477 108 232 0 8362 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 34388

[startup+140.082 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1571384/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=34588 CPUtime=140.03
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 9144 0 0 0 13954 49 0 0 25 0 1 0 205905500 35418112 7622 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8647 7622 108 232 0 8412 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 34588

[startup+150.088 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1570296/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=35064 CPUtime=150.03
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 9417 0 0 0 14953 50 0 0 25 0 1 0 205905500 35905536 7895 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8766 7895 108 232 0 8531 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 35064

[startup+160.094 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1569528/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=35324 CPUtime=160.03
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 9609 0 0 0 15952 51 0 0 25 0 1 0 205905500 36171776 8087 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 8831 8087 108 232 0 8596 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 35324

[startup+170.1 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1568056/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=52128 CPUtime=170.04
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 9974 0 0 0 16952 52 0 0 25 0 1 0 205905500 53379072 8452 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 13032 8452 108 232 0 12797 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 52128

[startup+180.106 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1567608/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=52496 CPUtime=180.04
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 10116 0 0 0 17950 54 0 0 25 0 1 0 205905500 53755904 8561 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 13124 8561 108 232 0 12889 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 52496

[startup+190.112 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1567096/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=58768 CPUtime=190.05
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 11763 0 0 0 18949 56 0 0 25 0 1 0 205905500 60178432 8638 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 14692 8638 108 232 0 14457 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 58768

[startup+200.119 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1566840/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=59280 CPUtime=200.05
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 11917 0 0 0 19948 57 0 0 25 0 1 0 205905500 60702720 8726 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 14820 8726 108 232 0 14585 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 59280

[startup+210.125 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32223
/proc/meminfo: memFree=1566136/2055920 swapFree=4182320/4192956

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

/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28440 0 0 0 177955 198 0 0 25 0 1 0 205905500 128155648 20802 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20802 108 232 0 31053 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (Kb) 125152

[startup+1783.08 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1518144/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1782.53
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28441 0 0 0 178055 198 0 0 25 0 1 0 205905500 128155648 20803 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20803 108 232 0 31053 0
Current children cumulated CPU time (s) 1782.53
Current children cumulated vsize (Kb) 125152

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1518144/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1783.54
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28447 0 0 0 178156 198 0 0 25 0 1 0 205905500 128155648 20809 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20809 108 232 0 31053 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (Kb) 125152

[startup+1785.09 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1518080/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1784.55
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28461 0 0 0 178256 199 0 0 25 0 1 0 205905500 128155648 20823 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20823 108 232 0 31053 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (Kb) 125152

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1518080/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1785.55
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28463 0 0 0 178356 199 0 0 25 0 1 0 205905500 128155648 20825 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20825 108 232 0 31053 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 125152

[startup+1787.1 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1518080/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1786.56
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28471 0 0 0 178457 199 0 0 25 0 1 0 205905500 128155648 20833 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20833 108 232 0 31053 0
Current children cumulated CPU time (s) 1786.56
Current children cumulated vsize (Kb) 125152

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1518016/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1787.56
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28488 0 0 0 178557 199 0 0 25 0 1 0 205905500 128155648 20850 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20850 108 232 0 31053 0
Current children cumulated CPU time (s) 1787.56
Current children cumulated vsize (Kb) 125152

[startup+1789.11 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1788.56
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28490 0 0 0 178657 199 0 0 25 0 1 0 205905500 128155648 20852 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20852 108 232 0 31053 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 125152

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1789.57
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28491 0 0 0 178758 199 0 0 25 0 1 0 205905500 128155648 20853 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20853 108 232 0 31053 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 125152

[startup+1791.12 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1790.57
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28492 0 0 0 178858 199 0 0 25 0 1 0 205905500 128155648 20854 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20854 108 232 0 31053 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 125152

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1791.57
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28493 0 0 0 178958 199 0 0 25 0 1 0 205905500 128155648 20855 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20855 108 232 0 31053 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (Kb) 125152

[startup+1793.13 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1792.58
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28494 0 0 0 179059 199 0 0 25 0 1 0 205905500 128155648 20856 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20856 108 232 0 31053 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 125152

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1793.58
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28496 0 0 0 179159 199 0 0 25 0 1 0 205905500 128155648 20858 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552300 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20858 108 232 0 31053 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (Kb) 125152

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517952/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1794.59
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28504 0 0 0 179260 199 0 0 25 0 1 0 205905500 128155648 20866 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20866 108 232 0 31053 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 125152

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517888/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1795.59
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28505 0 0 0 179360 199 0 0 25 0 1 0 205905500 128155648 20867 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20867 108 232 0 31053 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (Kb) 125152

[startup+1797.15 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517888/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1796.6
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28506 0 0 0 179461 199 0 0 25 0 1 0 205905500 128155648 20868 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20868 108 232 0 31053 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 125152

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517888/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1797.6
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28508 0 0 0 179561 199 0 0 25 0 1 0 205905500 128155648 20870 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550821 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20870 108 232 0 31053 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 125152

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517888/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1798.62
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28509 0 0 0 179662 200 0 0 25 0 1 0 205905500 128155648 20871 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20871 108 232 0 31053 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 125152

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517888/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1799.62
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28512 0 0 0 179762 200 0 0 25 0 1 0 205905500 128155648 20874 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20874 108 232 0 31053 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (Kb) 125152

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517824/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1800.62
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28531 0 0 0 179862 200 0 0 25 0 1 0 205905500 128155648 20893 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20893 108 232 0 31053 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 125152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.96 2/64 32420
/proc/meminfo: memFree=1517824/2055920 swapFree=4182320/4192956
[pid=32223] ppid=32221 vsize=125152 CPUtime=1800.63
/proc/32223/stat : 32223 (PBS4L) R 32221 32223 32177 0 -1 4194304 28531 0 0 0 179863 200 0 0 25 0 1 0 205905500 128155648 20893 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/32223/statm: 31288 20893 108 232 0 31053 0
Current children cumulated CPU time (s) 1800.63
Current children cumulated vsize (Kb) 125152

Sending SIGTERM to -32223
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.2
CPU time (s): 1800.65
CPU user time (s): 1798.63
CPU system time (s): 2.01569
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (Kb): 125152
The end

Launcher Data (download as text)

Begin job on node63 on Sun Jun  4 06:43:04 UTC 2006


FILE ID= 41704-1149403384

PBS_JOBID= 314171

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-5pb.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node63/41704-1149403384/instance-41704-1149403384.opb 306758822
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-41704-1149403384 -o ROOT/results/node63/solver-41704-1149403384 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node63/41704-1149403384/instance-41704-1149403384.opb 306758822

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  1aa6e41099a7aa87ffa226b4eaa264d0

RANDOM SEED= 306758822


/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.228
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.228
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:       1601600 kB
Buffers:         27548 kB
Cached:         357580 kB
SwapCached:       2336 kB
Active:         129108 kB
Inactive:       264664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601600 kB
SwapTotal:     4192956 kB
SwapFree:      4182320 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          15864 kB
Slab:            46528 kB
Committed_AS:   387556 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node63 on Sun Jun  4 07:13:05 UTC 2006