Trace number 1563560

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 0/2009-03-20UNSAT 908.532 908.905

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark406.26
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.05	c Parsing...
0.10/0.14	c ==============================================================================
0.10/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.10/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.10/0.14	c ==============================================================================
0.10/0.14	c |         0 |  135726   315843 |   40717       0        0     nan |  0.000 % |
1.58/1.63	c |         0 |   65966   210427 |      --       0       --      -- |     --   | -69152/-103784
1.58/1.63	c ==============================================================================
1.58/1.63	c Result  :   #vars: 13761   #clauses: 65966   #literals: 210427
1.58/1.63	c CPU time:   1.56576 s
1.58/1.63	c ==============================================================================
908.40/908.87	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
908.40/908.87	c ============================[ Problem Statistics ]=============================
908.40/908.87	c |                                                                             |
908.40/908.87	c threadId              : 1
908.40/908.87	c restarts              : 8461
908.40/908.87	c conflicts             : 560557         (618 /sec)
908.40/908.87	c decisions             : 5494137        (1.26 % random) (6060 /sec)
908.40/908.87	c propagations          : 443768263      (489512 /sec)
908.40/908.87	c conflict literals     : 22945020       (49.86 % deleted)
908.40/908.87	c Memory used           : 99.70 MB
908.40/908.87	c CPU time              : 906.553 s
908.40/908.87	
908.40/908.87	c --->m=2, e=8, aimd=0, HOME/19021_many.cnf	time: 453.277	conflicts: 560557       
908.40/908.89	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-1563560-1238787075/watcher-1563560-1238787075 -o /tmp/evaluation-result-1563560-1238787075/solver-1563560-1238787075 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563560-1238787075.cnf aimd 0 

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: 2.00 2.00 2.00 4/86 19021
/proc/meminfo: memFree=1806856/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=0
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151371552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19021/statm: 1339 235 195 169 0 50 0
[pid=19022] ppid=19021 vsize=5356 CPUtime=0
/proc/19022/stat : 19022 (manysat.sh) R 19021 19021 18473 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 1151371552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279240487 0 0 4096 0 0 0 0 17 1 0 0
/proc/19022/statm: 1339 235 195 169 0 50 0

