Trace number 457867

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
PB-clasp 2007-03-23SAT 739.851 738.871

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_1_15.opb
MD5SUM47b7632eb38157f4d5f97020bef38ed5
Bench CategorySATUNSAT-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark1.47877
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31432
Sum of products size (including duplicates)62864
Number of different products15716
Sum of products size31432

Solver Data (download as text)

739.73/738.86	s SATISFIABLE
739.73/738.86	v x4 x10 x15 x21 x26 x37 x65 x128 x194 x199 x249 x281 x293 x295 x327 x407 x424 x450 x452 x457 x461 x471 x477 x478 x479 x481 x486 x487
739.73/738.86	v x488 x489 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 x501 x523 x532 x533 x547 x555 x567 x591 x598 x600 x602 x611 x618 x621
739.73/738.86	v x622 x634 x636 x638 x639 x642 x643 x650 x651 x670 x673 x676 x682 x685 x696 x700 x703 x812 x828 x833 x947 x958 x962 x983 x984 x990
739.73/738.86	v x1051 x1290 x1744 x2120 x2574 x2775 x2950 x3406 x3497 x3725 x4442 x4975 x5593 x5732 x7671 x7779 x8794 x9077 x9395 x9628 x9772
739.73/738.86	v x10149 x10994 x11134 x11244 x11509 x11958 x14573

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/457867-1178374651/instance-457867-1178374651.opb

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node47/watcher-457867-1178374651 -o ROOT/results/node47/solver-457867-1178374651 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-457867-1178374651.opb /tmp/evaluation/457867-1178374651/temp 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.86 0.94 0.90 3/77 32210
/proc/meminfo: memFree=1438528/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=12128 CPUtime=0
/proc/32210/stat : 32210 (pbclasp) R 32208 32210 32059 0 -1 4194304 233 0 0 0 0 0 0 0 19 0 1 0 192310529 12419072 201 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208717386465 0 0 4224 0 0 0 0 17 1 0 0
/proc/32210/statm: 3032 206 154 3 0 132 0

[startup+0.086277 s]
/proc/loadavg: 0.86 0.94 0.90 3/77 32210
/proc/meminfo: memFree=1438528/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+0.101272 s]
/proc/loadavg: 0.86 0.94 0.90 3/77 32210
/proc/meminfo: memFree=1438528/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+0.301294 s]
/proc/loadavg: 0.86 0.94 0.90 3/77 32210
/proc/meminfo: memFree=1438528/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+0.701339 s]
/proc/loadavg: 0.86 0.94 0.90 3/77 32210
/proc/meminfo: memFree=1438528/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13188

[startup+1.50143 s]
/proc/loadavg: 0.86 0.94 0.90 3/82 32215
/proc/meminfo: memFree=1429528/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=0
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32213] ppid=32212 vsize=12664 CPUtime=1.43
/proc/32213/stat : 32213 (pb2clasp1) R 32212 32210 32059 0 -1 4194304 566 0 0 0 143 0 0 0 25 0 1 0 192310534 12967936 525 18446744073709551615 4194304 4206940 548682069360 18446744073709551615 208735516488 0 0 4224 0 0 0 0 17 1 0 0
/proc/32213/statm: 3166 525 340 3 0 266 0
[pid=32214] ppid=32212 vsize=12864 CPUtime=0.63
/proc/32214/stat : 32214 (clasp) S 32212 32210 32059 0 -1 4194304 2857 0 0 0 63 0 0 0 16 0 1 0 192310534 13172736 2823 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/32214/statm: 3216 2823 173 154 0 2686 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 56336

