Trace number 1579966

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
ManySAT 1.1 aimd 2/2009-03-20UNSAT 704.013 704.343

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.218
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.88/0.91	c ==============================================================================
0.88/0.91	c |           |     ORIGINAL     |              LEARNT              |          |
0.88/0.91	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.88/0.91	c ==============================================================================
0.88/0.91	c |         0 |  812763  1945115 |  243828       0        0     nan |  0.000 % |
5.56/5.66	c |         0 |  546996  1519613 |      --       0       --      -- |     --   | -74850/8386
5.56/5.67	c ==============================================================================
5.56/5.67	c Result  :   #vars: 85935   #clauses: 546996   #literals: 1519613
5.56/5.67	c CPU time:   5.45917 s
5.56/5.67	c ==============================================================================
703.95/704.30	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
703.95/704.30	c ============================[ Problem Statistics ]=============================
703.95/704.30	c |                                                                             |
703.95/704.30	c threadId              : 1
703.95/704.30	c restarts              : 2545
703.95/704.30	c conflicts             : 210433         (302 /sec)
703.95/704.30	c decisions             : 1142650        (1.42 % random) (1639 /sec)
703.95/704.30	c propagations          : 380997352      (546342 /sec)
703.95/704.30	c conflict literals     : 26049074       (39.32 % deleted)
703.95/704.30	c Memory used           : 159.65 MB
703.95/704.30	c CPU time              : 697.36 s
703.95/704.30	
703.95/704.30	c --->m=2, e=8, aimd=2, HOME/27393_many.cnf	time: 348.68	conflicts: 210433       
703.95/704.32	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1579966-1238913000/watcher-1579966-1238913000 -o /tmp/evaluation-result-1579966-1238913000/solver-1579966-1238913000 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1579966-1238913000.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.92 1.98 1.99 4/86 27393
/proc/meminfo: memFree=1619016/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) R 27391 27393 26589 0 -1 4194304 284 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 4354356 0 0 4100 65536 0 0 0 17 0 0 0
/proc/27393/statm: 1339 234 194 169 0 50 0
[pid=27394] ppid=27393 vsize=1368 CPUtime=0
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 229 0 0 0 0 0 0 0 19 0 1 0 1163964114 1400832 213 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 342 213 50 127 0 212 0

