Trace number 1538226

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.6 1199.94

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S704699380-099.cnf
MD5SUM79363fa796cb5f9a1d9ad7ab58b2c2fb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark954.206
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

18.67/18.77	c SATzilla is building models for class 2
18.67/18.77	c run presolver march_dl2004 for 5 seconds ... 
18.67/18.77	c Bin: Executing march_dl2004
18.67/18.77	c spawning binary file with 5 seconds ...
18.67/18.77	c child exit by a signal
18.67/18.77	c march_dl2004 returned code 137.
18.67/18.77	c run presolver mxc-sr08 for 5 seconds ... 
18.67/18.77	c Bin: Executing mxc-sr08
18.67/18.77	c spawning binary file with 5 seconds ...
18.67/18.77	c child exit by a signal
18.67/18.77	c mxc-sr08 returned code 137.
18.67/18.77	c Orignal number of varibales is 1000, number of clauses is 20000 
18.67/18.77	c predicted feature computation time is 7.468153 
18.67/18.77	c Bin: Executing satelite
18.67/18.77	c spawning binary file with 240 seconds ...
18.67/18.77	c child exited successfully
18.67/18.77	c satzilla computing base features
18.67/18.77	c Number of variabe is: 1000, Number of clause is : 20000 
18.67/18.77	c Initializing...
18.67/18.77	c satzilla compute diameter ...
18.67/18.77	c start diameter features ...
18.67/18.77	c satzilla doing clause learning
18.67/18.77	c start clause learning features ...
18.67/18.77	c Bin: Executing zchaff07
18.67/18.77	c spawning binary file with 2 seconds ...
18.67/18.77	c child exit by a signal
18.67/18.77	c satzilla doing survey propogation probe
18.67/18.77	c do survay propogation for 2 second ...
18.67/18.77	c satzilla doing local search probe
18.67/18.77	c satzilla doing lobjois search-space size estimate
18.67/18.77	c features are:1000 20000 1000 20000 0 0 0.05 0.37648 0.646489 0.832434 0.005 1.73472e-16 0.005 0.005 -0 0 0 0.005 0.101712 0.0035 0.0068 3.70577 0.0809566 0.0584593 0 0.311111 3.00739 0.0009395 0.230841 0.0004 0.00155 2.86731 0.1879 0.0165021 0.0838876 0.0121 0.0212 3 0 3 3 -0 44.8136 0.263278 31 93 61 33 47 38 43 58.4738 0.0960143 43.9091 71.9394 65.7556 51.0488 62.25 54.9508 57.9737 0.169787 0.663435 9.09173e-05 0.563652 0.334854 0.0332232 0.246097 0.0774555 0.154709 0.00275498 0.679467 0.000242522 0.0153348 0.00510904 0.00102748 0.00350439 0.00145792 0.00224788 58.9813 0.168148 193.056 0.0539346 194 179 205 0.798388 0.314888 0.865618 0.0300466 0.479019 0.587678 
18.67/18.77	c satzilla's ranking:
18.67/18.77	c 1) march_dl2004: 4.069341
18.67/18.77	c 2) minisat20SAT07: 3.683243
18.67/18.77	c 3) mxc-sr08: 3.642387
18.67/18.77	c 4) minisat20: 2.743916
18.67/18.77	c 5) zchaff_rand: 1.592937
18.67/18.77	c 6) vallst: 0.007904
18.67/18.77	c 7) tts-4-0: -0.034248
18.67/18.77	c 8) SATenstein: -10000.000000
18.67/18.77	c 9) gnovelty+: -10000.000000
18.67/18.77	c 10) adaptg2wsat+: -10000.000000
18.67/18.77	c 11) adaptg2wsat0: -10000.000000
18.67/18.77	c 12) picosat846: -10000.000000
18.67/18.77	c 13) kcnfs04SAT07: -10000.000000
18.67/18.77	c satzilla running march_dl2004 ... 
1199.52/1199.94	c Bin: Executing march_dl2004
1199.52/1199.94	c spawning binary file with 1181 seconds ...
1199.52/1199.94	c child exit by a signal
1199.52/1199.94	c march_dl2004 returned code 137.
1199.52/1199.94	c satzilla running minisat20SAT07 ... 
1199.52/1199.94	c Bin: Executing minisat20SAT07
1199.52/1199.94	c minisat20SAT07 returned code 1.
1199.52/1199.94	c satzilla running mxc-sr08 ... 
1199.52/1199.94	c Bin: Executing mxc-sr08
1199.52/1199.94	c mxc-sr08 returned code 1.
1199.52/1199.94	c satzilla running minisat20 ... 
1199.52/1199.94	c Bin: Executing minisat20
1199.52/1199.94	c minisat20 returned code 1.
1199.52/1199.94	c satzilla running zchaff_rand ... 
1199.52/1199.94	c Bin: Executing zchaff_rand
1199.52/1199.94	c zchaff_rand returned code 1.
1199.52/1199.94	c satzilla running vallst ... 
1199.52/1199.94	c Bin: Executing vallst
1199.52/1199.94	c vallst returned code 1.
1199.52/1199.94	c satzilla running tts-4-0 ... 
1199.52/1199.94	c Bin: Executing tts-4-0
1199.52/1199.94	c tts-4-0 returned code 1.
1199.52/1199.94	c satzilla running SATenstein ... 
1199.52/1199.94	c Bin: Executing SATenstein
1199.52/1199.94	c SATenstein returned code 1.
1199.52/1199.94	c satzilla running gnovelty+ ... 
1199.52/1199.94	c Bin: Executing gnovelty+
1199.52/1199.94	c gnovelty+ returned code 1.
1199.52/1199.94	c satzilla running adaptg2wsat+ ... 
1199.52/1199.94	c Bin: Executing adaptg2wsat+
1199.52/1199.94	c adaptg2wsat+ returned code 1.
1199.52/1199.94	c satzilla running adaptg2wsat0 ... 
1199.52/1199.94	c Bin: Executing adaptg2wsat0
1199.52/1199.94	c adaptg2wsat0 returned code 1.
1199.52/1199.94	c satzilla running picosat846 ... 
1199.52/1199.94	c Bin: Executing picosat846
1199.52/1199.94	c picosat846 returned code 1.
1199.52/1199.94	c satzilla running kcnfs04SAT07 ... 
1199.52/1199.94	c Bin: Executing kcnfs04SAT07
1199.52/1199.94	c kcnfs04SAT07 returned code 1.
1199.52/1199.94	c ERROR: All Failed! 
1199.52/1199.94	c SATZILLA_TIME=1199.770000

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-1538226-1238422266/watcher-1538226-1238422266 -o /tmp/evaluation-result-1538226-1238422266/solver-1538226-1238422266 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538226-1238422266.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/64 23092
/proc/meminfo: memFree=1086480/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=0
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114892579 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 112 96 399 0 111 0
[pid=23093] ppid=23092 vsize=796 CPUtime=0
/proc/23093/stat : 23093 (march_dl2004) R 23092 23092 22774 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 1114892579 815104 105 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23093/statm: 199 105 50 118 0 78 0

