Trace number 1556368

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
satake 2009-03-22? (TO) 1200.1 601.772

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1556368-1238749116/watcher-1556368-1238749116 -o /tmp/evaluation-result-1556368-1238749116/solver-1556368-1238749116 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1556368-1238749116.cnf 3 1200 

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.00 1.00 1.00 3/81 846
/proc/meminfo: memFree=1771992/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=3608 CPUtime=0
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 742 0 0 0 0 0 0 0 18 0 4 0 751806645 3694592 727 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 902 727 65 163 0 737 0
[pid=846/tid=847] ppid=844 vsize=3608 CPUtime=0
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 7 0 0 0 0 0 0 0 19 0 4 0 751806645 3694592 729 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=3608 CPUtime=0
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 655 0 0 0 0 0 0 0 19 0 4 0 751806645 3694592 730 1992294400 134512640 135180984 4294956208 18446744073709551615 134675846 0 0 4096 0 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=844 vsize=3608 CPUtime=0
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 4 0 751806645 3694592 731 1992294400 134512640 135180984 4294956208 18446744073709551615 134705812 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0195161 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 846
/proc/meminfo: memFree=1771992/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=10832 CPUtime=0.05
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 2207 0 0 0 3 2 0 0 18 0 4 0 751806645 11091968 2187 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 2938 2475 65 163 0 2773 0
[pid=846/tid=847] ppid=844 vsize=11884 CPUtime=0
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 7 0 0 0 0 0 0 0 19 0 4 0 751806645 12169216 2519 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=12468 CPUtime=0.03
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 1394 0 0 0 3 0 0 0 17 0 4 0 751806645 12767232 2815 1992294400 134512640 135180984 4294956208 18446744073709551615 134579486 0 0 4096 0 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=844 vsize=16792 CPUtime=0.04
/proc/846/task/849/stat : 849 (satake) S 844 846 340 0 -1 4194368 1576 0 0 0 3 1 0 0 16 0 4 0 751806645 17195008 3278 1992294400 134512640 135180984 4294956208 18446744073709551615 134579486 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10832

