Trace number 41706

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.52 1801.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-4pb.opb
MD5SUM8521955d0869ff4fe0390118a5fbc0f9
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.52292
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 variables696
Total number of constraints2096
Number of constraints which are clauses2072
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 constraint29
Number of terms in the objective function 696
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 696
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 696
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/node3/41706-1149403710/instance-41706-1149403710.opb ......
0.69	c done parsing opb.
0.69	o 70
1.09	o 68
1.83	o 66
3.58	o 64
3.88	o 62
91.53	o 60

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/node3/watcher-41706-1149403710 -o ROOT/results/node3/solver-41706-1149403710 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node3/41706-1149403710/instance-41706-1149403710.opb 879866706 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1455080/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=1400 CPUtime=0
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 206032750 1433600 131 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 350 133 90 232 0 115 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1446824/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=13032 CPUtime=9.99
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 2542 0 0 0 992 7 0 0 25 0 1 0 206032750 13344768 2174 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 3258 2174 108 232 0 3023 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 13032

[startup+20.0093 s]
/proc/loadavg: 0.94 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1442408/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=14076 CPUtime=19.99
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 3644 0 0 0 1989 10 0 0 25 0 1 0 206032750 14413824 3276 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552182 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 3519 3276 108 232 0 3284 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 14076

[startup+30.016 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1439656/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=24548 CPUtime=30
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 4708 0 0 0 2987 13 0 0 25 0 1 0 206032750 25137152 3955 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 6137 3955 108 232 0 5902 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 24548

[startup+40.0216 s]
/proc/loadavg: 0.95 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1437608/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=25292 CPUtime=40
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 5214 0 0 0 3985 15 0 0 25 0 1 0 206032750 25899008 4461 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 6323 4461 108 232 0 6088 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 25292

[startup+50.0282 s]
/proc/loadavg: 0.96 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1436008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=25900 CPUtime=50
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 5624 0 0 0 4983 17 0 0 25 0 1 0 206032750 26521600 4871 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 6475 4871 108 232 0 6240 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 25900

[startup+60.0339 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1434344/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=26500 CPUtime=60
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 6025 0 0 0 5980 20 0 0 25 0 1 0 206032750 27136000 5272 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 6625 5272 108 232 0 6390 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 26500

[startup+70.0405 s]
/proc/loadavg: 0.97 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1433896/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=26668 CPUtime=70.01
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 6145 0 0 0 6979 22 0 0 25 0 1 0 206032750 27308032 5392 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 6667 5392 108 232 0 6432 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 26668

[startup+80.0471 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1430760/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=30100 CPUtime=80.01
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 7649 0 0 0 7976 25 0 0 25 0 1 0 206032750 30822400 6127 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 7525 6127 108 232 0 7290 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 30100

[startup+90.0528 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1430440/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=30400 CPUtime=90.01
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 7775 0 0 0 8975 26 0 0 25 0 1 0 206032750 31129600 6253 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 7600 6253 108 232 0 7365 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 30400

[startup+100.058 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1428456/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=30840 CPUtime=100.01
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 8269 0 0 0 9973 28 0 0 25 0 1 0 206032750 31580160 6747 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550813 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 7710 6747 108 232 0 7475 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 30840

[startup+110.064 s]
/proc/loadavg: 0.98 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1426216/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=47548 CPUtime=110.02
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 8821 0 0 0 10971 31 0 0 25 0 1 0 206032750 48689152 7299 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 11887 7299 108 232 0 11652 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 47548

[startup+120.07 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1424168/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=48272 CPUtime=120.02
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 9351 0 0 0 11969 33 0 0 25 0 1 0 206032750 49430528 7829 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12068 7829 108 232 0 11833 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 48272

[startup+130.075 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1423720/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=48416 CPUtime=130.02
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 9452 0 0 0 12968 34 0 0 25 0 1 0 206032750 49577984 7930 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12104 7930 108 232 0 11869 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 48416

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1421352/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=48852 CPUtime=140.03
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 10058 0 0 0 13967 36 0 0 25 0 1 0 206032750 50024448 8536 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12213 8536 108 232 0 11978 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 48852

[startup+150.087 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1420840/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=49308 CPUtime=150.02
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 10180 0 0 0 14965 37 0 0 25 0 1 0 206032750 50491392 8658 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12327 8658 108 232 0 12092 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 49308

[startup+160.092 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1418216/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=49632 CPUtime=160.03
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 10827 0 0 0 15964 39 0 0 25 0 1 0 206032750 50823168 9305 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550057 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12408 9305 108 232 0 12173 0
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 49632

[startup+170.098 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1416360/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=50088 CPUtime=170.04
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 11292 0 0 0 16963 41 0 0 25 0 1 0 206032750 51290112 9770 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12522 9770 108 232 0 12287 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 50088

[startup+180.103 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1416104/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=50220 CPUtime=180.04
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 11363 0 0 0 17961 43 0 0 25 0 1 0 206032750 51425280 9841 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551977 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12555 9841 108 232 0 12320 0
Current children cumulated CPU time (s) 180.04
Current children cumulated vsize (Kb) 50220

[startup+190.109 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1415528/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=50696 CPUtime=190.04
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 11494 0 0 0 18960 44 0 0 25 0 1 0 206032750 51912704 9972 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552235 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12674 9972 108 232 0 12439 0
Current children cumulated CPU time (s) 190.04
Current children cumulated vsize (Kb) 50696

[startup+200.115 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1415080/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=51052 CPUtime=200.04
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 11611 0 0 0 19958 46 0 0 25 0 1 0 206032750 52277248 10089 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552297 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 12763 10089 108 232 0 12528 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 51052

[startup+210.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3618
/proc/meminfo: memFree=1414504/2055920 swapFree=4181424/4192956

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

/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33272 0 0 0 177951 190 0 0 25 0 1 0 206032750 126455808 26713 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26713 108 232 0 30638 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (Kb) 123492

[startup+1783.05 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348136/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1782.41
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33273 0 0 0 178051 190 0 0 25 0 1 0 206032750 126455808 26714 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558811 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26714 108 232 0 30638 0
Current children cumulated CPU time (s) 1782.41
Current children cumulated vsize (Kb) 123492

[startup+1784.05 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348136/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1783.42
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33273 0 0 0 178152 190 0 0 25 0 1 0 206032750 126455808 26714 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26714 108 232 0 30638 0
Current children cumulated CPU time (s) 1783.42
Current children cumulated vsize (Kb) 123492

[startup+1785.06 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348136/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1784.42
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33274 0 0 0 178252 190 0 0 25 0 1 0 206032750 126455808 26715 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26715 108 232 0 30638 0
Current children cumulated CPU time (s) 1784.42
Current children cumulated vsize (Kb) 123492

[startup+1786.06 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348136/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1785.43
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33275 0 0 0 178353 190 0 0 25 0 1 0 206032750 126455808 26716 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26716 108 232 0 30638 0
Current children cumulated CPU time (s) 1785.43
Current children cumulated vsize (Kb) 123492

[startup+1787.07 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348136/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1786.43
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33278 0 0 0 178453 190 0 0 25 0 1 0 206032750 126455808 26719 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26719 108 232 0 30638 0
Current children cumulated CPU time (s) 1786.43
Current children cumulated vsize (Kb) 123492

[startup+1788.07 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348072/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1787.43
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33281 0 0 0 178553 190 0 0 25 0 1 0 206032750 126455808 26722 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26722 108 232 0 30638 0
Current children cumulated CPU time (s) 1787.43
Current children cumulated vsize (Kb) 123492

[startup+1789.07 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348072/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1788.44
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33285 0 0 0 178654 190 0 0 25 0 1 0 206032750 126455808 26726 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26726 108 232 0 30638 0
Current children cumulated CPU time (s) 1788.44
Current children cumulated vsize (Kb) 123492

[startup+1790.08 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348072/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1789.44
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33286 0 0 0 178754 190 0 0 25 0 1 0 206032750 126455808 26727 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549318 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26727 108 232 0 30638 0
Current children cumulated CPU time (s) 1789.44
Current children cumulated vsize (Kb) 123492

[startup+1791.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348072/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1790.44
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33288 0 0 0 178854 190 0 0 25 0 1 0 206032750 126455808 26729 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26729 108 232 0 30638 0
Current children cumulated CPU time (s) 1790.44
Current children cumulated vsize (Kb) 123492

[startup+1792.09 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348072/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1791.45
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33290 0 0 0 178955 190 0 0 25 0 1 0 206032750 126455808 26731 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551999 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26731 108 232 0 30638 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (Kb) 123492

[startup+1793.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348072/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1792.46
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33294 0 0 0 179055 191 0 0 25 0 1 0 206032750 126455808 26735 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26735 108 232 0 30638 0
Current children cumulated CPU time (s) 1792.46
Current children cumulated vsize (Kb) 123492

[startup+1794.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348072/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1793.46
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33295 0 0 0 179155 191 0 0 25 0 1 0 206032750 126455808 26736 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26736 108 232 0 30638 0
Current children cumulated CPU time (s) 1793.46
Current children cumulated vsize (Kb) 123492

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1794.47
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33296 0 0 0 179256 191 0 0 25 0 1 0 206032750 126455808 26737 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26737 108 232 0 30638 0
Current children cumulated CPU time (s) 1794.47
Current children cumulated vsize (Kb) 123492

[startup+1796.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1795.47
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33298 0 0 0 179356 191 0 0 25 0 1 0 206032750 126455808 26739 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26739 108 232 0 30638 0
Current children cumulated CPU time (s) 1795.47
Current children cumulated vsize (Kb) 123492

[startup+1797.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1796.48
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33299 0 0 0 179457 191 0 0 25 0 1 0 206032750 126455808 26740 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558866 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26740 108 232 0 30638 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (Kb) 123492

[startup+1798.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1797.48
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33302 0 0 0 179557 191 0 0 25 0 1 0 206032750 126455808 26743 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26743 108 232 0 30638 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (Kb) 123492

[startup+1799.12 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1798.48
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33305 0 0 0 179657 191 0 0 25 0 1 0 206032750 126455808 26746 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26746 108 232 0 30638 0
Current children cumulated CPU time (s) 1798.48
Current children cumulated vsize (Kb) 123492

[startup+1800.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1799.48
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33307 0 0 0 179757 191 0 0 25 0 1 0 206032750 126455808 26748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26748 108 232 0 30638 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (Kb) 123492

[startup+1801.13 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1800.49
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33307 0 0 0 179858 191 0 0 25 0 1 0 206032750 126455808 26748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558771 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26748 108 232 0 30638 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 123492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.99 2/64 3813
/proc/meminfo: memFree=1348008/2055920 swapFree=4181424/4192956
[pid=3618] ppid=3616 vsize=123492 CPUtime=1800.49
/proc/3618/stat : 3618 (PBS4L) R 3616 3618 3572 0 -1 4194304 33307 0 0 0 179858 191 0 0 25 0 1 0 206032750 126455808 26748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/3618/statm: 30873 26748 108 232 0 30638 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 123492

Sending SIGTERM to -3618
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.16
CPU time (s): 1800.52
CPU user time (s): 1798.59
CPU system time (s): 1.9357
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (Kb): 123492
The end

Launcher Data (download as text)

Begin job on node3 on Sun Jun  4 06:48:30 UTC 2006


FILE ID= 41706-1149403710

PBS_JOBID= 314197

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

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  8521955d0869ff4fe0390118a5fbc0f9

RANDOM SEED= 879866706


/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.261
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.261
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:       1455352 kB
Buffers:         25552 kB
Cached:         503676 kB
SwapCached:       3416 kB
Active:          94496 kB
Inactive:       443648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455352 kB
SwapTotal:     4192956 kB
SwapFree:      4181424 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            48500 kB
Committed_AS:   352068 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node3 on Sun Jun  4 07:18:32 UTC 2006