[startup+0.185063 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 27393
/proc/meminfo: memFree=1619016/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 235 195 169 0 50 0
[pid=27394] ppid=27393 vsize=40432 CPUtime=0.17
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 7228 0 0 0 13 4 0 0 20 0 1 0 1163964114 41402368 7108 1992294400 134512640 135034092 4294956096 18446744073709551615 134548132 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 10108 7108 50 127 0 9978 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 45788

[startup+0.201061 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 27393
/proc/meminfo: memFree=1619016/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 235 195 169 0 50 0
[pid=27394] ppid=27393 vsize=41356 CPUtime=0.18
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 7489 0 0 0 14 4 0 0 20 0 1 0 1163964114 42348544 7369 1992294400 134512640 135034092 4294956096 18446744073709551615 134522775 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 10339 7369 50 127 0 10209 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 46712

[startup+0.301073 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 27393
/proc/meminfo: memFree=1619016/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 235 195 169 0 50 0
[pid=27394] ppid=27393 vsize=46736 CPUtime=0.28
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 8691 0 0 0 23 5 0 0 21 0 1 0 1163964114 47857664 8571 1992294400 134512640 135034092 4294956096 18446744073709551615 134547140 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 11684 8571 50 127 0 11554 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 52092

[startup+0.701123 s]
/proc/loadavg: 1.92 1.98 1.99 4/86 27393
/proc/meminfo: memFree=1619016/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 235 195 169 0 50 0
[pid=27394] ppid=27393 vsize=70444 CPUtime=0.68
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 15158 0 0 0 60 8 0 0 25 0 1 0 1163964114 72134656 15038 1992294400 134512640 135034092 4294956096 18446744073709551615 134522739 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 17611 15038 51 127 0 17481 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 75800

[startup+1.50122 s]
/proc/loadavg: 1.92 1.98 1.99 3/88 27395
/proc/meminfo: memFree=1544504/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 235 195 169 0 50 0
[pid=27394] ppid=27393 vsize=95268 CPUtime=1.48
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 22471 0 0 0 136 12 0 0 25 0 1 0 1163964114 97554432 20348 1992294400 134512640 135034092 4294956096 18446744073709551615 134529196 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 23817 20348 68 127 0 23687 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100624

[startup+3.10142 s]
/proc/loadavg: 1.92 1.98 1.99 3/88 27395
/proc/meminfo: memFree=1526904/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 235 195 169 0 50 0
[pid=27394] ppid=27393 vsize=109800 CPUtime=3.07
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 25982 0 0 0 293 14 0 0 25 0 1 0 1163964114 112435200 23422 1992294400 134512640 135034092 4294956096 18446744073709551615 134548610 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 27450 23422 68 127 0 27320 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 115156

[startup+6.30182 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 27395
/proc/meminfo: memFree=1525176/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=0
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 1163964113 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27393/statm: 1339 235 195 169 0 50 0
[pid=27394] ppid=27393 vsize=103588 CPUtime=6.26
/proc/27394/stat : 27394 (SatElite) R 27393 27393 26589 0 -1 4194304 30073 0 0 0 606 20 0 0 25 0 1 0 1163964114 106074112 22265 1992294400 134512640 135034092 4294956096 18446744073709551615 134755426 0 0 4096 3 0 0 0 17 1 0 0
/proc/27394/statm: 25897 22265 68 127 0 25767 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 108944

[startup+12.7026 s]
/proc/loadavg: 2.09 2.02 2.01 4/89 27397
/proc/meminfo: memFree=1526512/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=89400 CPUtime=6.32
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 19046 0 0 0 623 9 0 0 25 0 2 0 1163964750 91545600 19013 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 22350 19013 83 193 0 22154 0
[pid=27396/tid=27397] ppid=27393 vsize=89400 CPUtime=2.73
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 674 0 0 0 273 0 0 0 25 0 2 0 1163964825 91545600 19013 1992294400 134512640 135305190 4294956144 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 94756

[startup+25.5012 s]
/proc/loadavg: 2.29 2.06 2.02 4/89 27397
/proc/meminfo: memFree=1525232/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=90984 CPUtime=19.12
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 19450 0 0 0 1902 10 0 0 25 0 2 0 1163964750 93167616 19417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528594 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 22746 19417 83 193 0 22550 0
[pid=27396/tid=27397] ppid=27393 vsize=90984 CPUtime=9.14
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 835 0 0 0 913 1 0 0 25 0 2 0 1163964825 93167616 19417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 96340

[startup+51.1014 s]
/proc/loadavg: 2.53 2.14 2.04 4/89 27397
/proc/meminfo: memFree=1516912/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=100432 CPUtime=44.69
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 21540 0 0 0 4457 12 0 0 25 0 2 0 1163964750 102842368 21507 1992294400 134512640 135305190 4294956144 18446744073709551615 134551731 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 25108 21507 83 193 0 24912 0
[pid=27396/tid=27397] ppid=27393 vsize=100432 CPUtime=21.93
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 1685 0 0 0 2192 1 0 0 25 0 2 0 1163964825 102842368 21507 1992294400 134512640 135305190 4294956144 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 105788

[startup+102.302 s]
/proc/loadavg: 2.79 2.27 2.09 4/89 27397
/proc/meminfo: memFree=1507120/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=109980 CPUtime=95.87
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 23917 0 0 0 9573 14 0 0 25 0 2 0 1163964750 112619520 23884 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 27495 23884 83 193 0 27299 0
[pid=27396/tid=27397] ppid=27393 vsize=109980 CPUtime=47.48
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 2803 0 0 0 4745 3 0 0 25 0 2 0 1163964825 112619520 23884 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 115336

[startup+162.301 s]
/proc/loadavg: 2.92 2.40 2.15 4/89 27397
/proc/meminfo: memFree=1496496/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=120692 CPUtime=155.84
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 26605 0 0 0 15568 16 0 0 25 0 2 0 1163964750 123588608 26572 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 30173 26572 83 193 0 29977 0
[pid=27396/tid=27397] ppid=27393 vsize=120692 CPUtime=77.45
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 3969 0 0 0 7741 4 0 0 25 0 2 0 1163964825 123588608 26572 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 126048

[startup+222.308 s]
/proc/loadavg: 2.97 2.51 2.20 4/89 27397
/proc/meminfo: memFree=1493104/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=123848 CPUtime=215.82
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 27391 0 0 0 21565 17 0 0 25 0 2 0 1163964750 126820352 27358 1992294400 134512640 135305190 4294956144 18446744073709551615 134551962 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 30962 27358 83 193 0 30766 0
[pid=27396/tid=27397] ppid=27393 vsize=123848 CPUtime=107.43
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 4322 0 0 0 10738 5 0 0 25 0 2 0 1163964825 126820352 27358 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 129204

[startup+282.301 s]
/proc/loadavg: 2.99 2.59 2.24 4/89 27397
/proc/meminfo: memFree=1481264/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=135596 CPUtime=275.8
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 30355 0 0 0 27560 20 0 0 25 0 2 0 1163964750 138850304 30322 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 33899 30322 83 193 0 33703 0

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


[startup+342.302 s]
/proc/loadavg: 2.99 2.66 2.29 4/89 27397
/proc/meminfo: memFree=1481272/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=135596 CPUtime=335.77
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 30357 0 0 0 33557 20 0 0 25 0 2 0 1163964750 138850304 30324 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 33899 30324 83 193 0 33703 0
[pid=27396/tid=27397] ppid=27393 vsize=135596 CPUtime=167.4
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 5694 0 0 0 16733 7 0 0 25 0 2 0 1163964825 138850304 30324 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 140952

[startup+402.301 s]
/proc/loadavg: 2.99 2.72 2.33 4/89 27397
/proc/meminfo: memFree=1471224/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=145860 CPUtime=395.75
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 32870 0 0 0 39552 23 0 0 25 0 2 0 1163964750 149360640 32837 1992294400 134512640 135305190 4294956144 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 36465 32837 83 193 0 36269 0
[pid=27396/tid=27397] ppid=27393 vsize=145860 CPUtime=197.38
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 6757 0 0 0 19730 8 0 0 25 0 2 0 1163964825 149360640 32837 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 151216

[startup+462.302 s]
/proc/loadavg: 2.99 2.77 2.37 4/89 27397
/proc/meminfo: memFree=1465272/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=151748 CPUtime=455.73
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 34350 0 0 0 45548 25 0 0 25 0 2 0 1163964750 155389952 34317 1992294400 134512640 135305190 4294956144 18446744073709551615 134551668 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 37937 34317 83 193 0 37741 0
[pid=27396/tid=27397] ppid=27393 vsize=151748 CPUtime=227.36
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 7398 0 0 0 22727 9 0 0 25 0 2 0 1163964825 155389952 34317 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 157104

[startup+522.302 s]
/proc/loadavg: 2.99 2.81 2.41 4/89 27397
/proc/meminfo: memFree=1457144/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=160172 CPUtime=515.7
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 36461 0 0 0 51543 27 0 0 25 0 2 0 1163964750 164016128 36428 1992294400 134512640 135305190 4294956144 18446744073709551615 134530583 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40043 36428 83 193 0 39847 0
[pid=27396/tid=27397] ppid=27393 vsize=160172 CPUtime=257.35
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8378 0 0 0 25725 10 0 0 25 0 2 0 1163964825 164016128 36428 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 165528

[startup+582.301 s]
/proc/loadavg: 2.99 2.84 2.44 4/89 27397
/proc/meminfo: memFree=1455224/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=161624 CPUtime=575.68
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 36837 0 0 0 57540 28 0 0 25 0 2 0 1163964750 165502976 36804 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40406 36804 83 193 0 40210 0
[pid=27396/tid=27397] ppid=27393 vsize=161624 CPUtime=287.3
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8556 0 0 0 28720 10 0 0 25 0 2 0 1163964825 165502976 36804 1992294400 134512640 135305190 4294956144 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 166980

[startup+642.302 s]
/proc/loadavg: 2.99 2.87 2.47 4/89 27397
/proc/meminfo: memFree=1455224/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=161624 CPUtime=635.66
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 36837 0 0 0 63538 28 0 0 25 0 2 0 1163964750 165502976 36804 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40406 36804 83 193 0 40210 0
[pid=27396/tid=27397] ppid=27393 vsize=161624 CPUtime=317.29
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8556 0 0 0 31719 10 0 0 25 0 2 0 1163964825 165502976 36804 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 166980

[startup+702.301 s]
/proc/loadavg: 2.99 2.89 2.50 4/89 27397
/proc/meminfo: memFree=1453368/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=163480 CPUtime=695.63
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 37296 0 0 0 69535 28 0 0 25 0 2 0 1163964750 167403520 37263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40870 37263 83 193 0 40674 0
[pid=27396/tid=27397] ppid=27393 vsize=163480 CPUtime=347.28
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8786 0 0 0 34718 10 0 0 25 0 2 0 1163964825 167403520 37263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 168836

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

[startup+702.401 s]
/proc/loadavg: 2.99 2.89 2.50 4/89 27397
/proc/meminfo: memFree=1453368/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=163480 CPUtime=695.73
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 37296 0 0 0 69545 28 0 0 25 0 2 0 1163964750 167403520 37263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40870 37263 83 193 0 40674 0
[pid=27396/tid=27397] ppid=27393 vsize=163480 CPUtime=347.29
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8786 0 0 0 34719 10 0 0 25 0 2 0 1163964825 167403520 37263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 168836

[startup+703.201 s]
/proc/loadavg: 2.99 2.89 2.50 4/89 27397
/proc/meminfo: memFree=1453304/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=163480 CPUtime=696.53
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 37304 0 0 0 69625 28 0 0 25 0 2 0 1163964750 167403520 37271 1992294400 134512640 135305190 4294956144 18446744073709551615 134528866 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40870 37271 83 193 0 40674 0
[pid=27396/tid=27397] ppid=27393 vsize=163480 CPUtime=347.69
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8786 0 0 0 34759 10 0 0 25 0 2 0 1163964825 167403520 37271 1992294400 134512640 135305190 4294956144 18446744073709551615 134551636 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 702.85
Current children cumulated vsize (KiB) 168836

[startup+704.001 s]
/proc/loadavg: 2.99 2.89 2.50 4/89 27397
/proc/meminfo: memFree=1453304/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=163480 CPUtime=697.34
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 37310 0 0 0 69706 28 0 0 25 0 2 0 1163964750 167403520 37277 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40870 37277 83 193 0 40674 0
[pid=27396/tid=27397] ppid=27393 vsize=163480 CPUtime=348.09
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8789 0 0 0 34799 10 0 0 24 0 2 0 1163964825 167403520 37277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 703.66
Current children cumulated vsize (KiB) 168836

[startup+704.201 s]
/proc/loadavg: 2.99 2.89 2.50 4/89 27397
/proc/meminfo: memFree=1453304/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=163480 CPUtime=697.53
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 37312 0 0 0 69725 28 0 0 25 0 2 0 1163964750 167403520 37279 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40870 37279 83 193 0 40674 0
[pid=27396/tid=27397] ppid=27393 vsize=163480 CPUtime=348.19
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8791 0 0 0 34809 10 0 0 25 0 2 0 1163964825 167403520 37279 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 703.85
Current children cumulated vsize (KiB) 168836

[startup+704.301 s]
/proc/loadavg: 2.99 2.89 2.50 4/89 27397
/proc/meminfo: memFree=1453304/2055920 swapFree=4170232/4192956
[pid=27393] ppid=27391 vsize=5356 CPUtime=6.32
/proc/27393/stat : 27393 (manysat.sh) S 27391 27393 26589 0 -1 4194304 312 30075 0 0 0 0 610 22 16 0 1 0 1163964113 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27393/statm: 1339 238 195 169 0 50 0
[pid=27396] ppid=27393 vsize=163480 CPUtime=697.63
/proc/27396/stat : 27396 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194304 37312 0 0 0 69735 28 0 0 25 0 2 0 1163964750 167403520 37279 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27396/statm: 40870 37279 83 193 0 40674 0
[pid=27396/tid=27397] ppid=27393 vsize=163480 CPUtime=348.28
/proc/27396/task/27397/stat : 27397 (manysat1.1_stat) R 27393 27393 26589 0 -1 4194368 8791 0 0 0 34818 10 0 0 25 0 2 0 1163964825 167403520 37279 1992294400 134512640 135305190 4294956144 18446744073709551615 134657448 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 703.95
Current children cumulated vsize (KiB) 168836

Child status: 20
Real time (s): 704.343
CPU time (s): 704.013
CPU user time (s): 703.466
CPU system time (s): 0.546916
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 168836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 703.466
system time used= 0.546916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67868
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= 64
involuntary context switches= 9209

runsolver used 0.902862 second user time and 2.30665 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-05 08:30:01
IDJOB=1579966
IDBENCH=71008
IDSOLVER=515
FILE ID=node92/1579966-1238913000
PBS_JOBID= 9086098
Free space on /tmp= 66540 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579966-1238913000/watcher-1579966-1238913000 -o /tmp/evaluation-result-1579966-1238913000/solver-1579966-1238913000 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1579966-1238913000.cnf aimd 2

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=16667916

node92.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.249
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.249
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1619496 kB
Buffers:         42456 kB
Cached:         322936 kB
SwapCached:       7384 kB
Active:         162276 kB
Inactive:       212792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619496 kB
SwapTotal:     4192956 kB
SwapFree:      4170232 kB
Dirty:           16396 kB
Writeback:           0 kB
Mapped:          15356 kB
Slab:            45356 kB
Committed_AS:  2114712 kB
PageTables:       2788 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= 66536 MiB
End job on node92 at 2009-04-05 08:41:45