Trace number 1538665

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.49 1200.13

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/4000/
unif-k3-r4.2-v4000-c16800-S1857201443-029.cnf
MD5SUM9d94109a874948dbc629e7a030616546
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark165.734
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.56/19.67	c SATzilla is building models for class 3
19.56/19.67	c run presolver mxc-sr08 for 10 seconds ... 
19.56/19.67	c Bin: Executing mxc-sr08
19.56/19.67	c spawning binary file with 10 seconds ...
19.56/19.67	c child exit by a signal
19.56/19.67	c mxc-sr08 returned code 137.
19.56/19.67	c run presolver picosat846 for 5 seconds ... 
19.56/19.67	c Bin: Executing picosat846
19.56/19.67	c spawning binary file with 5 seconds ...
19.56/19.67	c child exit by a signal
19.56/19.67	c picosat846 returned code 137.
19.56/19.67	c Orignal number of varibales is 4000, number of clauses is 16800 
19.56/19.67	c predicted feature computation time is 1.458400 
19.56/19.67	c Bin: Executing satelite
19.56/19.67	c spawning binary file with 240 seconds ...
19.56/19.67	c child exited successfully
19.56/19.67	c satzilla computing base features
19.56/19.67	c Number of variabe is: 3904, Number of clause is : 16705 
19.56/19.67	c Initializing...
19.56/19.67	c satzilla doing clause learning
19.56/19.67	c start clause learning features ...
19.56/19.67	c Bin: Executing zchaff07
19.56/19.67	c spawning binary file with 2 seconds ...
19.56/19.67	c child exit by a signal
19.56/19.67	c satzilla doing survey propogation probe
19.56/19.67	c do survay propogation for 2 second ...
19.56/19.67	c satzilla doing local search probe
19.56/19.67	c features are:4000 16800 3904 16705 0.0245902 0.00568692 0.233702 0.501718 0.585591 0.721271 0.000777689 0.064026 0.000768443 0.00128074 0.156551 0 0.9654 0.000777689 0.291157 0.000119725 0.00185573 2.72356 0.228222 0.172733 0 1 3.35689 0.000381178 0.407502 0 0.00113738 2.3518 0.49147 0.00157203 0.293265 0.000239449 0.00377133 66.254 0.350471 39 158 107 45 73 52 60 38.906 0.0977458 29 51.5526 44.2152 35.0548 40.5745 36.9831 38.4912 0.388857 0.586637 0.000164069 1 0.699731 0.0825718 0.56737 0.201286 0.385581 0.0913106 0.682305 0.00243722 0.817584 0.176163 0.0262878 0.121119 0.0451057 0.0779272 121.586 0.135315 848.514 0.0249034 845.5 821 873 0.309027 0.23689 0.845844 0.0146827 
19.56/19.67	c satzilla's ranking:
19.56/19.67	c 1) picosat846: 2.601029
19.56/19.67	c 2) zchaff_rand: 1.690215
19.56/19.67	c 3) mxc-sr08: 1.461252
19.56/19.67	c 4) minisat20SAT07: 1.352742
19.56/19.67	c 5) march_dl2004: 1.350359
19.56/19.67	c 6) SATenstein: -10000.000000
19.56/19.67	c 7) gnovelty+: -10000.000000
19.56/19.67	c 8) adaptg2wsat+: -10000.000000
19.56/19.67	c 9) adaptg2wsat0: -10000.000000
19.56/19.67	c 10) tts-4-0: -10000.000000
19.56/19.67	c 11) vallst: -10000.000000
19.56/19.67	c 12) minisat20: -10000.000000
19.56/19.67	c 13) kcnfs04SAT07: -10000.000000
19.56/19.67	c satzilla running picosat846 ... 
1199.42/1200.12	c Bin: Executing picosat846
1199.42/1200.12	c spawning binary file with 1180 seconds ...
1199.42/1200.12	c child exit by a signal
1199.42/1200.12	c picosat846 returned code 137.
1199.42/1200.12	c satzilla running zchaff_rand ... 
1199.42/1200.12	c Bin: Executing zchaff_rand
1199.42/1200.12	c zchaff_rand returned code 1.
1199.42/1200.12	c satzilla running mxc-sr08 ... 
1199.42/1200.12	c Bin: Executing mxc-sr08
1199.42/1200.12	c mxc-sr08 returned code 1.
1199.42/1200.12	c satzilla running minisat20SAT07 ... 
1199.42/1200.12	c Bin: Executing minisat20SAT07
1199.42/1200.12	c minisat20SAT07 returned code 1.
1199.42/1200.12	c satzilla running march_dl2004 ... 
1199.42/1200.12	c Bin: Executing march_dl2004
1199.42/1200.12	c march_dl2004 returned code 1.
1199.42/1200.12	c satzilla running SATenstein ... 
1199.42/1200.12	c Bin: Executing SATenstein
1199.42/1200.12	c SATenstein returned code 1.
1199.42/1200.12	c satzilla running gnovelty+ ... 
1199.42/1200.12	c Bin: Executing gnovelty+
1199.42/1200.12	c gnovelty+ returned code 1.
1199.42/1200.12	c satzilla running adaptg2wsat+ ... 
1199.42/1200.12	c Bin: Executing adaptg2wsat+
1199.42/1200.12	c adaptg2wsat+ returned code 1.
1199.42/1200.12	c satzilla running adaptg2wsat0 ... 
1199.42/1200.12	c Bin: Executing adaptg2wsat0
1199.42/1200.12	c adaptg2wsat0 returned code 1.
1199.42/1200.12	c satzilla running tts-4-0 ... 
1199.42/1200.12	c Bin: Executing tts-4-0
1199.42/1200.12	c tts-4-0 returned code 1.
1199.42/1200.12	c satzilla running vallst ... 
1199.42/1200.12	c Bin: Executing vallst
1199.42/1200.12	c vallst returned code 1.
1199.42/1200.12	c satzilla running minisat20 ... 
1199.42/1200.12	c Bin: Executing minisat20
1199.42/1200.12	c minisat20 returned code 1.
1199.42/1200.12	c satzilla running kcnfs04SAT07 ... 
1199.42/1200.12	c Bin: Executing kcnfs04SAT07
1199.42/1200.12	c kcnfs04SAT07 returned code 1.
1199.42/1200.12	c ERROR: All Failed! 
1199.42/1200.12	c SATZILLA_TIME=1199.650000

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-1538665-1238437871/watcher-1538665-1238437871 -o /tmp/evaluation-result-1538665-1238437871/solver-1538665-1238437871 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538665-1238437871.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.00 3/64 1741
/proc/meminfo: memFree=1477680/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=1992 CPUtime=0
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 357 0 0 0 0 0 0 0 19 0 1 0 1116453808 2039808 353 1992294400 134512640 135078026 4294956176 18446744073709551615 134566022 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 498 353 54 138 0 357 0

