Trace number 350464

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 1387.88 1383.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUMcc698dad3442148ac316666fbe5b4b9e
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 benchmark82.8044
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
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)

1387.80/1383.53	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/350464-1176508873/instance-350464-1176508873.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/node17/watcher-350464-1176508873 -o ROOT/results/node17/solver-350464-1176508873 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-350464-1176508873.opb /tmp/evaluation/350464-1176508873/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.95 0.97 3/83 6283
/proc/meminfo: memFree=1556936/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=12268 CPUtime=0
/proc/6283/stat : 6283 (pbclasp) R 6281 6283 6055 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 98804910 12562432 325 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245500239984 0 0 4224 0 0 0 0 17 1 0 0
/proc/6283/statm: 3067 327 248 3 0 167 0

[startup+0.0255029 s]
/proc/loadavg: 0.91 0.95 0.97 3/83 6283
/proc/meminfo: memFree=1556936/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=13188 CPUtime=0.01
/proc/6283/stat : 6283 (pbclasp) R 6281 6283 6055 0 -1 4194304 669 0 0 0 1 0 0 0 18 0 1 0 98804910 13504512 635 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245482558177 0 0 4224 16384 0 0 0 17 1 0 0
/proc/6283/statm: 3297 635 314 3 0 397 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13188

[startup+0.101511 s]
/proc/loadavg: 0.91 0.95 0.97 3/83 6283
/proc/meminfo: memFree=1556936/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.09
/proc/6283/stat : 6283 (pbclasp) R 6281 6283 6055 0 -1 4194304 888 0 0 0 9 0 0 0 18 0 1 0 98804910 14438400 854 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 0 0 0 17 1 0 0
/proc/6283/statm: 3525 854 316 3 0 625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14100

[startup+0.301534 s]
/proc/loadavg: 0.91 0.95 0.97 3/83 6283
/proc/meminfo: memFree=1556936/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 14100

[startup+0.701576 s]
/proc/loadavg: 0.91 0.95 0.97 3/83 6283
/proc/meminfo: memFree=1556936/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 14100

[startup+1.50166 s]
/proc/loadavg: 0.91 0.95 0.97 2/88 6288
/proc/meminfo: memFree=1544920/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=0
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6286] ppid=6285 vsize=12400 CPUtime=1.33
/proc/6286/stat : 6286 (pb2clasp1) R 6285 6283 6055 0 -1 4194304 501 0 0 0 133 0 0 0 25 0 1 0 98804926 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 245500947601 0 0 4224 0 0 0 0 17 0 0 0
/proc/6286/statm: 3100 460 340 3 0 200 0
[pid=6287] ppid=6285 vsize=15992 CPUtime=0.57
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 3645 0 0 0 56 1 0 0 16 0 1 0 98804926 16375808 3611 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 3294843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 3998 3612 173 154 0 3468 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 60112

[startup+3.10283 s]
/proc/loadavg: 0.91 0.95 0.97 2/88 6288
/proc/meminfo: memFree=1532952/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=0
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6286] ppid=6285 vsize=12400 CPUtime=2.92
/proc/6286/stat : 6286 (pb2clasp1) R 6285 6283 6055 0 -1 4194304 501 0 0 0 292 0 0 0 25 0 1 0 98804926 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 245501029627 0 0 4224 0 0 0 0 17 1 0 0
/proc/6286/statm: 3100 460 340 3 0 200 0
[pid=6287] ppid=6285 vsize=32392 CPUtime=1.27
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 7770 0 0 0 124 3 0 0 16 0 1 0 98804926 33169408 7703 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134935322 0 0 4096 0 0 0 0 17 0 0 0
/proc/6287/statm: 8098 7703 173 154 0 7568 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 76512

