Trace number 1538602

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 1199.7

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S274764005-003.cnf
MD5SUM6ee4600065a8b5657c5266726ecbe863
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.1135
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.05/20.19	c SATzilla is building models for class 3
20.05/20.19	c run presolver mxc-sr08 for 10 seconds ... 
20.05/20.19	c Bin: Executing mxc-sr08
20.05/20.19	c spawning binary file with 10 seconds ...
20.05/20.19	c child exit by a signal
20.05/20.19	c mxc-sr08 returned code 137.
20.05/20.19	c run presolver picosat846 for 5 seconds ... 
20.05/20.19	c Bin: Executing picosat846
20.05/20.19	c spawning binary file with 5 seconds ...
20.05/20.19	c child exit by a signal
20.05/20.19	c picosat846 returned code 137.
20.05/20.19	c Orignal number of varibales is 8000, number of clauses is 33600 
20.05/20.19	c predicted feature computation time is 1.481951 
20.05/20.19	c Bin: Executing satelite
20.05/20.19	c spawning binary file with 240 seconds ...
20.05/20.19	c child exited successfully
20.05/20.19	c satzilla computing base features
20.05/20.19	c Number of variabe is: 7815, Number of clause is : 33388 
20.05/20.19	c Initializing...
20.05/20.19	c satzilla doing clause learning
20.05/20.19	c start clause learning features ...
20.05/20.19	c Bin: Executing zchaff07
20.05/20.19	c spawning binary file with 2 seconds ...
20.05/20.19	c child exit by a signal
20.05/20.19	c satzilla doing survey propogation probe
20.05/20.19	c do survay propogation for 2 second ...
20.05/20.19	c satzilla doing local search probe
20.05/20.19	c features are:8000 33600 7815 33388 0.0236724 0.00634959 0.234066 0.495275 0.58628 0.701848 0.00038825 0.0618016 0.000383877 0.000639795 0.150096 0 0.966904 0.00038825 0.28887 2.99509e-05 0.00101833 2.71012 0.229935 0.172884 0 1 3.36016 0.000190796 0.401259 0 0.000628968 2.33261 0.49368 0.00078523 0.291893 5.99018e-05 0.00212651 26.6618 0.389072 13 57 42 17 31 19 24 51.1856 0.129103 33.92 69.6154 60.2258 42.76 56.5238 46.7931 50.5 0.394904 0.580412 0.000523196 1 0.713057 0.0860524 0.574402 0.206138 0.387351 0.0934132 0.66357 0.00179917 0.824785 0.176697 0.0287042 0.125217 0.0476702 0.0798299 308.042 1.6532 1626.67 0.213825 1697 1643 1714 0.364929 1.89195 0.929199 0.469371 
20.05/20.19	c satzilla's ranking:
20.05/20.19	c 1) picosat846: 2.631671
20.05/20.19	c 2) minisat20SAT07: 2.020187
20.05/20.19	c 3) mxc-sr08: 1.449033
20.05/20.19	c 4) zchaff_rand: 1.344403
20.05/20.19	c 5) march_dl2004: 1.338347
20.05/20.19	c 6) SATenstein: -10000.000000
20.05/20.19	c 7) gnovelty+: -10000.000000
20.05/20.19	c 8) adaptg2wsat+: -10000.000000
20.05/20.19	c 9) adaptg2wsat0: -10000.000000
20.05/20.19	c 10) tts-4-0: -10000.000000
20.05/20.19	c 11) vallst: -10000.000000
20.05/20.19	c 12) minisat20: -10000.000000
20.05/20.19	c 13) kcnfs04SAT07: -10000.000000
20.05/20.19	c satzilla running picosat846 ... 
1198.87/1199.69	c Bin: Executing picosat846
1198.87/1199.69	c spawning binary file with 1179 seconds ...
1198.87/1199.69	c child exit by a signal
1198.87/1199.69	c picosat846 returned code 137.
1198.87/1199.69	c satzilla running minisat20SAT07 ... 
1198.87/1199.69	c Bin: Executing minisat20SAT07
1198.87/1199.69	c minisat20SAT07 returned code 1.
1198.87/1199.69	c satzilla running mxc-sr08 ... 
1198.87/1199.69	c Bin: Executing mxc-sr08
1198.87/1199.69	c mxc-sr08 returned code 1.
1198.87/1199.69	c satzilla running zchaff_rand ... 
1198.87/1199.69	c Bin: Executing zchaff_rand
1198.87/1199.69	c zchaff_rand returned code 1.
1198.87/1199.69	c satzilla running march_dl2004 ... 
1198.87/1199.69	c Bin: Executing march_dl2004
1198.87/1199.69	c march_dl2004 returned code 1.
1198.87/1199.69	c satzilla running SATenstein ... 
1198.87/1199.69	c Bin: Executing SATenstein
1198.87/1199.69	c SATenstein returned code 1.
1198.87/1199.69	c satzilla running gnovelty+ ... 
1198.87/1199.69	c Bin: Executing gnovelty+
1198.87/1199.69	c gnovelty+ returned code 1.
1198.87/1199.69	c satzilla running adaptg2wsat+ ... 
1198.87/1199.69	c Bin: Executing adaptg2wsat+
1198.87/1199.69	c adaptg2wsat+ returned code 1.
1198.87/1199.69	c satzilla running adaptg2wsat0 ... 
1198.87/1199.69	c Bin: Executing adaptg2wsat0
1198.87/1199.69	c adaptg2wsat0 returned code 1.
1198.87/1199.69	c satzilla running tts-4-0 ... 
1198.87/1199.69	c Bin: Executing tts-4-0
1198.87/1199.69	c tts-4-0 returned code 1.
1198.87/1199.69	c satzilla running vallst ... 
1198.87/1199.69	c Bin: Executing vallst
1198.87/1199.69	c vallst returned code 1.
1198.87/1199.69	c satzilla running minisat20 ... 
1198.87/1199.69	c Bin: Executing minisat20
1198.87/1199.69	c minisat20 returned code 1.
1198.87/1199.69	c satzilla running kcnfs04SAT07 ... 
1198.87/1199.69	c Bin: Executing kcnfs04SAT07
1198.87/1199.69	c kcnfs04SAT07 returned code 1.
1198.87/1199.69	c ERROR: All Failed! 
1198.87/1199.69	c SATZILLA_TIME=1199.170000

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-1538602-1238435812/watcher-1538602-1238435812 -o /tmp/evaluation-result-1538602-1238435812/solver-1538602-1238435812 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538602-1238435812.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.06 3/76 32491
/proc/meminfo: memFree=1357624/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=2960 CPUtime=0
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 580 0 0 0 0 0 0 0 19 0 1 0 1116242165 3031040 576 1992294400 134512640 135078026 4294956176 18446744073709551615 134573632 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 740 576 54 138 0 599 0