[startup+0.187555 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 846
/proc/meminfo: memFree=1771992/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=28016 CPUtime=0.35
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 7267 0 0 0 30 5 0 0 18 0 4 0 751806645 28688384 6016 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 7004 6017 68 163 0 6839 0
[pid=846/tid=847] ppid=844 vsize=28016 CPUtime=0
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 905 0 0 0 0 0 0 0 16 0 4 0 751806645 28688384 6018 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=28016 CPUtime=0.15
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 3103 0 0 0 14 1 0 0 16 0 4 0 751806645 28688384 6018 1992294400 134512640 135180984 4294956208 18446744073709551615 134675846 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=28016 CPUtime=0.16
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 3178 0 0 0 14 2 0 0 17 0 4 0 751806645 28688384 6018 1992294400 134512640 135180984 4294956208 18446744073709551615 134532460 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 28016

[startup+0.301574 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 846
/proc/meminfo: memFree=1771992/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=28016 CPUtime=0.58
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 7336 0 0 0 53 5 0 0 18 0 4 0 751806645 28688384 6085 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 7004 6085 70 163 0 6839 0
[pid=846/tid=847] ppid=844 vsize=28016 CPUtime=0
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 906 0 0 0 0 0 0 0 15 0 4 0 751806645 28688384 6085 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=28016 CPUtime=0.27
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 3135 0 0 0 26 1 0 0 17 0 4 0 751806645 28688384 6085 1992294400 134512640 135180984 4294956208 18446744073709551615 134527272 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=28016 CPUtime=0.27
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 3212 0 0 0 25 2 0 0 17 0 4 0 751806645 28688384 6085 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 28016

[startup+0.701655 s]
/proc/loadavg: 1.00 1.00 1.00 3/81 846
/proc/meminfo: memFree=1771992/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=28148 CPUtime=1.37
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 7399 0 0 0 127 10 0 0 18 0 4 0 751806645 28823552 6148 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 7037 6148 70 163 0 6872 0
[pid=846/tid=847] ppid=844 vsize=28148 CPUtime=0.04
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 910 0 0 0 1 3 0 0 15 0 4 0 751806645 28823552 6148 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=28148 CPUtime=0.66
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 3170 0 0 0 63 3 0 0 17 0 4 0 751806645 28823552 6148 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=28148 CPUtime=0.67
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 3236 0 0 0 63 4 0 0 17 0 4 0 751806645 28823552 6148 1992294400 134512640 135180984 4294956208 18446744073709551615 134528529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 28148

[startup+1.50181 s]
/proc/loadavg: 1.00 1.00 1.00 3/85 850
/proc/meminfo: memFree=1747192/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=28548 CPUtime=2.97
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 7562 0 0 0 275 22 0 0 18 0 4 0 751806645 29233152 6311 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 7137 6311 70 163 0 6972 0
[pid=846/tid=847] ppid=844 vsize=28548 CPUtime=0.1
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 927 0 0 0 2 8 0 0 15 0 4 0 751806645 29233152 6311 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=28548 CPUtime=1.42
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 3271 0 0 0 136 6 0 0 17 0 4 0 751806645 29233152 6311 1992294400 134512640 135180984 4294956208 18446744073709551615 134528281 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=28548 CPUtime=1.43
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 3281 0 0 0 136 7 0 0 17 0 4 0 751806645 29233152 6311 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 28548

[startup+3.10212 s]
/proc/loadavg: 1.00 1.00 1.00 3/85 850
/proc/meminfo: memFree=1745912/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=31668 CPUtime=6.16
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 7988 0 0 0 579 37 0 0 18 0 4 0 751806645 32428032 6737 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 7917 6737 70 163 0 7752 0
[pid=846/tid=847] ppid=844 vsize=31668 CPUtime=0.2
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 958 0 0 0 5 15 0 0 15 0 4 0 751806645 32428032 6737 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=31668 CPUtime=2.98
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 3520 0 0 0 288 10 0 0 17 0 4 0 751806645 32428032 6737 1992294400 134512640 135180984 4294956208 18446744073709551615 134523716 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=31668 CPUtime=2.96
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 3427 0 0 0 285 11 0 0 17 0 4 0 751806645 32428032 6737 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 31668

[startup+6.30174 s]
/proc/loadavg: 1.08 1.02 1.01 3/85 850
/proc/meminfo: memFree=1743048/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=33784 CPUtime=12.53
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 8637 0 0 0 1190 63 0 0 18 0 4 0 751806645 34594816 7386 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 8446 7386 70 163 0 8281 0
[pid=846/tid=847] ppid=844 vsize=33784 CPUtime=0.35
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1002 0 0 0 8 27 0 0 15 0 4 0 751806645 34594816 7386 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=33784 CPUtime=6.09
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 3816 0 0 0 593 16 0 0 17 0 4 0 751806645 34594816 7386 1992294400 134512640 135180984 4294956208 18446744073709551615 134520863 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=33784 CPUtime=6.08
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 3736 0 0 0 589 19 0 0 18 0 4 0 751806645 34594816 7386 1992294400 134512640 135180984 4294956208 18446744073709551615 134528123 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 33784

[startup+12.703 s]
/proc/loadavg: 1.15 1.03 1.01 3/85 850
/proc/meminfo: memFree=1736520/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=39188 CPUtime=25.28
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 10178 0 0 0 2418 110 0 0 18 0 4 0 751806645 40128512 8927 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 9797 8927 70 163 0 9632 0
[pid=846/tid=847] ppid=844 vsize=39188 CPUtime=0.59
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1080 0 0 0 12 47 0 0 15 0 4 0 751806645 40128512 8927 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=39188 CPUtime=12.33
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 4650 0 0 0 1204 29 0 0 16 0 4 0 751806645 40128512 8927 1992294400 134512640 135180984 4294956208 18446744073709551615 134706407 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=39188 CPUtime=12.34
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 4365 0 0 0 1201 33 0 0 17 0 4 0 751806645 40128512 8927 1992294400 134512640 135180984 4294956208 18446744073709551615 134520909 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 39188

[startup+25.5015 s]
/proc/loadavg: 1.34 1.08 1.02 3/85 850
/proc/meminfo: memFree=1724040/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=51968 CPUtime=50.77
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 13263 0 0 0 4891 186 0 0 18 0 4 0 751806645 53215232 12012 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 12992 12012 70 163 0 12827 0
[pid=846/tid=847] ppid=844 vsize=51968 CPUtime=1.02
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1214 0 0 0 21 81 0 0 15 0 4 0 751806645 53215232 12012 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=51968 CPUtime=24.86
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 6132 0 0 0 2437 49 0 0 18 0 4 0 751806645 53215232 12012 1992294400 134512640 135180984 4294956208 18446744073709551615 134706407 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=51968 CPUtime=24.87
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 5834 0 0 0 2433 54 0 0 17 0 4 0 751806645 53215232 12012 1992294400 134512640 135180984 4294956208 18446744073709551615 134525183 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 51968

[startup+51.1015 s]
/proc/loadavg: 1.56 1.15 1.05 3/85 850
/proc/meminfo: memFree=1703240/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=73436 CPUtime=101.8
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 18487 0 0 0 9927 253 0 0 18 0 4 0 751806645 75198464 17236 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 18359 17236 70 163 0 18194 0
[pid=846/tid=847] ppid=844 vsize=73436 CPUtime=1.38
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1312 0 0 0 29 109 0 0 15 0 4 0 751806645 75198464 17236 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=73436 CPUtime=50.23
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 8608 0 0 0 4956 67 0 0 21 0 4 0 751806645 75198464 17236 1992294400 134512640 135180984 4294956208 18446744073709551615 134525253 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=73436 CPUtime=50.17
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 8484 0 0 0 4941 76 0 0 25 0 4 0 751806645 75198464 17236 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 73436

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/85 850
/proc/meminfo: memFree=1671240/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=104540 CPUtime=203.94
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 26360 0 0 0 20084 310 0 0 18 0 4 0 751806645 107048960 25109 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 26135 25109 70 163 0 25970 0
[pid=846/tid=847] ppid=844 vsize=104540 CPUtime=1.64
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1428 0 0 0 36 128 0 0 15 0 4 0 751806645 107048960 25109 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=104540 CPUtime=101.28
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 12745 0 0 0 10042 86 0 0 25 0 4 0 751806645 107048960 25109 1992294400 134512640 135180984 4294956208 18446744073709551615 134520864 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=104540 CPUtime=100.99
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 12104 0 0 0 10005 94 0 0 25 0 4 0 751806645 107048960 25109 1992294400 134512640 135180984 4294956208 18446744073709551615 134528658 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.94
Current children cumulated vsize (KiB) 104540

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/85 856
/proc/meminfo: memFree=1639552/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=137508 CPUtime=323.58
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 34295 0 0 0 31967 391 0 0 18 0 4 0 751806645 140808192 33044 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 34377 33044 70 163 0 34212 0
[pid=846/tid=847] ppid=844 vsize=137508 CPUtime=2.07
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1543 0 0 0 46 161 0 0 15 0 4 0 751806645 140808192 33044 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=137508 CPUtime=160.8
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 17059 0 0 0 15968 112 0 0 25 0 4 0 751806645 140808192 33044 1992294400 134512640 135180984 4294956208 18446744073709551615 134518228 0 0 4096 0 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=844 vsize=137508 CPUtime=160.69
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 15610 0 0 0 15953 116 0 0 19 0 4 0 751806645 140808192 33044 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.58
Current children cumulated vsize (KiB) 137508

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/85 856
/proc/meminfo: memFree=1607744/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=168736 CPUtime=443.25
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 42168 0 0 0 43877 448 0 0 18 0 4 0 751806645 172785664 40917 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 42184 40917 70 163 0 42019 0
[pid=846/tid=847] ppid=844 vsize=168736 CPUtime=2.33
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1625 0 0 0 50 183 0 0 15 0 4 0 751806645 172785664 40917 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=168736 CPUtime=220.37
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 20979 0 0 0 21906 131 0 0 25 0 4 0 751806645 172785664 40917 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
[pid=846/tid=849] ppid=844 vsize=168736 CPUtime=220.53
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 19481 0 0 0 21920 133 0 0 25 0 4 0 751806645 172785664 40917 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.25
Current children cumulated vsize (KiB) 168736

[startup+282.302 s]
/proc/loadavg: 1.99 1.60 1.25 3/85 856
/proc/meminfo: memFree=1577152/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=199540 CPUtime=562.93
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 49939 0 0 0 55796 497 0 0 18 0 4 0 751806645 204328960 48688 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 49885 48688 70 163 0 49720 0
[pid=846/tid=847] ppid=844 vsize=199540 CPUtime=2.55
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1695 0 0 0 56 199 0 0 15 0 4 0 751806645 204328960 48688 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=199540 CPUtime=280.19
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 24761 0 0 0 27875 144 0 0 20 0 4 0 751806645 204328960 48688 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=199540 CPUtime=280.17
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 23400 0 0 0 27864 153 0 0 25 0 4 0 751806645 204328960 48688 1992294400 134512640 135180984 4294956208 18446744073709551615 134528417 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 562.93
Current children cumulated vsize (KiB) 199540

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.29 3/85 856
/proc/meminfo: memFree=1550592/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=226284 CPUtime=682.61
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 56481 0 0 0 67731 530 0 0 18 0 4 0 751806645 231714816 55230 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 56571 55230 70 163 0 56406 0
[pid=846/tid=847] ppid=844 vsize=226284 CPUtime=2.68
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1734 0 0 0 60 208 0 0 15 0 4 0 751806645 231714816 55230 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=226284 CPUtime=340.1
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 27918 0 0 0 33857 153 0 0 25 0 4 0 751806645 231714816 55230 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=226284 CPUtime=339.8
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 26746 0 0 0 33813 167 0 0 25 0 4 0 751806645 231714816 55230 1992294400 134512640 135180984 4294956208 18446744073709551615 134528633 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 682.61
Current children cumulated vsize (KiB) 226284

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.33 3/85 856
/proc/meminfo: memFree=1524672/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=251760 CPUtime=802.28
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 63001 0 0 0 79653 575 0 0 18 0 4 0 751806645 257802240 61750 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 62940 61750 70 163 0 62775 0
[pid=846/tid=847] ppid=844 vsize=251760 CPUtime=2.89
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1797 0 0 0 65 224 0 0 15 0 4 0 751806645 257802240 61750 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=251760 CPUtime=399.95
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 31549 0 0 0 39827 168 0 0 25 0 4 0 751806645 257802240 61750 1992294400 134512640 135180984 4294956208 18446744073709551615 134523740 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=251760 CPUtime=399.41
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 29572 0 0 0 39760 181 0 0 19 0 4 0 751806645 257802240 61750 1992294400 134512640 135180984 4294956208 18446744073709551615 134524934 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 802.28
Current children cumulated vsize (KiB) 251760

[startup+462.301 s]
/proc/loadavg: 1.99 1.77 1.37 3/85 856
/proc/meminfo: memFree=1500360/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=275524 CPUtime=921.96
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 69011 0 0 0 91591 605 0 0 18 0 4 0 751806645 282136576 67760 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 68881 67760 70 163 0 68716 0
[pid=846/tid=847] ppid=844 vsize=275524 CPUtime=3
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1830 0 0 0 68 232 0 0 15 0 4 0 751806645 282136576 67760 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=275524 CPUtime=459.87
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 34752 0 0 0 45808 179 0 0 25 0 4 0 751806645 282136576 67760 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=275524 CPUtime=459.06
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 32346 0 0 0 45714 192 0 0 25 0 4 0 751806645 282136576 67760 1992294400 134512640 135180984 4294956208 18446744073709551615 134520909 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 921.96
Current children cumulated vsize (KiB) 275524

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 3/85 856
/proc/meminfo: memFree=1478024/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=299852 CPUtime=1041.64
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 74619 0 0 0 103534 630 0 0 18 0 4 0 751806645 307048448 73368 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 74963 73368 70 163 0 74798 0
[pid=846/tid=847] ppid=844 vsize=299852 CPUtime=3.11
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1856 0 0 0 71 240 0 0 15 0 4 0 751806645 307048448 73368 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 0 0 0
[pid=846/tid=848] ppid=844 vsize=299852 CPUtime=519.78
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 37784 0 0 0 51790 188 0 0 25 0 4 0 751806645 307048448 73368 1992294400 134512640 135180984 4294956208 18446744073709551615 134518208 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=299852 CPUtime=518.73
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 34896 0 0 0 51672 201 0 0 25 0 4 0 751806645 307048448 73368 1992294400 134512640 135180984 4294956208 18446744073709551615 134520863 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1041.64
Current children cumulated vsize (KiB) 299852

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.44 3/85 856
/proc/meminfo: memFree=1459656/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=316640 CPUtime=1161.31
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 79161 0 0 0 115487 644 0 0 18 0 4 0 751806645 324239360 77910 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 79160 77910 70 163 0 78995 0
[pid=846/tid=847] ppid=844 vsize=316640 CPUtime=3.14
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1861 0 0 0 72 242 0 0 15 0 4 0 751806645 324239360 77910 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=316640 CPUtime=579.72
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 40134 0 0 0 57780 192 0 0 25 0 4 0 751806645 324239360 77910 1992294400 134512640 135180984 4294956208 18446744073709551615 134525296 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=316640 CPUtime=578.42
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 37083 0 0 0 57634 208 0 0 25 0 4 0 751806645 324239360 77910 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1161.31
Current children cumulated vsize (KiB) 316640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.708 s]
/proc/loadavg: 1.99 1.85 1.45 3/85 856
/proc/meminfo: memFree=1450504/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=326480 CPUtime=1200.02
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 81377 0 0 0 119342 660 0 0 18 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 81620 80126 70 163 0 81455 0
[pid=846/tid=847] ppid=844 vsize=326480 CPUtime=3.22
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1879 0 0 0 74 248 0 0 15 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=326480 CPUtime=599.09
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 41217 0 0 0 59712 197 0 0 25 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=326480 CPUtime=597.69
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 38198 0 0 0 59555 214 0 0 17 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 326480

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+601.708 s]
/proc/loadavg: 1.99 1.85 1.45 3/85 856
/proc/meminfo: memFree=1450504/2055920 swapFree=4174616/4192956
[pid=846] ppid=844 vsize=326480 CPUtime=1200.02
/proc/846/stat : 846 (satake) S 844 846 340 0 -1 4194304 81377 0 0 0 119342 660 0 0 18 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134573496 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/846/statm: 81620 80126 70 163 0 81455 0
[pid=846/tid=847] ppid=844 vsize=326480 CPUtime=3.22
/proc/846/task/847/stat : 847 (satake) S 844 846 340 0 -1 4194368 1879 0 0 0 74 248 0 0 15 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134580407 0 0 4096 0 18446744071563914367 0 0 -1 1 0 0
[pid=846/tid=848] ppid=844 vsize=326480 CPUtime=599.09
/proc/846/task/848/stat : 848 (satake) R 844 846 340 0 -1 4194368 41217 0 0 0 59712 197 0 0 25 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134528433 0 0 4096 0 0 0 0 -1 0 0 0
[pid=846/tid=849] ppid=844 vsize=326480 CPUtime=597.69
/proc/846/task/849/stat : 849 (satake) R 844 846 340 0 -1 4194368 38198 0 0 0 59555 214 0 0 17 0 4 0 751806645 334315520 80126 1992294400 134512640 135180984 4294956208 18446744073709551615 134528211 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 326480

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.772
CPU time (s): 1200.1
CPU user time (s): 1193.44
CPU system time (s): 6.65899
CPU usage (%): 199.427
Max. virtual memory (cumulated for all children) (KiB): 326480

