Trace number 430398

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 NameAnswerObjective functionCPU timeWall clock time
PB-clasp 2007-04-10OPT3 658.316 658.578

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
MD5SUM44a2a8c9706392fba8f7dee35869ba61
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.145977
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

4.97/5.08	o 99
57.44/57.53	o 71
116.31/116.47	o 55
209.67/209.83	o 31
288.34/288.54	o 27
318.84/319.04	o 23
402.71/402.96	o 15
479.58/479.82	o 11
496.16/496.44	o 5
530.35/530.63	o 3
658.21/658.57	s OPTIMUM FOUND
658.21/658.57	v x1 x2 x8 x9 x15 x20 x22 x23 x25 x26 x29 x32 x34 x35 x36 x38 x39 x40 x42 x43 x44 x45 x46 x48 x49 x50 x51 x57 x59 x60 x61 x63 x64 x67 x71
658.21/658.57	v x74 x76 x78 x79 x82 x84 x85 x86 x88 x92 x93 x94 x95 x96 x97 x98 x99 x103 x106 x107 x110 x111 x121 x130 x136 x140 x141 x142 x143 x149
658.21/658.57	v x150 x151 x153 x154 x162 x164 x167 x169 x170 x176 x177 x218 x221 x253 x256 x267 x270 x272 x274 x277 x279 x288 x291 x293 x295 x298
658.21/658.57	v x300 x316 x317 x320 x322 x337 x338 x341 x343 x351 x352 x355 x357 x358 x359 x362 x364 x365 x366 x368 x379 x380 x382 x386 x387 x389
658.21/658.57	v x393 x394 x396 x407 x408 x410 x414 x415 x416 x417 x418 x419 x420 x421 x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433
658.21/658.57	v x434 x435 x436 x437 x438 x439 x440 x441 x449 x450 x451 x452 x453 x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 x467 x470 x474
658.21/658.57	v x512 x513 x516 x517 x526 x527 x530 x531 x533 x534 x537 x538 x540 x541 x544 x545 x554 x555 x558 x559

Verifier Data (download as text)

OK	3

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/430398-1177994548/instance-430398-1177994548.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-430398-1177994548 -o ROOT/results/node23/solver-430398-1177994548 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-430398-1177994548.opb /tmp/evaluation/430398-1177994548/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.99 0.97 0.98 3/77 8986
/proc/meminfo: memFree=1859368/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12268 CPUtime=0
/proc/8986/stat : 8986 (pbclasp) R 8984 8986 8832 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 247371910 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238487829093 0 0 4224 0 0 0 0 17 1 0 0
/proc/8986/statm: 3067 317 242 3 0 167 0