[startup+0.060211 s]
/proc/loadavg: 1.00 1.00 1.06 3/76 32491
/proc/meminfo: memFree=1357624/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=4400 CPUtime=0.05
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 1063 0 0 0 5 0 0 0 19 0 1 0 1116242165 4505600 910 1992294400 134512640 135078026 4294956176 18446744073709551615 134560762 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 1100 910 55 138 0 959 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6456

[startup+0.101217 s]
/proc/loadavg: 1.00 1.00 1.06 3/76 32491
/proc/meminfo: memFree=1357624/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=4600 CPUtime=0.09
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 1130 0 0 0 9 0 0 0 19 0 1 0 1116242165 4710400 977 1992294400 134512640 135078026 4294956176 18446744073709551615 134552164 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 1150 977 55 138 0 1009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6656

[startup+0.301257 s]
/proc/loadavg: 1.00 1.00 1.06 3/76 32491
/proc/meminfo: memFree=1357624/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=5156 CPUtime=0.29
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 1352 0 0 0 29 0 0 0 21 0 1 0 1116242165 5279744 1132 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 1289 1132 71 138 0 1148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7212

[startup+0.701338 s]
/proc/loadavg: 1.00 1.00 1.06 3/76 32491
/proc/meminfo: memFree=1357624/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=5552 CPUtime=0.69
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 1444 0 0 0 69 0 0 0 25 0 1 0 1116242165 5685248 1224 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 1388 1224 71 138 0 1247 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7608

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 32493
/proc/meminfo: memFree=1352616/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=6344 CPUtime=1.49
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 1625 0 0 0 149 0 0 0 25 0 1 0 1116242165 6496256 1405 1992294400 134512640 135078026 4294956176 18446744073709551615 134609223 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 1586 1405 71 138 0 1445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8400

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 32493
/proc/meminfo: memFree=1351592/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=6872 CPUtime=3.09
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 1783 0 0 0 309 0 0 0 25 0 1 0 1116242165 7036928 1563 1992294400 134512640 135078026 4294956176 18446744073709551615 134533735 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 1718 1563 71 138 0 1577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8928

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 32493
/proc/meminfo: memFree=1351144/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=0
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116242165 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 112 96 399 0 111 0
[pid=32492] ppid=32491 vsize=7400 CPUtime=6.28
/proc/32492/stat : 32492 (mxc-sr08) R 32491 32491 32028 0 -1 4194304 1888 0 0 0 627 1 0 0 25 0 1 0 1116242165 7577600 1668 1992294400 134512640 135078026 4294956176 18446744073709551615 134540345 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32492/statm: 1850 1668 71 138 0 1709 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9456

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 32494
/proc/meminfo: memFree=1351976/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=2056 CPUtime=9.99
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 152 1974 0 0 0 0 998 1 19 0 1 0 1116242165 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 514 121 104 399 0 111 0
[pid=32494] ppid=32491 vsize=8508 CPUtime=2.67
/proc/32494/stat : 32494 (picosat846) R 32491 32491 32028 0 -1 4194304 1836 0 0 0 266 1 0 0 25 0 1 0 1116243167 8712192 1825 1992294400 134512640 134570484 4294956176 18446744073709551615 134523595 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32494/statm: 2127 1825 85 14 0 1793 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10564

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 32497
/proc/meminfo: memFree=1341672/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=12864 CPUtime=5.3
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 2918 0 0 0 528 2 0 0 25 0 1 0 1116244184 13172736 2896 1992294400 134512640 134570484 4294956176 18446744073709551615 134545487 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 3216 2896 85 14 0 2882 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 19252

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 32497
/proc/meminfo: memFree=1331944/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=22632 CPUtime=30.87
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 5364 0 0 0 3083 4 0 0 25 0 1 0 1116244184 23175168 5342 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 1 0 0
/proc/32497/statm: 5658 5342 85 14 0 5324 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 29020

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 32497
/proc/meminfo: memFree=1320744/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=33976 CPUtime=82.05
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 8172 0 0 0 8199 6 0 0 25 0 1 0 1116244184 34791424 8150 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 8494 8150 85 14 0 8160 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 40364

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 32497
/proc/meminfo: memFree=1309992/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=44536 CPUtime=142.01
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 10842 0 0 0 14193 8 0 0 25 0 1 0 1116244184 45604864 10820 1992294400 134512640 134570484 4294956176 18446744073709551615 134551573 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 11134 10820 85 14 0 10800 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 50924

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/78 32497
/proc/meminfo: memFree=1302760/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=51796 CPUtime=201.97
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 12661 0 0 0 20188 9 0 0 25 0 1 0 1116244184 53039104 12639 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 12949 12639 85 14 0 12615 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 58184

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 32503
/proc/meminfo: memFree=1297512/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=57324 CPUtime=261.94
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 13959 0 0 0 26183 11 0 0 25 0 1 0 1116244184 58699776 13937 1992294400 134512640 134570484 4294956176 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 14331 13937 85 14 0 13997 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 63712

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.03 2/78 32503
/proc/meminfo: memFree=1289320/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=66036 CPUtime=321.91
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 16144 0 0 0 32179 12 0 0 25 0 1 0 1116244184 67620864 16122 1992294400 134512640 134570484 4294956176 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 16509 16122 85 14 0 16175 0

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1254888/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=99584 CPUtime=801.65
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 27107 0 0 0 80141 24 0 0 25 0 1 0 1116244184 101974016 24568 1992294400 134512640 134570484 4294956176 18446744073709551615 134524070 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 24896 24568 85 14 0 24562 0
Current children cumulated CPU time (s) 821.79
Current children cumulated vsize (KiB) 105972

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1247848/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=106580 CPUtime=861.61
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 28861 0 0 0 86136 25 0 0 25 0 1 0 1116244184 109137920 26322 1992294400 134512640 134570484 4294956176 18446744073709551615 134523246 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 26645 26322 85 14 0 26311 0
Current children cumulated CPU time (s) 881.75
Current children cumulated vsize (KiB) 112968

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1248360/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=105800 CPUtime=921.58
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 28863 0 0 0 92133 25 0 0 25 0 1 0 1116244184 108339200 26157 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 26450 26157 85 14 0 26116 0
Current children cumulated CPU time (s) 941.72
Current children cumulated vsize (KiB) 112188

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1244136/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=110156 CPUtime=981.55
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 29960 0 0 0 98129 26 0 0 25 0 1 0 1116244184 112799744 27254 1992294400 134512640 134570484 4294956176 18446744073709551615 134552315 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 27539 27254 85 14 0 27205 0
Current children cumulated CPU time (s) 1001.69
Current children cumulated vsize (KiB) 116544

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1241384/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=113952 CPUtime=1041.52
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 30641 0 0 0 104125 27 0 0 25 0 1 0 1116244184 116686848 27935 1992294400 134512640 134570484 4294956176 18446744073709551615 134544081 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 28488 27935 85 14 0 28154 0
Current children cumulated CPU time (s) 1061.66
Current children cumulated vsize (KiB) 120340

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1241384/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=113952 CPUtime=1101.48
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 30641 0 0 0 110121 27 0 0 25 0 1 0 1116244184 116686848 27935 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 28488 27935 85 14 0 28154 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 120340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1161.44
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 116115 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134560373 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1181.58
Current children cumulated vsize (KiB) 128392

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1169.44
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 116915 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1189.58
Current children cumulated vsize (KiB) 128392

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1172.64
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 117235 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1192.78
Current children cumulated vsize (KiB) 128392

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1175.84
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 117555 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1195.98
Current children cumulated vsize (KiB) 128392

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1177.43
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 117714 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134526502 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1197.57
Current children cumulated vsize (KiB) 128392

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1178.23
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 117794 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1198.37
Current children cumulated vsize (KiB) 128392

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1178.63
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 117834 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1198.77
Current children cumulated vsize (KiB) 128392

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 32503
/proc/meminfo: memFree=1233256/2055920 swapFree=4127460/4192956
[pid=32491] ppid=32489 vsize=6388 CPUtime=20.14
/proc/32491/stat : 32491 (SATzilla2009_I) S 32489 32491 32028 0 -1 4194304 2680 7515 0 0 278 23 1692 21 25 0 1 0 1116242165 6541312 1257 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/32491/statm: 1597 1257 217 399 0 1194 0
[pid=32497] ppid=32491 vsize=122004 CPUtime=1178.73
/proc/32497/stat : 32497 (picosat846) R 32491 32491 32028 0 -1 4194304 32675 0 0 0 117844 29 0 0 25 0 1 0 1116244184 124932096 29969 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/32497/statm: 30501 29969 85 14 0 30167 0
Current children cumulated CPU time (s) 1198.87
Current children cumulated vsize (KiB) 128392

