Trace number 1735617

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla2009_I 2009-03-22? (exit code) 1199.52 1200.08

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v1820c171155g4.cnf
MD5SUM58e1c9baf379890f8f9e3891acb41fa1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1820
Number of clauses171155
Sum of the clauses size344000
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2171090
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 565

Solver Data

23.62/23.74	c SATzilla is building models for class 3
23.62/23.74	c run presolver mxc-sr08 for 10 seconds ... 
23.62/23.74	c Bin: Executing mxc-sr08
23.62/23.74	c spawning binary file with 10 seconds ...
23.62/23.74	c child exit by a signal
23.62/23.74	c mxc-sr08 returned code 137.
23.62/23.74	c run presolver picosat846 for 5 seconds ... 
23.62/23.74	c Bin: Executing picosat846
23.62/23.74	c spawning binary file with 5 seconds ...
23.62/23.74	c child exit by a signal
23.62/23.74	c picosat846 returned code 137.
23.62/23.74	c Orignal number of varibales is 1820, number of clauses is 171155 
23.62/23.74	c predicted feature computation time is 1.722797 
23.62/23.74	c Bin: Executing satelite
23.62/23.74	c spawning binary file with 240 seconds ...
23.62/23.74	c child exited successfully
23.62/23.74	c satzilla computing base features
23.62/23.74	c Number of variabe is: 1755, Number of clause is : 169335 
23.62/23.74	c Initializing...
23.62/23.74	c satzilla doing clause learning
23.62/23.74	c start clause learning features ...
23.62/23.74	c Bin: Executing zchaff07
23.62/23.74	c spawning binary file with 2 seconds ...
23.62/23.74	c child exit by a signal
23.62/23.74	c satzilla doing survey propogation probe
23.62/23.74	c do survay propogation for 2 second ...
23.62/23.74	c satzilla doing local search probe
23.62/23.74	c features are:1820 171155 1755 169335 0.037037 0.0107479 0.0103641 0.996275 0.0159698 0.206979 0.00193065 1.7439 0.0011396 0.0301994 0.218488 0.947152 0.947152 0.00193065 0.143361 0.00126967 0.0027106 5.16359 0.150915 0.0363484 0.0721154 0.305263 2.6827 0.00107938 0.134794 0.000690938 0.0015177 4.57724 0.947152 0.00252685 0.164766 0.0015118 0.00382673 129.364 0.386764 41 218 178 67 173 81 124 70.3629 0.14239 60.8034 98 76.8507 61.8101 74.1975 63.3526 66.7155 0.818308 0.0899762 0.52447 0.919609 0.897702 0.70502 0.873134 0.775452 0.840994 5.58211e-11 9.72923 -1.11022e-16 2.01854e-08 4.25878e-11 6.66134e-16 3.62121e-12 7.43849e-15 1.57208e-13 46.1875 0.104947 820.375 0.0295308 816.5 799 854 47.1789 0.0513135 0.999802 0.00016292 
23.62/23.74	c satzilla's ranking:
23.62/23.74	c 1) picosat846: 3.131593
23.62/23.74	c 2) mxc-sr08: 2.059306
23.62/23.74	c 3) minisat20SAT07: 0.903984
23.62/23.74	c 4) zchaff_rand: 0.655454
23.62/23.74	c 5) march_dl2004: -32.017295
23.62/23.74	c 6) SATenstein: -10000.000000
23.62/23.74	c 7) gnovelty+: -10000.000000
23.62/23.74	c 8) adaptg2wsat+: -10000.000000
23.62/23.74	c 9) adaptg2wsat0: -10000.000000
23.62/23.74	c 10) tts-4-0: -10000.000000
23.62/23.74	c 11) vallst: -10000.000000
23.62/23.74	c 12) minisat20: -10000.000000
23.62/23.74	c 13) kcnfs04SAT07: -10000.000000
23.62/23.74	c satzilla running picosat846 ... 
1199.40/1200.07	c Bin: Executing picosat846
1199.40/1200.07	c spawning binary file with 1176 seconds ...
1199.40/1200.07	c child exit by a signal
1199.40/1200.07	c picosat846 returned code 137.
1199.40/1200.07	c satzilla running mxc-sr08 ... 
1199.40/1200.07	c Bin: Executing mxc-sr08
1199.40/1200.07	c mxc-sr08 returned code 1.
1199.40/1200.07	c satzilla running minisat20SAT07 ... 
1199.40/1200.07	c Bin: Executing minisat20SAT07
1199.40/1200.07	c minisat20SAT07 returned code 1.
1199.40/1200.07	c satzilla running zchaff_rand ... 
1199.40/1200.07	c Bin: Executing zchaff_rand
1199.40/1200.07	c zchaff_rand returned code 1.
1199.40/1200.07	c satzilla running march_dl2004 ... 
1199.40/1200.07	c Bin: Executing march_dl2004
1199.40/1200.07	c march_dl2004 returned code 1.
1199.40/1200.07	c satzilla running SATenstein ... 
1199.40/1200.07	c Bin: Executing SATenstein
1199.40/1200.07	c SATenstein returned code 1.
1199.40/1200.07	c satzilla running gnovelty+ ... 
1199.40/1200.07	c Bin: Executing gnovelty+
1199.40/1200.07	c gnovelty+ returned code 1.
1199.40/1200.07	c satzilla running adaptg2wsat+ ... 
1199.40/1200.07	c Bin: Executing adaptg2wsat+
1199.40/1200.07	c adaptg2wsat+ returned code 1.
1199.40/1200.07	c satzilla running adaptg2wsat0 ... 
1199.40/1200.07	c Bin: Executing adaptg2wsat0
1199.40/1200.07	c adaptg2wsat0 returned code 1.
1199.40/1200.07	c satzilla running tts-4-0 ... 
1199.40/1200.07	c Bin: Executing tts-4-0
1199.40/1200.07	c tts-4-0 returned code 1.
1199.40/1200.07	c satzilla running vallst ... 
1199.40/1200.07	c Bin: Executing vallst
1199.40/1200.07	c vallst returned code 1.
1199.40/1200.07	c satzilla running minisat20 ... 
1199.40/1200.07	c Bin: Executing minisat20
1199.40/1200.07	c minisat20 returned code 1.
1199.40/1200.07	c satzilla running kcnfs04SAT07 ... 
1199.40/1200.07	c Bin: Executing kcnfs04SAT07
1199.40/1200.07	c kcnfs04SAT07 returned code 1.
1199.40/1200.07	c ERROR: All Failed! 
1199.40/1200.07	c SATZILLA_TIME=1199.680000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735617-1240804470/watcher-1735617-1240804470 -o /tmp/evaluation-result-1735617-1240804470/solver-1735617-1240804470 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1735617-1240804470.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.99 0.98 0.99 3/64 4148
/proc/meminfo: memFree=1626896/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=3300 CPUtime=0
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 698 0 0 0 0 0 0 0 19 0 1 0 108480998 3379200 695 1992294400 134512640 135078026 4294956176 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4149/statm: 825 697 52 138 0 684 0