[startup+0.099438 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 8986
/proc/meminfo: memFree=1859368/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=0.08
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 573 1592 0 0 0 0 7 1 16 0 1 0 247371910 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12400

[startup+0.101432 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 8986
/proc/meminfo: memFree=1859368/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=0.08
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 573 1592 0 0 0 0 7 1 16 0 1 0 247371910 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12400

[startup+0.301471 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 8986
/proc/meminfo: memFree=1859368/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=0.08
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 573 1592 0 0 0 0 7 1 16 0 1 0 247371910 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12400

[startup+0.701549 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 8986
/proc/meminfo: memFree=1859368/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=0.08
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 573 1592 0 0 0 0 7 1 16 0 1 0 247371910 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12400

[startup+1.5027 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 8996
/proc/meminfo: memFree=1856784/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=0.08
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 573 1592 0 0 0 0 7 1 16 0 1 0 247371910 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 464 343 3 0 200 0
[pid=8994] ppid=8986 vsize=5352 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8986 8986 8832 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 247371920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1338 224 188 169 0 49 0
[pid=8996] ppid=8994 vsize=4404 CPUtime=1.4
/proc/8996/stat : 8996 (clasp-1.0) R 8994 8986 8832 0 -1 4194304 760 0 0 0 140 0 0 0 25 0 1 0 247371920 4509696 722 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782334 0 0 4096 0 0 0 0 17 1 0 0
/proc/8996/statm: 1101 722 249 81 0 475 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22156

[startup+3.10201 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 8996
/proc/meminfo: memFree=1856080/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=0.08
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 573 1592 0 0 0 0 7 1 16 0 1 0 247371910 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 464 343 3 0 200 0
[pid=8994] ppid=8986 vsize=5352 CPUtime=0
/proc/8994/stat : 8994 (sh) S 8986 8986 8832 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 247371920 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8994/statm: 1338 224 188 169 0 49 0
[pid=8996] ppid=8994 vsize=5068 CPUtime=2.99
/proc/8996/stat : 8996 (clasp-1.0) R 8994 8986 8832 0 -1 4194304 934 0 0 0 299 0 0 0 25 0 1 0 247371920 5189632 896 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782595 0 0 4096 0 0 0 0 17 1 0 0
/proc/8996/statm: 1267 896 249 81 0 641 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22820

[startup+6.30163 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 9004
/proc/meminfo: memFree=1857104/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=5.06
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 691 3999 0 0 0 0 504 2 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9002] ppid=8986 vsize=5352 CPUtime=0
/proc/9002/stat : 9002 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247372419 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9002/statm: 1338 224 188 169 0 49 0
[pid=9004] ppid=9002 vsize=4144 CPUtime=1.2
/proc/9004/stat : 9004 (clasp-1.0) R 9002 8986 8832 0 -1 4194304 683 0 0 0 120 0 0 0 25 0 1 0 247372420 4243456 645 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741989 0 0 4096 0 0 0 0 17 1 0 0
/proc/9004/statm: 1036 645 249 81 0 410 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 21896

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 9004
/proc/meminfo: memFree=1854808/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=5.06
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 691 3999 0 0 0 0 504 2 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9002] ppid=8986 vsize=5352 CPUtime=0
/proc/9002/stat : 9002 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247372419 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9002/statm: 1338 224 188 169 0 49 0
[pid=9004] ppid=9002 vsize=5860 CPUtime=7.59
/proc/9004/stat : 9004 (clasp-1.0) R 9002 8986 8832 0 -1 4194304 1131 0 0 0 759 0 0 0 25 0 1 0 247372420 6000640 1093 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784806 0 0 4096 0 0 0 0 17 1 0 0
/proc/9004/statm: 1465 1093 249 81 0 839 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 23612

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 9004
/proc/meminfo: memFree=1853400/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=5.06
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 691 3999 0 0 0 0 504 2 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9002] ppid=8986 vsize=5352 CPUtime=0
/proc/9002/stat : 9002 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247372419 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9002/statm: 1338 224 188 169 0 49 0
[pid=9004] ppid=9002 vsize=7248 CPUtime=20.39
/proc/9004/stat : 9004 (clasp-1.0) R 9002 8986 8832 0 -1 4194304 1478 0 0 0 2039 0 0 0 25 0 1 0 247372420 7421952 1440 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741375 0 0 4096 0 0 0 0 17 1 0 0
/proc/9004/statm: 1812 1440 249 81 0 1186 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 25000

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 9004
/proc/meminfo: memFree=1851928/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=5.06
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 691 3999 0 0 0 0 504 2 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9002] ppid=8986 vsize=5352 CPUtime=0
/proc/9002/stat : 9002 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247372419 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9002/statm: 1338 224 188 169 0 49 0
[pid=9004] ppid=9002 vsize=8712 CPUtime=45.98
/proc/9004/stat : 9004 (clasp-1.0) R 9002 8986 8832 0 -1 4194304 1837 0 0 0 4597 1 0 0 25 0 1 0 247372420 8921088 1799 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737629 0 0 4096 0 0 0 0 17 1 0 0
/proc/9004/statm: 2178 1799 249 81 0 1552 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 26464

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 9012
/proc/meminfo: memFree=1851928/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=57.49
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 811 7246 0 0 0 0 5745 4 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9010] ppid=8986 vsize=5352 CPUtime=0
/proc/9010/stat : 9010 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247377665 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9010/statm: 1338 224 188 169 0 49 0
[pid=9012] ppid=9010 vsize=8668 CPUtime=44.73
/proc/9012/stat : 9012 (clasp-1.0) R 9010 8986 8832 0 -1 4194304 1826 0 0 0 4472 1 0 0 25 0 1 0 247377665 8876032 1788 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784665 0 0 4096 0 0 0 0 17 1 0 0
/proc/9012/statm: 2167 1788 249 81 0 1541 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 26420

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 9020
/proc/meminfo: memFree=1852184/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=116.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 929 10551 0 0 0 0 11634 7 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9018] ppid=8986 vsize=5352 CPUtime=0
/proc/9018/stat : 9018 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247383559 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9018/statm: 1338 224 188 169 0 49 0
[pid=9020] ppid=9018 vsize=8408 CPUtime=45.78
/proc/9020/stat : 9020 (clasp-1.0) R 9018 8986 8832 0 -1 4194304 1738 0 0 0 4577 1 0 0 25 0 1 0 247383559 8609792 1700 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737633 0 0 4096 0 0 0 0 17 1 0 0
/proc/9020/statm: 2102 1700 249 81 0 1476 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 26160

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/80 9028
/proc/meminfo: memFree=1853720/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=209.73
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1047 14077 0 0 0 0 20962 11 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9026] ppid=8986 vsize=5352 CPUtime=0
/proc/9026/stat : 9026 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 247392895 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9026/statm: 1338 224 188 169 0 49 0
[pid=9028] ppid=9026 vsize=6656 CPUtime=12.44
/proc/9028/stat : 9028 (clasp-1.0) R 9026 8986 8832 0 -1 4194304 1312 0 0 0 1243 1 0 0 25 0 1 0 247392895 6815744 1274 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616179 0 0 4096 0 0 0 0 17 1 0 0
/proc/9028/statm: 1664 1274 249 81 0 1038 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 24408

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 3/80 9028
/proc/meminfo: memFree=1850904/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=209.73
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1047 14077 0 0 0 0 20962 11 16 0 1 0 247371910 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 468 343 3 0 200 0
[pid=9026] ppid=8986 vsize=5352 CPUtime=0
/proc/9026/stat : 9026 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 247392895 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9026/statm: 1338 224 188 169 0 49 0

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

