Trace number 1538359

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.37 1199.91

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1192890414-033.cnf
MD5SUMb3febcd5ef9d5b37314559489b51c141
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.61754
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 514000
Number of clauses of size over 50

Solver Data

19.46/19.56	c SATzilla is building models for class 3
19.46/19.56	c run presolver mxc-sr08 for 10 seconds ... 
19.46/19.56	c Bin: Executing mxc-sr08
19.46/19.56	c spawning binary file with 10 seconds ...
19.46/19.56	c child exit by a signal
19.46/19.56	c mxc-sr08 returned code 137.
19.46/19.56	c run presolver picosat846 for 5 seconds ... 
19.46/19.56	c Bin: Executing picosat846
19.46/19.56	c spawning binary file with 5 seconds ...
19.46/19.56	c child exit by a signal
19.46/19.56	c picosat846 returned code 137.
19.46/19.56	c Orignal number of varibales is 700, number of clauses is 14000 
19.46/19.56	c predicted feature computation time is 1.452524 
19.46/19.56	c Bin: Executing satelite
19.46/19.56	c spawning binary file with 240 seconds ...
19.46/19.56	c child exited successfully
19.46/19.56	c satzilla computing base features
19.46/19.56	c Number of variabe is: 700, Number of clause is : 14000 
19.46/19.56	c Initializing...
19.46/19.56	c satzilla doing clause learning
19.46/19.56	c start clause learning features ...
19.46/19.56	c Bin: Executing zchaff07
19.46/19.56	c spawning binary file with 2 seconds ...
19.46/19.56	c child exit by a signal
19.46/19.56	c satzilla doing survey propogation probe
19.46/19.56	c do survay propogation for 2 second ...
19.46/19.56	c satzilla doing local search probe
19.46/19.56	c features are:700 14000 700 14000 0 0 0.05 0.3752 0.646362 0.829178 0.00714286 1.21431e-16 0.00714286 0.00714286 -0 0 0 0.00714286 0.0999014 0.00507143 0.00928571 3.65751 0.0831036 0.0610572 0 0.422222 3.02797 0.00134949 0.231833 0.000428571 0.00242857 2.8784 0.188929 0.021751 0.0769231 0.0165 0.0264286 74.4615 0.272854 45 148 88 60 78 64 69 49.7395 0.0781534 43.7969 60.1127 55.3103 45.2941 52.2381 46.7841 49.3412 0.174774 0.658712 0.00212919 0.669568 0.335285 0.0377838 0.25174 0.085601 0.157319 0.00279743 0.671471 0.000361713 0.0152334 0.00493202 0.000980055 0.00364627 0.00151746 0.00230269 42.3746 0.182702 134.357 0.0892296 135 124 146 0.919264 0.270179 0.868071 0.0432844 
19.46/19.56	c satzilla's ranking:
19.46/19.56	c 1) mxc-sr08: 2.730026
19.46/19.56	c 2) picosat846: 2.308938
19.46/19.56	c 3) minisat20SAT07: 1.947191
19.46/19.56	c 4) march_dl2004: 0.227289
19.46/19.56	c 5) zchaff_rand: -0.230832
19.46/19.56	c 6) SATenstein: -10000.000000
19.46/19.56	c 7) gnovelty+: -10000.000000
19.46/19.56	c 8) adaptg2wsat+: -10000.000000
19.46/19.56	c 9) adaptg2wsat0: -10000.000000
19.46/19.56	c 10) tts-4-0: -10000.000000
19.46/19.56	c 11) vallst: -10000.000000
19.46/19.56	c 12) minisat20: -10000.000000
19.46/19.56	c 13) kcnfs04SAT07: -10000.000000
19.46/19.56	c satzilla running mxc-sr08 ... 
1199.32/1199.90	c Bin: Executing mxc-sr08
1199.32/1199.90	c spawning binary file with 1180 seconds ...
1199.32/1199.90	c child exit by a signal
1199.32/1199.90	c mxc-sr08 returned code 137.
1199.32/1199.90	c satzilla running picosat846 ... 
1199.32/1199.90	c Bin: Executing picosat846
1199.32/1199.90	c picosat846 returned code 1.
1199.32/1199.90	c satzilla running minisat20SAT07 ... 
1199.32/1199.90	c Bin: Executing minisat20SAT07
1199.32/1199.90	c minisat20SAT07 returned code 1.
1199.32/1199.90	c satzilla running march_dl2004 ... 
1199.32/1199.90	c Bin: Executing march_dl2004
1199.32/1199.90	c march_dl2004 returned code 1.
1199.32/1199.90	c satzilla running zchaff_rand ... 
1199.32/1199.91	c Bin: Executing zchaff_rand
1199.32/1199.91	c zchaff_rand returned code 1.
1199.32/1199.91	c satzilla running SATenstein ... 
1199.32/1199.91	c Bin: Executing SATenstein
1199.32/1199.91	c SATenstein returned code 1.
1199.32/1199.91	c satzilla running gnovelty+ ... 
1199.32/1199.91	c Bin: Executing gnovelty+
1199.32/1199.91	c gnovelty+ returned code 1.
1199.32/1199.91	c satzilla running adaptg2wsat+ ... 
1199.32/1199.91	c Bin: Executing adaptg2wsat+
1199.32/1199.91	c adaptg2wsat+ returned code 1.
1199.32/1199.91	c satzilla running adaptg2wsat0 ... 
1199.32/1199.91	c Bin: Executing adaptg2wsat0
1199.32/1199.91	c adaptg2wsat0 returned code 1.
1199.32/1199.91	c satzilla running tts-4-0 ... 
1199.32/1199.91	c Bin: Executing tts-4-0
1199.32/1199.91	c tts-4-0 returned code 1.
1199.32/1199.91	c satzilla running vallst ... 
1199.32/1199.91	c Bin: Executing vallst
1199.32/1199.91	c vallst returned code 1.
1199.32/1199.91	c satzilla running minisat20 ... 
1199.32/1199.91	c Bin: Executing minisat20
1199.32/1199.91	c minisat20 returned code 1.
1199.32/1199.91	c satzilla running kcnfs04SAT07 ... 
1199.32/1199.91	c Bin: Executing kcnfs04SAT07
1199.32/1199.91	c kcnfs04SAT07 returned code 1.
1199.32/1199.91	c ERROR: All Failed! 
1199.32/1199.91	c SATZILLA_TIME=1199.540000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538359-1238424723/watcher-1538359-1238424723 -o /tmp/evaluation-result-1538359-1238424723/solver-1538359-1238424723 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538359-1238424723.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.84 0.95 0.98 3/64 21732
/proc/meminfo: memFree=1584296/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) R 21730 21732 21695 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=1328 CPUtime=0
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 1115139447 1359872 221 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21733/statm: 332 222 54 138 0 191 0

