Trace number 1538331

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.2 1199.72

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1119648091-064.cnf
MD5SUMa0e1aec07865a725709061f3f17cc524
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4621
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.39	c SATzilla is building models for class 2
18.26/18.39	c run presolver march_dl2004 for 5 seconds ... 
18.26/18.39	c Bin: Executing march_dl2004
18.26/18.39	c spawning binary file with 5 seconds ...
18.26/18.39	c child exit by a signal
18.26/18.39	c march_dl2004 returned code 137.
18.26/18.39	c run presolver mxc-sr08 for 5 seconds ... 
18.26/18.39	c Bin: Executing mxc-sr08
18.26/18.39	c spawning binary file with 5 seconds ...
18.26/18.39	c child exit by a signal
18.26/18.39	c mxc-sr08 returned code 137.
18.26/18.39	c Orignal number of varibales is 900, number of clauses is 18000 
18.26/18.39	c predicted feature computation time is 7.406574 
18.26/18.39	c Bin: Executing satelite
18.26/18.39	c spawning binary file with 240 seconds ...
18.26/18.39	c child exited successfully
18.26/18.39	c satzilla computing base features
18.26/18.39	c Number of variabe is: 900, Number of clause is : 18000 
18.26/18.39	c Initializing...
18.26/18.39	c satzilla compute diameter ...
18.26/18.39	c start diameter features ...
18.26/18.39	c satzilla doing clause learning
18.26/18.39	c start clause learning features ...
18.26/18.39	c Bin: Executing zchaff07
18.26/18.39	c spawning binary file with 2 seconds ...
18.26/18.39	c child exit by a signal
18.26/18.39	c satzilla doing survey propogation probe
18.26/18.39	c do survay propogation for 2 second ...
18.26/18.39	c satzilla doing local search probe
18.26/18.39	c satzilla doing lobjois search-space size estimate
18.26/18.39	c features are:900 18000 900 18000 0 0 0.05 0.3758 0.650846 0.833067 0.00555556 1.56125e-16 0.00555556 0.00555556 -0 0 0 0.00555556 0.0984299 0.00383333 0.0075 3.66134 0.080184 0.0601537 0 0.340206 3.01192 0.00104907 0.225388 0.000388889 0.002 2.84497 0.188833 0.017928 0.0798941 0.0136111 0.0228333 3 0 3 3 -0 54.8929 0.293759 31 104 75 36 62 45 52 54.8759 0.104444 41.7455 66.6562 64.2286 48.6863 59.3061 50.4545 53.8767 0.168069 0.689177 0.000516689 0.594481 0.325115 0.0272067 0.244691 0.0722445 0.155768 0.0027241 0.640197 0.000254174 0.0134069 0.00490394 0.00106213 0.003401 0.00156181 0.00231061 53.2071 0.185837 171.495 0.092412 172 159 185 0.809492 0.287171 0.86521 0.0463038 0.482431 0.588223 
18.26/18.39	c satzilla's ranking:
18.26/18.39	c 1) march_dl2004: 4.076740
18.26/18.39	c 2) minisat20SAT07: 3.761100
18.26/18.39	c 3) mxc-sr08: 3.674738
18.26/18.39	c 4) minisat20: 2.749320
18.26/18.39	c 5) zchaff_rand: 1.610430
18.26/18.39	c 6) vallst: 0.029664
18.26/18.39	c 7) tts-4-0: -0.017852
18.26/18.39	c 8) SATenstein: -10000.000000
18.26/18.39	c 9) gnovelty+: -10000.000000
18.26/18.39	c 10) adaptg2wsat+: -10000.000000
18.26/18.39	c 11) adaptg2wsat0: -10000.000000
18.26/18.39	c 12) picosat846: -10000.000000
18.26/18.39	c 13) kcnfs04SAT07: -10000.000000
18.26/18.39	c satzilla running march_dl2004 ... 
1199.16/1199.71	c Bin: Executing march_dl2004
1199.16/1199.71	c spawning binary file with 1181 seconds ...
1199.16/1199.71	c child exit by a signal
1199.16/1199.71	c march_dl2004 returned code 137.
1199.16/1199.71	c satzilla running minisat20SAT07 ... 
1199.16/1199.71	c Bin: Executing minisat20SAT07
1199.16/1199.71	c minisat20SAT07 returned code 1.
1199.16/1199.71	c satzilla running mxc-sr08 ... 
1199.16/1199.71	c Bin: Executing mxc-sr08
1199.16/1199.71	c mxc-sr08 returned code 1.
1199.16/1199.71	c satzilla running minisat20 ... 
1199.16/1199.71	c Bin: Executing minisat20
1199.16/1199.71	c minisat20 returned code 1.
1199.16/1199.71	c satzilla running zchaff_rand ... 
1199.16/1199.71	c Bin: Executing zchaff_rand
1199.16/1199.71	c zchaff_rand returned code 1.
1199.16/1199.71	c satzilla running vallst ... 
1199.16/1199.71	c Bin: Executing vallst
1199.16/1199.71	c vallst returned code 1.
1199.16/1199.71	c satzilla running tts-4-0 ... 
1199.16/1199.71	c Bin: Executing tts-4-0
1199.16/1199.71	c tts-4-0 returned code 1.
1199.16/1199.71	c satzilla running SATenstein ... 
1199.16/1199.71	c Bin: Executing SATenstein
1199.16/1199.71	c SATenstein returned code 1.
1199.16/1199.71	c satzilla running gnovelty+ ... 
1199.16/1199.71	c Bin: Executing gnovelty+
1199.16/1199.71	c gnovelty+ returned code 1.
1199.16/1199.71	c satzilla running adaptg2wsat+ ... 
1199.16/1199.71	c Bin: Executing adaptg2wsat+
1199.16/1199.71	c adaptg2wsat+ returned code 1.
1199.16/1199.71	c satzilla running adaptg2wsat0 ... 
1199.16/1199.71	c Bin: Executing adaptg2wsat0
1199.16/1199.71	c adaptg2wsat0 returned code 1.
1199.16/1199.71	c satzilla running picosat846 ... 
1199.16/1199.71	c Bin: Executing picosat846
1199.16/1199.71	c picosat846 returned code 1.
1199.16/1199.71	c satzilla running kcnfs04SAT07 ... 
1199.16/1199.71	c Bin: Executing kcnfs04SAT07
1199.16/1199.71	c kcnfs04SAT07 returned code 1.
1199.16/1199.71	c ERROR: All Failed! 
1199.16/1199.71	c SATZILLA_TIME=1199.360000

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-1538331-1238424190/watcher-1538331-1238424190 -o /tmp/evaluation-result-1538331-1238424190/solver-1538331-1238424190 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538331-1238424190.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/69 23218
/proc/meminfo: memFree=1223768/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=0
/proc/23218/stat : 23218 (SATzilla2009_C) R 23216 23218 22740 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115080747 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/23218/statm: 514 112 96 399 0 111 0
[pid=23219] ppid=23218 vsize=780 CPUtime=0
/proc/23219/stat : 23219 (march_dl2004) R 23218 23218 22740 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 1115080747 798720 104 1992294400 134512640 134996440 4294956176 18446744073709551615 134796614 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23219/statm: 195 104 50 118 0 74 0

