Trace number 1538749

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.11 1199.65

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/18000/
unif-k3-r4.2-v18000-c75600-S420719158-080.cnf
MD5SUM727f10970711b4154a45c3b50e2e1fe7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark191.982
Satisfiable
(Un)Satisfiability was proved
Number of variables18000
Number of clauses75600
Sum of the clauses size226800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 375600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

22.15/22.27	c SATzilla is building models for class 3
22.15/22.27	c run presolver mxc-sr08 for 10 seconds ... 
22.15/22.27	c Bin: Executing mxc-sr08
22.15/22.27	c spawning binary file with 10 seconds ...
22.15/22.27	c child exit by a signal
22.15/22.27	c mxc-sr08 returned code 137.
22.15/22.27	c run presolver picosat846 for 5 seconds ... 
22.15/22.27	c Bin: Executing picosat846
22.15/22.27	c spawning binary file with 5 seconds ...
22.15/22.27	c child exit by a signal
22.15/22.27	c picosat846 returned code 137.
22.15/22.27	c Orignal number of varibales is 18000, number of clauses is 75600 
22.15/22.27	c predicted feature computation time is 1.609521 
22.15/22.27	c Bin: Executing satelite
22.15/22.27	c spawning binary file with 240 seconds ...
22.15/22.27	c child exited successfully
22.15/22.27	c satzilla computing base features
22.15/22.27	c Number of variabe is: 17551, Number of clause is : 75090 
22.15/22.27	c Initializing...
22.15/22.27	c satzilla doing clause learning
22.15/22.27	c start clause learning features ...
22.15/22.27	c Bin: Executing zchaff07
22.15/22.27	c spawning binary file with 2 seconds ...
22.15/22.27	c child exit by a signal
22.15/22.27	c satzilla doing survey propogation probe
22.15/22.27	c do survay propogation for 2 second ...
22.15/22.27	c satzilla doing local search probe
22.15/22.27	c features are:18000 75600 17551 75090 0.0255826 0.00679185 0.233733 0.497398 0.586149 0.707282 0.000172891 0.0624339 0.00017093 0.000284884 0.150874 0 0.96692 0.000172891 0.286963 1.33174e-05 0.00045279 2.70853 0.229075 0.171052 0 1 3.36692 8.47383e-05 0.398478 0 0.000292982 2.32802 0.492143 0.000350141 0.290181 2.66347e-05 0.000932215 10.1017 0.374721 4 17 16 5 13 7 10 70.4417 0.235603 37.125 115.25 93.25 50.3333 81.1429 58.0714 70.5556 0.393111 0.580855 6.54646e-05 1 0.70616 0.0858271 0.569371 0.204246 0.386219 0.0922633 0.657316 0.00167341 0.837491 0.17497 0.0282904 0.124282 0.0469247 0.0786168 1768.33 1.90496 3199 0.49011 3812.5 0 3833 1.02841 2.06343 2.96242 1.75925 
22.15/22.27	c satzilla's ranking:
22.15/22.27	c 1) picosat846: 2.585368
22.15/22.27	c 2) minisat20SAT07: 1.932334
22.15/22.27	c 3) mxc-sr08: 1.497721
22.15/22.27	c 4) march_dl2004: 1.373343
22.15/22.27	c 5) zchaff_rand: 0.979716
22.15/22.27	c 6) SATenstein: -10000.000000
22.15/22.27	c 7) gnovelty+: -10000.000000
22.15/22.27	c 8) adaptg2wsat+: -10000.000000
22.15/22.27	c 9) adaptg2wsat0: -10000.000000
22.15/22.27	c 10) tts-4-0: -10000.000000
22.15/22.27	c 11) vallst: -10000.000000
22.15/22.27	c 12) minisat20: -10000.000000
22.15/22.27	c 13) kcnfs04SAT07: -10000.000000
22.15/22.27	c satzilla running picosat846 ... 
1199.03/1199.65	c Bin: Executing picosat846
1199.03/1199.65	c spawning binary file with 1177 seconds ...
1199.03/1199.65	c child exit by a signal
1199.03/1199.65	c picosat846 returned code 137.
1199.03/1199.65	c satzilla running minisat20SAT07 ... 
1199.03/1199.65	c Bin: Executing minisat20SAT07
1199.03/1199.65	c minisat20SAT07 returned code 1.
1199.03/1199.65	c satzilla running mxc-sr08 ... 
1199.03/1199.65	c Bin: Executing mxc-sr08
1199.03/1199.65	c mxc-sr08 returned code 1.
1199.03/1199.65	c satzilla running march_dl2004 ... 
1199.03/1199.65	c Bin: Executing march_dl2004
1199.03/1199.65	c march_dl2004 returned code 1.
1199.03/1199.65	c satzilla running zchaff_rand ... 
1199.03/1199.65	c Bin: Executing zchaff_rand
1199.03/1199.65	c zchaff_rand returned code 1.
1199.03/1199.65	c satzilla running SATenstein ... 
1199.03/1199.65	c Bin: Executing SATenstein
1199.03/1199.65	c SATenstein returned code 1.
1199.03/1199.65	c satzilla running gnovelty+ ... 
1199.03/1199.65	c Bin: Executing gnovelty+
1199.03/1199.65	c gnovelty+ returned code 1.
1199.03/1199.65	c satzilla running adaptg2wsat+ ... 
1199.03/1199.65	c Bin: Executing adaptg2wsat+
1199.03/1199.65	c adaptg2wsat+ returned code 1.
1199.03/1199.65	c satzilla running adaptg2wsat0 ... 
1199.03/1199.65	c Bin: Executing adaptg2wsat0
1199.03/1199.65	c adaptg2wsat0 returned code 1.
1199.03/1199.65	c satzilla running tts-4-0 ... 
1199.03/1199.65	c Bin: Executing tts-4-0
1199.03/1199.65	c tts-4-0 returned code 1.
1199.03/1199.65	c satzilla running vallst ... 
1199.03/1199.65	c Bin: Executing vallst
1199.03/1199.65	c vallst returned code 1.
1199.03/1199.65	c satzilla running minisat20 ... 
1199.03/1199.65	c Bin: Executing minisat20
1199.03/1199.65	c minisat20 returned code 1.
1199.03/1199.65	c satzilla running kcnfs04SAT07 ... 
1199.03/1199.65	c Bin: Executing kcnfs04SAT07
1199.03/1199.65	c kcnfs04SAT07 returned code 1.
1199.03/1199.65	c ERROR: All Failed! 
1199.03/1199.65	c SATZILLA_TIME=1199.280000

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-1538749-1238440197/watcher-1538749-1238440197 -o /tmp/evaluation-result-1538749-1238440197/solver-1538749-1238440197 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538749-1238440197.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.03 1.39 1.33 3/69 23966
/proc/meminfo: memFree=1205392/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=4784 CPUtime=0
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 977 0 0 0 0 0 0 0 19 0 1 0 1116681422 4898816 973 1992294400 134512640 135078026 4294956176 18446744073709551615 134554568 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 1196 975 52 138 0 1055 0