[startup+6.30116 s]
/proc/loadavg: 1.00 0.97 0.98 2/88 6296
/proc/meminfo: memFree=1498320/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=0
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6286] ppid=6285 vsize=12400 CPUtime=6.08
/proc/6286/stat : 6286 (pb2clasp1) R 6285 6283 6055 0 -1 4194304 501 0 0 0 608 0 0 0 25 0 1 0 98804926 12697600 460 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 245501059776 0 0 4224 0 0 0 0 17 1 0 0
/proc/6286/statm: 3100 460 340 3 0 200 0
[pid=6287] ppid=6285 vsize=66192 CPUtime=2.75
/proc/6287/stat : 6287 (clasp) S 6285 6283 6055 0 -1 4194304 16194 0 0 0 268 7 0 0 15 0 1 0 98804926 67780608 16062 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 0 0 0
/proc/6287/statm: 16548 16062 173 154 0 16018 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 110312

[startup+12.7028 s]
/proc/loadavg: 1.00 0.97 0.98 2/88 6328
/proc/meminfo: memFree=1451024/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=0
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6286] ppid=6285 vsize=12400 CPUtime=10.28
/proc/6286/stat : 6286 (pb2clasp1) S 6285 6283 6055 0 -1 4194304 502 0 0 0 1027 1 0 0 15 0 1 0 98804926 12697600 461 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 245491609554 0 0 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/6286/statm: 3100 461 340 3 0 200 0
[pid=6287] ppid=6285 vsize=106224 CPUtime=6.95
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 26371 0 0 0 684 11 0 0 19 0 1 0 98804926 108773376 26110 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 3294843 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 26556 26110 181 154 0 26026 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 17.38
Current children cumulated vsize (KiB) 150344

[startup+25.5012 s]
/proc/loadavg: 1.00 0.97 0.98 2/87 6374
/proc/meminfo: memFree=884440/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=688460 CPUtime=19.71
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 199028 0 0 0 1893 78 0 0 25 0 1 0 98804926 704983040 167156 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134747220 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 172115 167156 193 154 0 171585 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 30.18
Current children cumulated vsize (KiB) 720180