[startup+3.10261 s]
/proc/loadavg: 0.86 0.94 0.90 2/82 32215
/proc/meminfo: memFree=1419416/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=0
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32213] ppid=32212 vsize=12664 CPUtime=2.76
/proc/32213/stat : 32213 (pb2clasp1) S 32212 32210 32059 0 -1 4194304 566 0 0 0 276 0 0 0 16 0 1 0 192310534 12967936 525 18446744073709551615 4194304 4206940 548682069360 18446744073709551615 208726437842 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/32213/statm: 3166 525 340 3 0 266 0
[pid=32214] ppid=32212 vsize=33940 CPUtime=1.46
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 8371 0 0 0 143 3 0 0 18 0 1 0 192310534 34754560 8033 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134679399 0 0 4096 0 0 0 0 17 0 0 0
/proc/32214/statm: 8485 8033 184 154 0 7955 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 77412

[startup+6.30195 s]
/proc/loadavg: 0.87 0.94 0.90 2/82 32215
/proc/meminfo: memFree=1265432/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=0
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32213] ppid=32212 vsize=12664 CPUtime=2.76
/proc/32213/stat : 32213 (pb2clasp1) S 32212 32210 32059 0 -1 4194304 566 0 0 0 276 0 0 0 16 0 1 0 192310534 12967936 525 18446744073709551615 4194304 4206940 548682069360 18446744073709551615 208726437842 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/32213/statm: 3166 525 340 3 0 266 0
[pid=32214] ppid=32212 vsize=225520 CPUtime=4.66
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 57396 0 0 0 444 22 0 0 25 0 1 0 192310534 230932480 54750 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134674572 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 56380 54750 184 154 0 55850 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 268992

[startup+12.7026 s]
/proc/loadavg: 0.88 0.94 0.90 2/81 32215
/proc/meminfo: memFree=891624/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=605184 CPUtime=11.04
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 171398 0 0 0 1033 71 0 0 25 0 1 0 192310534 619708416 143514 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134682883 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 151296 143515 194 154 0 150766 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 13.85
Current children cumulated vsize (KiB) 635992

[startup+25.501 s]
/proc/loadavg: 0.91 0.94 0.90 2/81 32215
/proc/meminfo: memFree=804584/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=23.83
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 191667 0 0 0 2303 80 0 0 25 0 1 0 192310534 663437312 157735 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629616 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 157735 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 26.64
Current children cumulated vsize (KiB) 678696

[startup+51.1018 s]
/proc/loadavg: 0.94 0.95 0.91 2/81 32215
/proc/meminfo: memFree=804200/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=49.42
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 191758 0 0 0 4862 80 0 0 25 0 1 0 192310534 663437312 157826 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 157826 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 52.23
Current children cumulated vsize (KiB) 678696

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.91 2/81 32215
/proc/meminfo: memFree=804008/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=100.61
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 191825 0 0 0 9981 80 0 0 25 0 1 0 192310534 663437312 157893 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 157893 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 103.42
Current children cumulated vsize (KiB) 678696

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.91 2/81 32215
/proc/meminfo: memFree=803688/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0

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

/proc/32214/statm: 161972 158099 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 643.27
Current children cumulated vsize (KiB) 678696

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802920/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=700.43
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192053 0 0 0 69958 85 0 0 25 0 1 0 192310534 663437312 158121 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629584 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 158121 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 703.24
Current children cumulated vsize (KiB) 678696

Solver just ended. Dumping a history of the last processes samples