[startup+0.0813909 s]
/proc/loadavg: 1.03 1.39 1.33 3/69 23966
/proc/meminfo: memFree=1205392/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=8256 CPUtime=0.07
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 1810 0 0 0 7 0 0 0 19 0 1 0 1116681422 8454144 1804 1992294400 134512640 135078026 4294956176 18446744073709551615 134722807 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 2064 1804 54 138 0 1923 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10312

[startup+0.101392 s]
/proc/loadavg: 1.03 1.39 1.33 3/69 23966
/proc/meminfo: memFree=1205392/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=8812 CPUtime=0.09
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 1953 0 0 0 8 1 0 0 19 0 1 0 1116681422 9023488 1947 1992294400 134512640 135078026 4294956176 18446744073709551615 134565915 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 2203 1947 54 138 0 2062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10868

[startup+0.301409 s]
/proc/loadavg: 1.03 1.39 1.33 3/69 23966
/proc/meminfo: memFree=1205392/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=9632 CPUtime=0.29
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 2455 0 0 0 28 1 0 0 21 0 1 0 1116681422 9863168 2086 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 2408 2086 55 138 0 2267 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11688

[startup+0.701445 s]
/proc/loadavg: 1.03 1.39 1.33 3/69 23966
/proc/meminfo: memFree=1205392/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=10672 CPUtime=0.69
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 3057 0 0 0 68 1 0 0 25 0 1 0 1116681422 10928128 2413 1992294400 134512640 135078026 4294956176 18446744073709551615 134538103 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 2668 2413 71 138 0 2527 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12728

[startup+1.50151 s]
/proc/loadavg: 1.03 1.39 1.33 2/71 23968
/proc/meminfo: memFree=1196616/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=10936 CPUtime=1.49
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 3123 0 0 0 147 2 0 0 25 0 1 0 1116681422 11198464 2479 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 2734 2479 71 138 0 2593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12992

[startup+3.10265 s]
/proc/loadavg: 1.03 1.39 1.33 2/71 23968
/proc/meminfo: memFree=1195720/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=12128 CPUtime=3.09
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 3419 0 0 0 307 2 0 0 25 0 1 0 1116681422 12419072 2775 1992294400 134512640 135078026 4294956176 18446744073709551615 134535146 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 3032 2775 71 138 0 2891 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14184

