Trace number 41051

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark14.7248
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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/node90/41051-1149535334/instance-41051-1149535334.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/node90/watcher-41051-1149535334 -o ROOT/results/node90/solver-41051-1149535334 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41051-1149535334/instance-41051-1149535334.opb 436386901 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.00 0.00 0.00 2/67 9606
/proc/meminfo: memFree=1406656/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=1752 CPUtime=0
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 219 0 0 0 0 0 0 0 18 0 1 0 219172956 1794048 204 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 438 206 90 232 0 203 0

[startup+10.0023 s]
/proc/loadavg: 0.15 0.03 0.01 2/67 9606
/proc/meminfo: memFree=1363392/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=59952 CPUtime=10
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14015 0 0 0 986 14 0 0 25 0 1 0 219172956 61390848 10962 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 14988 10962 105 232 0 14753 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (Kb) 59952

[startup+20.0084 s]
/proc/loadavg: 0.28 0.06 0.02 2/67 9606
/proc/meminfo: memFree=1362496/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=60480 CPUtime=20
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14278 0 0 0 1968 32 0 0 25 0 1 0 219172956 61931520 11225 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15120 11225 105 232 0 14885 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 60480

[startup+30.0134 s]
/proc/loadavg: 0.39 0.09 0.03 2/67 9606
/proc/meminfo: memFree=1361792/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=60744 CPUtime=30
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14458 0 0 0 2949 51 0 0 25 0 1 0 219172956 62201856 11405 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15186 11405 105 232 0 14951 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 60744

[startup+40.0195 s]
/proc/loadavg: 0.49 0.12 0.04 2/67 9606
/proc/meminfo: memFree=1361280/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=60744 CPUtime=40
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14595 0 0 0 3933 67 0 0 25 0 1 0 219172956 62201856 11542 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15186 11542 105 232 0 14951 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 60744

[startup+50.0255 s]
/proc/loadavg: 0.56 0.15 0.05 2/67 9606
/proc/meminfo: memFree=1360768/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=60876 CPUtime=50
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14724 0 0 0 4917 83 0 0 25 0 1 0 219172956 62337024 11671 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551507 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15219 11671 105 232 0 14984 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 60876

[startup+60.0316 s]
/proc/loadavg: 0.63 0.18 0.06 2/67 9606
/proc/meminfo: memFree=1360320/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=60876 CPUtime=60.01
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14850 0 0 0 5902 99 0 0 25 0 1 0 219172956 62337024 11797 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15219 11797 105 232 0 14984 0
Current children cumulated CPU time (s) 60.01
Current children cumulated vsize (Kb) 60876

[startup+70.0376 s]
/proc/loadavg: 0.69 0.21 0.07 2/67 9606
/proc/meminfo: memFree=1359872/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=60992 CPUtime=70.01
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14956 0 0 0 6886 115 0 0 25 0 1 0 219172956 62455808 11903 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15248 11903 105 232 0 15013 0
Current children cumulated CPU time (s) 70.01
Current children cumulated vsize (Kb) 60992

[startup+80.0437 s]
/proc/loadavg: 0.73 0.23 0.08 2/67 9606
/proc/meminfo: memFree=1359808/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61128 CPUtime=80.01
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 14983 0 0 0 7866 135 0 0 25 0 1 0 219172956 62595072 11930 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15282 11930 105 232 0 15047 0
Current children cumulated CPU time (s) 80.01
Current children cumulated vsize (Kb) 61128

[startup+90.0488 s]
/proc/loadavg: 0.77 0.26 0.09 2/67 9606
/proc/meminfo: memFree=1359680/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61128 CPUtime=90.02
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15009 0 0 0 8847 155 0 0 25 0 1 0 219172956 62595072 11956 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15282 11956 105 232 0 15047 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 61128

[startup+100.055 s]
/proc/loadavg: 0.81 0.28 0.10 2/67 9606
/proc/meminfo: memFree=1359616/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61240 CPUtime=100.02
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15030 0 0 0 9829 173 0 0 25 0 1 0 219172956 62709760 11977 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15310 11977 105 232 0 15075 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 61240

[startup+110.061 s]
/proc/loadavg: 0.84 0.30 0.11 2/67 9606
/proc/meminfo: memFree=1359552/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61240 CPUtime=110.02
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15047 0 0 0 10809 193 0 0 25 0 1 0 219172956 62709760 11994 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15310 11994 105 232 0 15075 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 61240

[startup+120.067 s]
/proc/loadavg: 0.86 0.33 0.12 2/67 9606
/proc/meminfo: memFree=1359424/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61388 CPUtime=120.03
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15073 0 0 0 11793 210 0 0 25 0 1 0 219172956 62861312 12020 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15347 12020 105 232 0 15112 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 61388

