Trace number 360716

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 612.441 612.857

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga20_20_sat_pb.cnf.cr.opb
MD5SUM192f8feb97785f57d6eda41fc7a200be
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.009997
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables600
Total number of constraints460
Number of constraints which are clauses420
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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)

612.36/612.84	s SATISFIABLE
612.36/612.84	v x8 x35 x56 x74 x97 x119 x133 x150 x165 x189 x212 x240 x251 x266 x281 x304 x323 x347 x378 x382 x401 x419 x424 x436 x445 x458 x467
612.36/612.84	v x473 x482 x500 x501 x519 x528 x536 x545 x552 x567 x574 x590 x593

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/360716-1176972153/instance-360716-1176972153.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/node23/watcher-360716-1176972153 -o ROOT/results/node23/solver-360716-1176972153 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-360716-1176972153.opb /tmp/evaluation/360716-1176972153/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.72 0.94 0.98 3/77 11173
/proc/meminfo: memFree=1897016/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12268 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) R 11171 11173 11090 0 -1 4194304 398 0 0 0 0 0 0 0 18 0 1 0 145132445 12562432 364 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238487507681 0 0 4224 0 0 0 0 17 1 0 0
/proc/11173/statm: 3067 364 276 3 0 167 0

[startup+0.0504581 s]
/proc/loadavg: 0.72 0.94 0.98 3/77 11173
/proc/meminfo: memFree=1897016/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.10155 s]
/proc/loadavg: 0.72 0.94 0.98 3/77 11173
/proc/meminfo: memFree=1897016/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.301221 s]
/proc/loadavg: 0.72 0.94 0.98 3/77 11173
/proc/meminfo: memFree=1897016/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.701298 s]
/proc/loadavg: 0.72 0.94 0.98 3/77 11173
/proc/meminfo: memFree=1897016/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+1.50145 s]
/proc/loadavg: 0.72 0.94 0.98 2/81 11178
/proc/meminfo: memFree=1890264/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=7752 CPUtime=1.42
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 1606 0 0 0 142 0 0 0 25 0 1 0 145132446 7938048 1572 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 1938 1572 194 154 0 1408 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37772

[startup+3.10276 s]
/proc/loadavg: 0.74 0.94 0.98 2/81 11178
/proc/meminfo: memFree=1889496/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=8840 CPUtime=3.02
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 1893 0 0 0 302 0 0 0 25 0 1 0 145132446 9052160 1859 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 2210 1859 194 154 0 1680 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38860

[startup+6.30138 s]
/proc/loadavg: 0.74 0.94 0.98 2/81 11178
/proc/meminfo: memFree=1887512/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=10488 CPUtime=6.23
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 2283 0 0 0 622 1 0 0 25 0 1 0 145132446 10739712 2249 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 2622 2249 194 154 0 2092 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 40508

[startup+12.7026 s]
/proc/loadavg: 0.78 0.94 0.98 2/81 11178
/proc/meminfo: memFree=1885856/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=11908 CPUtime=12.62
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 2623 0 0 0 1261 1 0 0 25 0 1 0 145132446 12193792 2589 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 2977 2589 194 154 0 2447 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41928

[startup+25.5011 s]
/proc/loadavg: 0.81 0.94 0.98 2/81 11178
/proc/meminfo: memFree=1882848/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=14892 CPUtime=25.41
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 3363 0 0 0 2540 1 0 0 25 0 1 0 145132446 15249408 3329 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 3723 3329 194 154 0 3193 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 44912

[startup+51.1011 s]
/proc/loadavg: 0.88 0.94 0.98 2/81 11178
/proc/meminfo: memFree=1880672/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=17380 CPUtime=51
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 3915 0 0 0 5098 2 0 0 25 0 1 0 145132446 17797120 3881 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 4345 3881 194 154 0 3815 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 47400

[startup+102.306 s]
/proc/loadavg: 0.95 0.95 0.98 2/81 11178
/proc/meminfo: memFree=1877280/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=20832 CPUtime=102.16
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 4697 0 0 0 10214 2 0 0 25 0 1 0 145132446 21331968 4663 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769192 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 5208 4663 194 154 0 4678 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 50852

[startup+162.302 s]
/proc/loadavg: 0.98 0.96 0.98 2/81 11178
/proc/meminfo: memFree=1875424/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=22908 CPUtime=162.11
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 5161 0 0 0 16209 2 0 0 25 0 1 0 145132446 23457792 5127 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134741364 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 5727 5127 194 154 0 5197 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 52928


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

/proc/11177/statm: 7928 7191 194 154 0 7398 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 521.93
Current children cumulated vsize (KiB) 61732

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865952/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32436 CPUtime=581.82
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7381 0 0 0 58178 4 0 0 25 0 1 0 145132446 33214464 7347 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8109 7347 194 154 0 7579 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 581.89
Current children cumulated vsize (KiB) 62456

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

