Trace number 1538322

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_C 2009-03-22? (exit code) 1199.18 1199.75

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S661850551-087.cnf
MD5SUM8cc13233e4c2c3c435dccf0012fdfdbd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.9456
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
Number of clauses of size over 50

Solver Data

18.26/18.37	c SATzilla is building models for class 2
18.26/18.37	c run presolver march_dl2004 for 5 seconds ... 
18.26/18.37	c Bin: Executing march_dl2004
18.26/18.37	c spawning binary file with 5 seconds ...
18.26/18.37	c child exit by a signal
18.26/18.37	c march_dl2004 returned code 137.
18.26/18.37	c run presolver mxc-sr08 for 5 seconds ... 
18.26/18.37	c Bin: Executing mxc-sr08
18.26/18.37	c spawning binary file with 5 seconds ...
18.26/18.37	c child exit by a signal
18.26/18.37	c mxc-sr08 returned code 137.
18.26/18.37	c Orignal number of varibales is 900, number of clauses is 18000 
18.26/18.37	c predicted feature computation time is 7.406574 
18.26/18.37	c Bin: Executing satelite
18.26/18.37	c spawning binary file with 240 seconds ...
18.26/18.37	c child exited successfully
18.26/18.37	c satzilla computing base features
18.26/18.37	c Number of variabe is: 900, Number of clause is : 18000 
18.26/18.37	c Initializing...
18.26/18.37	c satzilla compute diameter ...
18.26/18.37	c start diameter features ...
18.26/18.37	c satzilla doing clause learning
18.26/18.37	c start clause learning features ...
18.26/18.37	c Bin: Executing zchaff07
18.26/18.37	c spawning binary file with 2 seconds ...
18.26/18.37	c child exit by a signal
18.26/18.37	c satzilla doing survey propogation probe
18.26/18.37	c do survay propogation for 2 second ...
18.26/18.37	c satzilla doing local search probe
18.26/18.37	c satzilla doing lobjois search-space size estimate
18.26/18.37	c features are:900 18000 900 18000 0 0 0.05 0.376467 0.64919 0.833862 0.00555556 1.56125e-16 0.00555556 0.00555556 -0 0 0 0.00555556 0.098723 0.00388889 0.00727778 3.66262 0.0818878 0.0622353 0 0.4 3.03298 0.00102932 0.232065 0.000222222 0.00211111 2.84834 0.185278 0.0179375 0.0811466 0.0135 0.0227222 3 0 3 3 -0 51.3684 0.268724 33 95 72 37 56 42 48 56.0147 0.091472 47.0682 67.8519 62.4 48.2712 58.5882 53.5962 55.88 0.170234 0.695594 0.00025801 0.644257 0.342732 0.0309737 0.246584 0.0776655 0.151638 0.00276754 0.644889 0.000303867 0.017722 0.00506909 0.00102491 0.00354984 0.00151892 0.00237487 53.3518 0.183132 170.96 0.0966679 171 157 187 0.836455 0.289329 0.865102 0.0479476 0.482858 0.571273 
18.26/18.37	c satzilla's ranking:
18.26/18.37	c 1) march_dl2004: 4.245938
18.26/18.37	c 2) minisat20SAT07: 3.766043
18.26/18.37	c 3) mxc-sr08: 3.688590
18.26/18.37	c 4) minisat20: 2.758060
18.26/18.37	c 5) zchaff_rand: 1.634517
18.26/18.37	c 6) vallst: 0.018679
18.26/18.37	c 7) tts-4-0: -0.020347
18.26/18.37	c 8) SATenstein: -10000.000000
18.26/18.37	c 9) gnovelty+: -10000.000000
18.26/18.37	c 10) adaptg2wsat+: -10000.000000
18.26/18.37	c 11) adaptg2wsat0: -10000.000000
18.26/18.37	c 12) picosat846: -10000.000000
18.26/18.37	c 13) kcnfs04SAT07: -10000.000000
18.26/18.37	c satzilla running march_dl2004 ... 
1199.10/1199.74	c Bin: Executing march_dl2004
1199.10/1199.74	c spawning binary file with 1181 seconds ...
1199.10/1199.74	c child exit by a signal
1199.10/1199.74	c march_dl2004 returned code 137.
1199.10/1199.74	c satzilla running minisat20SAT07 ... 
1199.10/1199.74	c Bin: Executing minisat20SAT07
1199.10/1199.74	c minisat20SAT07 returned code 1.
1199.10/1199.74	c satzilla running mxc-sr08 ... 
1199.10/1199.74	c Bin: Executing mxc-sr08
1199.10/1199.74	c mxc-sr08 returned code 1.
1199.10/1199.74	c satzilla running minisat20 ... 
1199.10/1199.74	c Bin: Executing minisat20
1199.10/1199.74	c minisat20 returned code 1.
1199.10/1199.74	c satzilla running zchaff_rand ... 
1199.10/1199.74	c Bin: Executing zchaff_rand
1199.10/1199.74	c zchaff_rand returned code 1.
1199.10/1199.74	c satzilla running vallst ... 
1199.10/1199.74	c Bin: Executing vallst
1199.10/1199.74	c vallst returned code 1.
1199.10/1199.74	c satzilla running tts-4-0 ... 
1199.10/1199.74	c Bin: Executing tts-4-0
1199.10/1199.74	c tts-4-0 returned code 1.
1199.10/1199.74	c satzilla running SATenstein ... 
1199.10/1199.74	c Bin: Executing SATenstein
1199.10/1199.74	c SATenstein returned code 1.
1199.10/1199.74	c satzilla running gnovelty+ ... 
1199.10/1199.74	c Bin: Executing gnovelty+
1199.10/1199.74	c gnovelty+ returned code 1.
1199.10/1199.74	c satzilla running adaptg2wsat+ ... 
1199.10/1199.74	c Bin: Executing adaptg2wsat+
1199.10/1199.74	c adaptg2wsat+ returned code 1.
1199.10/1199.74	c satzilla running adaptg2wsat0 ... 
1199.10/1199.74	c Bin: Executing adaptg2wsat0
1199.10/1199.74	c adaptg2wsat0 returned code 1.
1199.10/1199.74	c satzilla running picosat846 ... 
1199.10/1199.74	c Bin: Executing picosat846
1199.10/1199.74	c picosat846 returned code 1.
1199.10/1199.74	c satzilla running kcnfs04SAT07 ... 
1199.10/1199.74	c Bin: Executing kcnfs04SAT07
1199.10/1199.74	c kcnfs04SAT07 returned code 1.
1199.10/1199.74	c ERROR: All Failed! 
1199.10/1199.74	c SATZILLA_TIME=1199.350000

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-1538322-1238424087/watcher-1538322-1238424087 -o /tmp/evaluation-result-1538322-1238424087/solver-1538322-1238424087 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538322-1238424087.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: 1.00 1.00 1.00 3/66 4776
/proc/meminfo: memFree=1278696/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=0
/proc/4776/stat : 4776 (SATzilla2009_C) R 4774 4776 4401 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115071667 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/4776/statm: 514 112 96 399 0 111 0
[pid=4777] ppid=4776 vsize=780 CPUtime=0
/proc/4777/stat : 4777 (march_dl2004) R 4776 4776 4401 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 1115071668 798720 103 1992294400 134512640 134996440 4294956176 18446744073709551615 134777918 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4777/statm: 195 103 50 118 0 74 0

