Trace number 350529

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-23UNSAT 1306.94 1305.56

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark315.848
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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)

1306.85/1305.56	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/350529-1176515859/instance-350529-1176515859.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-350529-1176515859 -o ROOT/results/node19/solver-350529-1176515859 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-350529-1176515859.opb /tmp/evaluation/350529-1176515859/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.91 0.97 0.99 3/77 27223
/proc/meminfo: memFree=1659464/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=12268 CPUtime=0
/proc/27223/stat : 27223 (pbclasp) R 27221 27223 26435 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 99503334 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245466622 0 0 4224 0 0 0 0 17 1 0 0
/proc/27223/statm: 3067 317 242 3 0 167 0

[startup+0.0354311 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 27223
/proc/meminfo: memFree=1659464/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.02
/proc/27223/stat : 27223 (pbclasp) R 27221 27223 26435 0 -1 4194304 668 0 0 0 2 0 0 0 18 0 1 0 99503334 13504512 634 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 0 0 0 17 1 0 0
/proc/27223/statm: 3297 634 316 3 0 397 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13188

[startup+0.101443 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 27223
/proc/meminfo: memFree=1659464/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13188

[startup+0.30146 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 27223
/proc/meminfo: memFree=1659464/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13188

[startup+0.701503 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 27223
/proc/meminfo: memFree=1659464/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13188

[startup+1.50159 s]
/proc/loadavg: 0.91 0.97 0.99 2/82 27228
/proc/meminfo: memFree=1647008/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=0
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27226] ppid=27225 vsize=12400 CPUtime=1.41
/proc/27226/stat : 27226 (pb2clasp1) R 27225 27223 26435 0 -1 4194304 500 0 0 0 141 0 0 0 25 0 1 0 99503342 12697600 459 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255236249439 0 0 4224 0 0 0 0 17 0 0 0
/proc/27226/statm: 3100 459 340 3 0 200 0
[pid=27227] ppid=27225 vsize=17384 CPUtime=0.63
/proc/27227/stat : 27227 (clasp) S 27225 27223 26435 0 -1 4194304 4002 0 0 0 62 1 0 0 16 0 1 0 99503342 17801216 3968 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27227/statm: 4346 3968 173 154 0 3816 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 60592

[startup+3.10176 s]
/proc/loadavg: 0.91 0.97 0.99 3/82 27228
/proc/meminfo: memFree=1635104/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=0
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27226] ppid=27225 vsize=12400 CPUtime=3
/proc/27226/stat : 27226 (pb2clasp1) R 27225 27223 26435 0 -1 4194304 500 0 0 0 300 0 0 0 25 0 1 0 99503342 12697600 459 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 255250436813 0 0 4224 0 0 0 0 17 0 0 0
/proc/27226/statm: 3100 459 340 3 0 200 0
[pid=27227] ppid=27225 vsize=34420 CPUtime=1.39
/proc/27227/stat : 27227 (clasp) S 27225 27223 26435 0 -1 4194304 8286 0 0 0 136 3 0 0 16 0 1 0 99503342 35246080 8219 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/27227/statm: 8605 8219 173 154 0 8075 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 77628

[startup+6.30211 s]
/proc/loadavg: 0.92 0.97 0.99 2/82 27228
/proc/meminfo: memFree=1601696/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=121508 CPUtime=4.06
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 34507 0 0 0 392 14 0 0 19 0 1 0 99503342 124424192 28695 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 135019764 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 30377 28695 192 154 0 29847 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 152316

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/81 27228
/proc/meminfo: memFree=1537136/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=126120 CPUtime=10.46
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 37637 0 0 0 1031 15 0 0 25 0 1 0 99503342 129146880 30105 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 31530 30105 194 154 0 31000 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 156928

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/81 27228
/proc/meminfo: memFree=1537200/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=126120 CPUtime=23.25
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 37637 0 0 0 2310 15 0 0 25 0 1 0 99503342 129146880 30105 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629597 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 31530 30105 194 154 0 31000 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 27.37
Current children cumulated vsize (KiB) 156928

[startup+51.102 s]
/proc/loadavg: 0.96 0.97 0.99 2/81 27228
/proc/meminfo: memFree=1537200/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=126120 CPUtime=48.85
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 37638 0 0 0 4869 16 0 0 25 0 1 0 99503342 129146880 30106 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 31530 30106 194 154 0 31000 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 52.97
Current children cumulated vsize (KiB) 156928

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/81 27228
/proc/meminfo: memFree=1534704/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=128676 CPUtime=100.03
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 38253 0 0 0 9987 16 0 0 25 0 1 0 99503342 131764224 30721 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134768719 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 32169 30721 194 154 0 31639 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 104.15
Current children cumulated vsize (KiB) 159484

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 27228
/proc/meminfo: memFree=1527152/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=136856 CPUtime=160
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 40217 0 0 0 15982 18 0 0 25 0 1 0 99503342 140140544 32685 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740588 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 34214 32685 194 154 0 33684 0

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

/proc/27227/statm: 85373 82564 194 154 0 84843 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1003.74
Current children cumulated vsize (KiB) 372300

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1316272/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=353200 CPUtime=1059.6
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 100135 0 0 0 105881 79 0 0 25 0 1 0 99503342 361676800 85190 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134749766 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 88300 85190 194 154 0 87770 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1063.72
Current children cumulated vsize (KiB) 384008

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1302512/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=367472 CPUtime=1119.58
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 104562 0 0 0 111876 82 0 0 25 0 1 0 99503342 376291328 88609 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 91868 88609 194 154 0 91338 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1123.7
Current children cumulated vsize (KiB) 398280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1292976/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=377748 CPUtime=1179.57
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 107637 0 0 0 117872 85 0 0 25 0 1 0 99503342 386813952 91040 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 94437 91040 194 154 0 93907 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1183.69
Current children cumulated vsize (KiB) 408556

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1281584/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=390012 CPUtime=1239.54
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 111846 0 0 0 123866 88 0 0 25 0 1 0 99503342 399372288 93850 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 97503 93850 194 154 0 96973 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1243.66
Current children cumulated vsize (KiB) 420820

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1272944/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=398768 CPUtime=1299.53
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 114635 0 0 0 129862 91 0 0 25 0 1 0 99503342 408338432 95979 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 99692 95979 194 154 0 99162 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1303.65
Current children cumulated vsize (KiB) 429576

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

[startup+1303.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1272816/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=398900 CPUtime=1301.13
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 114682 0 0 0 130022 91 0 0 25 0 1 0 99503342 408473600 96026 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134740788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 99725 96026 194 154 0 99195 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1305.25
Current children cumulated vsize (KiB) 429708

[startup+1304.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1272688/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=399032 CPUtime=1301.92
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 114711 0 0 0 130101 91 0 0 25 0 1 0 99503342 408608768 96055 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 99758 96055 194 154 0 99228 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1306.04
Current children cumulated vsize (KiB) 429840

[startup+1305.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1272688/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=399032 CPUtime=1302.32
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 114729 0 0 0 130141 91 0 0 25 0 1 0 99503342 408608768 96073 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 99758 96073 194 154 0 99228 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 99503342 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1306.44
Current children cumulated vsize (KiB) 429840

[startup+1305.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 27922
/proc/meminfo: memFree=1272688/2055920 swapFree=4192812/4192956
[pid=27223] ppid=27221 vsize=13188 CPUtime=0.06
/proc/27223/stat : 27223 (pbclasp) S 27221 27223 26435 0 -1 4194304 689 0 0 0 6 0 0 0 16 0 1 0 99503334 13504512 638 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 255245463650 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/27223/statm: 3297 638 320 3 0 397 0
[pid=27225] ppid=27223 vsize=5352 CPUtime=4.06
/proc/27225/stat : 27225 (sh) S 27223 27223 26435 0 -1 4194304 297 504 0 0 0 0 405 1 16 0 1 0 99503342 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27225/statm: 1338 224 188 169 0 49 0
[pid=27227] ppid=27225 vsize=345908 CPUtime=1302.73
/proc/27227/stat : 27227 (clasp) R 27225 27223 26435 0 -1 4194304 114768 0 0 0 130181 92 0 0 25 0 1 0 99503342 354209792 84727 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134723945 0 0 4096 0 0 0 0 17 1 0 0
/proc/27227/statm: 86477 84727 217 154 0 85947 0
[pid=27228] ppid=27225 vsize=12268 CPUtime=0
/proc/27228/stat : 27228 (pboutclasp.pl) S 27225 27223 26435 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 99503342 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 255245463650 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27228/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 1306.85
Current children cumulated vsize (KiB) 376716

Child status: 0
Real time (s): 1305.56
CPU time (s): 1306.94
CPU user time (s): 1305.93
CPU system time (s): 1.00685
CPU usage (%): 100.106
Max. virtual memory (cumulated for all children) (KiB): 429972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1305.93
system time used= 1.00685
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116938
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= 655
involuntary context switches= 3467

runsolver used 1.27281 second user time and 3.49047 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Apr 14 01:57:39 UTC 2007

IDJOB= 350529
IDBENCH= 1488
IDSOLVER= 158
FILE ID= node19/350529-1176515859

PBS_JOBID= 4556702

Free space on /tmp= 66543 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= pbclasp instance-350529-1176515859.opb /tmp/evaluation/350529-1176515859/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node19/convwatcher-350529-1176515859 -o ROOT/results/node19/conversion-350529-1176515859 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/350529-1176515859/instance-350529-1176515859.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  b2fe1642a1ae97e0b20cfe37f07bcc49

RANDOM SEED= 824392808

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1659936 kB
Buffers:         38928 kB
Cached:         245924 kB
SwapCached:          0 kB
Active:         135840 kB
Inactive:       203640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:          73540 kB
Slab:            42008 kB
Committed_AS:  2697380 kB
PageTables:       1784 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= 66543 MiB

End job on node19 on Sat Apr 14 02:19:25 UTC 2007