Trace number 1538545

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.42 1200.09

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/10000/
unif-k3-r4.2-v10000-c42000-S1012522562-096.cnf
MD5SUMbdbdcaa81df700a6beb0f62dde612ba9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.5842
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.54/20.62	c SATzilla is building models for class 3
20.54/20.62	c run presolver mxc-sr08 for 10 seconds ... 
20.54/20.62	c Bin: Executing mxc-sr08
20.54/20.62	c spawning binary file with 10 seconds ...
20.54/20.62	c child exit by a signal
20.54/20.62	c mxc-sr08 returned code 137.
20.54/20.62	c run presolver picosat846 for 5 seconds ... 
20.54/20.62	c Bin: Executing picosat846
20.54/20.62	c spawning binary file with 5 seconds ...
20.54/20.62	c child exit by a signal
20.54/20.62	c picosat846 returned code 137.
20.54/20.62	c Orignal number of varibales is 10000, number of clauses is 42000 
20.54/20.62	c predicted feature computation time is 1.499615 
20.54/20.62	c Bin: Executing satelite
20.54/20.62	c spawning binary file with 240 seconds ...
20.54/20.62	c child exited successfully
20.54/20.62	c satzilla computing base features
20.54/20.62	c Number of variabe is: 9749, Number of clause is : 41741 
20.54/20.62	c Initializing...
20.54/20.62	c satzilla doing clause learning
20.54/20.62	c start clause learning features ...
20.54/20.62	c Bin: Executing zchaff07
20.54/20.62	c spawning binary file with 2 seconds ...
20.54/20.62	c child exit by a signal
20.54/20.62	c satzilla doing survey propogation probe
20.54/20.62	c do survay propogation for 2 second ...
20.54/20.62	c satzilla doing local search probe
20.54/20.62	c features are:10000 42000 9749 41741 0.0257462 0.00620493 0.233559 0.495657 0.587689 0.716024 0.000311525 0.0653786 0.000307724 0.000615448 0.159728 0 0.964783 0.000311525 0.290375 2.39573e-05 0.000838504 2.71455 0.227582 0.170508 0 1 3.36427 0.000152959 0.395122 0 0.000503102 2.32463 0.493615 0.000631033 0.293965 4.79145e-05 0.00172492 19.806 0.330594 8 33 29 12 25 15 19 54.0181 0.180887 34.375 90.25 67.9091 41.8235 59.6842 47.8824 52.7647 0.391192 0.584913 0.000103983 1 0.706508 0.0845314 0.567628 0.200227 0.380383 0.0919311 0.655492 0.00156613 0.917429 0.173502 0.0281955 0.123986 0.0471432 0.0783043 258.667 0.487064 2122.67 0.0192567 2126 2070 2166 0.256985 1.15716 0.843223 0.0288014 
20.54/20.62	c satzilla's ranking:
20.54/20.62	c 1) picosat846: 2.600613
20.54/20.62	c 2) minisat20SAT07: 1.729124
20.54/20.62	c 3) zchaff_rand: 1.408617
20.54/20.62	c 4) march_dl2004: 1.324015
20.54/20.62	c 5) mxc-sr08: 1.258808
20.54/20.62	c 6) SATenstein: -10000.000000
20.54/20.62	c 7) gnovelty+: -10000.000000
20.54/20.62	c 8) adaptg2wsat+: -10000.000000
20.54/20.62	c 9) adaptg2wsat0: -10000.000000
20.54/20.62	c 10) tts-4-0: -10000.000000
20.54/20.62	c 11) vallst: -10000.000000
20.54/20.62	c 12) minisat20: -10000.000000
20.54/20.62	c 13) kcnfs04SAT07: -10000.000000
20.54/20.62	c satzilla running picosat846 ... 
1199.30/1200.08	c Bin: Executing picosat846
1199.30/1200.08	c spawning binary file with 1179 seconds ...
1199.30/1200.08	c child exit by a signal
1199.30/1200.08	c picosat846 returned code 137.
1199.30/1200.08	c satzilla running minisat20SAT07 ... 
1199.30/1200.08	c Bin: Executing minisat20SAT07
1199.30/1200.08	c minisat20SAT07 returned code 1.
1199.30/1200.08	c satzilla running zchaff_rand ... 
1199.30/1200.08	c Bin: Executing zchaff_rand
1199.30/1200.08	c zchaff_rand returned code 1.
1199.30/1200.08	c satzilla running march_dl2004 ... 
1199.30/1200.08	c Bin: Executing march_dl2004
1199.30/1200.08	c march_dl2004 returned code 1.
1199.30/1200.08	c satzilla running mxc-sr08 ... 
1199.30/1200.08	c Bin: Executing mxc-sr08
1199.30/1200.08	c mxc-sr08 returned code 1.
1199.30/1200.08	c satzilla running SATenstein ... 
1199.30/1200.08	c Bin: Executing SATenstein
1199.30/1200.08	c SATenstein returned code 1.
1199.30/1200.08	c satzilla running gnovelty+ ... 
1199.30/1200.08	c Bin: Executing gnovelty+
1199.30/1200.08	c gnovelty+ returned code 1.
1199.30/1200.08	c satzilla running adaptg2wsat+ ... 
1199.30/1200.09	c Bin: Executing adaptg2wsat+
1199.30/1200.09	c adaptg2wsat+ returned code 1.
1199.30/1200.09	c satzilla running adaptg2wsat0 ... 
1199.30/1200.09	c Bin: Executing adaptg2wsat0
1199.30/1200.09	c adaptg2wsat0 returned code 1.
1199.30/1200.09	c satzilla running tts-4-0 ... 
1199.30/1200.09	c Bin: Executing tts-4-0
1199.30/1200.09	c tts-4-0 returned code 1.
1199.30/1200.09	c satzilla running vallst ... 
1199.30/1200.09	c Bin: Executing vallst
1199.30/1200.09	c vallst returned code 1.
1199.30/1200.09	c satzilla running minisat20 ... 
1199.30/1200.09	c Bin: Executing minisat20
1199.30/1200.09	c minisat20 returned code 1.
1199.30/1200.09	c satzilla running kcnfs04SAT07 ... 
1199.30/1200.09	c Bin: Executing kcnfs04SAT07
1199.30/1200.09	c kcnfs04SAT07 returned code 1.
1199.30/1200.09	c ERROR: All Failed! 
1199.30/1200.09	c SATZILLA_TIME=1199.590000

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-1538545-1238434408/watcher-1538545-1238434408 -o /tmp/evaluation-result-1538545-1238434408/solver-1538545-1238434408 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538545-1238434408.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.90 0.95 0.98 3/64 12095
/proc/meminfo: memFree=1518160/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) R 12093 12095 11792 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=3184 CPUtime=0
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 614 0 0 0 0 0 0 0 18 0 1 0 1116107116 3260416 610 1992294400 134512640 135078026 4294956176 18446744073709551615 134735986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12096/statm: 796 618 53 138 0 655 0