[startup+0.024712 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 23218
/proc/meminfo: memFree=1223768/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=0
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115080747 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23218/statm: 514 112 96 399 0 111 0
[pid=23219] ppid=23218 vsize=1044 CPUtime=0.02
/proc/23219/stat : 23219 (march_dl2004) R 23218 23218 22740 0 -1 4194304 178 0 0 0 2 0 0 0 18 0 1 0 1115080747 1069056 173 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23219/statm: 261 173 50 118 0 140 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3100

[startup+0.101719 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 23218
/proc/meminfo: memFree=1223768/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=0
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115080747 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23218/statm: 514 112 96 399 0 111 0
[pid=23219] ppid=23218 vsize=2828 CPUtime=0.09
/proc/23219/stat : 23219 (march_dl2004) R 23218 23218 22740 0 -1 4194304 1862 0 0 0 9 0 0 0 19 0 1 0 1115080747 2895872 565 1992294400 134512640 134996440 4294956176 18446744073709551615 134560209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23219/statm: 707 565 65 118 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4884

[startup+0.301736 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 23218
/proc/meminfo: memFree=1223768/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=0
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115080747 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23218/statm: 514 112 96 399 0 111 0
[pid=23219] ppid=23218 vsize=3776 CPUtime=0.29
/proc/23219/stat : 23219 (march_dl2004) R 23218 23218 22740 0 -1 4194304 2519 0 0 0 29 0 0 0 21 0 1 0 1115080747 3866624 603 1992294400 134512640 134996440 4294956176 18446744073709551615 134583572 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23219/statm: 944 603 67 118 0 823 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5832

[startup+0.70177 s]
/proc/loadavg: 0.92 0.98 0.99 3/69 23218
/proc/meminfo: memFree=1223768/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=0
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115080747 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23218/statm: 514 112 96 399 0 111 0
[pid=23219] ppid=23218 vsize=3776 CPUtime=0.69
/proc/23219/stat : 23219 (march_dl2004) R 23218 23218 22740 0 -1 4194304 2525 0 0 0 69 0 0 0 25 0 1 0 1115080747 3866624 609 1992294400 134512640 134996440 4294956176 18446744073709551615 134583356 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23219/statm: 944 609 67 118 0 823 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5832

[startup+1.50284 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 23220
/proc/meminfo: memFree=1221320/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=0
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115080747 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23218/statm: 514 112 96 399 0 111 0
[pid=23219] ppid=23218 vsize=19176 CPUtime=1.49
/proc/23219/stat : 23219 (march_dl2004) R 23218 23218 22740 0 -1 4194304 6285 0 0 0 147 2 0 0 25 0 1 0 1115080747 19636224 4203 1992294400 134512640 134996440 4294956176 18446744073709551615 134578161 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23219/statm: 4794 4203 71 118 0 4673 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21232

[startup+3.10198 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 23220
/proc/meminfo: memFree=1202696/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=0
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115080747 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23218/statm: 514 112 96 399 0 111 0
[pid=23219] ppid=23218 vsize=24500 CPUtime=3.09
/proc/23219/stat : 23219 (march_dl2004) R 23218 23218 22740 0 -1 4194304 8212 0 0 0 282 27 0 0 25 0 1 0 1115080747 25088000 5820 1992294400 134512640 134996440 4294956176 18446744073709551615 134559676 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23219/statm: 6125 5820 72 118 0 6004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26556

[startup+6.30127 s]
/proc/loadavg: 1.01 1.00 1.00 2/71 23221
/proc/meminfo: memFree=1220936/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=2056 CPUtime=4.99
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 156 9470 0 0 0 0 470 29 16 0 1 0 1115080747 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 514 125 107 399 0 111 0
[pid=23221] ppid=23218 vsize=4080 CPUtime=1.29
/proc/23221/stat : 23221 (mxc-sr08) R 23218 23218 22740 0 -1 4194304 1134 0 0 0 128 1 0 0 25 0 1 0 1115081247 4177920 928 1992294400 134512640 135078026 4294956176 18446744073709551615 134534642 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23221/statm: 1020 928 71 138 0 879 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6136

[startup+12.7018 s]
/proc/loadavg: 1.01 1.00 1.00 2/71 23223
/proc/meminfo: memFree=1219720/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=3684 CPUtime=11.76
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 786 11267 0 0 171 0 974 31 25 0 1 0 1115080747 3772416 572 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 921 572 136 399 0 518 0
[pid=23223] ppid=23218 vsize=3872 CPUtime=0.89
/proc/23223/stat : 23223 (zchaff07) R 23218 23218 22740 0 -1 4194304 816 0 0 0 81 8 0 0 25 0 1 0 1115081926 3964928 659 1992294400 134512640 135538726 4294956240 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23223/statm: 968 659 126 250 0 715 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7556

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1197256/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=23968 CPUtime=7.09
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 9470 0 0 0 680 29 0 0 25 0 1 0 1115082586 24543232 5689 1992294400 134512640 134996440 4294956176 18446744073709551615 134528166 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 5992 5689 74 118 0 5871 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 29876

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1183240/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=40464 CPUtime=32.68
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 13039 0 0 0 3236 32 0 0 25 0 1 0 1115082586 41435136 9258 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 10116 9258 74 118 0 9995 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 46372

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1177672/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=45728 CPUtime=83.87
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 14415 0 0 0 8352 35 0 0 25 0 1 0 1115082586 46825472 10634 1992294400 134512640 134996440 4294956176 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 11432 10634 74 118 0 11311 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 51636

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1174408/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=49008 CPUtime=143.84
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 15226 0 0 0 14348 36 0 0 25 0 1 0 1115082586 50184192 11445 1992294400 134512640 134996440 4294956176 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 12252 11445 74 118 0 12131 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 54916

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1172616/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=50712 CPUtime=203.81
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 15677 0 0 0 20344 37 0 0 25 0 1 0 1115082586 51929088 11896 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 12678 11896 74 118 0 12557 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 56620

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1171272/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=52164 CPUtime=263.79
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 16028 0 0 0 26342 37 0 0 25 0 1 0 1115082586 53415936 12247 1992294400 134512640 134996440 4294956176 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 13041 12247 74 118 0 12920 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 58072

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1169992/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=53484 CPUtime=323.76
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 16354 0 0 0 32338 38 0 0 25 0 1 0 1115082586 54767616 12573 1992294400 134512640 134996440 4294956176 18446744073709551615 134551520 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 13371 12573 74 118 0 13250 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1166024/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=57312 CPUtime=743.6
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17328 0 0 0 74321 39 0 0 25 0 1 0 1115082586 58687488 13547 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14328 13547 74 118 0 14207 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 63220

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1165704/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=57708 CPUtime=803.56
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17410 0 0 0 80317 39 0 0 25 0 1 0 1115082586 59092992 13629 1992294400 134512640 134996440 4294956176 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14427 13629 74 118 0 14306 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 63616

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1165384/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=57972 CPUtime=863.53
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17511 0 0 0 86314 39 0 0 25 0 1 0 1115082586 59363328 13730 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14493 13730 74 118 0 14372 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 63880

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1165064/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=58368 CPUtime=923.52
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17595 0 0 0 92312 40 0 0 25 0 1 0 1115082586 59768832 13814 1992294400 134512640 134996440 4294956176 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14592 13814 74 118 0 14471 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 64276

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1164744/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=58632 CPUtime=983.5
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17674 0 0 0 98310 40 0 0 25 0 1 0 1115082586 60039168 13893 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14658 13893 74 118 0 14537 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 64540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23224
/proc/meminfo: memFree=1164424/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59028 CPUtime=1043.47
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17751 0 0 0 104307 40 0 0 25 0 1 0 1115082586 60444672 13970 1992294400 134512640 134996440 4294956176 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14757 13970 74 118 0 14636 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 64936

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163968/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59292 CPUtime=1103.45
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17828 0 0 0 110304 41 0 0 25 0 1 0 1115082586 60715008 14047 1992294400 134512640 134996440 4294956176 18446744073709551615 134568026 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14823 14047 74 118 0 14702 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 65200

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163712/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59556 CPUtime=1163.42
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17889 0 0 0 116301 41 0 0 25 0 1 0 1115082586 60985344 14108 1992294400 134512640 134996440 4294956176 18446744073709551615 134526917 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14889 14108 74 118 0 14768 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 65464

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163712/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59556 CPUtime=1171.41
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17896 0 0 0 117100 41 0 0 25 0 1 0 1115082586 60985344 14115 1992294400 134512640 134996440 4294956176 18446744073709551615 134528156 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14889 14115 74 118 0 14768 0
Current children cumulated CPU time (s) 1189.76
Current children cumulated vsize (KiB) 65464

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163648/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59556 CPUtime=1177.81
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17903 0 0 0 117740 41 0 0 25 0 1 0 1115082586 60985344 14122 1992294400 134512640 134996440 4294956176 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14889 14122 74 118 0 14768 0
Current children cumulated CPU time (s) 1196.16
Current children cumulated vsize (KiB) 65464

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163648/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59556 CPUtime=1179.41
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17904 0 0 0 117900 41 0 0 25 0 1 0 1115082586 60985344 14123 1992294400 134512640 134996440 4294956176 18446744073709551615 134514015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14889 14123 74 118 0 14768 0
Current children cumulated CPU time (s) 1197.76
Current children cumulated vsize (KiB) 65464

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163648/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59556 CPUtime=1180.21
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17904 0 0 0 117980 41 0 0 25 0 1 0 1115082586 60985344 14123 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14889 14123 74 118 0 14768 0
Current children cumulated CPU time (s) 1198.56
Current children cumulated vsize (KiB) 65464

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163648/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59556 CPUtime=1180.61
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17904 0 0 0 118020 41 0 0 25 0 1 0 1115082586 60985344 14123 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14889 14123 74 118 0 14768 0
Current children cumulated CPU time (s) 1198.96
Current children cumulated vsize (KiB) 65464

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 23230
/proc/meminfo: memFree=1163648/2055920 swapFree=4171840/4192956
[pid=23218] ppid=23216 vsize=5908 CPUtime=18.35
/proc/23218/stat : 23218 (SATzilla2009_C) S 23216 23218 22740 0 -1 4194304 1786 12214 0 0 621 9 1158 47 25 0 1 0 1115080747 6049792 1097 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23218/statm: 1477 1097 219 399 0 1074 0
[pid=23224] ppid=23218 vsize=59556 CPUtime=1180.81
/proc/23224/stat : 23224 (march_dl2004) R 23218 23218 22740 0 -1 4194304 17906 0 0 0 118040 41 0 0 25 0 1 0 1115082586 60985344 14125 1992294400 134512640 134996440 4294956176 18446744073709551615 134537011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23224/statm: 14889 14125 74 118 0 14768 0
Current children cumulated CPU time (s) 1199.16
Current children cumulated vsize (KiB) 65464

Child status: 17
Real time (s): 1199.72
CPU time (s): 1199.2
CPU user time (s): 1198.21
CPU system time (s): 0.989849
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 65464

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

runsolver used 1.2948 second user time and 3.10753 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-30 16:43:10
IDJOB=1538331
IDBENCH=70223
IDSOLVER=527
FILE ID=node58/1538331-1238424190
PBS_JOBID= 9061471
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= a0e1aec07865a725709061f3f17cc524
RANDOM SEED=392212900

node58.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.222
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.222
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:       1224248 kB
Buffers:         89368 kB
Cached:         652484 kB
SwapCached:      11044 kB
Active:         164284 kB
Inactive:       590116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1224248 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:           31932 kB
Writeback:           0 kB
Mapped:          17420 kB
Slab:            62820 kB
Committed_AS:  2570056 kB
PageTables:       1764 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= 66372 MiB
End job on node58 at 2009-03-30 17:03:10