Trace number 1735867

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.02 1199.57

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v1150c84314gyes2.cnf
MD5SUM52e359b1b3f50700797d7fba5a906213
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.72283
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

Solver Data

22.16/22.21	c SATzilla is building models for class 3
22.16/22.21	c run presolver mxc-sr08 for 10 seconds ... 
22.16/22.21	c Bin: Executing mxc-sr08
22.16/22.21	c spawning binary file with 10 seconds ...
22.16/22.21	c child exit by a signal
22.16/22.21	c mxc-sr08 returned code 137.
22.16/22.21	c run presolver picosat846 for 5 seconds ... 
22.16/22.21	c Bin: Executing picosat846
22.16/22.21	c spawning binary file with 5 seconds ...
22.16/22.21	c child exit by a signal
22.16/22.21	c picosat846 returned code 137.
22.16/22.21	c Orignal number of varibales is 1150, number of clauses is 84314 
22.16/22.21	c predicted feature computation time is 1.516786 
22.16/22.21	c Bin: Executing satelite
22.16/22.21	c spawning binary file with 240 seconds ...
22.16/22.21	c child exited successfully
22.16/22.21	c satzilla computing base features
22.16/22.21	c Number of variabe is: 1100, Number of clause is : 83164 
22.16/22.21	c Initializing...
22.16/22.21	c satzilla doing clause learning
22.16/22.21	c start clause learning features ...
22.16/22.21	c Bin: Executing zchaff07
22.16/22.21	c spawning binary file with 2 seconds ...
22.16/22.21	c child exit by a signal
22.16/22.21	c satzilla doing survey propogation probe
22.16/22.21	c do survay propogation for 2 second ...
22.16/22.21	c satzilla doing local search probe
22.16/22.21	c features are:1150 84314 1100 83164 0.0454545 0.0138281 0.0132269 0.994686 0.0209907 0.236093 0.00301608 1.55434 0.00181818 0.0390909 0.247417 0.937978 0.937978 0.00301608 0.12778 0.00177962 0.00422058 4.73762 0.168447 0.0379687 0.0691824 0.286344 2.74191 0.00170541 0.12645 0.00102208 0.00236881 4.2416 0.937978 0.00388881 0.153083 0.00183974 0.00626473 295.417 1.07728 83 1330 368 161 237 180 210 59.5165 0.152913 50.8059 83.2293 71.6386 52.8389 63.1677 53.2381 57.5202 0.818996 0.0159442 0.775622 0.861546 0.835599 0.802536 0.828298 0.810302 0.819143 4.54146e-09 7.90869 2.10942e-15 5.6878e-07 1.0463e-09 5.88085e-13 2.58099e-10 3.95928e-12 3.22932e-11 300.446 7.69671 497.662 0.122547 501.5 485 525 36.5877 0.131082 0.986207 0.11784 
22.16/22.21	c satzilla's ranking:
22.16/22.21	c 1) picosat846: 3.029889
22.16/22.21	c 2) minisat20SAT07: 1.430914
22.16/22.21	c 3) mxc-sr08: 1.281353
22.16/22.21	c 4) zchaff_rand: -1.192898
22.16/22.21	c 5) march_dl2004: -20.953755
22.16/22.21	c 6) SATenstein: -10000.000000
22.16/22.21	c 7) gnovelty+: -10000.000000
22.16/22.21	c 8) adaptg2wsat+: -10000.000000
22.16/22.21	c 9) adaptg2wsat0: -10000.000000
22.16/22.21	c 10) tts-4-0: -10000.000000
22.16/22.21	c 11) vallst: -10000.000000
22.16/22.21	c 12) minisat20: -10000.000000
22.16/22.21	c 13) kcnfs04SAT07: -10000.000000
22.16/22.21	c satzilla running picosat846 ... 
1198.93/1199.56	c Bin: Executing picosat846
1198.93/1199.56	c spawning binary file with 1177 seconds ...
1198.93/1199.56	c child exit by a signal
1198.93/1199.56	c picosat846 returned code 137.
1198.93/1199.56	c satzilla running minisat20SAT07 ... 
1198.93/1199.56	c Bin: Executing minisat20SAT07
1198.93/1199.56	c minisat20SAT07 returned code 1.
1198.93/1199.56	c satzilla running mxc-sr08 ... 
1198.93/1199.56	c Bin: Executing mxc-sr08
1198.93/1199.56	c mxc-sr08 returned code 1.
1198.93/1199.56	c satzilla running zchaff_rand ... 
1198.93/1199.56	c Bin: Executing zchaff_rand
1198.93/1199.56	c zchaff_rand returned code 1.
1198.93/1199.56	c satzilla running march_dl2004 ... 
1198.93/1199.56	c Bin: Executing march_dl2004
1198.93/1199.56	c march_dl2004 returned code 1.
1198.93/1199.56	c satzilla running SATenstein ... 
1198.93/1199.56	c Bin: Executing SATenstein
1198.93/1199.56	c SATenstein returned code 1.
1198.93/1199.56	c satzilla running gnovelty+ ... 
1198.93/1199.56	c Bin: Executing gnovelty+
1198.93/1199.56	c gnovelty+ returned code 1.
1198.93/1199.56	c satzilla running adaptg2wsat+ ... 
1198.93/1199.56	c Bin: Executing adaptg2wsat+
1198.93/1199.56	c adaptg2wsat+ returned code 1.
1198.93/1199.56	c satzilla running adaptg2wsat0 ... 
1198.93/1199.56	c Bin: Executing adaptg2wsat0
1198.93/1199.56	c adaptg2wsat0 returned code 1.
1198.93/1199.56	c satzilla running tts-4-0 ... 
1198.93/1199.56	c Bin: Executing tts-4-0
1198.93/1199.56	c tts-4-0 returned code 1.
1198.93/1199.56	c satzilla running vallst ... 
1198.93/1199.56	c Bin: Executing vallst
1198.93/1199.56	c vallst returned code 1.
1198.93/1199.56	c satzilla running minisat20 ... 
1198.93/1199.56	c Bin: Executing minisat20
1198.93/1199.56	c minisat20 returned code 1.
1198.93/1199.56	c satzilla running kcnfs04SAT07 ... 
1198.93/1199.56	c Bin: Executing kcnfs04SAT07
1198.93/1199.56	c kcnfs04SAT07 returned code 1.
1198.93/1199.56	c ERROR: All Failed! 
1198.93/1199.56	c SATZILLA_TIME=1199.190000

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-1735867-1240807561/watcher-1735867-1240807561 -o /tmp/evaluation-result-1735867-1240807561/solver-1735867-1240807561 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1735867-1240807561.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.01 1.00 1.00 3/64 30000
/proc/meminfo: memFree=1653744/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) R 29998 30000 29774 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=2128 CPUtime=0
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 413 0 0 0 0 0 0 0 18 0 1 0 108783281 2179072 409 1992294400 134512640 135078026 4294956192 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 532 409 54 138 0 391 0

