Trace number 419226

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-04-10UNSAT 312.016 311.706

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/fuhs/medium/AProVE07-22.opb
MD5SUMaf63a989791df0a45330e3c33459520d
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark312.016
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables15589
Total number of constraints54263
Number of constraints which are clauses54263
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint96
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 94
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 190
Number of bits of the biggest sum of numbers8
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)

311.97/311.70	s UNSATISFIABLE

Verifier Data (download as text)

ERROR: no interpretation found !

Conversion Script Data (download as text)

/tmp/evaluation/419226-1177405965/instance-419226-1177405965.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node22/watcher-419226-1177405965 -o ROOT/results/node22/solver-419226-1177405965 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-419226-1177405965.opb /tmp/evaluation/419226-1177405965/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: 1.00 1.00 0.97 3/77 26569
/proc/meminfo: memFree=1449792/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12268 CPUtime=0
/proc/26569/stat : 26569 (pbclasp) D 26567 26569 25881 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 188514199 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272467982949 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/26569/statm: 3067 317 242 3 0 167 0

[startup+0.013316 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 26569
/proc/meminfo: memFree=1449792/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12532 CPUtime=0
/proc/26569/stat : 26569 (pbclasp) R 26567 26569 25881 0 -1 4194304 512 0 0 0 0 0 0 0 18 0 1 0 188514199 12832768 479 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272467661537 0 0 4224 16384 0 0 0 17 1 0 0
/proc/26569/statm: 3133 480 314 3 0 233 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12532

[startup+0.101336 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 26569
/proc/meminfo: memFree=1449792/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12928

[startup+0.30136 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 26569
/proc/meminfo: memFree=1449792/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12928

[startup+0.701423 s]
/proc/loadavg: 1.00 1.00 0.97 3/77 26569
/proc/meminfo: memFree=1449792/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12928

[startup+1.50155 s]
/proc/loadavg: 1.00 1.00 0.97 2/82 26574
/proc/meminfo: memFree=1444056/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=0
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26572] ppid=26571 vsize=12400 CPUtime=1.39
/proc/26572/stat : 26572 (pb2clasp1) R 26571 26569 25881 0 -1 4194304 507 0 0 0 139 0 0 0 25 0 1 0 188514205 12697600 466 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272486045389 0 0 4224 0 0 0 0 17 0 0 0
/proc/26572/statm: 3100 466 340 3 0 200 0
[pid=26573] ppid=26571 vsize=7508 CPUtime=0.14
/proc/26573/stat : 26573 (clasp-1.0) S 26571 26569 25881 0 -1 4194304 1472 0 0 0 14 0 0 0 16 0 1 0 188514205 7688192 1437 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 4294960144 0 0 4096 0 18446744071563648864 0 0 17 1 0 0
/proc/26573/statm: 1877 1437 230 81 0 1251 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 188514205 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 50456

[startup+3.10179 s]
/proc/loadavg: 1.00 1.00 0.97 3/82 26574
/proc/meminfo: memFree=1440600/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=0
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 0 0 0 0 0 0 0 18 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26572] ppid=26571 vsize=12400 CPUtime=2.98
/proc/26572/stat : 26572 (pb2clasp1) R 26571 26569 25881 0 -1 4194304 507 0 0 0 298 0 0 0 25 0 1 0 188514205 12697600 466 18446744073709551615 4194304 4206940 548682069344 18446744073709551615 272485737596 0 0 4224 0 0 0 0 17 0 0 0
/proc/26572/statm: 3100 466 340 3 0 200 0
[pid=26573] ppid=26571 vsize=12468 CPUtime=0.37
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 2713 0 0 0 36 1 0 0 16 0 1 0 188514205 12767232 2678 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 5113467 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 3117 2678 230 81 0 2491 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 412 0 0 0 0 0 0 0 21 0 1 0 188514205 12562432 372 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 372 289 3 0 167 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 55416

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1421728/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=28588 CPUtime=3
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 7819 0 0 0 297 3 0 0 20 0 1 0 188514205 29274112 6668 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 5112701 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 7147 6668 245 81 0 6521 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 59136

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1416616/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=34884 CPUtime=9.4
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 9383 0 0 0 936 4 0 0 25 0 1 0 188514205 35721216 8232 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737495 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 8721 8232 245 81 0 8095 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 65432

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1402344/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=48628 CPUtime=22.19
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 12827 0 0 0 2213 6 0 0 25 0 1 0 188514205 49795072 11635 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134723800 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 12157 11635 245 81 0 11531 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 25.85
Current children cumulated vsize (KiB) 79176

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1379816/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=71428 CPUtime=47.79
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 18581 0 0 0 4768 11 0 0 25 0 1 0 188514205 73142272 17317 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782458 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 17857 17317 245 81 0 17231 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 51.45
Current children cumulated vsize (KiB) 101976

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1360040/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=90916 CPUtime=98.98
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 23516 0 0 0 9882 16 0 0 25 0 1 0 188514205 93097984 22108 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737366 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 22729 22108 245 81 0 22103 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 102.64
Current children cumulated vsize (KiB) 121464

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342824/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108344 CPUtime=158.95
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 27991 0 0 0 15875 20 0 0 25 0 1 0 188514205 110944256 26403 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782470 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27086 26403 245 81 0 26460 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 162.61
Current children cumulated vsize (KiB) 138892

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342760/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108344 CPUtime=218.93
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 27993 0 0 0 21872 21 0 0 25 0 1 0 188514205 110944256 26405 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782705 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27086 26405 245 81 0 26460 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 222.59
Current children cumulated vsize (KiB) 138892

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342696/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108488 CPUtime=278.91
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 28029 0 0 0 27870 21 0 0 25 0 1 0 188514205 111091712 26441 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134630334 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27122 26441 245 81 0 26496 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 282.57
Current children cumulated vsize (KiB) 139036

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

[startup+294.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342632/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108488 CPUtime=290.91
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 28033 0 0 0 29070 21 0 0 25 0 1 0 188514205 111091712 26445 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782705 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27122 26445 245 81 0 26496 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 294.57
Current children cumulated vsize (KiB) 139036

[startup+300.702 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342632/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108488 CPUtime=297.31
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 28038 0 0 0 29710 21 0 0 25 0 1 0 188514205 111091712 26450 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27122 26450 245 81 0 26496 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 300.97
Current children cumulated vsize (KiB) 139036

[startup+307.101 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342632/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108488 CPUtime=303.7
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 28040 0 0 0 30349 21 0 0 25 0 1 0 188514205 111091712 26452 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737608 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27122 26452 245 81 0 26496 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 307.36
Current children cumulated vsize (KiB) 139036

[startup+310.303 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342632/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108488 CPUtime=306.9
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 28041 0 0 0 30669 21 0 0 25 0 1 0 188514205 111091712 26453 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134734058 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27122 26453 245 81 0 26496 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 310.56
Current children cumulated vsize (KiB) 139036

[startup+311.102 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342632/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108488 CPUtime=307.7
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 28041 0 0 0 30749 21 0 0 25 0 1 0 188514205 111091712 26453 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737608 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27122 26453 245 81 0 26496 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 311.36
Current children cumulated vsize (KiB) 139036

[startup+311.502 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342632/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=108488 CPUtime=308.1
/proc/26573/stat : 26573 (clasp-1.0) R 26571 26569 25881 0 -1 4194304 28041 0 0 0 30789 21 0 0 25 0 1 0 188514205 111091712 26453 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782470 0 0 4096 0 0 0 0 17 1 0 0
/proc/26573/statm: 27122 26453 245 81 0 26496 0
[pid=26574] ppid=26571 vsize=12268 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) S 26571 26569 25881 0 -1 4194304 416 0 0 0 0 0 0 0 16 0 1 0 188514205 12562432 376 18446744073709551615 4194304 4206940 548682069280 18446744073709551615 272476713058 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26574/statm: 3067 376 293 3 0 167 0
Current children cumulated CPU time (s) 311.76
Current children cumulated vsize (KiB) 139036

[startup+311.702 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 26574
/proc/meminfo: memFree=1342632/2055920 swapFree=4168624/4192956
[pid=26569] ppid=26567 vsize=12928 CPUtime=0.05
/proc/26569/stat : 26569 (pbclasp) S 26567 26569 25881 0 -1 4194304 609 0 0 0 5 0 0 0 16 0 1 0 188514199 13238272 559 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 272476713058 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/26569/statm: 3232 559 320 3 0 332 0
[pid=26571] ppid=26569 vsize=5352 CPUtime=3.61
/proc/26571/stat : 26571 (sh) S 26569 26569 25881 0 -1 4194304 297 509 0 0 0 0 361 0 16 0 1 0 188514205 5480448 224 18446744073709551615 4194304 4889804 548682069280 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26571/statm: 1338 224 188 169 0 49 0
[pid=26573] ppid=26571 vsize=0 CPUtime=308.31
/proc/26573/stat : 26573 (clasp-1.0) D 26571 26569 25881 0 -1 4194308 28063 0 0 0 30808 23 0 0 25 0 1 0 188514205 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 18446744072100051646 0 0 17 1 0 0
/proc/26573/statm: 0 0 0 0 0 0 0
[pid=26574] ppid=26571 vsize=0 CPUtime=0
/proc/26574/stat : 26574 (pboutclasp.pl) R 26571 26569 25881 0 -1 4194308 438 0 0 0 0 0 0 0 16 0 1 0 188514205 0 0 18446744073709551615 0 0 0 0 0 0 0 4224 0 0 0 0 17 0 0 0
/proc/26574/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 311.97
Current children cumulated vsize (KiB) 18280

Child status: 0
Real time (s): 311.706
CPU time (s): 312.016
CPU user time (s): 311.757
CPU system time (s): 0.25896
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 139036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 311.757
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30109
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= 556
involuntary context switches= 6825

runsolver used 0.288956 second user time and 0.85187 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Tue Apr 24 09:12:45 UTC 2007

IDJOB= 419226
IDBENCH= 47758
IDSOLVER= 167
FILE ID= node22/419226-1177405965

PBS_JOBID= 4675625

Free space on /tmp= 66497 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/fuhs/medium/AProVE07-22.opb
COMMAND LINE= pbclasp instance-419226-1177405965.opb /tmp/evaluation/419226-1177405965/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node22/convwatcher-419226-1177405965 -o ROOT/results/node22/conversion-419226-1177405965 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419226-1177405965/instance-419226-1177405965.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  af63a989791df0a45330e3c33459520d

RANDOM SEED= 119570967

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.265
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.265
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:       1450200 kB
Buffers:         50984 kB
Cached:         456624 kB
SwapCached:       2528 kB
Active:         267188 kB
Inactive:       263920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1450200 kB
SwapTotal:     4192956 kB
SwapFree:      4168624 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:          31280 kB
Slab:            60244 kB
Committed_AS:  1917136 kB
PageTables:       1676 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= 66497 MiB

End job on node22 on Tue Apr 24 09:17:57 UTC 2007