Child status: 17
Real time (s): 1199.7
CPU time (s): 1199
CPU user time (s): 1198.23
CPU system time (s): 0.768883
CPU usage (%): 99.9416
Max. virtual memory (cumulated for all children) (KiB): 128392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.23
system time used= 0.768883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42893
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= 36
involuntary context switches= 4881

runsolver used 1.16482 second user time and 3.24751 second system time

The end

Launcher Data

Begin job on node63 at 2009-03-30 19:56:52
IDJOB=1538602
IDBENCH=70313
IDSOLVER=528
FILE ID=node63/1538602-1238435812
PBS_JOBID= 9061552
Free space on /tmp= 66484 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S274764005-003.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538602-1238435812/watcher-1538602-1238435812 -o /tmp/evaluation-result-1538602-1238435812/solver-1538602-1238435812 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538602-1238435812.cnf

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

MD5SUM BENCH= 6ee4600065a8b5657c5266726ecbe863
RANDOM SEED=589523603

node63.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1358168 kB
Buffers:         89368 kB
Cached:         470264 kB
SwapCached:      55360 kB
Active:         164352 kB
Inactive:       452184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358168 kB
SwapTotal:     4192956 kB
SwapFree:      4127460 kB
Dirty:           32048 kB
Writeback:           0 kB
Mapped:          14624 kB
Slab:            65876 kB
Committed_AS:  3292604 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node63 at 2009-03-30 20:16:52