Trace number 41707

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
MD5SUM7070b0ccf5287a23c61644383564c46b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.275957
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables672
Total number of constraints2028
Number of constraints which are clauses2004
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 constraint28
Number of terms in the objective function 672
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 672
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 672
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/node20/41707-1149403786/instance-41707-1149403786.opb ......
0.16	c done parsing opb.
0.16	o 70
4.35	o 68
10.27	o 66
14.19	o 64
28.53	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/node20/watcher-41707-1149403786 -o ROOT/results/node20/solver-41707-1149403786 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node20/41707-1149403786/instance-41707-1149403786.opb 632473733 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.93 0.98 0.98 3/64 9776
/proc/meminfo: memFree=1857368/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=1532 CPUtime=0
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 175 0 0 0 0 0 0 0 19 0 1 0 206041724 1568768 154 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134613231 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 383 154 98 232 0 148 0

[startup+10.0026 s]
/proc/loadavg: 0.94 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1848488/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=13856 CPUtime=9.99
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 2690 0 0 0 988 11 0 0 25 0 1 0 206041724 14188544 2322 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552224 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 3464 2322 108 232 0 3229 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13856

[startup+20.0088 s]
/proc/loadavg: 0.95 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1845032/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=16596 CPUtime=20
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 3940 0 0 0 1984 16 0 0 25 0 1 0 206041724 16994304 3187 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 4149 3187 108 232 0 3914 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 16596