[startup+51.1019 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=890064/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=683220 CPUtime=45.27
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 199190 0 0 0 4449 78 0 0 25 0 1 0 98804926 699617280 166008 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629590 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 170805 166008 194 154 0 170275 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 55.74
Current children cumulated vsize (KiB) 714940

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=890064/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=683220 CPUtime=96.47
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 199198 0 0 0 9568 79 0 0 25 0 1 0 98804926 699617280 166016 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134629585 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 170805 166016 194 154 0 170275 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 106.94
Current children cumulated vsize (KiB) 714940

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=890000/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0

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

/proc/6287/statm: 173408 168814 194 154 0 172878 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1246.64
Current children cumulated vsize (KiB) 725352

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=870864/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=702228 CPUtime=1296.16
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 204043 0 0 0 129523 93 0 0 25 0 1 0 98804926 719081472 170825 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 175557 170825 194 154 0 175027 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1306.63
Current children cumulated vsize (KiB) 733948

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=862416/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=710996 CPUtime=1356.14
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 206298 0 0 0 135518 96 0 0 25 0 1 0 98804926 728059904 172972 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 177749 172972 194 154 0 177219 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1366.61
Current children cumulated vsize (KiB) 742716

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

[startup+1369.51 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=861456/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=711860 CPUtime=1363.34
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 206534 0 0 0 136238 96 0 0 25 0 1 0 98804926 728944640 173172 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134753634 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 177965 173172 194 154 0 177435 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1373.81
Current children cumulated vsize (KiB) 743580

[startup+1375.9 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=860944/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=712520 CPUtime=1369.73
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 206696 0 0 0 136877 96 0 0 25 0 1 0 98804926 729620480 173334 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 178130 173334 194 154 0 177600 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1380.2
Current children cumulated vsize (KiB) 744240

[startup+1379.1 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=860368/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=713048 CPUtime=1372.93
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 206843 0 0 0 137197 96 0 0 25 0 1 0 98804926 730161152 173481 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134768805 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 178262 173481 194 154 0 177732 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1383.4
Current children cumulated vsize (KiB) 744768

[startup+1380.7 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=859856/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=713396 CPUtime=1374.54
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 206935 0 0 0 137357 97 0 0 25 0 1 0 98804926 730517504 173573 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741339 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 178349 173573 194 154 0 177819 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1385.01
Current children cumulated vsize (KiB) 745116

[startup+1382.3 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=859792/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=713528 CPUtime=1376.14
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 206957 0 0 0 137517 97 0 0 25 0 1 0 98804926 730652672 173595 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 178382 173595 194 154 0 177852 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 98804926 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1386.61
Current children cumulated vsize (KiB) 745248

[startup+1383.1 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=859664/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=712888 CPUtime=1376.94
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194304 207010 0 0 0 137597 97 0 0 25 0 1 0 98804926 729997312 173454 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 3290965 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 178222 173454 217 154 0 177692 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 98804926 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 1387.41
Current children cumulated vsize (KiB) 744608

[startup+1383.5 s]
/proc/loadavg: 1.00 0.97 0.98 2/81 6404
/proc/meminfo: memFree=859664/2055920 swapFree=4192812/4192956
[pid=6283] ppid=6281 vsize=14100 CPUtime=0.15
/proc/6283/stat : 6283 (pbclasp) S 6281 6283 6055 0 -1 4194304 908 0 0 0 15 0 0 0 16 0 1 0 98804910 14438400 858 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 245491609698 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/6283/statm: 3525 858 320 3 0 625 0
[pid=6285] ppid=6283 vsize=5352 CPUtime=10.32
/proc/6285/stat : 6285 (sh) S 6283 6283 6055 0 -1 4194304 297 504 0 0 0 0 1031 1 16 0 1 0 98804926 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6285/statm: 1338 224 188 169 0 49 0
[pid=6287] ppid=6285 vsize=0 CPUtime=1377.33
/proc/6287/stat : 6287 (clasp) R 6285 6283 6055 0 -1 4194308 207014 0 0 0 137628 105 0 0 25 0 1 0 98804926 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/6287/statm: 0 0 0 0 0 0 0
[pid=6288] ppid=6285 vsize=12268 CPUtime=0
/proc/6288/stat : 6288 (pboutclasp.pl) S 6285 6283 6055 0 -1 4194304 435 0 0 0 0 0 0 0 16 0 1 0 98804926 12562432 395 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 245491609698 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/6288/statm: 3067 395 311 3 0 167 0
Current children cumulated CPU time (s) 1387.8
Current children cumulated vsize (KiB) 31720

Child status: 0
Real time (s): 1383.54
CPU time (s): 1387.88
CPU user time (s): 1386.76
CPU system time (s): 1.11383
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 745384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1386.76
system time used= 1.11383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209624
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= 1608
involuntary context switches= 8877

runsolver used 1.50077 second user time and 3.54646 second system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Apr 14 00:01:14 UTC 2007

IDJOB= 350464
IDBENCH= 1461
IDSOLVER= 158
FILE ID= node17/350464-1176508873

PBS_JOBID= 4556708

Free space on /tmp= 66552 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.ex.br.mem.RobRegValid_bar.ucl.opb
COMMAND LINE= pbclasp instance-350464-1176508873.opb /tmp/evaluation/350464-1176508873/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-350464-1176508873 -o ROOT/results/node17/conversion-350464-1176508873 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/350464-1176508873/instance-350464-1176508873.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  cc698dad3442148ac316666fbe5b4b9e

RANDOM SEED= 570733382

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node17.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.240
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.240
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:       1557344 kB
Buffers:         41084 kB
Cached:         337812 kB
SwapCached:          0 kB
Active:         258476 kB
Inactive:       181128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6324 kB
Writeback:           0 kB
Mapped:          80040 kB
Slab:            44068 kB
Committed_AS:  4052292 kB
PageTables:       2040 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= 66552 MiB

End job on node17 on Sat Apr 14 00:24:18 UTC 2007