[startup+0.0994281 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1741
/proc/meminfo: memFree=1477680/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=2908 CPUtime=0.09
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 696 0 0 0 9 0 0 0 19 0 1 0 1116453808 2977792 617 1992294400 134512640 135078026 4294956176 18446744073709551615 134533981 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 727 617 71 138 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4964

[startup+0.101428 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1741
/proc/meminfo: memFree=1477680/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=2908 CPUtime=0.09
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 696 0 0 0 9 0 0 0 19 0 1 0 1116453808 2977792 617 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 727 617 71 138 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4964

[startup+0.301466 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1741
/proc/meminfo: memFree=1477680/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=3304 CPUtime=0.29
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 767 0 0 0 29 0 0 0 21 0 1 0 1116453808 3383296 688 1992294400 134512640 135078026 4294956176 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 826 688 71 138 0 685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5360

[startup+0.701542 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1741
/proc/meminfo: memFree=1477680/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=3832 CPUtime=0.69
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 911 0 0 0 69 0 0 0 25 0 1 0 1116453808 3923968 832 1992294400 134512640 135078026 4294956176 18446744073709551615 134533769 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 958 832 71 138 0 817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5888

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1743
/proc/meminfo: memFree=1474400/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=4096 CPUtime=1.49
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 994 0 0 0 149 0 0 0 25 0 1 0 1116453808 4194304 915 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 1024 915 71 138 0 883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6152

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1743
/proc/meminfo: memFree=1472800/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=4492 CPUtime=3.08
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 1080 0 0 0 308 0 0 0 25 0 1 0 1116453808 4599808 1001 1992294400 134512640 135078026 4294956176 18446744073709551615 134534342 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 1123 1001 71 138 0 982 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6548

[startup+6.30162 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1743
/proc/meminfo: memFree=1473504/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=0
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116453807 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 112 96 399 0 111 0
[pid=1742] ppid=1741 vsize=4888 CPUtime=6.28
/proc/1742/stat : 1742 (mxc-sr08) R 1741 1741 1145 0 -1 4194304 1184 0 0 0 628 0 0 0 25 0 1 0 1116453808 5005312 1105 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1742/statm: 1222 1105 71 138 0 1081 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6944

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1744
/proc/meminfo: memFree=1473760/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=2056 CPUtime=9.99
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 152 1282 0 0 0 0 999 0 19 0 1 0 1116453807 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 514 121 104 399 0 111 0
[pid=1744] ppid=1741 vsize=5812 CPUtime=2.67
/proc/1744/stat : 1744 (picosat846) R 1741 1741 1145 0 -1 4194304 1158 0 0 0 267 0 0 0 25 0 1 0 1116454809 5951488 1147 1992294400 134512640 134570484 4294956176 18446744073709551615 134561378 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1744/statm: 1453 1147 84 14 0 1119 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7868

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1470176/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=6604 CPUtime=5.82
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 1367 0 0 0 581 1 0 0 25 0 1 0 1116455775 6762496 1356 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 1651 1356 84 14 0 1317 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 11388

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1465696/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=11092 CPUtime=31.38
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 2481 0 0 0 3137 1 0 0 25 0 1 0 1116455775 11358208 2470 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 2773 2470 84 14 0 2439 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 15876

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1460448/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=16372 CPUtime=82.56
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 3814 0 0 0 8254 2 0 0 25 0 1 0 1116455775 16764928 3803 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 4093 3803 84 14 0 3759 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 21156

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1456544/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=20388 CPUtime=142.53
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 4853 0 0 0 14250 3 0 0 25 0 1 0 1116455775 20877312 4780 1992294400 134512640 134570484 4294956176 18446744073709551615 134526626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 5097 4780 85 14 0 4763 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 25172

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1453408/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=23524 CPUtime=202.5
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 5624 0 0 0 20246 4 0 0 25 0 1 0 1116455775 24088576 5551 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 5881 5551 85 14 0 5547 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 28308

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1450400/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=26552 CPUtime=262.47
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 6464 0 0 0 26242 5 0 0 25 0 1 0 1116455775 27189248 6313 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 6638 6313 85 14 0 6304 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 31336

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1747
/proc/meminfo: memFree=1448288/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=28380 CPUtime=322.44
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 7361 0 0 0 32238 6 0 0 25 0 1 0 1116455775 29061120 6810 1992294400 134512640 134570484 4294956176 18446744073709551615 134543779 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 7095 6810 85 14 0 6761 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1435744/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=41212 CPUtime=742.23
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 11331 0 0 0 74212 11 0 0 25 0 1 0 1116455775 42201088 9911 1992294400 134512640 134570484 4294956176 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 10303 9911 85 14 0 9969 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 45996

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1434528/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=42332 CPUtime=802.19
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 11697 0 0 0 80208 11 0 0 25 0 1 0 1116455775 43347968 10212 1992294400 134512640 134570484 4294956176 18446744073709551615 134560376 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 10583 10212 85 14 0 10249 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 47116

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1431072/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=45768 CPUtime=862.17
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 12723 0 0 0 86204 13 0 0 25 0 1 0 1116455775 46866432 11079 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 11442 11079 85 14 0 11108 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 50552

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1431392/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=45468 CPUtime=922.13
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 12723 0 0 0 92200 13 0 0 25 0 1 0 1116455775 46559232 11004 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 11367 11004 85 14 0 11033 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 50252

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1431008/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=45996 CPUtime=982.09
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 12858 0 0 0 98196 13 0 0 25 0 1 0 1116455775 47099904 11139 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 11499 11139 85 14 0 11165 0
Current children cumulated CPU time (s) 1001.72
Current children cumulated vsize (KiB) 50780

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1430688/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=46392 CPUtime=1042.06
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 12937 0 0 0 104193 13 0 0 25 0 1 0 1116455775 47505408 11218 1992294400 134512640 134570484 4294956176 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 11598 11218 85 14 0 11264 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 51176

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1430304/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=46804 CPUtime=1102.03
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 13352 0 0 0 110190 13 0 0 25 0 1 0 1116455775 47927296 11328 1992294400 134512640 134570484 4294956176 18446744073709551615 134549828 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 11701 11328 85 14 0 11367 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 51588

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1425888/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=51160 CPUtime=1162
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 14452 0 0 0 116186 14 0 0 25 0 1 0 1116455775 52387840 12428 1992294400 134512640 134570484 4294956176 18446744073709551615 134553064 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 12790 12428 85 14 0 12456 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 55944

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1425888/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=51160 CPUtime=1170
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 14452 0 0 0 116986 14 0 0 25 0 1 0 1116455775 52387840 12428 1992294400 134512640 134570484 4294956176 18446744073709551615 134524171 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 12790 12428 85 14 0 12456 0
Current children cumulated CPU time (s) 1189.63
Current children cumulated vsize (KiB) 55944

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1425888/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=51160 CPUtime=1176.4
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 14452 0 0 0 117626 14 0 0 25 0 1 0 1116455775 52387840 12428 1992294400 134512640 134570484 4294956176 18446744073709551615 134523312 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 12790 12428 85 14 0 12456 0
Current children cumulated CPU time (s) 1196.03
Current children cumulated vsize (KiB) 55944

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1425888/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=51160 CPUtime=1177.99
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 14452 0 0 0 117785 14 0 0 25 0 1 0 1116455775 52387840 12428 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 12790 12428 85 14 0 12456 0
Current children cumulated CPU time (s) 1197.62
Current children cumulated vsize (KiB) 55944

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1425888/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=51160 CPUtime=1178.79
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 14452 0 0 0 117865 14 0 0 25 0 1 0 1116455775 52387840 12428 1992294400 134512640 134570484 4294956176 18446744073709551615 134551299 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 12790 12428 85 14 0 12456 0
Current children cumulated CPU time (s) 1198.42
Current children cumulated vsize (KiB) 55944

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1425888/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=51160 CPUtime=1179.59
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 14452 0 0 0 117945 14 0 0 25 0 1 0 1116455775 52387840 12428 1992294400 134512640 134570484 4294956176 18446744073709551615 134523000 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 12790 12428 85 14 0 12456 0
Current children cumulated CPU time (s) 1199.22
Current children cumulated vsize (KiB) 55944

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1749
/proc/meminfo: memFree=1425888/2055920 swapFree=4179868/4192956
[pid=1741] ppid=1739 vsize=4784 CPUtime=19.63
/proc/1741/stat : 1741 (SATzilla2009_I) S 1739 1741 1145 0 -1 4194304 1536 4247 0 0 235 22 1687 19 25 0 1 0 1116453807 4898816 791 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1741/statm: 1196 791 217 399 0 793 0
[pid=1747] ppid=1741 vsize=51160 CPUtime=1179.79
/proc/1747/stat : 1747 (picosat846) R 1741 1741 1145 0 -1 4194304 14452 0 0 0 117965 14 0 0 25 0 1 0 1116455775 52387840 12428 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1747/statm: 12790 12428 85 14 0 12456 0
Current children cumulated CPU time (s) 1199.42
Current children cumulated vsize (KiB) 55944

Child status: 17
Real time (s): 1200.13
CPU time (s): 1199.49
CPU user time (s): 1198.91
CPU system time (s): 0.580911
CPU usage (%): 99.9467
Max. virtual memory (cumulated for all children) (KiB): 55944

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

runsolver used 0.992849 second user time and 3.38149 second system time

The end

Launcher Data

Begin job on node5 at 2009-03-30 20:31:11
IDJOB=1538665
IDBENCH=70334
IDSOLVER=528
FILE ID=node5/1538665-1238437871
PBS_JOBID= 9061590
Free space on /tmp= 66096 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/4000/unif-k3-r4.2-v4000-c16800-S1857201443-029.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538665-1238437871/watcher-1538665-1238437871 -o /tmp/evaluation-result-1538665-1238437871/solver-1538665-1238437871 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538665-1238437871.cnf

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

MD5SUM BENCH= 9d94109a874948dbc629e7a030616546
RANDOM SEED=2008584165

node5.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.263
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.263
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:       1478224 kB
Buffers:         79788 kB
Cached:         395932 kB
SwapCached:       7012 kB
Active:         152240 kB
Inactive:       332008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478224 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:           31744 kB
Writeback:           0 kB
Mapped:          14284 kB
Slab:            79588 kB
Committed_AS:  2878464 kB
PageTables:       1388 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= 66064 MiB
End job on node5 at 2009-03-30 20:51:11