[startup+0.067639 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 12095
/proc/meminfo: memFree=1518160/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=5528 CPUtime=0.06
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 1323 0 0 0 6 0 0 0 19 0 1 0 1116107116 5660672 1131 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12096/statm: 1382 1131 55 138 0 1241 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7584

[startup+0.101646 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 12095
/proc/meminfo: memFree=1518160/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=5660 CPUtime=0.09
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 1361 0 0 0 9 0 0 0 19 0 1 0 1116107116 5795840 1169 1992294400 134512640 135078026 4294956176 18446744073709551615 134568779 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12096/statm: 1415 1169 55 138 0 1274 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7716

[startup+0.301683 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 12095
/proc/meminfo: memFree=1518160/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=6456 CPUtime=0.29
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 1698 0 0 0 29 0 0 0 21 0 1 0 1116107116 6610944 1392 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12096/statm: 1614 1392 71 138 0 1473 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8512

[startup+0.701759 s]
/proc/loadavg: 0.90 0.95 0.98 3/64 12095
/proc/meminfo: memFree=1518160/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=6588 CPUtime=0.69
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 1756 0 0 0 69 0 0 0 25 0 1 0 1116107116 6746112 1450 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12096/statm: 1647 1450 71 138 0 1506 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8644

[startup+1.50293 s]
/proc/loadavg: 0.90 0.95 0.98 2/66 12097
/proc/meminfo: memFree=1512256/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=7380 CPUtime=1.48
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 1949 0 0 0 148 0 0 0 25 0 1 0 1116107116 7557120 1643 1992294400 134512640 135078026 4294956176 18446744073709551615 134533638 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12096/statm: 1845 1643 71 138 0 1704 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9436

[startup+3.10123 s]
/proc/loadavg: 0.90 0.95 0.98 2/66 12097
/proc/meminfo: memFree=1510656/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=8040 CPUtime=3.08
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 2108 0 0 0 307 1 0 0 25 0 1 0 1116107116 8232960 1802 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12096/statm: 2010 1802 71 138 0 1869 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10096

[startup+6.30185 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 12097
/proc/meminfo: memFree=1511040/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=0
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116107116 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12095/statm: 514 112 96 399 0 111 0
[pid=12096] ppid=12095 vsize=8568 CPUtime=6.27
/proc/12096/stat : 12096 (mxc-sr08) R 12095 12095 11792 0 -1 4194304 2258 0 0 0 626 1 0 0 25 0 1 0 1116107116 8773632 1952 1992294400 134512640 135078026 4294956176 18446744073709551615 134539318 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12096/statm: 2142 1952 71 138 0 2001 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10624

[startup+12.7011 s]
/proc/loadavg: 0.91 0.95 0.98 2/66 12098
/proc/meminfo: memFree=1512648/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=2056 CPUtime=9.99
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 152 2371 0 0 0 0 998 1 16 0 1 0 1116107116 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 514 121 104 399 0 111 0
[pid=12098] ppid=12095 vsize=8244 CPUtime=2.65
/proc/12098/stat : 12098 (picosat846) R 12095 12095 11792 0 -1 4194304 1770 0 0 0 265 0 0 0 25 0 1 0 1116108119 8441856 1759 1992294400 134512640 134570484 4294956176 18446744073709551615 134524040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12098/statm: 2061 1759 85 14 0 1727 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 10300

[startup+25.5015 s]
/proc/loadavg: 0.93 0.96 0.98 2/66 12101
/proc/meminfo: memFree=1502544/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=12468 CPUtime=4.86
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 2826 0 0 0 485 1 0 0 25 0 1 0 1116109178 12767232 2815 1992294400 134512640 134570484 4294956176 18446744073709551615 134523152 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 3117 2815 85 14 0 2783 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 19200

[startup+51.1014 s]
/proc/loadavg: 0.95 0.96 0.98 2/66 12101
/proc/meminfo: memFree=1488400/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=25940 CPUtime=30.45
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 6222 0 0 0 3041 4 0 0 25 0 1 0 1116109178 26562560 6211 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 6485 6211 85 14 0 6151 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 32672

[startup+102.305 s]
/proc/loadavg: 1.05 0.98 0.99 2/66 12101
/proc/meminfo: memFree=1470096/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=44544 CPUtime=81.63
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 10821 0 0 0 8155 8 0 0 25 0 1 0 1116109178 45613056 10810 1992294400 134512640 134570484 4294956176 18446744073709551615 134552289 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 11136 10810 85 14 0 10802 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 51276

[startup+162.302 s]
/proc/loadavg: 1.08 1.00 0.99 2/66 12101
/proc/meminfo: memFree=1459536/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=56160 CPUtime=141.59
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 13762 0 0 0 14148 11 0 0 25 0 1 0 1116109178 57507840 13751 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 14040 13751 85 14 0 13706 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 62892

[startup+222.301 s]
/proc/loadavg: 1.09 1.01 1.00 2/66 12101
/proc/meminfo: memFree=1447312/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=67496 CPUtime=201.56
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 16497 0 0 0 20143 13 0 0 25 0 1 0 1116109178 69115904 16486 1992294400 134512640 134570484 4294956176 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 16874 16486 85 14 0 16540 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 74228

[startup+282.302 s]
/proc/loadavg: 1.09 1.02 1.00 2/66 12101
/proc/meminfo: memFree=1439888/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=74888 CPUtime=261.53
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 18337 0 0 0 26138 15 0 0 25 0 1 0 1116109178 76685312 18326 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 18722 18326 85 14 0 18388 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 81620

[startup+342.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 12101
/proc/meminfo: memFree=1431760/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=82940 CPUtime=321.5
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 20372 0 0 0 32133 17 0 0 25 0 1 0 1116109178 84930560 20361 1992294400 134512640 134570484 4294956176 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 20735 20361 85 14 0 20401 0

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


[startup+822.301 s]
/proc/loadavg: 1.18 1.09 1.01 2/66 12103
/proc/meminfo: memFree=1387344/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=127920 CPUtime=801.24
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 31462 0 0 0 80094 30 0 0 25 0 1 0 1116109178 130990080 31451 1992294400 134512640 134570484 4294956176 18446744073709551615 134553107 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 31980 31451 85 14 0 31646 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 134652

[startup+882.302 s]
/proc/loadavg: 1.13 1.08 1.01 2/66 12103
/proc/meminfo: memFree=1378448/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=136896 CPUtime=861.21
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 33692 0 0 0 86090 31 0 0 25 0 1 0 1116109178 140181504 33681 1992294400 134512640 134570484 4294956176 18446744073709551615 134549866 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 34224 33681 85 14 0 33890 0
Current children cumulated CPU time (s) 881.76
Current children cumulated vsize (KiB) 143628

[startup+942.302 s]
/proc/loadavg: 1.05 1.07 1.00 2/66 12103
/proc/meminfo: memFree=1378448/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=136896 CPUtime=921.18
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 33692 0 0 0 92087 31 0 0 25 0 1 0 1116109178 140181504 33681 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 34224 33681 85 14 0 33890 0
Current children cumulated CPU time (s) 941.73
Current children cumulated vsize (KiB) 143628

[startup+1002.3 s]
/proc/loadavg: 1.02 1.05 1.00 2/66 12103
/proc/meminfo: memFree=1374672/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=140592 CPUtime=981.14
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 34634 0 0 0 98082 32 0 0 25 0 1 0 1116109178 143966208 34623 1992294400 134512640 134570484 4294956176 18446744073709551615 134553110 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 35148 34623 85 14 0 34814 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 147324

[startup+1062.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/66 12103
/proc/meminfo: memFree=1374480/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=140724 CPUtime=1041.11
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 34683 0 0 0 104079 32 0 0 25 0 1 0 1116109178 144101376 34672 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 35181 34672 85 14 0 34847 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 147456

[startup+1122.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 12103
/proc/meminfo: memFree=1372304/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=143628 CPUtime=1101.09
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 35401 0 0 0 110076 33 0 0 25 0 1 0 1116109178 147075072 35390 1992294400 134512640 134570484 4294956176 18446744073709551615 134522285 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 35907 35390 85 14 0 35573 0
Current children cumulated CPU time (s) 1121.64
Current children cumulated vsize (KiB) 150360

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1161.05
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 116071 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1181.6
Current children cumulated vsize (KiB) 156036

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1169.05
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 116871 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1189.6
Current children cumulated vsize (KiB) 156036

[startup+1196.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1175.45
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 117511 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1196
Current children cumulated vsize (KiB) 156036

[startup+1198.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1177.04
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 117670 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1197.59
Current children cumulated vsize (KiB) 156036

[startup+1199.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1177.84
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 117750 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1198.39
Current children cumulated vsize (KiB) 156036

[startup+1199.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1178.24
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 117790 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1198.79
Current children cumulated vsize (KiB) 156036

[startup+1199.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1178.64
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 117830 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1199.19
Current children cumulated vsize (KiB) 156036

[startup+1200 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12103
/proc/meminfo: memFree=1365904/2055920 swapFree=4178400/4192956
[pid=12095] ppid=12093 vsize=6732 CPUtime=20.55
/proc/12095/stat : 12095 (SATzilla2009_I) S 12093 12095 11792 0 -1 4194304 3304 8284 0 0 316 20 1695 24 25 0 1 0 1116107116 6893568 1386 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12095/statm: 1683 1386 217 399 0 1280 0
[pid=12101] ppid=12095 vsize=149304 CPUtime=1178.75
/proc/12101/stat : 12101 (picosat846) R 12095 12095 11792 0 -1 4194304 36823 0 0 0 117841 34 0 0 25 0 1 0 1116109178 152887296 36812 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12101/statm: 37326 36812 85 14 0 36992 0
Current children cumulated CPU time (s) 1199.3
Current children cumulated vsize (KiB) 156036

Child status: 17
Real time (s): 1200.09
CPU time (s): 1199.42
CPU user time (s): 1198.6
CPU system time (s): 0.826874
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 156036

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

runsolver used 0.896863 second user time and 3.47947 second system time

The end

Launcher Data

Begin job on node9 at 2009-03-30 19:33:28
IDJOB=1538545
IDBENCH=70294
IDSOLVER=528
FILE ID=node9/1538545-1238434408
PBS_JOBID= 9061575
Free space on /tmp= 66420 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/10000/unif-k3-r4.2-v10000-c42000-S1012522562-096.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538545-1238434408/watcher-1538545-1238434408 -o /tmp/evaluation-result-1538545-1238434408/solver-1538545-1238434408 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538545-1238434408.cnf

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

MD5SUM BENCH= bdbdcaa81df700a6beb0f62dde612ba9
RANDOM SEED=2078943607

node9.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.268
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.268
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:       1518704 kB
Buffers:         92080 kB
Cached:         355288 kB
SwapCached:       8300 kB
Active:         174560 kB
Inactive:       282724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518704 kB
SwapTotal:     4192956 kB
SwapFree:      4178400 kB
Dirty:           32200 kB
Writeback:           0 kB
Mapped:          15588 kB
Slab:            66004 kB
Committed_AS:  2900720 kB
PageTables:       1392 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= 66388 MiB
End job on node9 at 2009-03-30 19:53:28