[startup+6.30194 s]
/proc/loadavg: 1.03 1.39 1.32 2/71 23968
/proc/meminfo: memFree=1194056/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=0
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116681422 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 112 96 399 0 111 0
[pid=23967] ppid=23966 vsize=13580 CPUtime=6.28
/proc/23967/stat : 23967 (mxc-sr08) R 23966 23966 23808 0 -1 4194304 3779 0 0 0 626 2 0 0 25 0 1 0 1116681422 13905920 3135 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23967/statm: 3395 3135 71 138 0 3254 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15636

[startup+12.7015 s]
/proc/loadavg: 1.02 1.38 1.32 2/71 23969
/proc/meminfo: memFree=1200200/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=2056 CPUtime=9.99
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 152 3877 0 0 0 0 996 3 16 0 1 0 1116681422 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 514 121 104 399 0 111 0
[pid=23969] ppid=23966 vsize=8624 CPUtime=2.68
/proc/23969/stat : 23969 (picosat846) R 23966 23966 23808 0 -1 4194304 1821 0 0 0 267 1 0 0 25 0 1 0 1116682423 8830976 1810 1992294400 134512640 134570484 4294956176 18446744073709551615 134551739 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23969/statm: 2156 1810 85 14 0 1822 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10680

[startup+25.5016 s]
/proc/loadavg: 1.02 1.36 1.32 2/71 23972
/proc/meminfo: memFree=1188680/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=9548 CPUtime=3.2
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 2037 0 0 0 319 1 0 0 25 0 1 0 1116683650 9777152 2026 1992294400 134512640 134570484 4294956176 18446744073709551615 5305979 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 2387 2026 85 14 0 2053 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 20288

[startup+51.1019 s]
/proc/loadavg: 1.01 1.33 1.31 2/71 23972
/proc/meminfo: memFree=1155528/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=42972 CPUtime=28.79
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 10401 0 0 0 2871 8 0 0 25 0 1 0 1116683650 44003328 10390 1992294400 134512640 134570484 4294956176 18446744073709551615 5305979 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 10743 10390 85 14 0 10409 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 53712

[startup+102.306 s]
/proc/loadavg: 1.00 1.28 1.29 2/71 23972
/proc/meminfo: memFree=1125640/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=72424 CPUtime=79.98
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 17720 0 0 0 7985 13 0 0 25 0 1 0 1116683650 74162176 17698 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 18106 17699 85 14 0 17772 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 83164

[startup+162.302 s]
/proc/loadavg: 1.00 1.22 1.27 2/71 23972
/proc/meminfo: memFree=1105032/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=93820 CPUtime=139.95
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 23034 0 0 0 13975 20 0 0 25 0 1 0 1116683650 96071680 23012 1992294400 134512640 134570484 4294956176 18446744073709551615 134551765 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 23455 23012 85 14 0 23121 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 104560

[startup+222.302 s]
/proc/loadavg: 1.00 1.18 1.25 2/71 23972
/proc/meminfo: memFree=1093896/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=103988 CPUtime=199.92
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 25591 0 0 0 19970 22 0 0 25 0 1 0 1116683650 106483712 25569 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 25997 25569 85 14 0 25663 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 114728

[startup+282.301 s]
/proc/loadavg: 1.00 1.14 1.23 2/71 23972
/proc/meminfo: memFree=1065288/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=132388 CPUtime=259.89
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 32744 0 0 0 25961 28 0 0 25 0 1 0 1116683650 135565312 32722 1992294400 134512640 134570484 4294956176 18446744073709551615 134551664 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 33097 32722 85 14 0 32763 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 143128

[startup+342.301 s]
/proc/loadavg: 1.00 1.12 1.21 2/71 23972
/proc/meminfo: memFree=1058376/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=139392 CPUtime=319.87
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 34488 0 0 0 31956 31 0 0 25 0 1 0 1116683650 142737408 34466 1992294400 134512640 134570484 4294956176 18446744073709551615 134551299 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 34848 34466 85 14 0 34514 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.11 2/71 23972
/proc/meminfo: memFree=1019784/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=178596 CPUtime=799.66
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 44090 0 0 0 79927 39 0 0 25 0 1 0 1116683650 182882304 44068 1992294400 134512640 134570484 4294956176 18446744073709551615 134544007 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 44649 44068 85 14 0 44315 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 189336

[startup+882.302 s]
/proc/loadavg: 1.00 1.01 1.10 2/71 23972
/proc/meminfo: memFree=1001544/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=196848 CPUtime=859.63
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 48658 0 0 0 85919 44 0 0 25 0 1 0 1116683650 201572352 48636 1992294400 134512640 134570484 4294956176 18446744073709551615 134551715 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 49212 48636 85 14 0 48878 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 207588

