Trace number 429880

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 1594.49 1595.09

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=43-P1=131-P2=257-P3=71-P4=149-P5=223-P6=167-B.opb
MD5SUM29d9c644cbc560d09c0ca2d5a8d36791
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.153975
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 variables144
Total number of constraints13
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 constraints13
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

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)

208.79/208.97	o 229
381.93/382.11	o 207
456.19/456.47	o 9
457.78/458.01	o 7
494.27/494.59	o 3
1594.37/1595.08	s OPTIMUM FOUND
1594.37/1595.08	v x1 x2 x9 x11 x16 x17 x18 x19 x20 x21 x22 x23 x25 x27 x30 x31 x32 x33 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x46 x49 x51 x53 x54 x55 x57
1594.37/1595.08	v x58 x59 x60 x64 x65 x69 x70 x71 x72 x73 x75 x77 x80 x81 x87 x89 x90 x91 x92 x94 x95 x96 x97 x106 x107 x111 x113 x114 x115 x117 x119
1594.37/1595.08	v x120 x121 x122 x125 x128 x129 x130 x132 x137 x139 x140 x142 x143 x145 x146 x161 x162 x201 x202 x209 x210 x211 x212 x216 x217 x218
1594.37/1595.08	v x219 x220 x224 x225 x226 x227 x228 x232 x233 x234 x235 x236 x240 x241 x242 x243 x244 x248 x249 x250 x251 x252 x256 x257 x258 x259
1594.37/1595.08	v x260 x264 x273 x277 x278 x279 x280 x289 x293 x294 x295 x296 x313 x317 x318 x319 x320 x321 x325 x326 x327 x328 x329 x333 x334 x335
1594.37/1595.08	v x336 x337 x339 x341 x344 x353 x355 x357 x360 x361 x363 x365 x368 x369 x371 x373 x376 x377 x379 x381 x384 x385 x387 x389 x392 x393
1594.37/1595.08	v x395 x397 x400 x401 x407 x409 x415 x417 x423 x425 x431 x441 x447 x465 x466 x467 x468 x470 x471 x472 x481 x482 x483 x484 x486 x487
1594.37/1595.08	v x488 x497 x498 x499 x500 x502 x503 x504 x505 x506 x507 x508 x510 x511 x512 x513 x514 x515 x516 x518 x519 x520

Verifier Data (download as text)

OK	3

Conversion Script Data (download as text)

Linearizing /tmp/evaluation/429880-1177989232/instance-429880-1177989232.opb

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-429880-1177989232 -o ROOT/results/node10/solver-429880-1177989232 -C 1800 -W 3600 -M 1800 --output-limit 1,15 pbclasp instance-429880-1177989232.opb /tmp/evaluation/429880-1177989232/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.52 1.14 1.04 3/77 22783
/proc/meminfo: memFree=1707000/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12268 CPUtime=0
/proc/22783/stat : 22783 (pbclasp) R 22781 22783 20151 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 274960745 12562432 317 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214920034917 0 0 4224 0 0 0 0 17 1 0 0
/proc/22783/statm: 3067 317 242 3 0 167 0

[startup+0.067296 s]
/proc/loadavg: 1.52 1.14 1.04 3/77 22783
/proc/meminfo: memFree=1707000/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 491 0 0 0 0 0 0 0 16 0 1 0 274960745 12697600 443 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928765026 0 0 4224 16384 18446744071563648864 0 0 17 1 0 0
/proc/22783/statm: 3100 443 324 3 0 200 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12400

[startup+0.101305 s]
/proc/loadavg: 1.52 1.14 1.04 3/77 22783
/proc/meminfo: memFree=1707000/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12400

[startup+0.301343 s]
/proc/loadavg: 1.52 1.14 1.04 3/77 22783
/proc/meminfo: memFree=1707000/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12400

[startup+0.70143 s]
/proc/loadavg: 1.52 1.14 1.04 3/77 22783
/proc/meminfo: memFree=1707000/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12400

[startup+1.5016 s]
/proc/loadavg: 1.52 1.14 1.04 2/80 22793
/proc/meminfo: memFree=1704416/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=4164 CPUtime=1.4
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 700 0 0 0 140 0 0 0 25 0 1 0 274960754 4263936 662 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 9346722 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 1041 662 249 81 0 415 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21916

[startup+3.10295 s]
/proc/loadavg: 1.52 1.14 1.04 2/80 22793
/proc/meminfo: memFree=1703968/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=4688 CPUtime=3
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 827 0 0 0 300 0 0 0 25 0 1 0 274960754 4800512 789 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784711 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 1172 789 249 81 0 546 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22440

[startup+6.30163 s]
/proc/loadavg: 1.48 1.13 1.04 2/80 22793
/proc/meminfo: memFree=1702816/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=5744 CPUtime=6.19
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 1073 0 0 0 619 0 0 0 25 0 1 0 274960754 5881856 1035 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134723800 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 1436 1035 249 81 0 810 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23496

