Trace number 41753

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.68 1801.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUM8fb889bdb08324a2b9780b5ff988846e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
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 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
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/node40/41753-1149411238/instance-41753-1149411238.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/node40/watcher-41753-1149411238 -o ROOT/results/node40/solver-41753-1149411238 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node40/41753-1149411238/instance-41753-1149411238.opb 61415503 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.98 2/64 926
/proc/meminfo: memFree=1848528/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=1588 CPUtime=0
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 205 0 0 0 0 0 0 0 19 0 1 0 206790328 1626112 189 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135084712 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 397 189 97 232 0 162 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.95 0.98 2/64 926
/proc/meminfo: memFree=1844888/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=6768 CPUtime=9.99
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 1092 0 0 0 997 2 0 0 25 0 1 0 206790328 6930432 1017 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546875 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 1692 1017 105 232 0 1457 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (Kb) 6768

[startup+20.01 s]
/proc/loadavg: 0.94 0.96 0.98 2/64 926
/proc/meminfo: memFree=1844192/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=7536 CPUtime=20
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 1351 0 0 0 1993 7 0 0 25 0 1 0 206790328 7716864 1179 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552179 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 1884 1179 105 232 0 1649 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (Kb) 7536

[startup+30.0163 s]
/proc/loadavg: 0.95 0.96 0.98 2/64 926
/proc/meminfo: memFree=1843744/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=7796 CPUtime=30
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 1468 0 0 0 2989 11 0 0 25 0 1 0 206790328 7983104 1296 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551626 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 1949 1296 105 232 0 1714 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (Kb) 7796

[startup+40.0226 s]
/proc/loadavg: 0.95 0.96 0.98 2/64 926
/proc/meminfo: memFree=1842720/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=8052 CPUtime=40
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 1729 0 0 0 3983 17 0 0 25 0 1 0 206790328 8245248 1557 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 2013 1557 105 232 0 1778 0
Current children cumulated CPU time (s) 40
Current children cumulated vsize (Kb) 8052

[startup+50.029 s]
/proc/loadavg: 0.96 0.96 0.98 2/64 926
/proc/meminfo: memFree=1841888/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=9076 CPUtime=50
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 2124 0 0 0 4978 22 0 0 25 0 1 0 206790328 9293824 1759 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 2269 1759 105 232 0 2034 0
Current children cumulated CPU time (s) 50
Current children cumulated vsize (Kb) 9076

[startup+60.0353 s]
/proc/loadavg: 0.97 0.96 0.98 2/64 926
/proc/meminfo: memFree=1840928/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=9320 CPUtime=60
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 2365 0 0 0 5973 27 0 0 25 0 1 0 206790328 9543680 2000 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551608 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 2330 2000 105 232 0 2095 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (Kb) 9320

[startup+70.0416 s]
/proc/loadavg: 0.97 0.96 0.98 2/64 926
/proc/meminfo: memFree=1840224/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=13668 CPUtime=70.02
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 2543 0 0 0 6970 32 0 0 25 0 1 0 206790328 13996032 2178 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552281 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 3417 2178 105 232 0 3182 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (Kb) 13668