/proc/9044/statm: 1800 1424 249 81 0 1174 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 24952

[startup+402.301 s]
/proc/loadavg: 1.04 0.99 0.99 2/80 9044
/proc/meminfo: memFree=1850520/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=318.91
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1284 20422 0 0 1 1 31872 17 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9042] ppid=8986 vsize=5352 CPUtime=0
/proc/9042/stat : 9042 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247403816 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9042/statm: 1338 224 188 169 0 49 0
[pid=9044] ppid=9042 vsize=9904 CPUtime=83.2
/proc/9044/stat : 9044 (clasp-1.0) R 9042 8986 8832 0 -1 4194304 2127 0 0 0 8319 1 0 0 25 0 1 0 247403816 10141696 2089 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782470 0 0 4096 0 0 0 0 17 1 0 0
/proc/9044/statm: 2476 2089 249 81 0 1850 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 27656

[startup+462.302 s]
/proc/loadavg: 1.01 0.99 0.99 2/80 9052
/proc/meminfo: memFree=1851224/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=402.8
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1402 23911 0 0 1 1 40258 20 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9050] ppid=8986 vsize=5352 CPUtime=0
/proc/9050/stat : 9050 (sh) S 8986 8986 8832 0 -1 4194304 286 121 0 0 0 0 0 0 16 0 1 0 247412208 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9050/statm: 1338 224 188 169 0 49 0
[pid=9052] ppid=9050 vsize=8948 CPUtime=59.28
/proc/9052/stat : 9052 (clasp-1.0) R 9050 8986 8832 0 -1 4194304 1883 0 0 0 5927 1 0 0 25 0 1 0 247412209 9162752 1845 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134782446 0 0 4096 0 0 0 0 17 1 0 0
/proc/9052/statm: 2237 1845 249 81 0 1611 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 26700

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9068
/proc/meminfo: memFree=1853336/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=496.24
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1638 29884 0 0 1 1 49596 26 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9066] ppid=8986 vsize=5352 CPUtime=0
/proc/9066/stat : 9066 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247421556 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9066/statm: 1338 224 188 169 0 49 0
[pid=9068] ppid=9066 vsize=6876 CPUtime=25.82
/proc/9068/stat : 9068 (clasp-1.0) R 9066 8986 8832 0 -1 4194304 1368 0 0 0 2582 0 0 0 25 0 1 0 247421556 7041024 1330 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 2929225 0 0 4096 0 0 0 0 17 1 0 0
/proc/9068/statm: 1719 1330 249 81 0 1093 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 24628

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1851544/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=8564 CPUtime=51.62
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 1792 0 0 0 5161 1 0 0 25 0 1 0 247424975 8769536 1754 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714706 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2141 1754 249 81 0 1515 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 26316

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1849880/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=10216 CPUtime=111.61
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 2200 0 0 0 11159 2 0 0 25 0 1 0 247424975 10461184 2162 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134714991 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2554 2162 249 81 0 1928 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 27968

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

