Trace number 41009

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 NameAnswerCPU timeWall clock time
PBS 4.1L? (TO) 1800.5 1801.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900550006.opb
MD5SUMcabd29c48249a44c2596bb98645c31c8
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark447.969
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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/node88/41009-1149220559/instance-41009-1149220559.opb ......

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/node88/watcher-41009-1149220559 -o ROOT/results/node88/solver-41009-1149220559 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node88/41009-1149220559/instance-41009-1149220559.opb 831192975 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/68 19450
/proc/meminfo: memFree=1713720/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=1368 CPUtime=0
/proc/19450/stat : 19450 (PBS4L) D 19448 19450 19405 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 187695043 1400832 95 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135137645 0 2147483391 4096 0 18446744072100015398 0 0 17 1 0 0
/proc/19450/statm: 350 101 87 232 0 115 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.95 0.90 2/68 19450
/proc/meminfo: memFree=1700600/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=22092 CPUtime=9.99
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 3740 0 0 0 993 6 0 0 25 0 1 0 187695043 22622208 3377 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550061 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 5523 3377 105 232 0 5288 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 22092

[startup+20.0086 s]
/proc/loadavg: 0.94 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1693816/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=25476 CPUtime=19.99
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 5805 0 0 0 1989 10 0 0 25 0 1 0 187695043 26087424 5057 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 6369 5057 105 232 0 6134 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (Kb) 25476