[startup+0.0929029 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23092
/proc/meminfo: memFree=1086480/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=0
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114892579 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 112 96 399 0 111 0
[pid=23093] ppid=23092 vsize=2808 CPUtime=0.08
/proc/23093/stat : 23093 (march_dl2004) R 23092 23092 22774 0 -1 4194304 1337 0 0 0 8 0 0 0 19 0 1 0 1114892579 2875392 545 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23093/statm: 702 545 57 118 0 581 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4864

[startup+0.101903 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23092
/proc/meminfo: memFree=1086480/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=0
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114892579 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 112 96 399 0 111 0
[pid=23093] ppid=23092 vsize=2808 CPUtime=0.09
/proc/23093/stat : 23093 (march_dl2004) R 23092 23092 22774 0 -1 4194304 1514 0 0 0 9 0 0 0 19 0 1 0 1114892579 2875392 545 1992294400 134512640 134996440 4294956176 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23093/statm: 702 545 57 118 0 581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.301922 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23092
/proc/meminfo: memFree=1086480/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=0
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114892579 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 112 96 399 0 111 0
[pid=23093] ppid=23092 vsize=4108 CPUtime=0.29
/proc/23093/stat : 23093 (march_dl2004) R 23092 23092 22774 0 -1 4194304 2864 0 0 0 28 1 0 0 20 0 1 0 1114892579 4206592 664 1992294400 134512640 134996440 4294956176 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23093/statm: 1027 664 67 118 0 906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6164

[startup+0.701961 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 23092
/proc/meminfo: memFree=1086480/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=0
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114892579 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 112 96 399 0 111 0
[pid=23093] ppid=23092 vsize=4108 CPUtime=0.69
/proc/23093/stat : 23093 (march_dl2004) R 23092 23092 22774 0 -1 4194304 2868 0 0 0 68 1 0 0 24 0 1 0 1114892579 4206592 668 1992294400 134512640 134996440 4294956176 18446744073709551615 134583568 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23093/statm: 1027 668 67 118 0 906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6164

[startup+1.50104 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 23094
/proc/meminfo: memFree=1083904/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=0
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114892579 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 112 96 399 0 111 0
[pid=23093] ppid=23092 vsize=4240 CPUtime=1.49
/proc/23093/stat : 23093 (march_dl2004) R 23092 23092 22774 0 -1 4194304 2893 0 0 0 148 1 0 0 25 0 1 0 1114892579 4341760 693 1992294400 134512640 134996440 4294956176 18446744073709551615 134583023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23093/statm: 1060 693 67 118 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6296

[startup+3.10119 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 23094
/proc/meminfo: memFree=1077888/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=0
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114892579 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 112 96 399 0 111 0
[pid=23093] ppid=23092 vsize=27080 CPUtime=3.09
/proc/23093/stat : 23093 (march_dl2004) R 23092 23092 22774 0 -1 4194304 9032 0 0 0 276 33 0 0 25 0 1 0 1114892579 27729920 6425 1992294400 134512640 134996440 4294956176 18446744073709551615 134559821 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23093/statm: 6770 6425 72 118 0 6649 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29136

[startup+6.3025 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23095
/proc/meminfo: memFree=1083712/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=2056 CPUtime=4.99
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 152 10618 0 0 0 0 465 34 19 0 1 0 1114892579 2105344 121 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 514 121 104 399 0 111 0
[pid=23095] ppid=23092 vsize=4436 CPUtime=1.28
/proc/23095/stat : 23095 (mxc-sr08) R 23092 23092 22774 0 -1 4194304 1165 0 0 0 128 0 0 0 25 0 1 0 1114893080 4542464 1004 1992294400 134512640 135078026 4294956176 18446744073709551615 134522167 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23095/statm: 1109 1004 71 138 0 968 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6492

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 23096
/proc/meminfo: memFree=1083912/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=3860 CPUtime=12.12
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 848 12476 0 0 206 0 970 36 25 0 1 0 1114892579 3952640 617 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 965 617 136 399 0 562 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 3860

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1057216/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=26684 CPUtime=6.72
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 10620 0 0 0 639 33 0 0 25 0 1 0 1114894456 27324416 6337 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 6671 6337 74 118 0 6550 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 32972

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1041792/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=43868 CPUtime=32.3
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 14532 0 0 0 3196 34 0 0 25 0 1 0 1114894456 44920832 10249 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 10967 10249 74 118 0 10846 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 50156

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1035968/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=49648 CPUtime=83.48
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 15993 0 0 0 8313 35 0 0 25 0 1 0 1114894456 50839552 11710 1992294400 134512640 134996440 4294956176 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 12412 11710 74 118 0 12291 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 55936

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1032128/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=53332 CPUtime=143.47
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 16936 0 0 0 14310 37 0 0 25 0 1 0 1114894456 54611968 12653 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 13333 12653 74 118 0 13212 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 59620

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1030336/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=55032 CPUtime=203.44
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 17383 0 0 0 20307 37 0 0 25 0 1 0 1114894456 56352768 13100 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 13758 13100 74 118 0 13637 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 61320

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1028928/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=56460 CPUtime=263.44
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 17726 0 0 0 26305 39 0 0 25 0 1 0 1114894456 57815040 13443 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 14115 13443 74 118 0 13994 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 62748

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1027648/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=57644 CPUtime=323.42
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 18041 0 0 0 32303 39 0 0 25 0 1 0 1114894456 59027456 13758 1992294400 134512640 134996440 4294956176 18446744073709551615 134551287 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 14411 13758 74 118 0 14290 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 63932


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


[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1022848/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=62400 CPUtime=743.31
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19228 0 0 0 74290 41 0 0 25 0 1 0 1114894456 63897600 14945 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 15600 14945 74 118 0 15479 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 68688

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1022400/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=62796 CPUtime=803.29
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19332 0 0 0 80288 41 0 0 25 0 1 0 1114894456 64303104 15049 1992294400 134512640 134996440 4294956176 18446744073709551615 134573826 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 15699 15049 74 118 0 15578 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 69084

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1021952/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=63192 CPUtime=863.27
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19439 0 0 0 86286 41 0 0 25 0 1 0 1114894456 64708608 15156 1992294400 134512640 134996440 4294956176 18446744073709551615 134528148 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 15798 15156 74 118 0 15677 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 69480

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1021504/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=63588 CPUtime=923.25
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19542 0 0 0 92284 41 0 0 25 0 1 0 1114894456 65114112 15259 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 15897 15259 74 118 0 15776 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 69876

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1021184/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=63852 CPUtime=983.23
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19622 0 0 0 98282 41 0 0 25 0 1 0 1114894456 65384448 15339 1992294400 134512640 134996440 4294956176 18446744073709551615 134551515 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 15963 15339 74 118 0 15842 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 70140

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020864/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64248 CPUtime=1043.22
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19708 0 0 0 104281 41 0 0 25 0 1 0 1114894456 65789952 15425 1992294400 134512640 134996440 4294956176 18446744073709551615 134527881 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16062 15425 74 118 0 15941 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 70536

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020608/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64512 CPUtime=1103.2
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19773 0 0 0 110279 41 0 0 25 0 1 0 1114894456 66060288 15490 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16128 15490 74 118 0 16007 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 70800

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020352/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64776 CPUtime=1163.19
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19843 0 0 0 116277 42 0 0 25 0 1 0 1114894456 66330624 15560 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16194 15560 74 118 0 16073 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 71064

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020288/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64776 CPUtime=1171.19
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19852 0 0 0 117077 42 0 0 25 0 1 0 1114894456 66330624 15569 1992294400 134512640 134996440 4294956176 18446744073709551615 134567993 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16194 15569 74 118 0 16073 0
Current children cumulated CPU time (s) 1189.93
Current children cumulated vsize (KiB) 71064

[startup+1196.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020224/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64908 CPUtime=1177.59
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19861 0 0 0 117717 42 0 0 25 0 1 0 1114894456 66465792 15578 1992294400 134512640 134996440 4294956176 18446744073709551615 134527828 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16227 15578 74 118 0 16106 0
Current children cumulated CPU time (s) 1196.33
Current children cumulated vsize (KiB) 71196

[startup+1198.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020224/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64908 CPUtime=1179.18
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19863 0 0 0 117876 42 0 0 25 0 1 0 1114894456 66465792 15580 1992294400 134512640 134996440 4294956176 18446744073709551615 134551512 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16227 15580 74 118 0 16106 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 71196

[startup+1199.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020224/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64908 CPUtime=1179.98
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19865 0 0 0 117956 42 0 0 25 0 1 0 1114894456 66465792 15582 1992294400 134512640 134996440 4294956176 18446744073709551615 134551635 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16227 15582 74 118 0 16106 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 71196

[startup+1199.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020224/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64908 CPUtime=1180.38
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19865 0 0 0 117996 42 0 0 25 0 1 0 1114894456 66465792 15582 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16227 15582 74 118 0 16106 0
Current children cumulated CPU time (s) 1199.12
Current children cumulated vsize (KiB) 71196

[startup+1199.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23098
/proc/meminfo: memFree=1020224/2055920 swapFree=4178100/4192956
[pid=23092] ppid=23090 vsize=6288 CPUtime=18.74
/proc/23092/stat : 23092 (SATzilla2009_C) S 23090 23092 22774 0 -1 4194304 1941 13442 0 0 662 7 1155 50 25 0 1 0 1114892579 6438912 1187 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/23092/statm: 1572 1187 219 399 0 1169 0
[pid=23098] ppid=23092 vsize=64908 CPUtime=1180.78
/proc/23098/stat : 23098 (march_dl2004) R 23092 23092 22774 0 -1 4194304 19865 0 0 0 118036 42 0 0 25 0 1 0 1114894456 66465792 15582 1992294400 134512640 134996440 4294956176 18446744073709551615 134537698 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23098/statm: 16227 15582 74 118 0 16106 0
Current children cumulated CPU time (s) 1199.52
Current children cumulated vsize (KiB) 71196

Child status: 17
Real time (s): 1199.94
CPU time (s): 1199.6
CPU user time (s): 1198.58
CPU system time (s): 1.01484
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 71196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.58
system time used= 1.01484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35263
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= 15
involuntary context switches= 3223

runsolver used 1.3188 second user time and 3.04954 second system time

The end

Launcher Data

Begin job on node18 at 2009-03-30 16:11:06
IDJOB=1538226
IDBENCH=70188
IDSOLVER=527
FILE ID=node18/1538226-1238422266
PBS_JOBID= 9061506
Free space on /tmp= 66224 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S704699380-099.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538226-1238422266/watcher-1538226-1238422266 -o /tmp/evaluation-result-1538226-1238422266/solver-1538226-1238422266 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538226-1238422266.cnf

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

MD5SUM BENCH= 79363fa796cb5f9a1d9ad7ab58b2c2fb
RANDOM SEED=1433173288

node18.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.214
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.214
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:       1086960 kB
Buffers:        104164 kB
Cached:         759128 kB
SwapCached:       8808 kB
Active:         106904 kB
Inactive:       766904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1086960 kB
SwapTotal:     4192956 kB
SwapFree:      4178100 kB
Dirty:           31916 kB
Writeback:           0 kB
Mapped:          16312 kB
Slab:            81248 kB
Committed_AS:  3008864 kB
PageTables:       1376 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= 66192 MiB
End job on node18 at 2009-03-30 16:31:07