Trace number 1720439

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
SATzilla2009_I 2009-03-22? (exit code) 1199.81 1200.24

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.892
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

Solver Data

20.92/21.04	c SATzilla is building models for class 3
20.92/21.04	c run presolver mxc-sr08 for 10 seconds ... 
20.92/21.04	c Bin: Executing mxc-sr08
20.92/21.04	c spawning binary file with 10 seconds ...
20.92/21.04	c child exit by a signal
20.92/21.04	c mxc-sr08 returned code 137.
20.92/21.04	c run presolver picosat846 for 5 seconds ... 
20.92/21.04	c Bin: Executing picosat846
20.92/21.04	c spawning binary file with 5 seconds ...
20.92/21.04	c child exit by a signal
20.92/21.04	c picosat846 returned code 137.
20.92/21.04	c Orignal number of varibales is 9426, number of clauses is 59991 
20.92/21.04	c predicted feature computation time is 1.512950 
20.92/21.04	c Bin: Executing satelite
20.92/21.04	c spawning binary file with 240 seconds ...
20.92/21.04	c child exited successfully
20.92/21.04	c satzilla computing base features
20.92/21.04	c Number of variabe is: 9363, Number of clause is : 59810 
20.92/21.04	c Initializing...
20.92/21.04	c satzilla doing clause learning
20.92/21.04	c start clause learning features ...
20.92/21.04	c Bin: Executing zchaff07
20.92/21.04	c spawning binary file with 2 seconds ...
20.92/21.04	c child exit by a signal
20.92/21.04	c satzilla doing survey propogation probe
20.92/21.04	c do survay propogation for 2 second ...
20.92/21.04	c satzilla doing local search probe
20.92/21.04	c features are:9426 59991 9363 59810 0.00672861 0.00302625 0.156546 0.496369 0.732685 1.27006 0.000361871 0.354833 0.000213607 0.00373812 1.0597 0.230296 0.692827 0.000361871 4.42886 0.000167196 0.0625982 2.14343 0.152013 0.0719984 0 0.666667 2.21677 8.90106e-05 4.13974 1.67196e-05 0.0160508 1.54666 0.252232 0.000197882 2.83012 0.000100318 0.0235914 386.571 0.175573 247 486 486 247 424 371 386 11.2127 0.370895 4.72065 18.7572 18.7572 4.72065 13.7989 7.5285 10.8831 0.597962 0.296373 0 0.96351 0.781331 0.352052 0.732648 0.501294 0.645273 0.0438029 0.632998 0 0.303069 0.0819353 0.0141711 0.0543092 0.0276926 0.0393328 656 0.831185 2344.88 0.404284 2685 0 2702 0.822407 0.952032 0.950732 0.17511 
20.92/21.04	c satzilla's ranking:
20.92/21.04	c 1) mxc-sr08: 2.877182
20.92/21.04	c 2) minisat20SAT07: 2.612390
20.92/21.04	c 3) picosat846: 1.977572
20.92/21.04	c 4) zchaff_rand: 1.742912
20.92/21.04	c 5) march_dl2004: 0.936892
20.92/21.04	c 6) SATenstein: -10000.000000
20.92/21.04	c 7) gnovelty+: -10000.000000
20.92/21.04	c 8) adaptg2wsat+: -10000.000000
20.92/21.04	c 9) adaptg2wsat0: -10000.000000
20.92/21.04	c 10) tts-4-0: -10000.000000
20.92/21.04	c 11) vallst: -10000.000000
20.92/21.04	c 12) minisat20: -10000.000000
20.92/21.04	c 13) kcnfs04SAT07: -10000.000000
20.92/21.04	c satzilla running mxc-sr08 ... 
1199.75/1200.23	c Bin: Executing mxc-sr08
1199.75/1200.23	c spawning binary file with 1179 seconds ...
1199.75/1200.23	c child exit by a signal
1199.75/1200.23	c mxc-sr08 returned code 137.
1199.75/1200.23	c satzilla running minisat20SAT07 ... 
1199.75/1200.23	c Bin: Executing minisat20SAT07
1199.75/1200.23	c minisat20SAT07 returned code 1.
1199.75/1200.23	c satzilla running picosat846 ... 
1199.75/1200.23	c Bin: Executing picosat846
1199.75/1200.23	c picosat846 returned code 1.
1199.75/1200.23	c satzilla running zchaff_rand ... 
1199.75/1200.23	c Bin: Executing zchaff_rand
1199.75/1200.23	c zchaff_rand returned code 1.
1199.75/1200.23	c satzilla running march_dl2004 ... 
1199.75/1200.23	c Bin: Executing march_dl2004
1199.75/1200.23	c march_dl2004 returned code 1.
1199.75/1200.23	c satzilla running SATenstein ... 
1199.75/1200.23	c Bin: Executing SATenstein
1199.75/1200.23	c SATenstein returned code 1.
1199.75/1200.23	c satzilla running gnovelty+ ... 
1199.75/1200.23	c Bin: Executing gnovelty+
1199.75/1200.23	c gnovelty+ returned code 1.
1199.75/1200.23	c satzilla running adaptg2wsat+ ... 
1199.75/1200.23	c Bin: Executing adaptg2wsat+
1199.75/1200.23	c adaptg2wsat+ returned code 1.
1199.75/1200.23	c satzilla running adaptg2wsat0 ... 
1199.75/1200.23	c Bin: Executing adaptg2wsat0
1199.75/1200.23	c adaptg2wsat0 returned code 1.
1199.75/1200.23	c satzilla running tts-4-0 ... 
1199.75/1200.23	c Bin: Executing tts-4-0
1199.75/1200.23	c tts-4-0 returned code 1.
1199.75/1200.23	c satzilla running vallst ... 
1199.75/1200.23	c Bin: Executing vallst
1199.75/1200.23	c vallst returned code 1.
1199.75/1200.23	c satzilla running minisat20 ... 
1199.75/1200.23	c Bin: Executing minisat20
1199.75/1200.23	c minisat20 returned code 1.
1199.75/1200.23	c satzilla running kcnfs04SAT07 ... 
1199.75/1200.23	c Bin: Executing kcnfs04SAT07
1199.75/1200.23	c kcnfs04SAT07 returned code 1.
1199.75/1200.23	c ERROR: All Failed! 
1199.75/1200.23	c SATZILLA_TIME=1199.970000

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-1720439-1240656307/watcher-1720439-1240656307 -o /tmp/evaluation-result-1720439-1240656307/solver-1720439-1240656307 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1720439-1240656307.cnf 

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: 0.92 0.98 0.99 3/65 20853
/proc/meminfo: memFree=1737288/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) R 20851 20853 20597 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 1 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=3020 CPUtime=0
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 599 0 0 0 0 0 0 0 18 0 1 0 93663478 3092480 595 1992294400 134512640 135078026 4294956176 18446744073709551615 134554568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 755 596 52 138 0 614 0