[startup+0.0239139 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4148
/proc/meminfo: memFree=1626896/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=4944 CPUtime=0.01
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 1117 0 0 0 1 0 0 0 19 0 1 0 108480998 5062656 1113 1992294400 134512640 135078026 4294956176 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4149/statm: 1236 1113 54 138 0 1095 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7000

[startup+0.10192 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4148
/proc/meminfo: memFree=1626896/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=10168 CPUtime=0.09
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 2889 0 0 0 8 1 0 0 19 0 1 0 108480998 10412032 2349 1992294400 134512640 135078026 4294956176 18446744073709551615 134560893 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4149/statm: 2542 2349 55 138 0 2401 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12224

[startup+0.301941 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4148
/proc/meminfo: memFree=1626896/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=10168 CPUtime=0.29
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 2889 0 0 0 28 1 0 0 21 0 1 0 108480998 10412032 2349 1992294400 134512640 135078026 4294956176 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4149/statm: 2542 2349 55 138 0 2401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12224

[startup+0.701981 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4148
/proc/meminfo: memFree=1626896/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=10168 CPUtime=0.69
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 2889 0 0 0 68 1 0 0 25 0 1 0 108480998 10412032 2349 1992294400 134512640 135078026 4294956176 18446744073709551615 134561097 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4149/statm: 2542 2349 55 138 0 2401 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12224

[startup+1.50206 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4150
/proc/meminfo: memFree=1615168/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=13952 CPUtime=1.49
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 3772 0 0 0 148 1 0 0 25 0 1 0 108480998 14286848 3232 1992294400 134512640 135078026 4294956176 18446744073709551615 134561011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4149/statm: 3488 3232 55 138 0 3347 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16008

[startup+3.10123 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4150
/proc/meminfo: memFree=1613888/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=13952 CPUtime=3.08
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 3802 0 0 0 307 1 0 0 25 0 1 0 108480998 14286848 3262 1992294400 134512640 135078026 4294956176 18446744073709551615 134560876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4149/statm: 3488 3262 55 138 0 3347 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16008

[startup+6.30155 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4150
/proc/meminfo: memFree=1614336/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=0
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108480998 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 112 96 399 0 111 0
[pid=4149] ppid=4148 vsize=14108 CPUtime=6.27
/proc/4149/stat : 4149 (mxc-sr08) R 4148 4148 3211 0 -1 4194304 4328 0 0 0 625 2 0 0 25 0 1 0 108480998 14446592 3392 1992294400 134512640 135078026 4294956176 18446744073709551615 134522867 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4149/statm: 3527 3392 71 138 0 3386 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16164

[startup+12.7012 s]
/proc/loadavg: 1.07 1.00 1.00 2/66 4151
/proc/meminfo: memFree=1620544/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=2056 CPUtime=9.99
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 152 4999 0 0 0 0 997 2 19 0 1 0 108480998 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 514 121 104 399 0 111 0
[pid=4151] ppid=4148 vsize=8128 CPUtime=2.65
/proc/4151/stat : 4151 (picosat846) R 4148 4148 3211 0 -1 4194304 1696 0 0 0 264 1 0 0 25 0 1 0 108482002 8323072 1685 1992294400 134512640 134570484 4294956176 18446744073709551615 134543365 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4151/statm: 2032 1685 85 14 0 1698 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 10184

[startup+25.5015 s]
/proc/loadavg: 1.14 1.02 1.01 2/66 4154
/proc/meminfo: memFree=1597632/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=8128 CPUtime=1.74
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 1683 0 0 0 173 1 0 0 25 0 1 0 108483372 8323072 1672 1992294400 134512640 134570484 4294956176 18446744073709551615 134524052 0 0 8392704 0 0 0 0 17 1 0 0
/proc/4154/statm: 2032 1672 85 14 0 1698 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 29752

[startup+51.102 s]
/proc/loadavg: 1.16 1.03 1.01 2/66 4154
/proc/meminfo: memFree=1597312/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=8276 CPUtime=27.33
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 1783 0 0 0 2732 1 0 0 25 0 1 0 108483372 8474624 1737 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2069 1737 85 14 0 1735 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 29900

[startup+102.305 s]
/proc/loadavg: 1.11 1.04 1.01 2/66 4154
/proc/meminfo: memFree=1597312/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=8524 CPUtime=78.51
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 1883 0 0 0 7850 1 0 0 25 0 1 0 108483372 8728576 1799 1992294400 134512640 134570484 4294956176 18446744073709551615 134551707 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2131 1799 85 14 0 1797 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 30148

[startup+162.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/66 4154
/proc/meminfo: memFree=1597056/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=8636 CPUtime=138.48
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 2072 0 0 0 13847 1 0 0 25 0 1 0 108483372 8843264 1827 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2159 1827 85 14 0 1825 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 30260

[startup+222.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 4154
/proc/meminfo: memFree=1597056/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=8684 CPUtime=198.45
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 2124 0 0 0 19844 1 0 0 25 0 1 0 108483372 8892416 1839 1992294400 134512640 134570484 4294956176 18446744073709551615 134551309 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2171 1839 85 14 0 1837 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 30308

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 4154
/proc/meminfo: memFree=1596736/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9188 CPUtime=258.43
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 2346 0 0 0 25842 1 0 0 25 0 1 0 108483372 9408512 1936 1992294400 134512640 134570484 4294956176 18446744073709551615 134544007 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2297 1936 85 14 0 1963 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 30812

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 4154
/proc/meminfo: memFree=1596800/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=8908 CPUtime=318.42
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 2467 0 0 0 31840 2 0 0 25 0 1 0 108483372 9121792 1895 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2227 1895 85 14 0 1893 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1596096/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9540 CPUtime=798.19
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 3440 0 0 0 79816 3 0 0 25 0 1 0 108483372 9768960 2050 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2385 2050 85 14 0 2051 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 31164

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595968/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9832 CPUtime=858.17
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 3683 0 0 0 85814 3 0 0 25 0 1 0 108483372 10067968 2102 1992294400 134512640 134570484 4294956176 18446744073709551615 134552040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2458 2102 85 14 0 2124 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 31456

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595840/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9668 CPUtime=918.14
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 3750 0 0 0 91811 3 0 0 25 0 1 0 108483372 9900032 2085 1992294400 134512640 134570484 4294956176 18446744073709551615 134545667 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2417 2085 85 14 0 2083 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 31292

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1596096/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9400 CPUtime=978.12
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 3811 0 0 0 97809 3 0 0 25 0 1 0 108483372 9625600 2018 1992294400 134512640 134570484 4294956176 18446744073709551615 134523318 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2350 2018 85 14 0 2016 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 31024

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595776/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1038.1
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 3971 0 0 0 103807 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134552768 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 31480

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595648/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=10144 CPUtime=1098.07
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4033 0 0 0 109804 3 0 0 25 0 1 0 108483372 10387456 2190 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2536 2190 85 14 0 2202 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 31768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9860 CPUtime=1158.04
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 115801 3 0 0 25 0 1 0 108483372 10096640 2133 1992294400 134512640 134570484 4294956176 18446744073709551615 134552864 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2465 2133 85 14 0 2131 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 31484

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1166.04
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 116601 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134552746 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1189.7
Current children cumulated vsize (KiB) 31480

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1172.44
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 117241 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134545657 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1196.1
Current children cumulated vsize (KiB) 31480

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1174.04
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 117401 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134544174 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1197.7
Current children cumulated vsize (KiB) 31480

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1174.83
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 117480 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1198.49
Current children cumulated vsize (KiB) 31480

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1175.23
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 117520 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134544162 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 31480

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1175.63
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 117560 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134552727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1199.29
Current children cumulated vsize (KiB) 31480

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 4160
/proc/meminfo: memFree=1595712/2055920 swapFree=4191900/4192956
[pid=4148] ppid=4146 vsize=21624 CPUtime=23.66
/proc/4148/stat : 4148 (SATzilla2009_I) S 4146 4148 3211 0 -1 4194304 8741 14700 0 0 526 5 1823 12 25 0 1 0 108480998 22142976 5157 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/4148/statm: 5406 5157 217 399 0 5003 0
[pid=4154] ppid=4148 vsize=9856 CPUtime=1175.74
/proc/4154/stat : 4154 (picosat846) R 4148 4148 3211 0 -1 4194304 4076 0 0 0 117571 3 0 0 25 0 1 0 108483372 10092544 2132 1992294400 134512640 134570484 4294956176 18446744073709551615 134553107 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4154/statm: 2464 2132 85 14 0 2130 0
Current children cumulated CPU time (s) 1199.4
Current children cumulated vsize (KiB) 31480

Child status: 17
Real time (s): 1200.08
CPU time (s): 1199.52
CPU user time (s): 1199.29
CPU system time (s): 0.229965
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 33924

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

runsolver used 0.945856 second user time and 3.42948 second system time

The end

Launcher Data

Begin job on node12 at 2009-04-27 05:54:30
IDJOB=1735617
IDBENCH=71501
IDSOLVER=528
FILE ID=node12/1735617-1240804470
PBS_JOBID= 9187375
Free space on /tmp= 66376 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v1820c171155g4.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735617-1240804470/watcher-1735617-1240804470 -o /tmp/evaluation-result-1735617-1240804470/solver-1735617-1240804470 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1735617-1240804470.cnf

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

MD5SUM BENCH= 58e1c9baf379890f8f9e3891acb41fa1
RANDOM SEED=1229506098

node12.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.213
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.213
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:       1627440 kB
Buffers:         54608 kB
Cached:         298812 kB
SwapCached:        384 kB
Active:         168224 kB
Inactive:       198596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627440 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           33648 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            47764 kB
Committed_AS:   547024 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= 66348 MiB
End job on node12 at 2009-04-27 06:14:30