[startup+30.0146 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1689016/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=43240 CPUtime=29.99
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 7019 0 0 0 2986 13 0 0 25 0 1 0 187695043 44277760 6271 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 10810 6271 105 232 0 10575 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 43240

[startup+40.0206 s]
/proc/loadavg: 0.95 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1684216/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=44176 CPUtime=40
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 8210 0 0 0 3984 16 0 0 25 0 1 0 187695043 45236224 7462 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550762 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 11044 7462 105 232 0 10809 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 44176

[startup+50.0266 s]
/proc/loadavg: 0.96 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1679544/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=48660 CPUtime=50
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 10134 0 0 0 4981 19 0 0 25 0 1 0 187695043 49827840 8617 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551997 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 12165 8617 105 232 0 11930 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 48660

[startup+60.0326 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1675832/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=49928 CPUtime=60
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 11066 0 0 0 5979 21 0 0 25 0 1 0 187695043 51126272 9549 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 12482 9549 105 232 0 12247 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 49928

[startup+70.0386 s]
/proc/loadavg: 0.97 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1672312/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=51308 CPUtime=70.01
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 11943 0 0 0 6977 24 0 0 25 0 1 0 187695043 52539392 10426 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552179 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 12827 10426 105 232 0 12592 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 51308

[startup+80.0446 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1670200/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=52104 CPUtime=80
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 12470 0 0 0 7975 25 0 0 25 0 1 0 187695043 53354496 10953 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 13026 10953 105 232 0 12791 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 52104

[startup+90.0507 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1667448/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=52692 CPUtime=90.01
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 13166 0 0 0 8973 28 0 0 25 0 1 0 187695043 53956608 11649 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 13173 11649 105 232 0 12938 0
Current children cumulated CPU time (s) 90.01
Current children cumulated vsize (Kb) 52692

[startup+100.057 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1664760/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=53296 CPUtime=100.01
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 13828 0 0 0 9970 31 0 0 25 0 1 0 187695043 54575104 12311 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134549239 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 13324 12311 105 232 0 13089 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (Kb) 53296

[startup+110.063 s]
/proc/loadavg: 0.98 0.96 0.91 2/68 19450
/proc/meminfo: memFree=1664056/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=53900 CPUtime=110.01
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 14005 0 0 0 10969 32 0 0 25 0 1 0 187695043 55193600 12488 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 13475 12488 105 232 0 13240 0
Current children cumulated CPU time (s) 110.01
Current children cumulated vsize (Kb) 53900

[startup+120.069 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1661432/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=87196 CPUtime=120.02
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 14655 0 0 0 11968 34 0 0 25 0 1 0 187695043 89288704 13138 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134617144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 21799 13138 105 232 0 21564 0
Current children cumulated CPU time (s) 120.02
Current children cumulated vsize (Kb) 87196

[startup+130.075 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1659192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=87780 CPUtime=130.02
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 15251 0 0 0 12965 37 0 0 25 0 1 0 187695043 89886720 13701 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 21945 13701 105 232 0 21710 0
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 87780

[startup+140.081 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1656376/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=89052 CPUtime=140.02
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 15987 0 0 0 13963 39 0 0 25 0 1 0 187695043 91189248 14404 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611556 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 22263 14404 105 232 0 22028 0
Current children cumulated CPU time (s) 140.02
Current children cumulated vsize (Kb) 89052

[startup+150.087 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1654200/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=89464 CPUtime=150.03
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 16570 0 0 0 14962 41 0 0 25 0 1 0 187695043 91611136 14954 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134548964 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 22366 14954 105 232 0 22131 0
Current children cumulated CPU time (s) 150.03
Current children cumulated vsize (Kb) 89464

[startup+160.093 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1652280/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=90180 CPUtime=160.02
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 17046 0 0 0 15960 42 0 0 25 0 1 0 187695043 92344320 15430 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611556 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 22545 15430 105 232 0 22310 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (Kb) 90180

[startup+170.099 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1650104/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=97104 CPUtime=170.03
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 19211 0 0 0 16957 46 0 0 25 0 1 0 187695043 99434496 15959 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 24276 15959 105 232 0 24041 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (Kb) 97104

[startup+180.105 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1648120/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=97596 CPUtime=180.03
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 19771 0 0 0 17956 47 0 0 25 0 1 0 187695043 99938304 16453 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 24399 16453 105 232 0 24164 0
Current children cumulated CPU time (s) 180.03
Current children cumulated vsize (Kb) 97596

[startup+190.111 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1647096/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=98348 CPUtime=190.03
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 20070 0 0 0 18955 48 0 0 25 0 1 0 187695043 100708352 16719 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 24587 16719 105 232 0 24352 0
Current children cumulated CPU time (s) 190.03
Current children cumulated vsize (Kb) 98348

[startup+200.117 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1646520/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=98668 CPUtime=200.04
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 20244 0 0 0 19954 50 0 0 25 0 1 0 187695043 101036032 16860 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 24667 16860 105 232 0 24432 0
Current children cumulated CPU time (s) 200.04
Current children cumulated vsize (Kb) 98668

[startup+210.123 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19450
/proc/meminfo: memFree=1644472/2055888 swapFree=4085344/4096564

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

/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56027 0 0 0 177936 201 0 0 25 0 1 0 187695043 221798400 45552 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558830 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45552 105 232 0 53915 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (Kb) 216600

[startup+1783.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531320/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1782.37
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56029 0 0 0 178036 201 0 0 25 0 1 0 187695043 221798400 45554 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552226 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45554 105 232 0 53915 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (Kb) 216600

[startup+1784.09 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531320/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1783.38
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56031 0 0 0 178137 201 0 0 25 0 1 0 187695043 221798400 45556 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134611832 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45556 105 232 0 53915 0
Current children cumulated CPU time (s) 1783.38
Current children cumulated vsize (Kb) 216600

[startup+1785.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531320/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1784.38
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56035 0 0 0 178237 201 0 0 25 0 1 0 187695043 221798400 45560 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45560 105 232 0 53915 0
Current children cumulated CPU time (s) 1784.38
Current children cumulated vsize (Kb) 216600

[startup+1786.1 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531320/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1785.38
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56037 0 0 0 178337 201 0 0 25 0 1 0 187695043 221798400 45562 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45562 105 232 0 53915 0
Current children cumulated CPU time (s) 1785.38
Current children cumulated vsize (Kb) 216600

[startup+1787.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531256/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1786.39
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56042 0 0 0 178438 201 0 0 25 0 1 0 187695043 221798400 45567 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552348 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45567 105 232 0 53915 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (Kb) 216600

[startup+1788.11 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531256/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1787.39
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56045 0 0 0 178538 201 0 0 25 0 1 0 187695043 221798400 45570 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134550847 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45570 105 232 0 53915 0
Current children cumulated CPU time (s) 1787.39
Current children cumulated vsize (Kb) 216600

[startup+1789.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531256/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1788.4
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56046 0 0 0 178639 201 0 0 25 0 1 0 187695043 221798400 45571 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45571 105 232 0 53915 0
Current children cumulated CPU time (s) 1788.4
Current children cumulated vsize (Kb) 216600

[startup+1790.12 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531256/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1789.4
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56047 0 0 0 178739 201 0 0 25 0 1 0 187695043 221798400 45572 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552266 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45572 105 232 0 53915 0
Current children cumulated CPU time (s) 1789.4
Current children cumulated vsize (Kb) 216600

[startup+1791.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531256/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1790.41
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56051 0 0 0 178840 201 0 0 25 0 1 0 187695043 221798400 45576 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45576 105 232 0 53915 0
Current children cumulated CPU time (s) 1790.41
Current children cumulated vsize (Kb) 216600

[startup+1792.13 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531256/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1791.41
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56052 0 0 0 178940 201 0 0 25 0 1 0 187695043 221798400 45577 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45577 105 232 0 53915 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (Kb) 216600

[startup+1793.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531256/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1792.41
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56054 0 0 0 179040 201 0 0 25 0 1 0 187695043 221798400 45579 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45579 105 232 0 53915 0
Current children cumulated CPU time (s) 1792.41
Current children cumulated vsize (Kb) 216600

[startup+1794.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1793.42
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56056 0 0 0 179141 201 0 0 25 0 1 0 187695043 221798400 45581 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45581 105 232 0 53915 0
Current children cumulated CPU time (s) 1793.42
Current children cumulated vsize (Kb) 216600

[startup+1795.14 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1794.43
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56060 0 0 0 179241 202 0 0 25 0 1 0 187695043 221798400 45585 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45585 105 232 0 53915 0
Current children cumulated CPU time (s) 1794.43
Current children cumulated vsize (Kb) 216600

[startup+1796.15 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1795.43
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56061 0 0 0 179341 202 0 0 25 0 1 0 187695043 221798400 45586 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45586 105 232 0 53915 0
Current children cumulated CPU time (s) 1795.43
Current children cumulated vsize (Kb) 216600

[startup+1797.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1796.44
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56064 0 0 0 179442 202 0 0 25 0 1 0 187695043 221798400 45589 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45589 105 232 0 53915 0
Current children cumulated CPU time (s) 1796.44
Current children cumulated vsize (Kb) 216600

[startup+1798.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1797.44
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56065 0 0 0 179542 202 0 0 25 0 1 0 187695043 221798400 45590 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45590 105 232 0 53915 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (Kb) 216600

[startup+1799.16 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1798.45
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56066 0 0 0 179643 202 0 0 25 0 1 0 187695043 221798400 45591 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45591 105 232 0 53915 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 216600

[startup+1800.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531192/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1799.45
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56069 0 0 0 179743 202 0 0 25 0 1 0 187695043 221798400 45594 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45594 105 232 0 53915 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (Kb) 216600

[startup+1801.17 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531128/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1800.45
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56072 0 0 0 179843 202 0 0 25 0 1 0 187695043 221798400 45597 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45597 105 232 0 53915 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (Kb) 216600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.18 s]
/proc/loadavg: 0.99 0.97 0.91 2/68 19645
/proc/meminfo: memFree=1531128/2055888 swapFree=4085344/4096564
[pid=19450] ppid=19448 vsize=216600 CPUtime=1800.46
/proc/19450/stat : 19450 (PBS4L) R 19448 19450 19405 0 -1 4194304 56072 0 0 0 179844 202 0 0 25 0 1 0 187695043 221798400 45597 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19450/statm: 54150 45597 105 232 0 53915 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 216600

Sending SIGTERM to -19450
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.21
CPU time (s): 1800.5
CPU user time (s): 1798.44
CPU system time (s): 2.05469
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (Kb): 216600
The end

Launcher Data (download as text)

Begin job on node88 on Fri Jun  2 03:55:59 UTC 2006


FILE ID= 41009-1149220559

PBS_JOBID= 295274

BENCH NAME= ROOT/tmp/node88/41009-1149220559/instance-41009-1149220559.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node88/41009-1149220559/instance-41009-1149220559.opb 831192975
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node88/watcher-41009-1149220559 -o ROOT/results/node88/solver-41009-1149220559 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node88/41009-1149220559/instance-41009-1149220559.opb 831192975

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  cabd29c48249a44c2596bb98645c31c8

RANDOM SEED= 831192975


/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	: 6006.16
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	: 5999.38
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1713928 kB
Buffers:         29624 kB
Cached:         237972 kB
SwapCached:       2500 kB
Active:          92524 kB
Inactive:       183836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1713928 kB
SwapTotal:     4096564 kB
SwapFree:      4085344 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          16740 kB
Slab:            52156 kB
Committed_AS:   222992 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node88 on Fri Jun  2 04:26:00 UTC 2006