[startup+646.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1849752/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=10488 CPUtime=115.6
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 2246 0 0 0 11558 2 0 0 25 0 1 0 247424975 10739712 2208 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2622 2208 249 81 0 1996 0
Current children cumulated CPU time (s) 646.01
Current children cumulated vsize (KiB) 28240

[startup+652.702 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1849496/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=10644 CPUtime=122
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 2291 0 0 0 12198 2 0 0 25 0 1 0 247424975 10899456 2253 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784800 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2661 2253 249 81 0 2035 0
Current children cumulated CPU time (s) 652.41
Current children cumulated vsize (KiB) 28396

[startup+655.901 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1849432/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=10644 CPUtime=125.2
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 2294 0 0 0 12518 2 0 0 25 0 1 0 247424975 10899456 2256 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784496 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2661 2256 249 81 0 2035 0
Current children cumulated CPU time (s) 655.61
Current children cumulated vsize (KiB) 28396

[startup+657.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1849432/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=10644 CPUtime=126.8
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 2294 0 0 0 12678 2 0 0 25 0 1 0 247424975 10899456 2256 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134789714 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2661 2256 249 81 0 2035 0
Current children cumulated CPU time (s) 657.21
Current children cumulated vsize (KiB) 28396

[startup+658.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1849432/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=10644 CPUtime=127.6
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 2300 0 0 0 12758 2 0 0 25 0 1 0 247424975 10899456 2262 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784651 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2661 2262 249 81 0 2035 0
Current children cumulated CPU time (s) 658.01
Current children cumulated vsize (KiB) 28396

[startup+658.502 s]
/proc/loadavg: 1.00 0.99 0.99 2/80 9076
/proc/meminfo: memFree=1849432/2055920 swapFree=4169104/4192956
[pid=8986] ppid=8984 vsize=12400 CPUtime=530.41
/proc/8986/stat : 8986 (pbclasp) S 8984 8986 8832 0 -1 4194304 1756 32802 0 0 1 1 53012 27 16 0 1 0 247371910 12697600 469 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 238496563092 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/8986/statm: 3100 469 343 3 0 200 0
[pid=9074] ppid=8986 vsize=5352 CPUtime=0
/proc/9074/stat : 9074 (sh) S 8986 8986 8832 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 247424975 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9074/statm: 1338 224 188 169 0 49 0
[pid=9076] ppid=9074 vsize=10644 CPUtime=127.8
/proc/9076/stat : 9076 (clasp-1.0) R 9074 8986 8832 0 -1 4194304 2300 0 0 0 12778 2 0 0 25 0 1 0 247424975 10899456 2262 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/9076/statm: 2661 2262 249 81 0 2035 0
Current children cumulated CPU time (s) 658.21
Current children cumulated vsize (KiB) 28396

Child status: 0
Real time (s): 658.578
CPU time (s): 658.316
CPU user time (s): 657.987
CPU system time (s): 0.328949
CPU usage (%): 99.9602
Max. virtual memory (cumulated for all children) (KiB): 28396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 657.987
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37532
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= 886
involuntary context switches= 510

runsolver used 0.604908 second user time and 1.79773 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue May  1 04:42:28 UTC 2007

IDJOB= 430398
IDBENCH= 47977
IDSOLVER= 167
FILE ID= node23/430398-1177994548

PBS_JOBID= 4728247

Free space on /tmp= 66564 MiB

SOLVER NAME= PB-clasp 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
COMMAND LINE= pbclasp instance-430398-1177994548.opb /tmp/evaluation/430398-1177994548/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node23/convwatcher-430398-1177994548 -o ROOT/results/node23/conversion-430398-1177994548 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/430398-1177994548/instance-430398-1177994548.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  44a2a8c9706392fba8f7dee35869ba61

RANDOM SEED= 201425704

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:       1859840 kB
Buffers:         30276 kB
Cached:          77276 kB
SwapCached:       2472 kB
Active:          74424 kB
Inactive:        55832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859840 kB
SwapTotal:     4192956 kB
SwapFree:      4169104 kB
Dirty:             600 kB
Writeback:           0 kB
Mapped:          30172 kB
Slab:            51364 kB
Committed_AS:  3071748 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= 66564 MiB

End job on node23 on Tue May  1 04:53:27 UTC 2007