[startup+0.0905419 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20853
/proc/meminfo: memFree=1737288/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=6476 CPUtime=0.08
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 1694 0 0 0 7 1 0 0 19 0 1 0 93663478 6631424 1405 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 1619 1406 55 138 0 1478 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8532

[startup+0.101542 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20853
/proc/meminfo: memFree=1737288/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=6476 CPUtime=0.09
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 1715 0 0 0 8 1 0 0 19 0 1 0 93663478 6631424 1426 1992294400 134512640 135078026 4294956176 18446744073709551615 134725658 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 1619 1426 55 138 0 1478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8532

[startup+0.301564 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20853
/proc/meminfo: memFree=1737288/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=7536 CPUtime=0.29
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 2127 0 0 0 28 1 0 0 21 0 1 0 93663478 7716864 1692 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 1884 1692 71 138 0 1743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9592

[startup+0.701612 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 20853
/proc/meminfo: memFree=1737288/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=7668 CPUtime=0.69
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 2162 0 0 0 68 1 0 0 24 0 1 0 93663478 7852032 1727 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 1917 1727 71 138 0 1776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9724

[startup+1.5017 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 20855
/proc/meminfo: memFree=1730488/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=7800 CPUtime=1.49
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 2188 0 0 0 148 1 0 0 25 0 1 0 93663478 7987200 1753 1992294400 134512640 135078026 4294956176 18446744073709551615 134538035 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 1950 1753 71 138 0 1809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9856

[startup+3.10289 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 20855
/proc/meminfo: memFree=1729016/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=7932 CPUtime=3.09
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 2228 0 0 0 308 1 0 0 25 0 1 0 93663478 8122368 1793 1992294400 134512640 135078026 4294956176 18446744073709551615 134533735 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 1983 1793 71 138 0 1842 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9988

[startup+6.30126 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 20855
/proc/meminfo: memFree=1730040/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=0
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 93663478 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/20853/statm: 514 112 96 399 0 111 0
[pid=20854] ppid=20853 vsize=8472 CPUtime=6.29
/proc/20854/stat : 20854 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 2363 0 0 0 628 1 0 0 25 0 1 0 93663478 8675328 1928 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20854/statm: 2118 1928 71 138 0 1977 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10528

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 20856
/proc/meminfo: memFree=1732984/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=2056 CPUtime=9.98
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 152 2561 0 0 0 0 997 1 16 0 1 0 93663478 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 514 121 104 399 0 111 0
[pid=20856] ppid=20853 vsize=5068 CPUtime=2.64
/proc/20856/stat : 20856 (picosat846) R 20853 20853 20597 0 -1 4194304 964 0 9 0 264 0 0 0 25 0 1 0 93664479 5189632 962 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20856/statm: 1267 962 85 14 0 933 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 7124

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1722872/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=8204 CPUtime=4.45
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 2283 0 0 0 444 1 0 0 25 0 1 0 93665583 8400896 1848 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 2051 1848 71 138 0 1910 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 15520

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1718200/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=13208 CPUtime=30.03
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 3496 0 0 0 3000 3 0 0 25 0 1 0 93665583 13524992 3061 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 3302 3061 71 138 0 3161 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 20524

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1710392/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=21228 CPUtime=81.22
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 5412 0 0 0 8117 5 0 0 25 0 1 0 93665583 21737472 4977 1992294400 134512640 135078026 4294956176 18446744073709551615 134534665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 5307 4977 71 138 0 5166 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 28544

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1705912/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=25912 CPUtime=141.19
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 6549 0 0 0 14113 6 0 0 25 0 1 0 93665583 26533888 6114 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 6478 6114 71 138 0 6337 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 33228

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1704184/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=27760 CPUtime=201.17
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 6950 0 0 0 20111 6 0 0 25 0 1 0 93665583 28426240 6515 1992294400 134512640 135078026 4294956176 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 6940 6515 71 138 0 6799 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 35076

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1702648/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=29388 CPUtime=261.16
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 7326 0 0 0 26109 7 0 0 25 0 1 0 93665583 30093312 6891 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 7347 6891 71 138 0 7206 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 36704

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1700536/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=31368 CPUtime=321.14
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 7839 0 0 0 32107 7 0 0 25 0 1 0 93665583 32120832 7404 1992294400 134512640 135078026 4294956176 18446744073709551615 134523225 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 7842 7404 71 138 0 7701 0

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


[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1693624/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=38820 CPUtime=801
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 9511 0 0 0 80091 9 0 0 25 0 1 0 93665583 39751680 9076 1992294400 134512640 135078026 4294956176 18446744073709551615 134534371 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 9705 9076 71 138 0 9564 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 46136

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1692216/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=40140 CPUtime=860.98
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 9844 0 0 0 86089 9 0 0 25 0 1 0 93665583 41103360 9409 1992294400 134512640 135078026 4294956176 18446744073709551615 134526857 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 10035 9409 71 138 0 9894 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 47456

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20859
/proc/meminfo: memFree=1692152/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=40100 CPUtime=920.96
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 9855 0 0 0 92087 9 0 0 25 0 1 0 93665583 41062400 9420 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 10025 9420 71 138 0 9884 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 47416

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1689648/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=42344 CPUtime=980.94
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10422 0 0 0 98084 10 0 0 25 0 1 0 93665583 43360256 9987 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 10586 9987 71 138 0 10445 0
Current children cumulated CPU time (s) 1001.9
Current children cumulated vsize (KiB) 49660

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1689584/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=42472 CPUtime=1040.92
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10441 0 0 0 104082 10 0 0 25 0 1 0 93665583 43491328 10006 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 10618 10006 71 138 0 10477 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 49788

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1688752/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=43132 CPUtime=1100.91
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10635 0 0 0 110080 11 0 0 25 0 1 0 93665583 44167168 10200 1992294400 134512640 135078026 4294956176 18446744073709551615 134523802 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 10783 10200 71 138 0 10642 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 50448

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1688688/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=43236 CPUtime=1160.89
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10651 0 0 0 116078 11 0 0 25 0 1 0 93665583 44273664 10213 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 10809 10213 71 138 0 10668 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 50552

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1688304/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=43764 CPUtime=1168.89
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10758 0 0 0 116878 11 0 0 25 0 1 0 93665583 44814336 10320 1992294400 134512640 135078026 4294956176 18446744073709551615 134539247 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 10941 10320 71 138 0 10800 0
Current children cumulated CPU time (s) 1189.85
Current children cumulated vsize (KiB) 51080

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1687792/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=44160 CPUtime=1175.29
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10876 0 0 0 117518 11 0 0 25 0 1 0 93665583 45219840 10438 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 11040 10438 71 138 0 10899 0
Current children cumulated CPU time (s) 1196.25
Current children cumulated vsize (KiB) 51476

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1687792/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=44160 CPUtime=1176.89
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10876 0 0 0 117678 11 0 0 25 0 1 0 93665583 45219840 10438 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 11040 10438 71 138 0 10899 0
Current children cumulated CPU time (s) 1197.85
Current children cumulated vsize (KiB) 51476

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1687792/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=44160 CPUtime=1177.69
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10876 0 0 0 117758 11 0 0 25 0 1 0 93665583 45219840 10438 1992294400 134512640 135078026 4294956176 18446744073709551615 134534226 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 11040 10438 71 138 0 10899 0
Current children cumulated CPU time (s) 1198.65
Current children cumulated vsize (KiB) 51476

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1687792/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=44160 CPUtime=1178.49
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10876 0 0 0 117838 11 0 0 25 0 1 0 93665583 45219840 10438 1992294400 134512640 135078026 4294956176 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 11040 10438 71 138 0 10899 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 51476

[startup+1200.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1687792/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=44160 CPUtime=1178.69
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10876 0 0 0 117858 11 0 0 25 0 1 0 93665583 45219840 10438 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 11040 10438 71 138 0 10899 0
Current children cumulated CPU time (s) 1199.65
Current children cumulated vsize (KiB) 51476

[startup+1200.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 20865
/proc/meminfo: memFree=1687792/2055920 swapFree=4192812/4192956
[pid=20853] ppid=20851 vsize=7316 CPUtime=20.96
/proc/20853/stat : 20853 (SATzilla2009_I) S 20851 20853 20597 0 -1 4194304 4112 7530 0 9 367 6 1716 7 25 0 1 0 93663478 7491584 1597 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/20853/statm: 1829 1597 217 399 0 1426 0
[pid=20859] ppid=20853 vsize=44160 CPUtime=1178.79
/proc/20859/stat : 20859 (mxc-sr08) R 20853 20853 20597 0 -1 4194304 10876 0 0 0 117868 11 0 0 25 0 1 0 93665583 45219840 10438 1992294400 134512640 135078026 4294956176 18446744073709551615 134522269 0 0 8392704 0 0 0 0 17 1 0 0
/proc/20859/statm: 11040 10438 71 138 0 10899 0
Current children cumulated CPU time (s) 1199.75
Current children cumulated vsize (KiB) 51476

Child status: 17
Real time (s): 1200.24
CPU time (s): 1199.81
CPU user time (s): 1199.54
CPU system time (s): 0.26096
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 51476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.54
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22535
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37
involuntary context switches= 3075

runsolver used 1.34979 second user time and 3.02154 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-25 12:45:07
IDJOB=1720439
IDBENCH=69604
IDSOLVER=528
FILE ID=node74/1720439-1240656307
PBS_JOBID= 9186502
Free space on /tmp= 103116 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720439-1240656307/watcher-1720439-1240656307 -o /tmp/evaluation-result-1720439-1240656307/solver-1720439-1240656307 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1720439-1240656307.cnf

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED=1095097219

node74.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1737832 kB
Buffers:          9376 kB
Cached:         236780 kB
SwapCached:        140 kB
Active:         119392 kB
Inactive:       141740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32584 kB
Writeback:           0 kB
Mapped:          23920 kB
Slab:            42888 kB
Committed_AS:   387736 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103084 MiB
End job on node74 at 2009-04-25 13:05:08