[startup+0.119851 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 19021
/proc/meminfo: memFree=1806856/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=0
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151371552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19021/statm: 1339 235 195 169 0 50 0
[pid=19022] ppid=19021 vsize=17344 CPUtime=0.1
/proc/19022/stat : 19022 (SatElite) R 19021 19021 18473 0 -1 4194304 3856 0 0 0 9 1 0 0 19 0 1 0 1151371552 17760256 3840 1992294400 134512640 135034092 4294956096 18446744073709551615 134547138 0 0 4096 3 0 0 0 17 1 0 0
/proc/19022/statm: 4336 3840 51 127 0 4206 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 22700

[startup+0.202862 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 19021
/proc/meminfo: memFree=1806856/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=0
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151371552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19021/statm: 1339 235 195 169 0 50 0
[pid=19022] ppid=19021 vsize=21352 CPUtime=0.19
/proc/19022/stat : 19022 (SatElite) R 19021 19021 18473 0 -1 4194304 5198 0 0 0 17 2 0 0 21 0 1 0 1151371552 21864448 4831 1992294400 134512640 135034092 4294956096 18446744073709551615 134547420 0 0 4096 3 0 0 0 17 1 0 0
/proc/19022/statm: 5338 4831 68 127 0 5208 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26708

[startup+0.302874 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 19021
/proc/meminfo: memFree=1806856/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=0
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151371552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19021/statm: 1339 235 195 169 0 50 0
[pid=19022] ppid=19021 vsize=21484 CPUtime=0.29
/proc/19022/stat : 19022 (SatElite) R 19021 19021 18473 0 -1 4194304 5211 0 0 0 27 2 0 0 21 0 1 0 1151371552 21999616 4844 1992294400 134512640 135034092 4294956096 18446744073709551615 134566222 0 0 4096 3 0 0 0 17 1 0 0
/proc/19022/statm: 5371 4844 68 127 0 5241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26840

[startup+0.702927 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 19021
/proc/meminfo: memFree=1806856/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=0
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151371552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19021/statm: 1339 235 195 169 0 50 0
[pid=19022] ppid=19021 vsize=23100 CPUtime=0.69
/proc/19022/stat : 19022 (SatElite) R 19021 19021 18473 0 -1 4194304 5571 0 0 0 65 4 0 0 25 0 1 0 1151371552 23654400 5204 1992294400 134512640 135034092 4294956096 18446744073709551615 134560575 0 0 4096 3 0 0 0 17 1 0 0
/proc/19022/statm: 5775 5204 68 127 0 5645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28456

[startup+1.50203 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 19023
/proc/meminfo: memFree=1777464/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=0
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151371552 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19021/statm: 1339 235 195 169 0 50 0
[pid=19022] ppid=19021 vsize=23360 CPUtime=1.48
/proc/19022/stat : 19022 (SatElite) R 19021 19021 18473 0 -1 4194304 5877 0 0 0 143 5 0 0 25 0 1 0 1151371552 23920640 5278 1992294400 134512640 135034092 4294956096 18446744073709551615 134574365 0 0 4096 3 0 0 0 17 1 0 0
/proc/19022/statm: 5840 5278 68 127 0 5710 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28716

[startup+3.10121 s]
/proc/loadavg: 2.00 2.00 2.00 4/89 19025
/proc/meminfo: memFree=1784624/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=23920 CPUtime=1.36
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 3106 0 0 0 134 2 0 0 25 0 2 0 1151371725 24494080 3092 1992294400 134512640 135305190 4294956144 18446744073709551615 134541971 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 5980 3092 83 193 0 5784 0
[pid=19024/tid=19025] ppid=19021 vsize=23920 CPUtime=0.61
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 225 0 0 0 61 0 0 0 25 0 2 0 1151371734 24494080 3092 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 29276

[startup+6.30162 s]
/proc/loadavg: 2.08 2.02 2.01 4/89 19025
/proc/meminfo: memFree=1782192/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=25956 CPUtime=4.55
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 3617 0 0 0 453 2 0 0 25 0 2 0 1151371725 26578944 3603 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 6489 3603 83 193 0 6293 0
[pid=19024/tid=19025] ppid=19021 vsize=25956 CPUtime=2.21
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 432 0 0 0 221 0 0 0 25 0 2 0 1151371734 26578944 3603 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 31312

[startup+12.7014 s]
/proc/loadavg: 2.15 2.03 2.01 4/89 19025
/proc/meminfo: memFree=1778416/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=31076 CPUtime=10.95
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 4650 0 0 0 1092 3 0 0 25 0 2 0 1151371725 31821824 4636 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 7769 4636 83 193 0 7573 0
[pid=19024/tid=19025] ppid=19021 vsize=31076 CPUtime=5.41
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 891 0 0 0 541 0 0 0 25 0 2 0 1151371734 31821824 4636 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 36432

[startup+25.503 s]
/proc/loadavg: 2.42 2.10 2.03 4/89 19025
/proc/meminfo: memFree=1772848/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=36440 CPUtime=23.74
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 5962 0 0 0 2370 4 0 0 25 0 2 0 1151371725 37314560 5948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 9110 5948 83 193 0 8914 0
[pid=19024/tid=19025] ppid=19021 vsize=36440 CPUtime=11.8
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 1438 0 0 0 1180 0 0 0 25 0 2 0 1151371734 37314560 5948 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 41796

[startup+51.1022 s]
/proc/loadavg: 2.69 2.18 2.06 4/89 19025
/proc/meminfo: memFree=1767856/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=41520 CPUtime=49.34
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 7224 0 0 0 4927 7 0 0 25 0 2 0 1151371725 42516480 7210 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 10380 7210 83 193 0 10184 0
[pid=19024/tid=19025] ppid=19021 vsize=41520 CPUtime=24.6
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 1975 0 0 0 2459 1 0 0 25 0 2 0 1151371734 42516480 7210 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 46876

[startup+102.303 s]
/proc/loadavg: 2.97 2.34 2.12 4/89 19025
/proc/meminfo: memFree=1757552/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=51688 CPUtime=100.52
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 9732 0 0 0 10043 9 0 0 25 0 2 0 1151371725 52928512 9718 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 12922 9718 83 193 0 12726 0
[pid=19024/tid=19025] ppid=19021 vsize=51688 CPUtime=50.12
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 3091 0 0 0 5010 2 0 0 25 0 2 0 1151371734 52928512 9718 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 57044

[startup+162.302 s]
/proc/loadavg: 3.19 2.52 2.19 4/89 19025
/proc/meminfo: memFree=1749872/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=59220 CPUtime=160.5
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 11615 0 0 0 16039 11 0 0 25 0 2 0 1151371725 60641280 11601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 14805 11601 83 193 0 14609 0
[pid=19024/tid=19025] ppid=19021 vsize=59220 CPUtime=80.1
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 3922 0 0 0 8006 4 0 0 25 0 2 0 1151371734 60641280 11601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 64576

[startup+222.308 s]
/proc/loadavg: 3.12 2.62 2.24 4/89 19025
/proc/meminfo: memFree=1749744/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=59500 CPUtime=220.48
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 11665 0 0 0 22037 11 0 0 25 0 2 0 1151371725 60928000 11651 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 14875 11651 83 193 0 14679 0
[pid=19024/tid=19025] ppid=19021 vsize=59500 CPUtime=110.09
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 3924 0 0 0 11005 4 0 0 25 0 2 0 1151371734 60928000 11651 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 64856

[startup+282.302 s]
/proc/loadavg: 3.09 2.70 2.29 4/89 19025
/proc/meminfo: memFree=1738608/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/19024/statm: 22701 19385 83 193 0 22505 0
[pid=19024/tid=19025] ppid=19021 vsize=90804 CPUtime=319.96
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 7478 0 0 0 31988 8 0 0 25 0 2 0 1151371734 92983296 19385 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 96160

[startup+702.303 s]
/proc/loadavg: 3.11 2.99 2.57 4/89 19025
/proc/meminfo: memFree=1718320/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=91004 CPUtime=700.28
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 19443 0 0 0 70008 20 0 0 25 0 2 0 1151371725 93188096 19429 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 22751 19429 83 193 0 22555 0
[pid=19024/tid=19025] ppid=19021 vsize=91004 CPUtime=349.96
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 7517 0 0 0 34988 8 0 0 25 0 2 0 1151371734 93188096 19429 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 96360

[startup+762.301 s]
/proc/loadavg: 3.04 2.99 2.59 4/89 19025
/proc/meminfo: memFree=1717424/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=91928 CPUtime=760.27
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 19668 0 0 0 76007 20 0 0 25 0 2 0 1151371725 94134272 19654 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 22982 19654 83 193 0 22786 0
[pid=19024/tid=19025] ppid=19021 vsize=91928 CPUtime=379.95
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 7596 0 0 0 37987 8 0 0 25 0 2 0 1151371734 94134272 19654 1992294400 134512640 135305190 4294956144 18446744073709551615 134558374 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 97284

[startup+822.302 s]
/proc/loadavg: 3.01 2.99 2.62 4/89 19025
/proc/meminfo: memFree=1715184/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=94200 CPUtime=820.23
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 20266 0 0 0 82003 20 0 0 25 0 2 0 1151371725 96460800 20252 1992294400 134512640 135305190 4294956144 18446744073709551615 134557288 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 23550 20252 83 193 0 23354 0
[pid=19024/tid=19025] ppid=19021 vsize=94200 CPUtime=409.94
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 7867 0 0 0 40986 8 0 0 25 0 2 0 1151371734 96460800 20252 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 99556

[startup+882.306 s]
/proc/loadavg: 3.00 2.99 2.64 4/89 19025
/proc/meminfo: memFree=1707888/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=101900 CPUtime=880.22
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22055 0 0 0 87999 23 0 0 25 0 2 0 1151371725 104345600 22041 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25475 22041 83 193 0 25279 0
[pid=19024/tid=19025] ppid=19021 vsize=101900 CPUtime=439.94
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 43985 9 0 0 25 0 2 0 1151371734 104345600 22041 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 107256

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

[startup+896.001 s]
/proc/loadavg: 3.00 2.99 2.64 4/89 19025
/proc/meminfo: memFree=1707760/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=102092 CPUtime=893.91
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22085 0 0 0 89368 23 0 0 25 0 2 0 1151371725 104542208 22071 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25523 22071 83 193 0 25327 0
[pid=19024/tid=19025] ppid=19021 vsize=102092 CPUtime=446.76
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 44667 9 0 0 25 0 2 0 1151371734 104542208 22071 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 895.61
Current children cumulated vsize (KiB) 107448

[startup+902.402 s]
/proc/loadavg: 3.00 2.99 2.64 4/89 19025
/proc/meminfo: memFree=1707696/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=102092 CPUtime=900.3
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22098 0 0 0 90007 23 0 0 25 0 2 0 1151371725 104542208 22084 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25523 22084 83 193 0 25327 0
[pid=19024/tid=19025] ppid=19021 vsize=102092 CPUtime=449.96
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 44987 9 0 0 25 0 2 0 1151371734 104542208 22084 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 902
Current children cumulated vsize (KiB) 107448

[startup+905.601 s]
/proc/loadavg: 3.00 2.99 2.65 4/89 19025
/proc/meminfo: memFree=1707696/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=102092 CPUtime=903.5
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22100 0 0 0 90327 23 0 0 25 0 2 0 1151371725 104542208 22086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25523 22086 83 193 0 25327 0
[pid=19024/tid=19025] ppid=19021 vsize=102092 CPUtime=451.56
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 45147 9 0 0 25 0 2 0 1151371734 104542208 22086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 905.2
Current children cumulated vsize (KiB) 107448

[startup+907.202 s]
/proc/loadavg: 3.00 2.99 2.65 4/89 19025
/proc/meminfo: memFree=1707632/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=102092 CPUtime=905.1
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22112 0 0 0 90487 23 0 0 25 0 2 0 1151371725 104542208 22098 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25523 22098 83 193 0 25327 0
[pid=19024/tid=19025] ppid=19021 vsize=102092 CPUtime=452.36
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 45227 9 0 0 25 0 2 0 1151371734 104542208 22098 1992294400 134512640 135305190 4294956144 18446744073709551615 134558360 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 906.8
Current children cumulated vsize (KiB) 107448

[startup+908.002 s]
/proc/loadavg: 3.00 2.99 2.65 4/89 19025
/proc/meminfo: memFree=1707632/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=102092 CPUtime=905.9
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22113 0 0 0 90567 23 0 0 25 0 2 0 1151371725 104542208 22099 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25523 22099 83 193 0 25327 0
[pid=19024/tid=19025] ppid=19021 vsize=102092 CPUtime=452.76
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 45267 9 0 0 25 0 2 0 1151371734 104542208 22099 1992294400 134512640 135305190 4294956144 18446744073709551615 134529363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 907.6
Current children cumulated vsize (KiB) 107448

[startup+908.402 s]
/proc/loadavg: 3.00 2.99 2.65 4/89 19025
/proc/meminfo: memFree=1707632/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=102092 CPUtime=906.3
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22113 0 0 0 90607 23 0 0 25 0 2 0 1151371725 104542208 22099 1992294400 134512640 135305190 4294956144 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25523 22099 83 193 0 25327 0
[pid=19024/tid=19025] ppid=19021 vsize=102092 CPUtime=452.96
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 45287 9 0 0 25 0 2 0 1151371734 104542208 22099 1992294400 134512640 135305190 4294956144 18446744073709551615 134529576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 908
Current children cumulated vsize (KiB) 107448

[startup+908.802 s]
/proc/loadavg: 3.00 2.99 2.65 4/89 19025
/proc/meminfo: memFree=1707632/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5356 CPUtime=1.7
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 312 6711 0 0 0 0 164 6 16 0 1 0 1151371552 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19021/statm: 1339 238 195 169 0 50 0
[pid=19024] ppid=19021 vsize=102092 CPUtime=906.7
/proc/19024/stat : 19024 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194304 22113 0 0 0 90647 23 0 0 25 0 2 0 1151371725 104542208 22099 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/19024/statm: 25523 22099 83 193 0 25327 0
[pid=19024/tid=19025] ppid=19021 vsize=102092 CPUtime=453.16
/proc/19024/task/19025/stat : 19025 (manysat1.1_stat) R 19021 19021 18473 0 -1 4194368 8781 0 0 0 45307 9 0 0 25 0 2 0 1151371734 104542208 22099 1992294400 134512640 135305190 4294956144 18446744073709551615 134837998 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 908.4
Current children cumulated vsize (KiB) 107448

[startup+908.902 s]
/proc/loadavg: 3.00 2.99 2.65 4/89 19025
/proc/meminfo: memFree=1707632/2055920 swapFree=4170308/4192956
[pid=19021] ppid=19019 vsize=5360 CPUtime=908.51
/proc/19021/stat : 19021 (manysat.sh) S 19019 19021 18473 0 -1 4194304 339 28839 0 0 0 0 90820 31 20 0 1 0 1151371552 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19021/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 908.51
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 908.905
CPU time (s): 908.532
CPU user time (s): 908.204
CPU system time (s): 0.32795
CPU usage (%): 99.9589
Max. virtual memory (cumulated for all children) (KiB): 107448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 908.204
system time used= 0.32795
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29305
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= 67
involuntary context switches= 11695

runsolver used 1.16582 second user time and 2.97455 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-03 21:31:15
IDJOB=1563560
IDBENCH=70956
IDSOLVER=513
FILE ID=node92/1563560-1238787075
PBS_JOBID= 9085565
Free space on /tmp= 66552 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563560-1238787075/watcher-1563560-1238787075 -o /tmp/evaluation-result-1563560-1238787075/solver-1563560-1238787075 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563560-1238787075.cnf aimd 0

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED=1802832608

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:       1807336 kB
Buffers:         26512 kB
Cached:         152880 kB
SwapCached:       7540 kB
Active:          53784 kB
Inactive:       135432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807336 kB
SwapTotal:     4192956 kB
SwapFree:      4170308 kB
Dirty:            3864 kB
Writeback:           0 kB
Mapped:          15684 kB
Slab:            43376 kB
Committed_AS:  1991412 kB
PageTables:       2768 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= 66548 MiB
End job on node92 at 2009-04-03 21:46:24