[startup+80.0489 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 926
/proc/meminfo: memFree=1839264/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=13960 CPUtime=80.02
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 2776 0 0 0 7965 37 0 0 25 0 1 0 206790328 14295040 2411 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 3490 2411 105 232 0 3255 0
Current children cumulated CPU time (s) 80.02
Current children cumulated vsize (Kb) 13960

[startup+90.0542 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 926
/proc/meminfo: memFree=1838688/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=14232 CPUtime=90.02
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 2917 0 0 0 8962 40 0 0 25 0 1 0 206790328 14573568 2552 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546666 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 3558 2552 105 232 0 3323 0
Current children cumulated CPU time (s) 90.02
Current children cumulated vsize (Kb) 14232

[startup+100.061 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 926
/proc/meminfo: memFree=1837920/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=14364 CPUtime=100.02
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 3113 0 0 0 9958 44 0 0 25 0 1 0 206790328 14708736 2748 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 3591 2748 105 232 0 3356 0
Current children cumulated CPU time (s) 100.02
Current children cumulated vsize (Kb) 14364

[startup+110.067 s]
/proc/loadavg: 0.98 0.96 0.98 2/64 926
/proc/meminfo: memFree=1837152/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=14664 CPUtime=110.02
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 3303 0 0 0 10955 47 0 0 25 0 1 0 206790328 15015936 2938 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134546663 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 3666 2938 105 232 0 3431 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (Kb) 14664

[startup+120.073 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1836448/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=16316 CPUtime=120.03
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 3859 0 0 0 11951 52 0 0 25 0 1 0 206790328 16707584 3109 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 4079 3109 105 232 0 3844 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 16316

[startup+130.079 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1835744/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=16576 CPUtime=130.04
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 4030 0 0 0 12947 57 0 0 25 0 1 0 206790328 16973824 3280 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 4144 3280 105 232 0 3909 0
Current children cumulated CPU time (s) 130.04
Current children cumulated vsize (Kb) 16576

[startup+140.087 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1835104/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=16824 CPUtime=140.04
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 4198 0 0 0 13942 62 0 0 25 0 1 0 206790328 17227776 3448 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 4206 3448 105 232 0 3971 0
Current children cumulated CPU time (s) 140.04
Current children cumulated vsize (Kb) 16824

[startup+150.093 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1834528/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=16952 CPUtime=150.04
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 4336 0 0 0 14938 66 0 0 25 0 1 0 206790328 17358848 3586 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 4238 3586 105 232 0 4003 0
Current children cumulated CPU time (s) 150.04
Current children cumulated vsize (Kb) 16952

[startup+160.099 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1833952/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=17224 CPUtime=160.04
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 4488 0 0 0 15933 71 0 0 25 0 1 0 206790328 17637376 3738 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 4306 3738 105 232 0 4071 0
Current children cumulated CPU time (s) 160.04
Current children cumulated vsize (Kb) 17224

[startup+170.106 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1833312/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=17496 CPUtime=170.04
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 4634 0 0 0 16930 74 0 0 25 0 1 0 206790328 17915904 3884 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551602 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 4374 3884 105 232 0 4139 0
Current children cumulated CPU time (s) 170.04
Current children cumulated vsize (Kb) 17496

[startup+180.112 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1832736/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=17636 CPUtime=180.05
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 4776 0 0 0 17927 78 0 0 25 0 1 0 206790328 18059264 4026 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 4409 4026 105 232 0 4174 0
Current children cumulated CPU time (s) 180.05
Current children cumulated vsize (Kb) 17636

[startup+190.118 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1832032/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=25964 CPUtime=190.05
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 4960 0 0 0 18922 83 0 0 25 0 1 0 206790328 26587136 4210 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551602 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 6491 4210 105 232 0 6256 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (Kb) 25964

[startup+200.124 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1831520/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=26328 CPUtime=200.05
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 5086 0 0 0 19918 87 0 0 25 0 1 0 206790328 26959872 4336 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 6582 4336 105 232 0 6347 0
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 26328

[startup+210.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 926
/proc/meminfo: memFree=1830880/2055920 swapFree=4181316/4192956

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

/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19287 0 0 0 177674 482 0 0 25 0 1 0 206790328 71135232 16231 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16231 105 232 0 17132 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (Kb) 69468

[startup+1783.12 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783328/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1782.56
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19290 0 0 0 177774 482 0 0 25 0 1 0 206790328 71135232 16234 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16234 105 232 0 17132 0
Current children cumulated CPU time (s) 1782.56
Current children cumulated vsize (Kb) 69468

[startup+1784.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783328/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1783.57
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19291 0 0 0 177875 482 0 0 25 0 1 0 206790328 71135232 16235 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16235 105 232 0 17132 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (Kb) 69468

[startup+1785.13 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783264/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1784.57
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19299 0 0 0 177975 482 0 0 25 0 1 0 206790328 71135232 16243 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16243 105 232 0 17132 0
Current children cumulated CPU time (s) 1784.57
Current children cumulated vsize (Kb) 69468

[startup+1786.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783264/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1785.58
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19300 0 0 0 178076 482 0 0 25 0 1 0 206790328 71135232 16244 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16244 105 232 0 17132 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (Kb) 69468

[startup+1787.14 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783264/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1786.58
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19311 0 0 0 178176 482 0 0 25 0 1 0 206790328 71135232 16255 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552187 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16255 105 232 0 17132 0
Current children cumulated CPU time (s) 1786.58
Current children cumulated vsize (Kb) 69468

[startup+1788.15 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783200/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1787.59
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19323 0 0 0 178276 483 0 0 25 0 1 0 206790328 71135232 16267 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16267 105 232 0 17132 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (Kb) 69468

[startup+1789.15 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783136/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1788.6
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19337 0 0 0 178377 483 0 0 25 0 1 0 206790328 71135232 16281 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16281 105 232 0 17132 0
Current children cumulated CPU time (s) 1788.6
Current children cumulated vsize (Kb) 69468

[startup+1790.16 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783072/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1789.6
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19348 0 0 0 178477 483 0 0 25 0 1 0 206790328 71135232 16292 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16292 105 232 0 17132 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (Kb) 69468

[startup+1791.16 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1783008/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1790.61
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19362 0 0 0 178578 483 0 0 25 0 1 0 206790328 71135232 16306 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551995 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16306 105 232 0 17132 0
Current children cumulated CPU time (s) 1790.61
Current children cumulated vsize (Kb) 69468

[startup+1792.17 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782944/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69468 CPUtime=1791.61
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19375 0 0 0 178678 483 0 0 25 0 1 0 206790328 71135232 16319 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551626 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17367 16319 105 232 0 17132 0
Current children cumulated CPU time (s) 1791.61
Current children cumulated vsize (Kb) 69468

[startup+1793.17 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782944/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1792.61
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19388 0 0 0 178778 483 0 0 25 0 1 0 206790328 71258112 16332 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16332 105 232 0 17162 0
Current children cumulated CPU time (s) 1792.61
Current children cumulated vsize (Kb) 69588

[startup+1794.18 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782944/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1793.62
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19389 0 0 0 178879 483 0 0 25 0 1 0 206790328 71258112 16333 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551621 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16333 105 232 0 17162 0
Current children cumulated CPU time (s) 1793.62
Current children cumulated vsize (Kb) 69588

[startup+1795.18 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782880/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1794.62
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19390 0 0 0 178979 483 0 0 25 0 1 0 206790328 71258112 16334 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16334 105 232 0 17162 0
Current children cumulated CPU time (s) 1794.62
Current children cumulated vsize (Kb) 69588

[startup+1796.19 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782880/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1795.63
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19391 0 0 0 179079 484 0 0 25 0 1 0 206790328 71258112 16335 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551990 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16335 105 232 0 17162 0
Current children cumulated CPU time (s) 1795.63
Current children cumulated vsize (Kb) 69588

[startup+1797.19 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782880/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1796.63
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19398 0 0 0 179179 484 0 0 25 0 1 0 206790328 71258112 16342 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 135140097 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16342 105 232 0 17162 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 69588

[startup+1798.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782880/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1797.64
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19399 0 0 0 179280 484 0 0 25 0 1 0 206790328 71258112 16343 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551587 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16343 105 232 0 17162 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 69588

[startup+1799.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782880/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1798.65
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19401 0 0 0 179380 485 0 0 25 0 1 0 206790328 71258112 16345 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16345 105 232 0 17162 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 69588

[startup+1800.21 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782880/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1799.65
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19402 0 0 0 179480 485 0 0 25 0 1 0 206790328 71258112 16346 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16346 105 232 0 17162 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 69588

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782816/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1800.65
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19408 0 0 0 179580 485 0 0 25 0 1 0 206790328 71258112 16352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134552208 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16352 105 232 0 17162 0
Current children cumulated CPU time (s) 1800.65
Current children cumulated vsize (Kb) 69588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.21 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 1122
/proc/meminfo: memFree=1782816/2055920 swapFree=4181316/4192956
[pid=926] ppid=924 vsize=69588 CPUtime=1800.66
/proc/926/stat : 926 (PBS4L) R 924 926 880 0 -1 4194304 19408 0 0 0 179581 485 0 0 25 0 1 0 206790328 71258112 16352 18446744073709551615 134512640 135466232 4294956672 18446744073709551615 134551979 0 0 4096 0 0 0 0 17 1 0 0
/proc/926/statm: 17397 16352 105 232 0 17162 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 69588

Sending SIGTERM to -926
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.23
CPU time (s): 1800.68
CPU user time (s): 1795.81
CPU system time (s): 4.86626
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (Kb): 69588
The end

Launcher Data (download as text)

Begin job on node40 on Sun Jun  4 08:53:58 UTC 2006


FILE ID= 41753-1149411238

PBS_JOBID= 314811

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node40/41753-1149411238/instance-41753-1149411238.opb 61415503
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-41753-1149411238 -o ROOT/results/node40/solver-41753-1149411238 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user11/PBS4L ROOT/tmp/node40/41753-1149411238/instance-41753-1149411238.opb 61415503

MD5SUM SOLVER= ab46593c31a6a47b9d9920387a00d332
MD5SUM BENCH=  8fb889bdb08324a2b9780b5ff988846e

RANDOM SEED= 61415503


/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.245
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.245
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:       1848736 kB
Buffers:         14736 kB
Cached:         124520 kB
SwapCached:       3408 kB
Active:          39128 kB
Inactive:       108900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848736 kB
SwapTotal:     4192956 kB
SwapFree:      4181316 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            45260 kB
Committed_AS:   447928 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node40 on Sun Jun  4 09:24:00 UTC 2006