[startup+0.0624559 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 4776
/proc/meminfo: memFree=1278696/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=0
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115071667 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4776/statm: 514 112 96 399 0 111 0
[pid=4777] ppid=4776 vsize=2564 CPUtime=0.05
/proc/4777/stat : 4777 (march_dl2004) R 4776 4776 4401 0 -1 4194304 725 0 0 0 5 0 0 0 19 0 1 0 1115071668 2625536 499 1992294400 134512640 134996440 4294956176 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4777/statm: 641 499 55 118 0 520 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4620

[startup+0.10146 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 4776
/proc/meminfo: memFree=1278696/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=0
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115071667 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4776/statm: 514 112 96 399 0 111 0
[pid=4777] ppid=4776 vsize=2828 CPUtime=0.09
/proc/4777/stat : 4777 (march_dl2004) R 4776 4776 4401 0 -1 4194304 1862 0 0 0 9 0 0 0 19 0 1 0 1115071668 2895872 565 1992294400 134512640 134996440 4294956176 18446744073709551615 134560202 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4777/statm: 707 565 65 118 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4884

[startup+0.301486 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 4776
/proc/meminfo: memFree=1278696/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=0
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115071667 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4776/statm: 514 112 96 399 0 111 0
[pid=4777] ppid=4776 vsize=3776 CPUtime=0.29
/proc/4777/stat : 4777 (march_dl2004) R 4776 4776 4401 0 -1 4194304 2519 0 0 0 29 0 0 0 21 0 1 0 1115071668 3866624 603 1992294400 134512640 134996440 4294956176 18446744073709551615 134583601 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4777/statm: 944 603 67 118 0 823 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5832

[startup+0.701539 s]
/proc/loadavg: 1.00 1.00 1.00 3/66 4776
/proc/meminfo: memFree=1278696/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=0
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115071667 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4776/statm: 514 112 96 399 0 111 0
[pid=4777] ppid=4776 vsize=3776 CPUtime=0.69
/proc/4777/stat : 4777 (march_dl2004) R 4776 4776 4401 0 -1 4194304 2525 0 0 0 69 0 0 0 25 0 1 0 1115071668 3866624 609 1992294400 134512640 134996440 4294956176 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4777/statm: 944 609 67 118 0 823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5832

[startup+1.50164 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4778
/proc/meminfo: memFree=1276312/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=0
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115071667 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4776/statm: 514 112 96 399 0 111 0
[pid=4777] ppid=4776 vsize=3908 CPUtime=1.49
/proc/4777/stat : 4777 (march_dl2004) R 4776 4776 4401 0 -1 4194304 2569 0 0 0 149 0 0 0 25 0 1 0 1115071668 4001792 653 1992294400 134512640 134996440 4294956176 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4777/statm: 977 653 67 118 0 856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5964

[startup+3.10185 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4778
/proc/meminfo: memFree=1257688/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=0
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115071667 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4776/statm: 514 112 96 399 0 111 0
[pid=4777] ppid=4776 vsize=24460 CPUtime=3.09
/proc/4777/stat : 4777 (march_dl2004) R 4776 4776 4401 0 -1 4194304 8203 0 0 0 282 27 0 0 25 0 1 0 1115071668 25047040 5809 1992294400 134512640 134996440 4294956176 18446744073709551615 134542432 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4777/statm: 6115 5809 72 118 0 5994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26516

[startup+6.30226 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4779
/proc/meminfo: memFree=1275928/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=2056 CPUtime=4.99
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 156 9457 0 0 0 0 470 29 16 0 1 0 1115071667 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 514 125 107 399 0 111 0
[pid=4779] ppid=4776 vsize=4216 CPUtime=1.28
/proc/4779/stat : 4779 (mxc-sr08) R 4776 4776 4401 0 -1 4194304 1144 0 0 0 128 0 0 0 25 0 1 0 1115072168 4317184 942 1992294400 134512640 135078026 4294956176 18446744073709551615 134537654 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4779/statm: 1054 942 71 138 0 913 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6272

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4781
/proc/meminfo: memFree=1274840/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=3688 CPUtime=11.76
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 786 11252 0 0 171 0 975 30 25 0 1 0 1115071667 3776512 572 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 922 572 136 399 0 519 0
[pid=4781] ppid=4776 vsize=3868 CPUtime=0.89
/proc/4781/stat : 4781 (zchaff07) R 4776 4776 4401 0 -1 4194304 815 0 0 0 82 7 0 0 25 0 1 0 1115072847 3960832 658 1992294400 134512640 135538726 4294956240 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4781/statm: 967 658 126 250 0 714 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7556

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4782
/proc/meminfo: memFree=1252312/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=23928 CPUtime=7.11
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 9457 0 0 0 680 31 0 0 25 0 1 0 1115073505 24502272 5679 1992294400 134512640 134996440 4294956176 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 5982 5679 74 118 0 5861 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 29840

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4782
/proc/meminfo: memFree=1238680/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=39952 CPUtime=32.69
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 12906 0 0 0 3236 33 0 0 25 0 1 0 1115073505 40910848 9128 1992294400 134512640 134996440 4294956176 18446744073709551615 134528065 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 9988 9128 74 118 0 9867 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 45864

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4782
/proc/meminfo: memFree=1232472/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=46004 CPUtime=83.87
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 14459 0 0 0 8353 34 0 0 25 0 1 0 1115073505 47108096 10681 1992294400 134512640 134996440 4294956176 18446744073709551615 134526976 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 11501 10681 74 118 0 11380 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 51916

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4782
/proc/meminfo: memFree=1229592/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=49008 CPUtime=143.84
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 15185 0 0 0 14349 35 0 0 25 0 1 0 1115073505 50184192 11407 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 12252 11407 74 118 0 12131 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 54920

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4782
/proc/meminfo: memFree=1227608/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=50828 CPUtime=203.81
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 15674 0 0 0 20346 35 0 0 25 0 1 0 1115073505 52047872 11896 1992294400 134512640 134996440 4294956176 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 12707 11896 74 118 0 12586 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 56740

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4782
/proc/meminfo: memFree=1226200/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=52276 CPUtime=263.79
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 16029 0 0 0 26343 36 0 0 25 0 1 0 1115073505 53530624 12251 1992294400 134512640 134996440 4294956176 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 13069 12251 74 118 0 12948 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 58188

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4782
/proc/meminfo: memFree=1225112/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=53332 CPUtime=323.75
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 16299 0 0 0 32339 36 0 0 25 0 1 0 1115073505 54611968 12521 1992294400 134512640 134996440 4294956176 18446744073709551615 134551671 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 13333 12521 74 118 0 13212 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4813
/proc/meminfo: memFree=1220120/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=58084 CPUtime=743.57
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 17502 0 0 0 74319 38 0 0 25 0 1 0 1115073505 59478016 13724 1992294400 134512640 134996440 4294956176 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 14521 13724 74 118 0 14400 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 63996

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4813
/proc/meminfo: memFree=1219672/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=58480 CPUtime=803.55
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 17608 0 0 0 80316 39 0 0 25 0 1 0 1115073505 59883520 13830 1992294400 134512640 134996440 4294956176 18446744073709551615 134571626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 14620 13830 74 118 0 14499 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 64392

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4813
/proc/meminfo: memFree=1219288/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=58876 CPUtime=863.52
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 17707 0 0 0 86313 39 0 0 25 0 1 0 1115073505 60289024 13929 1992294400 134512640 134996440 4294956176 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 14719 13929 74 118 0 14598 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 64788

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4813
/proc/meminfo: memFree=1218968/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=59140 CPUtime=923.49
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 17779 0 0 0 92310 39 0 0 25 0 1 0 1115073505 60559360 14001 1992294400 134512640 134996440 4294956176 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 14785 14001 74 118 0 14664 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 65052

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4813
/proc/meminfo: memFree=1218712/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=59404 CPUtime=983.47
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 17845 0 0 0 98308 39 0 0 25 0 1 0 1115073505 60829696 14067 1992294400 134512640 134996440 4294956176 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 14851 14067 74 118 0 14730 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 65316

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4813
/proc/meminfo: memFree=1218328/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=59800 CPUtime=1043.43
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 17940 0 0 0 104304 39 0 0 25 0 1 0 1115073505 61235200 14162 1992294400 134512640 134996440 4294956176 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 14950 14162 74 118 0 14829 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 65712

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4813
/proc/meminfo: memFree=1218008/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60196 CPUtime=1103.41
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18031 0 0 0 110302 39 0 0 25 0 1 0 1115073505 61640704 14253 1992294400 134512640 134996440 4294956176 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15049 14253 74 118 0 14928 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 66108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4819
/proc/meminfo: memFree=1217496/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60592 CPUtime=1163.38
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18111 0 0 0 116299 39 0 0 25 0 1 0 1115073505 62046208 14333 1992294400 134512640 134996440 4294956176 18446744073709551615 134533003 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15148 14333 74 118 0 15027 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 66504

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4819
/proc/meminfo: memFree=1217496/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60592 CPUtime=1171.37
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18121 0 0 0 117098 39 0 0 25 0 1 0 1115073505 62046208 14343 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15148 14343 74 118 0 15027 0
Current children cumulated CPU time (s) 1189.7
Current children cumulated vsize (KiB) 66504

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4819
/proc/meminfo: memFree=1217496/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60592 CPUtime=1177.78
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18135 0 0 0 117739 39 0 0 25 0 1 0 1115073505 62046208 14357 1992294400 134512640 134996440 4294956176 18446744073709551615 134532993 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15148 14357 74 118 0 15027 0
Current children cumulated CPU time (s) 1196.11
Current children cumulated vsize (KiB) 66504

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4819
/proc/meminfo: memFree=1217496/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60592 CPUtime=1179.37
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18139 0 0 0 117898 39 0 0 25 0 1 0 1115073505 62046208 14361 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15148 14361 74 118 0 15027 0
Current children cumulated CPU time (s) 1197.7
Current children cumulated vsize (KiB) 66504

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4819
/proc/meminfo: memFree=1217432/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60592 CPUtime=1180.17
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18140 0 0 0 117978 39 0 0 25 0 1 0 1115073505 62046208 14362 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15148 14362 74 118 0 15027 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 66504

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4819
/proc/meminfo: memFree=1217432/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60592 CPUtime=1180.57
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18141 0 0 0 118018 39 0 0 25 0 1 0 1115073505 62046208 14363 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15148 14363 74 118 0 15027 0
Current children cumulated CPU time (s) 1198.9
Current children cumulated vsize (KiB) 66504

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 4819
/proc/meminfo: memFree=1217432/2055920 swapFree=4176412/4192956
[pid=4776] ppid=4774 vsize=5912 CPUtime=18.33
/proc/4776/stat : 4776 (SATzilla2009_C) S 4774 4776 4401 0 -1 4194304 1789 12193 0 0 619 9 1159 46 25 0 1 0 1115071667 6053888 1098 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4776/statm: 1478 1098 219 399 0 1075 0
[pid=4782] ppid=4776 vsize=60592 CPUtime=1180.77
/proc/4782/stat : 4782 (march_dl2004) R 4776 4776 4401 0 -1 4194304 18141 0 0 0 118038 39 0 0 25 0 1 0 1115073505 62046208 14363 1992294400 134512640 134996440 4294956176 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4782/statm: 15148 14363 74 118 0 15027 0
Current children cumulated CPU time (s) 1199.1
Current children cumulated vsize (KiB) 66504

Child status: 17
Real time (s): 1199.75
CPU time (s): 1199.18
CPU user time (s): 1198.21
CPU system time (s): 0.972852
CPU usage (%): 99.953
Max. virtual memory (cumulated for all children) (KiB): 66504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.21
system time used= 0.972852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32139
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= 2995

runsolver used 1.11083 second user time and 3.2595 second system time

The end

Launcher Data

Begin job on node40 at 2009-03-30 16:41:27
IDJOB=1538322
IDBENCH=70220
IDSOLVER=527
FILE ID=node40/1538322-1238424087
PBS_JOBID= 9061499
Free space on /tmp= 63504 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S661850551-087.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538322-1238424087/watcher-1538322-1238424087 -o /tmp/evaluation-result-1538322-1238424087/solver-1538322-1238424087 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538322-1238424087.cnf

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

MD5SUM BENCH= 8cc13233e4c2c3c435dccf0012fdfdbd
RANDOM SEED=255469461

node40.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.232
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.232
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:       1279176 kB
Buffers:         76080 kB
Cached:         609388 kB
SwapCached:       9628 kB
Active:         166956 kB
Inactive:       529820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1279176 kB
SwapTotal:     4192956 kB
SwapFree:      4176412 kB
Dirty:           31872 kB
Writeback:           0 kB
Mapped:          17124 kB
Slab:            65952 kB
Committed_AS:  2712224 kB
PageTables:       1476 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= 63472 MiB
End job on node40 at 2009-03-30 17:01:27