[startup+588.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865888/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32436 CPUtime=588.21
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7384 0 0 0 58817 4 0 0 25 0 1 0 145132446 33214464 7350 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769198 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8109 7350 194 154 0 7579 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 588.28
Current children cumulated vsize (KiB) 62456

[startup+601.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865888/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32436 CPUtime=601
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7407 0 0 0 60096 4 0 0 25 0 1 0 145132446 33214464 7373 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769116 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8109 7373 194 154 0 7579 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 601.07
Current children cumulated vsize (KiB) 62456

[startup+607.903 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865760/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32712 CPUtime=607.39
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7466 0 0 0 60735 4 0 0 25 0 1 0 145132446 33497088 7432 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 2960979 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8178 7432 194 154 0 7648 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 607.46
Current children cumulated vsize (KiB) 62732

[startup+611.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865440/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32852 CPUtime=610.59
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7494 0 0 0 61055 4 0 0 25 0 1 0 145132446 33640448 7460 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769173 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8213 7460 194 154 0 7683 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 610.66
Current children cumulated vsize (KiB) 62872

[startup+611.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865440/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32852 CPUtime=611.39
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7494 0 0 0 61135 4 0 0 25 0 1 0 145132446 33640448 7460 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 2960979 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8213 7460 194 154 0 7683 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 611.46
Current children cumulated vsize (KiB) 62872

[startup+612.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865440/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32852 CPUtime=611.79
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7494 0 0 0 61175 4 0 0 25 0 1 0 145132446 33640448 7460 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769379 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8213 7460 194 154 0 7683 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 611.86
Current children cumulated vsize (KiB) 62872

[startup+612.707 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865440/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32852 CPUtime=612.19
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7503 0 0 0 61215 4 0 0 25 0 1 0 145132446 33640448 7469 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769274 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8213 7469 194 154 0 7683 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 612.26
Current children cumulated vsize (KiB) 62872

[startup+612.803 s]
/proc/loadavg: 0.99 0.97 0.98 2/81 11178
/proc/meminfo: memFree=1865440/2055920 swapFree=4169120/4192956
[pid=11173] ppid=11171 vsize=12400 CPUtime=0
/proc/11173/stat : 11173 (pbclasp) S 11171 11173 11090 0 -1 4194304 489 0 0 0 0 0 0 0 16 0 1 0 145132445 12697600 439 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496559202 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/11173/statm: 3100 439 320 3 0 200 0
[pid=11175] ppid=11173 vsize=5352 CPUtime=0.07
/proc/11175/stat : 11175 (sh) S 11173 11173 11090 0 -1 4194304 297 504 0 0 0 0 7 0 16 0 1 0 145132446 5480448 224 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11175/statm: 1338 224 188 169 0 49 0
[pid=11177] ppid=11175 vsize=32852 CPUtime=612.29
/proc/11177/stat : 11177 (clasp) R 11175 11173 11090 0 -1 4194304 7512 0 0 0 61225 4 0 0 25 0 1 0 145132446 33640448 7478 18446744073709551615 134512640 135144128 4294956832 18446744073709551615 134769056 0 0 4096 0 0 0 0 17 0 0 0
/proc/11177/statm: 8213 7478 194 154 0 7683 0
[pid=11178] ppid=11175 vsize=12268 CPUtime=0
/proc/11178/stat : 11178 (pboutclasp.pl) S 11175 11173 11090 0 -1 4194304 412 0 0 0 0 0 0 0 20 0 1 0 145132446 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 238496559202 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/11178/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 612.36
Current children cumulated vsize (KiB) 62872

Child status: 0
Real time (s): 612.857
CPU time (s): 612.441
CPU user time (s): 612.372
CPU system time (s): 0.068989
CPU usage (%): 99.9322
Max. virtual memory (cumulated for all children) (KiB): 62872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 612.372
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9349
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= 52
involuntary context switches= 8745

runsolver used 0.571913 second user time and 1.66575 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Thu Apr 19 08:42:33 UTC 2007

IDJOB= 360716
IDBENCH= 1391
IDSOLVER= 158
FILE ID= node23/360716-1176972153

PBS_JOBID= 4630334

Free space on /tmp= 66455 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga20_20_sat_pb.cnf.cr.opb
COMMAND LINE= pbclasp instance-360716-1176972153.opb /tmp/evaluation/360716-1176972153/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-360716-1176972153 -o ROOT/results/node23/conversion-360716-1176972153 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/360716-1176972153/instance-360716-1176972153.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 814f1745fa20958d8b352781cfa0403e
MD5SUM BENCH=  192f8feb97785f57d6eda41fc7a200be

RANDOM SEED= 179390630

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1897424 kB
Buffers:          3156 kB
Cached:          67776 kB
SwapCached:       2236 kB
Active:          38776 kB
Inactive:        54464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897424 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          29788 kB
Slab:            50732 kB
Committed_AS:  2451516 kB
PageTables:       1796 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= 66455 MiB

End job on node23 on Thu Apr 19 09:27:52 UTC 2007