[startup+12.702 s]
/proc/loadavg: 1.44 1.13 1.04 2/80 22793
/proc/meminfo: memFree=1702048/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=6356 CPUtime=12.59
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 1257 0 0 0 1259 0 0 0 25 0 1 0 274960754 6508544 1219 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741906 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 1589 1219 249 81 0 963 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24108

[startup+25.5018 s]
/proc/loadavg: 1.34 1.12 1.04 2/80 22793
/proc/meminfo: memFree=1701088/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=7164 CPUtime=25.38
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 1450 0 0 0 2538 0 0 0 25 0 1 0 274960754 7335936 1412 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715844 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 1791 1412 249 81 0 1165 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 24916

[startup+51.1013 s]
/proc/loadavg: 1.22 1.11 1.04 2/80 22793
/proc/meminfo: memFree=1699168/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=9124 CPUtime=50.98
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 1933 0 0 0 5097 1 0 0 25 0 1 0 274960754 9342976 1895 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617549 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 2281 1895 249 81 0 1655 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 26876

[startup+102.305 s]
/proc/loadavg: 1.10 1.09 1.03 2/80 22793
/proc/meminfo: memFree=1697504/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=10780 CPUtime=102.16
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 2336 0 0 0 10215 1 0 0 25 0 1 0 274960754 11038720 2298 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784643 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 2695 2298 249 81 0 2069 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 28532

[startup+162.301 s]
/proc/loadavg: 1.03 1.07 1.03 2/80 22793
/proc/meminfo: memFree=1696160/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=0.07
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 574 1594 0 0 0 0 7 0 16 0 1 0 274960745 12697600 464 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 464 343 3 0 200 0
[pid=22791] ppid=22783 vsize=5352 CPUtime=0
/proc/22791/stat : 22791 (sh) S 22783 22783 20151 0 -1 4194304 288 121 0 0 0 0 0 0 16 0 1 0 274960754 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22791/statm: 1338 224 188 169 0 49 0
[pid=22793] ppid=22791 vsize=12140 CPUtime=162.14
/proc/22793/stat : 22793 (clasp-1.0) R 22791 22783 20151 0 -1 4194304 2655 0 0 0 16212 2 0 0 25 0 1 0 274960754 12431360 2617 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715090 0 0 4096 0 0 0 0 17 1 0 0
/proc/22793/statm: 3035 2617 249 81 0 2409 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 29892

[startup+222.301 s]
/proc/loadavg: 1.01 1.06 1.02 2/80 22801
/proc/meminfo: memFree=1701736/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=208.89
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 691 5769 0 0 0 0 20884 5 16 0 1 0 274960745 12697600 467 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 467 343 3 0 200 0
[pid=22799] ppid=22783 vsize=5352 CPUtime=0
/proc/22799/stat : 22799 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 274981644 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22799/statm: 1338 224 188 169 0 49 0
[pid=22801] ppid=22799 vsize=6384 CPUtime=13.29
/proc/22801/stat : 22801 (clasp-1.0) R 22799 22783 20151 0 -1 4194304 1243 0 0 0 1329 0 0 0 25 0 1 0 274981644 6537216 1205 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784714 0 0 4096 0 0 0 0 17 1 0 0
/proc/22801/statm: 1596 1205 249 81 0 970 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 24136

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 1.02 2/80 22801
/proc/meminfo: memFree=1698856/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=208.89
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 691 5769 0 0 0 0 20884 5 16 0 1 0 274960745 12697600 467 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 0 0 0
/proc/22783/statm: 3100 467 343 3 0 200 0
[pid=22799] ppid=22783 vsize=5352 CPUtime=0
/proc/22799/stat : 22799 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 16 0 1 0 274981644 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22799/statm: 1338 224 188 169 0 49 0

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

/proc/22833/statm: 3946 3505 249 81 0 3320 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 33536

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692200/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=15940 CPUtime=987.31
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3575 0 0 0 98722 9 0 0 25 0 1 0 275010206 16322560 3537 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134715930 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 3985 3537 249 81 0 3359 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 33692

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692200/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=15940 CPUtime=1047.29
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3586 0 0 0 104720 9 0 0 25 0 1 0 275010206 16322560 3548 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 3985 3548 249 81 0 3359 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 33692

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