[startup+130.073 s]
/proc/loadavg: 0.88 0.35 0.12 2/67 9606
/proc/meminfo: memFree=1359360/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61388 CPUtime=130.03
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15085 0 0 0 12774 229 0 0 25 0 1 0 219172956 62861312 12032 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15347 12032 105 232 0 15112 0
Current children cumulated CPU time (s) 130.03
Current children cumulated vsize (Kb) 61388

[startup+140.079 s]
/proc/loadavg: 0.90 0.37 0.13 2/67 9606
/proc/meminfo: memFree=1359232/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61512 CPUtime=140.03
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15114 0 0 0 13756 247 0 0 25 0 1 0 219172956 62988288 12061 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15378 12061 105 232 0 15143 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (Kb) 61512

[startup+150.085 s]
/proc/loadavg: 0.92 0.39 0.14 2/67 9606
/proc/meminfo: memFree=1359168/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61512 CPUtime=150.04
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15124 0 0 0 14738 266 0 0 25 0 1 0 219172956 62988288 12071 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15378 12071 105 232 0 15143 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 61512

[startup+160.091 s]
/proc/loadavg: 0.93 0.41 0.15 2/67 9606
/proc/meminfo: memFree=1359104/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61512 CPUtime=160.04
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15145 0 0 0 15722 282 0 0 25 0 1 0 219172956 62988288 12092 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15378 12092 105 232 0 15143 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 61512

[startup+170.097 s]
/proc/loadavg: 0.94 0.43 0.16 2/67 9606
/proc/meminfo: memFree=1359104/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61512 CPUtime=170.04
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15163 0 0 0 16702 302 0 0 25 0 1 0 219172956 62988288 12110 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15378 12110 105 232 0 15143 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 61512

[startup+180.103 s]
/proc/loadavg: 0.95 0.45 0.17 2/67 9606
/proc/meminfo: memFree=1359040/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61628 CPUtime=180.05
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15175 0 0 0 17685 320 0 0 25 0 1 0 219172956 63107072 12122 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15407 12122 105 232 0 15172 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 61628

[startup+190.109 s]
/proc/loadavg: 0.95 0.46 0.18 2/67 9606
/proc/meminfo: memFree=1358976/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61628 CPUtime=190.05
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15189 0 0 0 18664 341 0 0 25 0 1 0 219172956 63107072 12136 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15407 12136 105 232 0 15172 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 61628

[startup+200.115 s]
/proc/loadavg: 0.96 0.48 0.19 2/67 9606
/proc/meminfo: memFree=1358848/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=61764 CPUtime=200.05
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 15208 0 0 0 19646 359 0 0 25 0 1 0 219172956 63246336 12155 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 15441 12155 105 232 0 15206 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 61764

[startup+210.121 s]
/proc/loadavg: 0.97 0.50 0.19 2/67 9606
/proc/meminfo: memFree=1358784/2055888 swapFree=4085308/4096564

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

/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20396 0 0 0 175235 2917 0 0 25 0 1 0 219172956 80224256 14270 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14270 105 232 0 19351 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (Kb) 78344