deleting IPC queue 0
deleting IPC queue 32769
deleting IPC queue 65538
deleting IPC queue 98307
deleting IPC queue 131076
deleting IPC queue 163845
deleting IPC queue 196614
deleting IPC queue 229383
deleting IPC queue 262152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1193.44
system time used= 6.65899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81377
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= 496507
involuntary context switches= 501172

runsolver used 0.662899 second user time and 2.09368 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-03 10:58:36
IDJOB=1556368
IDBENCH=70817
IDSOLVER=553
FILE ID=node88/1556368-1238749116
PBS_JOBID= 9085422
Free space on /tmp= 66532 MiB

SOLVER NAME= satake 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556368-1238749116/watcher-1556368-1238749116 -o /tmp/evaluation-result-1556368-1238749116/solver-1556368-1238749116 -C 1200 -W 1800 -M 1800 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1556368-1238749116.cnf 3 1200

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=2105641414

node88.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.281
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.281
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:       1772408 kB
Buffers:         33940 kB
Cached:         173552 kB
SwapCached:       7524 kB
Active:          62412 kB
Inactive:       154320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772408 kB
SwapTotal:     4192956 kB
SwapFree:      4174616 kB
Dirty:            3204 kB
Writeback:           0 kB
Mapped:          14916 kB
Slab:            50896 kB
Committed_AS:  1922012 kB
PageTables:       2664 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= 66528 MiB
End job on node88 at 2009-04-03 11:08:40