[startup+1561.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692136/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=15940 CPUtime=1066.49
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3586 0 0 0 106639 10 0 0 25 0 1 0 275010206 16322560 3548 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784798 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 3985 3548 249 81 0 3359 0
Current children cumulated CPU time (s) 1560.88
Current children cumulated vsize (KiB) 33692

[startup+1574.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692136/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1079.28
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3599 0 0 0 107918 10 0 0 25 0 1 0 275010206 16465920 3561 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134617549 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3561 249 81 0 3394 0
Current children cumulated CPU time (s) 1573.67
Current children cumulated vsize (KiB) 33832

[startup+1587.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692072/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1092.08
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3618 0 0 0 109198 10 0 0 25 0 1 0 275010206 16465920 3580 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616619 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3580 249 81 0 3394 0
Current children cumulated CPU time (s) 1586.47
Current children cumulated vsize (KiB) 33832

[startup+1590.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692008/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1095.28
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3623 0 0 0 109518 10 0 0 25 0 1 0 275010206 16465920 3585 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3585 249 81 0 3394 0
Current children cumulated CPU time (s) 1589.67
Current children cumulated vsize (KiB) 33832

[startup+1593.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692008/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1098.47
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3623 0 0 0 109837 10 0 0 25 0 1 0 275010206 16465920 3585 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134737644 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3585 249 81 0 3394 0
Current children cumulated CPU time (s) 1592.86
Current children cumulated vsize (KiB) 33832

[startup+1594.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692008/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1099.27
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3623 0 0 0 109917 10 0 0 25 0 1 0 275010206 16465920 3585 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784634 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3585 249 81 0 3394 0
Current children cumulated CPU time (s) 1593.66
Current children cumulated vsize (KiB) 33832

[startup+1594.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692008/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1099.67
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3623 0 0 0 109957 10 0 0 25 0 1 0 275010206 16465920 3585 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134616350 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3585 249 81 0 3394 0
Current children cumulated CPU time (s) 1594.06
Current children cumulated vsize (KiB) 33832

[startup+1594.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692008/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1099.88
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3623 0 0 0 109978 10 0 0 25 0 1 0 275010206 16465920 3585 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134784675 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3585 249 81 0 3394 0
Current children cumulated CPU time (s) 1594.27
Current children cumulated vsize (KiB) 33832

[startup+1595.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 22835
/proc/meminfo: memFree=1692008/2055920 swapFree=4145504/4192956
[pid=22783] ppid=22781 vsize=12400 CPUtime=494.39
/proc/22783/stat : 22783 (pbclasp) S 22781 22783 20151 0 -1 4194304 1156 18142 0 0 1 0 49423 15 16 0 1 0 274960745 12697600 468 18446744073709551615 4194304 4206940 548682069248 18446744073709551615 214928768916 0 0 4230 16384 18446744071563356171 0 0 17 1 0 0
/proc/22783/statm: 3100 468 343 3 0 200 0
[pid=22831] ppid=22783 vsize=5352 CPUtime=0
/proc/22831/stat : 22831 (sh) S 22783 22783 20151 0 -1 4194304 287 121 0 0 0 0 0 0 19 0 1 0 275010206 5480448 224 18446744073709551615 4194304 4889804 548682069248 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22831/statm: 1338 224 188 169 0 49 0
[pid=22833] ppid=22831 vsize=16080 CPUtime=1099.98
/proc/22833/stat : 22833 (clasp-1.0) R 22831 22783 20151 0 -1 4194304 3623 0 0 0 109988 10 0 0 25 0 1 0 275010206 16465920 3585 18446744073709551615 134512640 134847168 4294956800 18446744073709551615 134741615 0 0 4096 0 0 0 0 17 1 0 0
/proc/22833/statm: 4020 3585 249 81 0 3394 0
Current children cumulated CPU time (s) 1594.37
Current children cumulated vsize (KiB) 33832

Child status: 0
Real time (s): 1595.09
CPU time (s): 1594.49
CPU user time (s): 1594.21
CPU system time (s): 0.277957
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 33832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1594.21
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23596
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= 501
involuntary context switches= 4120

runsolver used 1.50777 second user time and 4.30035 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue May  1 03:13:52 UTC 2007

IDJOB= 429880
IDBENCH= 47940
IDSOLVER= 167
FILE ID= node10/429880-1177989232

PBS_JOBID= 4728131

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=8-P0=43-P1=131-P2=257-P3=71-P4=149-P5=223-P6=167-B.opb
COMMAND LINE= pbclasp instance-429880-1177989232.opb /tmp/evaluation/429880-1177989232/temp
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-429880-1177989232 -o ROOT/results/node10/conversion-429880-1177989232 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/429880-1177989232/instance-429880-1177989232.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= 1e5f480786d97be718f2223f2ffb5f36
MD5SUM BENCH=  29d9c644cbc560d09c0ca2d5a8d36791

RANDOM SEED= 538946606

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1707408 kB
Buffers:         32656 kB
Cached:         217008 kB
SwapCached:      15808 kB
Active:         102492 kB
Inactive:       179784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707408 kB
SwapTotal:     4192956 kB
SwapFree:      4145504 kB
Dirty:             516 kB
Writeback:           0 kB
Mapped:          30776 kB
Slab:            51888 kB
Committed_AS:  3866412 kB
PageTables:       1712 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 node10 on Tue May  1 03:40:28 UTC 2007