[startup+1783.05 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350144/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1782.53
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20397 0 0 0 175334 2919 0 0 25 0 1 0 219172956 80224256 14271 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14271 105 232 0 19351 0
Current children cumulated CPU time (s) 1782.53
Current children cumulated vsize (Kb) 78344

[startup+1784.05 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350144/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1783.53
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20398 0 0 0 175434 2919 0 0 25 0 1 0 219172956 80224256 14272 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14272 105 232 0 19351 0
Current children cumulated CPU time (s) 1783.53
Current children cumulated vsize (Kb) 78344

[startup+1785.05 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350144/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1784.54
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20398 0 0 0 175533 2921 0 0 25 0 1 0 219172956 80224256 14272 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14272 105 232 0 19351 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (Kb) 78344

[startup+1786.06 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350144/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1785.55
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20402 0 0 0 175633 2922 0 0 25 0 1 0 219172956 80224256 14276 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14276 105 232 0 19351 0
Current children cumulated CPU time (s) 1785.55
Current children cumulated vsize (Kb) 78344

[startup+1787.06 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350144/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1786.55
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20403 0 0 0 175731 2924 0 0 25 0 1 0 219172956 80224256 14277 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14277 105 232 0 19351 0
Current children cumulated CPU time (s) 1786.55
Current children cumulated vsize (Kb) 78344

[startup+1788.07 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350144/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1787.55
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20403 0 0 0 175829 2926 0 0 25 0 1 0 219172956 80224256 14277 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14277 105 232 0 19351 0
Current children cumulated CPU time (s) 1787.55
Current children cumulated vsize (Kb) 78344

[startup+1789.07 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350144/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1788.56
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20404 0 0 0 175928 2928 0 0 25 0 1 0 219172956 80224256 14278 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14278 105 232 0 19351 0
Current children cumulated CPU time (s) 1788.56
Current children cumulated vsize (Kb) 78344

[startup+1790.08 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1789.57
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20404 0 0 0 176027 2930 0 0 25 0 1 0 219172956 80224256 14278 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14278 105 232 0 19351 0
Current children cumulated CPU time (s) 1789.57
Current children cumulated vsize (Kb) 78344

[startup+1791.08 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1790.57
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20405 0 0 0 176125 2932 0 0 25 0 1 0 219172956 80224256 14279 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14279 105 232 0 19351 0
Current children cumulated CPU time (s) 1790.57
Current children cumulated vsize (Kb) 78344

[startup+1792.09 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1791.57
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20405 0 0 0 176224 2933 0 0 25 0 1 0 219172956 80224256 14279 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14279 105 232 0 19351 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (Kb) 78344

[startup+1793.09 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1792.58
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20406 0 0 0 176323 2935 0 0 25 0 1 0 219172956 80224256 14280 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14280 105 232 0 19351 0
Current children cumulated CPU time (s) 1792.58
Current children cumulated vsize (Kb) 78344

[startup+1794.1 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1793.58
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20406 0 0 0 176422 2936 0 0 25 0 1 0 219172956 80224256 14280 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14280 105 232 0 19351 0
Current children cumulated CPU time (s) 1793.58
Current children cumulated vsize (Kb) 78344

[startup+1795.1 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1794.59
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20413 0 0 0 176521 2938 0 0 25 0 1 0 219172956 80224256 14287 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14287 105 232 0 19351 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (Kb) 78344

[startup+1796.11 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1795.59
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20414 0 0 0 176619 2940 0 0 25 0 1 0 219172956 80224256 14288 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14288 105 232 0 19351 0
Current children cumulated CPU time (s) 1795.59
Current children cumulated vsize (Kb) 78344

[startup+1797.11 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1796.59
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20414 0 0 0 176718 2941 0 0 25 0 1 0 219172956 80224256 14288 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14288 105 232 0 19351 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (Kb) 78344

[startup+1798.12 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1797.6
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20415 0 0 0 176817 2943 0 0 25 0 1 0 219172956 80224256 14289 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14289 105 232 0 19351 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 78344

[startup+1799.12 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1798.6
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20415 0 0 0 176915 2945 0 0 25 0 1 0 219172956 80224256 14289 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14289 105 232 0 19351 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (Kb) 78344

[startup+1800.13 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1799.61
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20416 0 0 0 177014 2947 0 0 25 0 1 0 219172956 80224256 14290 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14290 105 232 0 19351 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 78344

[startup+1801.13 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1800.61
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20416 0 0 0 177114 2947 0 0 25 0 1 0 219172956 80224256 14290 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14290 105 232 0 19351 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 78344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 0.99 0.97 0.82 2/67 9608
/proc/meminfo: memFree=1350080/2055888 swapFree=4085308/4096564
[pid=9606] ppid=9604 vsize=78344 CPUtime=1800.61
/proc/9606/stat : 9606 (PBS4L) R 9604 9606 9560 0 -1 4194304 20416 0 0 0 177114 2947 0 0 25 0 1 0 219172956 80224256 14290 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134558785 0 0 4096 0 0 0 0 17 1 0 0
/proc/9606/statm: 19586 14290 105 232 0 19351 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 78344

Sending SIGTERM to -9606
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.15
CPU time (s): 1800.63
CPU user time (s): 1771.15
CPU system time (s): 29.4875
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (Kb): 78344
The end

Launcher Data (download as text)

Begin job on node90 on Mon Jun  5 19:22:17 UTC 2006


FILE ID= 41051-1149535334

PBS_JOBID= 315838

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41051-1149535334/instance-41051-1149535334.opb 436386901
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node90/watcher-41051-1149535334 -o ROOT/results/node90/solver-41051-1149535334 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node90/41051-1149535334/instance-41051-1149535334.opb 436386901

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  84dfc4b706a5e82746c96ff285501708

RANDOM SEED= 436386901


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1406992 kB
Buffers:         37656 kB
Cached:         542532 kB
SwapCached:       2436 kB
Active:         139248 kB
Inactive:       449668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1406992 kB
SwapTotal:     4096564 kB
SwapFree:      4085308 kB
Dirty:             212 kB
Writeback:           0 kB
Mapped:          16060 kB
Slab:            46688 kB
Committed_AS:   458140 kB
PageTables:       1268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node90 on Mon Jun  5 19:52:21 UTC 2006