[startup+0.105477 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 30000
/proc/meminfo: memFree=1653744/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=5408 CPUtime=0.09
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 1494 0 0 0 9 0 0 0 19 0 1 0 108783281 5537792 1240 1992294400 134512640 135078026 4294956192 18446744073709551615 134561086 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 1352 1240 55 138 0 1211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7464

[startup+0.202499 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 30000
/proc/meminfo: memFree=1653744/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=5408 CPUtime=0.19
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 1494 0 0 0 19 0 0 0 20 0 1 0 108783281 5537792 1240 1992294400 134512640 135078026 4294956192 18446744073709551615 134560885 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 1352 1240 55 138 0 1211 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7464

[startup+0.302498 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 30000
/proc/meminfo: memFree=1653744/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=5408 CPUtime=0.29
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 1494 0 0 0 29 0 0 0 21 0 1 0 108783281 5537792 1240 1992294400 134512640 135078026 4294956192 18446744073709551615 134560887 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 1352 1240 55 138 0 1211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7464

[startup+0.701542 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 30000
/proc/meminfo: memFree=1653744/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=7176 CPUtime=0.69
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 1899 0 0 0 69 0 0 0 25 0 1 0 108783281 7348224 1645 1992294400 134512640 135078026 4294956192 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 1794 1645 55 138 0 1653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9232

[startup+1.50163 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 30002
/proc/meminfo: memFree=1647136/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=6364 CPUtime=1.49
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 1921 0 0 0 149 0 0 0 25 0 1 0 108783281 6516736 1472 1992294400 134512640 135078026 4294956192 18446744073709551615 134544599 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 1591 1472 56 138 0 1450 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8420

[startup+3.10181 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 30002
/proc/meminfo: memFree=1646688/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=8240 CPUtime=3.09
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 2403 0 0 0 309 0 0 0 25 0 1 0 108783281 8437760 1954 1992294400 134512640 135078026 4294956192 18446744073709551615 134522520 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 2060 1954 71 138 0 1919 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10296

[startup+6.30116 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 30002
/proc/meminfo: memFree=1643040/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=0
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 108783281 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/30000/statm: 514 112 96 399 0 111 0
[pid=30001] ppid=30000 vsize=10748 CPUtime=6.29
/proc/30001/stat : 30001 (mxc-sr08) R 30000 30000 29774 0 -1 4194304 3030 0 0 0 627 2 0 0 25 0 1 0 108783281 11005952 2581 1992294400 134512640 135078026 4294956192 18446744073709551615 134534627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30001/statm: 2687 2581 71 138 0 2546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12804

[startup+12.7019 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 30003
/proc/meminfo: memFree=1650400/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=2056 CPUtime=9.99
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 152 3495 0 0 0 0 996 3 16 0 1 0 108783281 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 514 121 104 399 0 111 0
[pid=30003] ppid=30000 vsize=4812 CPUtime=2.68
/proc/30003/stat : 30003 (picosat846) R 30000 30000 29774 0 -1 4194304 920 0 0 0 268 0 0 0 25 0 1 0 108784281 4927488 909 1992294400 134512640 134570484 4294956192 18446744073709551615 134523467 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30003/statm: 1203 909 85 14 0 869 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 6868

[startup+25.5023 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 30006
/proc/meminfo: memFree=1638752/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=4812 CPUtime=3.26
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 920 0 0 0 326 0 0 0 25 0 1 0 108785503 4927488 909 1992294400 134512640 134570484 4294956192 18446744073709551615 134523461 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1203 909 85 14 0 869 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 17064

[startup+51.1021 s]
/proc/loadavg: 1.04 1.02 1.00 2/66 30006
/proc/meminfo: memFree=1638688/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=5020 CPUtime=28.85
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 974 0 0 0 2885 0 0 0 25 0 1 0 108785503 5140480 963 1992294400 134512640 134570484 4294956192 18446744073709551615 134551573 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1255 963 85 14 0 921 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 17272

[startup+102.303 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 30006
/proc/meminfo: memFree=1638560/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=5216 CPUtime=80.01
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1054 0 0 0 8001 0 0 0 25 0 1 0 108785503 5341184 1015 1992294400 134512640 134570484 4294956192 18446744073709551615 134551742 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1304 1015 85 14 0 970 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 17468

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 30006
/proc/meminfo: memFree=1638432/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=5252 CPUtime=139.98
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1073 0 0 0 13998 0 0 0 25 0 1 0 108785503 5378048 1024 1992294400 134512640 134570484 4294956192 18446744073709551615 134534093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1313 1024 85 14 0 979 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 17504

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30006
/proc/meminfo: memFree=1638432/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=5344 CPUtime=199.96
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1095 0 0 0 19996 0 0 0 25 0 1 0 108785503 5472256 1046 1992294400 134512640 134570484 4294956192 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1336 1046 85 14 0 1002 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 17596

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30006
/proc/meminfo: memFree=1638304/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=5488 CPUtime=259.94
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1128 0 0 0 25993 1 0 0 25 0 1 0 108785503 5619712 1077 1992294400 134512640 134570484 4294956192 18446744073709551615 134551713 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1372 1077 85 14 0 1038 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 17740

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30006
/proc/meminfo: memFree=1638240/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=5504 CPUtime=319.92
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1138 0 0 0 31991 1 0 0 25 0 1 0 108785503 5636096 1087 1992294400 134512640 134570484 4294956192 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1376 1087 85 14 0 1042 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30006
/proc/meminfo: memFree=1637408/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6072 CPUtime=799.73
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1949 0 0 0 79971 2 0 0 25 0 1 0 108785503 6217728 1210 1992294400 134512640 134570484 4294956192 18446744073709551615 134551621 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1518 1210 85 14 0 1184 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 18324

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30006
/proc/meminfo: memFree=1637408/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6052 CPUtime=859.69
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1967 0 0 0 85967 2 0 0 25 0 1 0 108785503 6197248 1209 1992294400 134512640 134570484 4294956192 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1513 1209 85 14 0 1179 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 18304

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1637152/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=5984 CPUtime=919.66
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 1983 0 0 0 91964 2 0 0 25 0 1 0 108785503 6127616 1207 1992294400 134512640 134570484 4294956192 18446744073709551615 134551880 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1496 1207 85 14 0 1162 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 18236

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1637088/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6240 CPUtime=979.64
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2049 0 0 0 97962 2 0 0 25 0 1 0 108785503 6389760 1271 1992294400 134512640 134570484 4294956192 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1560 1271 85 14 0 1226 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 18492

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636640/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6616 CPUtime=1039.61
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2163 0 0 0 103959 2 0 0 25 0 1 0 108785503 6774784 1365 1992294400 134512640 134570484 4294956192 18446744073709551615 134551755 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1654 1365 85 14 0 1320 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 18868

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636576/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6808 CPUtime=1099.58
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2341 0 0 0 109956 2 0 0 25 0 1 0 108785503 6971392 1402 1992294400 134512640 134570484 4294956192 18446744073709551615 134534093 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1702 1402 85 14 0 1368 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 19060

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1637088/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6220 CPUtime=1159.56
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2367 0 0 0 115953 3 0 0 25 0 1 0 108785503 6369280 1259 1992294400 134512640 134570484 4294956192 18446744073709551615 134552785 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1555 1259 85 14 0 1221 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 18472

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

[startup+1190.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636704/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6528 CPUtime=1167.66
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2467 0 0 0 116763 3 0 0 25 0 1 0 108785503 6684672 1343 1992294400 134512640 134570484 4294956192 18446744073709551615 134552963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/30006/statm: 1632 1343 85 14 0 1298 0
Current children cumulated CPU time (s) 1189.84
Current children cumulated vsize (KiB) 18780

[startup+1193.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636704/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6480 CPUtime=1170.86
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2467 0 0 0 117083 3 0 0 25 0 1 0 108785503 6635520 1331 1992294400 134512640 134570484 4294956192 18446744073709551615 134544485 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1620 1331 85 14 0 1286 0
Current children cumulated CPU time (s) 1193.04
Current children cumulated vsize (KiB) 18732

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636704/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6476 CPUtime=1174.05
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2467 0 0 0 117402 3 0 0 25 0 1 0 108785503 6631424 1330 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1619 1330 85 14 0 1285 0
Current children cumulated CPU time (s) 1196.23
Current children cumulated vsize (KiB) 18728

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636704/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6472 CPUtime=1175.65
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2467 0 0 0 117562 3 0 0 25 0 1 0 108785503 6627328 1329 1992294400 134512640 134570484 4294956192 18446744073709551615 134553018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1197.83
Current children cumulated vsize (KiB) 18724

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636704/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6472 CPUtime=1176.45
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2467 0 0 0 117642 3 0 0 25 0 1 0 108785503 6627328 1329 1992294400 134512640 134570484 4294956192 18446744073709551615 134551952 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1198.63
Current children cumulated vsize (KiB) 18724

[startup+1199.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636704/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6472 CPUtime=1176.65
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2467 0 0 0 117662 3 0 0 25 0 1 0 108785503 6627328 1329 1992294400 134512640 134570484 4294956192 18446744073709551615 134552727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1198.83
Current children cumulated vsize (KiB) 18724

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 30012
/proc/meminfo: memFree=1636704/2055920 swapFree=4192812/4192956
[pid=30000] ppid=29998 vsize=12252 CPUtime=22.18
/proc/30000/stat : 30000 (SATzilla2009_I) S 29998 30000 29774 0 -1 4194304 4622 8848 0 0 464 4 1740 10 25 0 1 0 108783281 12546048 2813 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/30000/statm: 3063 2813 217 399 0 2660 0
[pid=30006] ppid=30000 vsize=6472 CPUtime=1176.75
/proc/30006/stat : 30006 (picosat846) R 30000 30000 29774 0 -1 4194304 2467 0 0 0 117672 3 0 0 25 0 1 0 108785503 6627328 1329 1992294400 134512640 134570484 4294956192 18446744073709551615 134551723 0 0 8392704 0 0 0 0 17 0 0 0
/proc/30006/statm: 1618 1329 85 14 0 1284 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 18724

Child status: 17
Real time (s): 1199.57
CPU time (s): 1199.02
CPU user time (s): 1198.84
CPU system time (s): 0.184971
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 19104

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

runsolver used 1.08883 second user time and 3.2855 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-27 06:46:01
IDJOB=1735867
IDBENCH=71537
IDSOLVER=528
FILE ID=node59/1735867-1240807561
PBS_JOBID= 9187396
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 52e359b1b3f50700797d7fba5a906213
RANDOM SEED=1557759939

node59.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.240
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.240
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:       1654288 kB
Buffers:         47400 kB
Cached:         277096 kB
SwapCached:          0 kB
Active:         101260 kB
Inactive:       237192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           32748 kB
Writeback:           0 kB
Mapped:          23696 kB
Slab:            49196 kB
Committed_AS:   506520 kB
PageTables:       1456 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= 66368 MiB
End job on node59 at 2009-04-27 07:06:01