[startup+30.016 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1841960/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=25456 CPUtime=30
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 4703 0 0 0 2982 18 0 0 25 0 1 0 206041724 26066944 3950 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 6364 3950 108 232 0 6129 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 25456

[startup+40.0222 s]
/proc/loadavg: 0.96 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1840232/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=26452 CPUtime=40
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 5137 0 0 0 3979 21 0 0 25 0 1 0 206041724 27086848 4384 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 6613 4384 108 232 0 6378 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 26452

[startup+50.0284 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1839144/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=26888 CPUtime=50.01
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 5402 0 0 0 4977 24 0 0 25 0 1 0 206041724 27533312 4649 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 6722 4649 108 232 0 6487 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (Kb) 26888

[startup+60.0346 s]
/proc/loadavg: 0.97 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1836968/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=30568 CPUtime=60
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 6707 0 0 0 5973 27 0 0 25 0 1 0 206041724 31301632 5185 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 7642 5185 108 232 0 7407 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 30568

[startup+70.0408 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1836264/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=31180 CPUtime=70.01
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 6885 0 0 0 6972 29 0 0 25 0 1 0 206041724 31928320 5363 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 7795 5363 108 232 0 7560 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 31180

[startup+80.0471 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1835560/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=31716 CPUtime=80.01
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 7064 0 0 0 7970 31 0 0 25 0 1 0 206041724 32477184 5542 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 7929 5542 108 232 0 7694 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 31716

[startup+90.0533 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1835048/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=31996 CPUtime=90.02
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 7181 0 0 0 8969 33 0 0 25 0 1 0 206041724 32763904 5659 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 7999 5659 108 232 0 7764 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 31996

[startup+100.058 s]
/proc/loadavg: 0.98 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1834536/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=32188 CPUtime=100.02
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 7312 0 0 0 9968 34 0 0 25 0 1 0 206041724 32960512 5790 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8047 5790 108 232 0 7812 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 32188

[startup+110.065 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1832168/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=32696 CPUtime=110.02
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 7896 0 0 0 10965 37 0 0 25 0 1 0 206041724 33480704 6374 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8174 6374 108 232 0 7939 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 32696

[startup+120.071 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1831016/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=32856 CPUtime=120.03
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 8187 0 0 0 11963 40 0 0 25 0 1 0 206041724 33644544 6665 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8214 6665 108 232 0 7979 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 32856

[startup+130.077 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1830056/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=33172 CPUtime=130.03
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 8432 0 0 0 12962 41 0 0 25 0 1 0 206041724 33968128 6910 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8293 6910 108 232 0 8058 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 33172

[startup+140.083 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1829544/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=33624 CPUtime=140.03
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 8548 0 0 0 13960 43 0 0 25 0 1 0 206041724 34430976 7026 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8406 7026 108 232 0 8171 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 33624

[startup+150.089 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1829096/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=33820 CPUtime=150.04
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 8658 0 0 0 14959 45 0 0 25 0 1 0 206041724 34631680 7136 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8455 7136 108 232 0 8220 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 33820

[startup+160.096 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1828584/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=34160 CPUtime=160.04
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 8795 0 0 0 15958 46 0 0 25 0 1 0 206041724 34979840 7273 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558853 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8540 7273 108 232 0 8305 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 34160

[startup+170.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1828072/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=34524 CPUtime=170.05
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 8918 0 0 0 16957 48 0 0 25 0 1 0 206041724 35352576 7396 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8631 7396 108 232 0 8396 0
Current children cumulated CPU time (s) 170.05
Current children cumulated vsize (Kb) 34524

[startup+180.108 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1826728/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=34524 CPUtime=180.05
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 9257 0 0 0 17955 50 0 0 25 0 1 0 206041724 35352576 7735 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 8631 7735 108 232 0 8396 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 34524

[startup+190.114 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1824168/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=51560 CPUtime=190.05
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 9894 0 0 0 18953 52 0 0 25 0 1 0 206041724 52797440 8372 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 12890 8372 108 232 0 12655 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 51560

[startup+200.121 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1823848/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=51692 CPUtime=200.06
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 9965 0 0 0 19952 54 0 0 25 0 1 0 206041724 52932608 8443 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 12923 8443 108 232 0 12688 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (Kb) 51692

[startup+210.127 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9776
/proc/meminfo: memFree=1823528/2055920 swapFree=4181440/4192956

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

/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41779 0 0 0 177915 235 0 0 25 0 1 0 206041724 201609216 35218 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35218 108 232 0 48986 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (Kb) 196884

[startup+1783.11 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1782.52
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41780 0 0 0 178016 236 0 0 25 0 1 0 206041724 201609216 35219 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35219 108 232 0 48986 0
Current children cumulated CPU time (s) 1782.52
Current children cumulated vsize (Kb) 196884

[startup+1784.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1783.52
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41782 0 0 0 178116 236 0 0 25 0 1 0 206041724 201609216 35221 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35221 108 232 0 48986 0
Current children cumulated CPU time (s) 1783.52
Current children cumulated vsize (Kb) 196884

[startup+1785.12 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1784.52
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41783 0 0 0 178216 236 0 0 25 0 1 0 206041724 201609216 35222 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35222 108 232 0 48986 0
Current children cumulated CPU time (s) 1784.52
Current children cumulated vsize (Kb) 196884

[startup+1786.13 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1785.52
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41785 0 0 0 178316 236 0 0 25 0 1 0 206041724 201609216 35224 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35224 108 232 0 48986 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (Kb) 196884

[startup+1787.13 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1786.53
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41786 0 0 0 178417 236 0 0 25 0 1 0 206041724 201609216 35225 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35225 108 232 0 48986 0
Current children cumulated CPU time (s) 1786.53
Current children cumulated vsize (Kb) 196884

[startup+1788.14 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1787.53
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41787 0 0 0 178517 236 0 0 25 0 1 0 206041724 201609216 35226 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35226 108 232 0 48986 0
Current children cumulated CPU time (s) 1787.53
Current children cumulated vsize (Kb) 196884

[startup+1789.14 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1788.54
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41789 0 0 0 178618 236 0 0 25 0 1 0 206041724 201609216 35228 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35228 108 232 0 48986 0
Current children cumulated CPU time (s) 1788.54
Current children cumulated vsize (Kb) 196884

[startup+1790.15 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1789.54
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41790 0 0 0 178718 236 0 0 25 0 1 0 206041724 201609216 35229 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35229 108 232 0 48986 0
Current children cumulated CPU time (s) 1789.54
Current children cumulated vsize (Kb) 196884

[startup+1791.15 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1790.55
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41792 0 0 0 178819 236 0 0 25 0 1 0 206041724 201609216 35231 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35231 108 232 0 48986 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (Kb) 196884

[startup+1792.16 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715880/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1791.55
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41793 0 0 0 178919 236 0 0 25 0 1 0 206041724 201609216 35232 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35232 108 232 0 48986 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (Kb) 196884

[startup+1793.16 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1792.56
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41796 0 0 0 179019 237 0 0 25 0 1 0 206041724 201609216 35235 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35235 108 232 0 48986 0
Current children cumulated CPU time (s) 1792.56
Current children cumulated vsize (Kb) 196884

[startup+1794.17 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1793.56
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41798 0 0 0 179119 237 0 0 25 0 1 0 206041724 201609216 35237 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35237 108 232 0 48986 0
Current children cumulated CPU time (s) 1793.56
Current children cumulated vsize (Kb) 196884

[startup+1795.17 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1794.57
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41799 0 0 0 179220 237 0 0 25 0 1 0 206041724 201609216 35238 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35238 108 232 0 48986 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (Kb) 196884

[startup+1796.18 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1795.57
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41800 0 0 0 179320 237 0 0 25 0 1 0 206041724 201609216 35239 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35239 108 232 0 48986 0
Current children cumulated CPU time (s) 1795.57
Current children cumulated vsize (Kb) 196884

[startup+1797.18 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1796.58
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41801 0 0 0 179421 237 0 0 25 0 1 0 206041724 201609216 35240 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35240 108 232 0 48986 0
Current children cumulated CPU time (s) 1796.58
Current children cumulated vsize (Kb) 196884

[startup+1798.19 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1797.58
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41803 0 0 0 179521 237 0 0 25 0 1 0 206041724 201609216 35242 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35242 108 232 0 48986 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 196884

[startup+1799.19 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1798.58
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41804 0 0 0 179621 237 0 0 25 0 1 0 206041724 201609216 35243 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35243 108 232 0 48986 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (Kb) 196884

[startup+1800.2 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1799.59
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41805 0 0 0 179722 237 0 0 25 0 1 0 206041724 201609216 35244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35244 108 232 0 48986 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (Kb) 196884

[startup+1801.2 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1800.59
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41807 0 0 0 179822 237 0 0 25 0 1 0 206041724 201609216 35246 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35246 108 232 0 48986 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (Kb) 196884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 0.99 0.98 0.98 2/64 9971
/proc/meminfo: memFree=1715816/2055920 swapFree=4181440/4192956
[pid=9776] ppid=9774 vsize=196884 CPUtime=1800.6
/proc/9776/stat : 9776 (PBS4L) R 9774 9776 9730 0 -1 4194304 41807 0 0 0 179823 237 0 0 25 0 1 0 206041724 201609216 35246 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/9776/statm: 49221 35246 108 232 0 48986 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 196884

Sending SIGTERM to -9776
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.24
CPU time (s): 1800.63
CPU user time (s): 1798.23
CPU system time (s): 2.40163
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (Kb): 196884
The end

Launcher Data (download as text)

Begin job on node20 on Sun Jun  4 06:49:46 UTC 2006


FILE ID= 41707-1149403786

PBS_JOBID= 314203

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  7070b0ccf5287a23c61644383564c46b

RANDOM SEED= 632473733


/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.236
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.236
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:       1857576 kB
Buffers:          7388 kB
Cached:         123652 kB
SwapCached:       3192 kB
Active:          36388 kB
Inactive:       103308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857576 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14708 kB
Slab:            44676 kB
Committed_AS:   416428 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node20 on Sun Jun  4 07:19:48 UTC 2006