[startup+716.701 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802856/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=714.84
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192076 0 0 0 71398 86 0 0 25 0 1 0 192310534 663437312 158144 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629585 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 158144 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 717.65
Current children cumulated vsize (KiB) 678696

[startup+729.502 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802856/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=727.63
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192076 0 0 0 72677 86 0 0 25 0 1 0 192310534 663437312 158144 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 158144 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 730.44
Current children cumulated vsize (KiB) 678696

[startup+732.702 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802856/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=730.83
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192076 0 0 0 72997 86 0 0 25 0 1 0 192310534 663437312 158144 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 158144 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 733.64
Current children cumulated vsize (KiB) 678696

[startup+735.905 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802792/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=734.03
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192076 0 0 0 73317 86 0 0 25 0 1 0 192310534 663437312 158144 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 158144 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 736.84
Current children cumulated vsize (KiB) 678696

[startup+737.502 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802792/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=735.63
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192082 0 0 0 73477 86 0 0 25 0 1 0 192310534 663437312 158150 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629609 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 158150 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 738.44
Current children cumulated vsize (KiB) 678696

[startup+738.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802792/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=647888 CPUtime=736.43
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192110 0 0 0 73557 86 0 0 25 0 1 0 192310534 663437312 158178 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134682899 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 161972 158178 196 154 0 161442 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 192310534 12562432 372 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 739.24
Current children cumulated vsize (KiB) 678696

[startup+738.703 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802792/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=593736 CPUtime=736.83
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192193 0 0 0 73596 87 0 0 25 0 1 0 192310534 607985664 144723 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 148434 144723 724 154 0 147904 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 192310534 12562432 395 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 739.64
Current children cumulated vsize (KiB) 624544

[startup+738.803 s]
/proc/loadavg: 1.00 0.99 0.91 2/81 32215
/proc/meminfo: memFree=802792/2055920 swapFree=4157880/4192956
[pid=32210] ppid=32208 vsize=13188 CPUtime=0.04
/proc/32210/stat : 32210 (pbclasp) S 32208 32210 32059 0 -1 4194304 680 0 0 0 4 0 0 0 16 0 1 0 192310529 13504512 630 18446744073709551615 4194304 4206940 548682069264 18446744073709551615 208726437986 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/32210/statm: 3297 630 320 3 0 397 0
[pid=32212] ppid=32210 vsize=5352 CPUtime=2.77
/proc/32212/stat : 32212 (sh) S 32210 32210 32059 0 -1 4194304 297 568 0 0 0 0 277 0 16 0 1 0 192310534 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32212/statm: 1338 224 188 169 0 49 0
[pid=32214] ppid=32212 vsize=483496 CPUtime=736.92
/proc/32214/stat : 32214 (clasp) R 32212 32210 32059 0 -1 4194304 192193 0 0 0 73603 89 0 0 25 0 1 0 192310534 495099904 114248 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/32214/statm: 120874 114248 14680 154 0 120344 0
[pid=32215] ppid=32212 vsize=12268 CPUtime=0
/proc/32215/stat : 32215 (pboutclasp.pl) S 32212 32210 32059 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 192310534 12562432 395 18446744073709551615 4194304 4206940 548682069296 18446744073709551615 208726437986 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/32215/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 739.73
Current children cumulated vsize (KiB) 514304

Child status: 0
Real time (s): 738.871
CPU time (s): 739.851
CPU user time (s): 738.863
CPU system time (s): 0.987849
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 706600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 738.863
system time used= 0.987849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 445
involuntary context switches= 15287

runsolver used 0.764883 second user time and 1.92671 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat May  5 14:17:31 UTC 2007

IDJOB= 457867
IDBENCH= 48370
IDSOLVER= 158
FILE ID= node47/457867-1178374651

PBS_JOBID= 5189213

Free space on /tmp= 66563 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_1_15.opb
COMMAND LINE= pbclasp instance-457867-1178374651.opb /tmp/evaluation/457867-1178374651/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node47/convwatcher-457867-1178374651 -o ROOT/results/node47/conversion-457867-1178374651 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/457867-1178374651/instance-457867-1178374651.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-457867-1178374651 -o ROOT/results/node47/solver-457867-1178374651 -C 1800 -W 3600 -M 1800 --output-limit 1,15  pbclasp instance-457867-1178374651.opb /tmp/evaluation/457867-1178374651/temp

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  47b7632eb38157f4d5f97020bef38ed5

RANDOM SEED= 69906068

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.221
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.221
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:       1438936 kB
Buffers:         56472 kB
Cached:         445184 kB
SwapCached:       3788 kB
Active:         210308 kB
Inactive:       316688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1438936 kB
SwapTotal:     4192956 kB
SwapFree:      4157880 kB
Dirty:            2420 kB
Writeback:           0 kB
Mapped:          31832 kB
Slab:            75592 kB
Committed_AS:  5494896 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66562 MiB

End job on node47 on Sat May  5 14:29:51 UTC 2007