[startup+0.084697 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 21732
/proc/meminfo: memFree=1584296/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=2128 CPUtime=0.08
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 588 0 0 0 8 0 0 0 19 0 1 0 1115139447 2179072 444 1992294400 134512640 135078026 4294956192 18446744073709551615 134542002 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21733/statm: 532 444 70 138 0 391 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4184

[startup+0.101697 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 21732
/proc/meminfo: memFree=1584296/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=2260 CPUtime=0.09
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 633 0 0 0 9 0 0 0 19 0 1 0 1115139447 2314240 489 1992294400 134512640 135078026 4294956192 18446744073709551615 134524342 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21733/statm: 565 489 71 138 0 424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4316

[startup+0.301717 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 21732
/proc/meminfo: memFree=1584296/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=2788 CPUtime=0.29
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 754 0 0 0 29 0 0 0 21 0 1 0 1115139447 2854912 610 1992294400 134512640 135078026 4294956192 18446744073709551615 134534627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21733/statm: 697 610 71 138 0 556 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4844

[startup+0.701759 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 21732
/proc/meminfo: memFree=1584296/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=3448 CPUtime=0.69
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 906 0 0 0 69 0 0 0 25 0 1 0 1115139447 3530752 762 1992294400 134512640 135078026 4294956192 18446744073709551615 134522567 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21733/statm: 862 762 71 138 0 721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5504

[startup+1.50184 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 21734
/proc/meminfo: memFree=1581336/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=3712 CPUtime=1.49
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 982 0 0 0 149 0 0 0 25 0 1 0 1115139447 3801088 838 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21733/statm: 928 838 71 138 0 787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5768

[startup+3.10201 s]
/proc/loadavg: 0.84 0.95 0.98 2/66 21734
/proc/meminfo: memFree=1580760/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=4108 CPUtime=3.09
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 1069 0 0 0 309 0 0 0 25 0 1 0 1115139447 4206592 925 1992294400 134512640 135078026 4294956192 18446744073709551615 134523818 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21733/statm: 1027 925 71 138 0 886 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6164

[startup+6.30235 s]
/proc/loadavg: 0.85 0.95 0.98 2/66 21734
/proc/meminfo: memFree=1579544/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=0
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115139447 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 112 96 399 0 111 0
[pid=21733] ppid=21732 vsize=4504 CPUtime=6.28
/proc/21733/stat : 21733 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 1168 0 0 0 628 0 0 0 25 0 1 0 1115139447 4612096 1024 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/21733/statm: 1126 1024 71 138 0 985 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6560

[startup+12.702 s]
/proc/loadavg: 0.87 0.95 0.98 2/66 21735
/proc/meminfo: memFree=1580768/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=2056 CPUtime=9.98
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 152 1242 0 0 0 0 998 0 16 0 1 0 1115139447 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 514 121 104 399 0 111 0
[pid=21735] ppid=21732 vsize=5404 CPUtime=2.67
/proc/21735/stat : 21735 (picosat846) R 21732 21732 21695 0 -1 4194304 1096 0 0 0 267 0 0 0 25 0 1 0 1115140449 5533696 1085 1992294400 134512640 134570484 4294956208 18446744073709551615 134551921 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21735/statm: 1351 1085 84 14 0 1017 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7460

[startup+25.5014 s]
/proc/loadavg: 0.89 0.95 0.98 2/66 21738
/proc/meminfo: memFree=1578080/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=4372 CPUtime=5.93
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 1159 0 0 0 593 0 0 0 25 0 1 0 1115141404 4476928 1015 1992294400 134512640 135078026 4294956192 18446744073709551615 134534962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 1093 1015 71 138 0 952 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9332

[startup+51.101 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 21738
/proc/meminfo: memFree=1576736/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=5692 CPUtime=31.51
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 1475 0 0 0 3151 0 0 0 25 0 1 0 1115141404 5828608 1331 1992294400 134512640 135078026 4294956192 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 1423 1331 71 138 0 1282 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 10652

[startup+102.305 s]
/proc/loadavg: 0.97 0.96 0.98 2/66 21738
/proc/meminfo: memFree=1575520/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=6916 CPUtime=82.68
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 1780 0 0 0 8268 0 0 0 25 0 1 0 1115141404 7081984 1636 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 1729 1636 71 138 0 1588 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 11876

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21738
/proc/meminfo: memFree=1574624/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=7804 CPUtime=142.66
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2015 0 0 0 14265 1 0 0 25 0 1 0 1115141404 7991296 1871 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 1951 1871 71 138 0 1810 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 12764

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21738
/proc/meminfo: memFree=1574112/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=8392 CPUtime=202.64
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2149 0 0 0 20263 1 0 0 25 0 1 0 1115141404 8593408 2005 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2098 2005 71 138 0 1957 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 13352

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21738
/proc/meminfo: memFree=1573792/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=8748 CPUtime=262.61
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2228 0 0 0 26260 1 0 0 25 0 1 0 1115141404 8957952 2084 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2187 2084 71 138 0 2046 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 13708

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21738
/proc/meminfo: memFree=1573344/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=9060 CPUtime=322.59
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2334 0 0 0 32257 2 0 0 25 0 1 0 1115141404 9277440 2184 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2265 2184 71 138 0 2124 0

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


[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1571616/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=10912 CPUtime=742.4
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2830 0 0 0 74238 2 0 0 25 0 1 0 1115141404 11173888 2637 1992294400 134512640 135078026 4294956192 18446744073709551615 134523800 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2728 2637 71 138 0 2587 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 15872

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1571296/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11132 CPUtime=802.37
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2883 0 0 0 80234 3 0 0 25 0 1 0 1115141404 11399168 2690 1992294400 134512640 135078026 4294956192 18446744073709551615 134534533 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2783 2690 71 138 0 2642 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 16092

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1571232/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11228 CPUtime=862.34
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2899 0 0 0 86231 3 0 0 25 0 1 0 1115141404 11497472 2706 1992294400 134512640 135078026 4294956192 18446744073709551615 134521045 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2807 2706 71 138 0 2666 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 16188

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570976/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11440 CPUtime=922.32
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2972 0 0 0 92229 3 0 0 25 0 1 0 1115141404 11714560 2779 1992294400 134512640 135078026 4294956192 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2860 2779 71 138 0 2719 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 16400

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570848/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11556 CPUtime=982.29
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 2994 0 0 0 98226 3 0 0 25 0 1 0 1115141404 11833344 2799 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2889 2799 71 138 0 2748 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 16516

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570656/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11648 CPUtime=1042.26
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3044 0 0 0 104223 3 0 0 25 0 1 0 1115141404 11927552 2834 1992294400 134512640 135078026 4294956192 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2912 2834 71 138 0 2771 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 16608

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570464/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11864 CPUtime=1102.23
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3107 0 0 0 110220 3 0 0 25 0 1 0 1115141404 12148736 2888 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2966 2888 71 138 0 2825 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 16824

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570464/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11976 CPUtime=1162.21
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3134 0 0 0 116218 3 0 0 25 0 1 0 1115141404 12263424 2915 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2994 2915 71 138 0 2853 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 16936

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570464/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=11976 CPUtime=1170.21
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3134 0 0 0 117018 3 0 0 25 0 1 0 1115141404 12263424 2915 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 2994 2915 71 138 0 2853 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 16936

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570400/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=12108 CPUtime=1176.61
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3138 0 0 0 117658 3 0 0 25 0 1 0 1115141404 12398592 2919 1992294400 134512640 135078026 4294956192 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 3027 2919 71 138 0 2886 0
Current children cumulated CPU time (s) 1196.13
Current children cumulated vsize (KiB) 17068

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570400/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=12104 CPUtime=1178.2
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3148 0 0 0 117817 3 0 0 25 0 1 0 1115141404 12394496 2929 1992294400 134512640 135078026 4294956192 18446744073709551615 134523818 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 3026 2929 71 138 0 2885 0
Current children cumulated CPU time (s) 1197.72
Current children cumulated vsize (KiB) 17064

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570400/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=12104 CPUtime=1179
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3148 0 0 0 117897 3 0 0 25 0 1 0 1115141404 12394496 2929 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 3026 2929 71 138 0 2885 0
Current children cumulated CPU time (s) 1198.52
Current children cumulated vsize (KiB) 17064

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570400/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=12104 CPUtime=1179.4
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3148 0 0 0 117937 3 0 0 25 0 1 0 1115141404 12394496 2929 1992294400 134512640 135078026 4294956192 18446744073709551615 134523818 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 3026 2929 71 138 0 2885 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 17064

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 21744
/proc/meminfo: memFree=1570400/2055920 swapFree=4174972/4192956
[pid=21732] ppid=21730 vsize=4960 CPUtime=19.52
/proc/21732/stat : 21732 (SATzilla2009_I) S 21730 21732 21695 0 -1 4194304 1373 3800 0 0 240 9 1688 15 25 0 1 0 1115139447 5079040 846 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/21732/statm: 1240 846 217 399 0 837 0
[pid=21738] ppid=21732 vsize=12104 CPUtime=1179.8
/proc/21738/stat : 21738 (mxc-sr08) R 21732 21732 21695 0 -1 4194304 3148 0 0 0 117977 3 0 0 25 0 1 0 1115141404 12394496 2929 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/21738/statm: 3026 2929 71 138 0 2885 0
Current children cumulated CPU time (s) 1199.32
Current children cumulated vsize (KiB) 17064

Child status: 17
Real time (s): 1199.91
CPU time (s): 1199.37
CPU user time (s): 1199.08
CPU system time (s): 0.286956
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 17068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.08
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8341
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= 16
involuntary context switches= 3899

runsolver used 1.00685 second user time and 3.36849 second system time

The end

Launcher Data

Begin job on node7 at 2009-03-30 16:52:03
IDJOB=1538359
IDBENCH=70232
IDSOLVER=528
FILE ID=node7/1538359-1238424723
PBS_JOBID= 9061543
Free space on /tmp= 65660 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1192890414-033.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538359-1238424723/watcher-1538359-1238424723 -o /tmp/evaluation-result-1538359-1238424723/solver-1538359-1238424723 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538359-1238424723.cnf

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

MD5SUM BENCH= b3febcd5ef9d5b37314559489b51c141
RANDOM SEED=305648438

node7.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.236
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.236
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:       1584840 kB
Buffers:         89264 kB
Cached:         285772 kB
SwapCached:      11884 kB
Active:         147360 kB
Inactive:       241020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584840 kB
SwapTotal:     4192956 kB
SwapFree:      4174972 kB
Dirty:           31940 kB
Writeback:           0 kB
Mapped:          19000 kB
Slab:            68732 kB
Committed_AS:  2900968 kB
PageTables:       1456 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= 65628 MiB
End job on node7 at 2009-03-30 17:12:04