[startup+942.302 s]
/proc/loadavg: 1.07 1.02 1.09 2/71 23972
/proc/meminfo: memFree=1001480/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=196848 CPUtime=919.61
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 48658 0 0 0 91917 44 0 0 25 0 1 0 1116683650 201572352 48636 1992294400 134512640 134570484 4294956176 18446744073709551615 134552963 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 49212 48636 85 14 0 48878 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 207588

[startup+1002.3 s]
/proc/loadavg: 1.08 1.03 1.09 2/71 23972
/proc/meminfo: memFree=993224/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=205044 CPUtime=979.58
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 50734 0 0 0 97912 46 0 0 25 0 1 0 1116683650 209965056 50712 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 51261 50712 85 14 0 50927 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 215784

[startup+1062.3 s]
/proc/loadavg: 1.09 1.04 1.09 2/71 23972
/proc/meminfo: memFree=993224/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=205044 CPUtime=1039.56
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 50735 0 0 0 103910 46 0 0 25 0 1 0 1116683650 209965056 50713 1992294400 134512640 134570484 4294956176 18446744073709551615 134553070 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23972/statm: 51261 50713 85 14 0 50927 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 215784

[startup+1122.3 s]
/proc/loadavg: 1.15 1.06 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1099.53
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 109904 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134551735 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 227928

[startup+1182.3 s]
/proc/loadavg: 1.09 1.06 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1159.51
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 115902 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 227928

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

[startup+1190.3 s]
/proc/loadavg: 1.08 1.06 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1167.51
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 116702 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134551859 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1189.74
Current children cumulated vsize (KiB) 227928

[startup+1193.51 s]
/proc/loadavg: 1.07 1.06 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1170.71
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 117022 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134526626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1192.94
Current children cumulated vsize (KiB) 227928

[startup+1196.7 s]
/proc/loadavg: 1.07 1.06 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1173.91
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 117342 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134524052 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1196.14
Current children cumulated vsize (KiB) 227928

[startup+1198.3 s]
/proc/loadavg: 1.06 1.05 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1175.5
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 117501 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134523259 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 227928

[startup+1199.1 s]
/proc/loadavg: 1.06 1.05 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1176.3
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 117581 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134552949 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1198.53
Current children cumulated vsize (KiB) 227928

[startup+1199.5 s]
/proc/loadavg: 1.06 1.05 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1176.7
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 117621 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 227928

[startup+1199.6 s]
/proc/loadavg: 1.06 1.05 1.09 2/71 23972
/proc/meminfo: memFree=980936/2055920 swapFree=4171840/4192956
[pid=23966] ppid=23964 vsize=10740 CPUtime=22.23
/proc/23966/stat : 23966 (SATzilla2009_I) S 23964 23966 23808 0 -1 4194304 5556 11721 0 0 473 14 1709 27 25 0 1 0 1116681422 10997760 2446 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23966/statm: 2685 2446 217 399 0 2282 0
[pid=23972] ppid=23966 vsize=217188 CPUtime=1176.8
/proc/23972/stat : 23972 (picosat846) R 23966 23966 23808 0 -1 4194304 53784 0 0 0 117631 49 0 0 25 0 1 0 1116683650 222400512 53762 1992294400 134512640 134570484 4294956176 18446744073709551615 134523246 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23972/statm: 54297 53762 85 14 0 53963 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 227928

Child status: 17
Real time (s): 1199.65
CPU time (s): 1199.11
CPU user time (s): 1198.16
CPU system time (s): 0.949855
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 227928

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

runsolver used 1.24281 second user time and 3.16252 second system time

The end

Launcher Data

Begin job on node58 at 2009-03-30 21:09:57
IDJOB=1538749
IDBENCH=70362
IDSOLVER=528
FILE ID=node58/1538749-1238440197
PBS_JOBID= 9061631
Free space on /tmp= 66400 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/18000/unif-k3-r4.2-v18000-c75600-S420719158-080.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538749-1238440197/watcher-1538749-1238440197 -o /tmp/evaluation-result-1538749-1238440197/solver-1538749-1238440197 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538749-1238440197.cnf

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

MD5SUM BENCH= 727f10970711b4154a45c3b50e2e1fe7
RANDOM SEED=1689185481

node58.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.222
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.222
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:       1206648 kB
Buffers:         90748 kB
Cached:         668444 kB
SwapCached:      11044 kB
Active:         185916 kB
Inactive:       585872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1206648 kB
SwapTotal:     4192956 kB
SwapFree:      4171840 kB
Dirty:           32952 kB
Writeback:           0 kB
Mapped:          17436 kB
Slab:            62988 kB
Committed_AS:  2605508 kB
PageTables:       1768 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 node58 at 2009-03-30 21:29:57