Trace number 1538656

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.23 1199.76

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1256544997-019.cnf
MD5SUM01285fb91a1e47f6ebc0bc6eca4b49ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark220.267
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

21.35/21.40	c SATzilla is building models for class 3
21.35/21.40	c run presolver mxc-sr08 for 10 seconds ... 
21.35/21.40	c Bin: Executing mxc-sr08
21.35/21.40	c spawning binary file with 10 seconds ...
21.35/21.40	c child exit by a signal
21.35/21.40	c mxc-sr08 returned code 137.
21.35/21.40	c run presolver picosat846 for 5 seconds ... 
21.35/21.40	c Bin: Executing picosat846
21.35/21.40	c spawning binary file with 5 seconds ...
21.35/21.40	c child exit by a signal
21.35/21.40	c picosat846 returned code 137.
21.35/21.40	c Orignal number of varibales is 14000, number of clauses is 58800 
21.35/21.40	c predicted feature computation time is 1.546717 
21.35/21.40	c Bin: Executing satelite
21.35/21.40	c spawning binary file with 240 seconds ...
21.35/21.40	c child exited successfully
21.35/21.40	c satzilla computing base features
21.35/21.40	c Number of variabe is: 13659, Number of clause is : 58422 
21.35/21.40	c Initializing...
21.35/21.40	c satzilla doing clause learning
21.35/21.40	c start clause learning features ...
21.35/21.40	c Bin: Executing zchaff07
21.35/21.40	c spawning binary file with 2 seconds ...
21.35/21.40	c child exit by a signal
21.35/21.40	c satzilla doing survey propogation probe
21.35/21.40	c do survay propogation for 2 second ...
21.35/21.40	c satzilla doing local search probe
21.35/21.40	c features are:14000 58800 13659 58422 0.0249652 0.00647017 0.233799 0.49319 0.587283 0.708322 0.00022227 0.0626026 0.000219635 0.000366059 0.156088 0 0.964739 0.00022227 0.291572 1.71168e-05 0.000616206 2.71826 0.226144 0.170249 0 1 3.3591 0.00010876 0.397696 0 0.00032522 2.32321 0.49175 0.000450163 0.294885 3.42337e-05 0.00126665 14.1525 0.424314 4 35 24 7 17 10 13 66.1588 0.224573 36.4545 129 83.9091 50.4375 74.1364 56.7429 64.1429 0.392543 0.577374 7.876e-05 1 0.703676 0.0867198 0.569287 0.204697 0.383163 0.0923726 0.663812 0.00108473 0.788673 0.175757 0.0276836 0.123512 0.0470467 0.079679 339.875 0.306239 2985.25 0.00712122 2980 2958 3014 0.200595 0.737252 0.839582 0.0148403 
21.35/21.40	c satzilla's ranking:
21.35/21.40	c 1) picosat846: 2.622936
21.35/21.40	c 2) minisat20SAT07: 1.547701
21.35/21.40	c 3) mxc-sr08: 1.522126
21.35/21.40	c 4) march_dl2004: 1.324586
21.35/21.40	c 5) zchaff_rand: 0.934189
21.35/21.40	c 6) SATenstein: -10000.000000
21.35/21.40	c 7) gnovelty+: -10000.000000
21.35/21.40	c 8) adaptg2wsat+: -10000.000000
21.35/21.40	c 9) adaptg2wsat0: -10000.000000
21.35/21.40	c 10) tts-4-0: -10000.000000
21.35/21.40	c 11) vallst: -10000.000000
21.35/21.40	c 12) minisat20: -10000.000000
21.35/21.40	c 13) kcnfs04SAT07: -10000.000000
21.35/21.40	c satzilla running picosat846 ... 
1199.13/1199.76	c Bin: Executing picosat846
1199.13/1199.76	c spawning binary file with 1178 seconds ...
1199.13/1199.76	c child exit by a signal
1199.13/1199.76	c picosat846 returned code 137.
1199.13/1199.76	c satzilla running minisat20SAT07 ... 
1199.13/1199.76	c Bin: Executing minisat20SAT07
1199.13/1199.76	c minisat20SAT07 returned code 1.
1199.13/1199.76	c satzilla running mxc-sr08 ... 
1199.13/1199.76	c Bin: Executing mxc-sr08
1199.13/1199.76	c mxc-sr08 returned code 1.
1199.13/1199.76	c satzilla running march_dl2004 ... 
1199.13/1199.76	c Bin: Executing march_dl2004
1199.13/1199.76	c march_dl2004 returned code 1.
1199.13/1199.76	c satzilla running zchaff_rand ... 
1199.13/1199.76	c Bin: Executing zchaff_rand
1199.13/1199.76	c zchaff_rand returned code 1.
1199.13/1199.76	c satzilla running SATenstein ... 
1199.13/1199.76	c Bin: Executing SATenstein
1199.13/1199.76	c SATenstein returned code 1.
1199.13/1199.76	c satzilla running gnovelty+ ... 
1199.13/1199.76	c Bin: Executing gnovelty+
1199.13/1199.76	c gnovelty+ returned code 1.
1199.13/1199.76	c satzilla running adaptg2wsat+ ... 
1199.13/1199.76	c Bin: Executing adaptg2wsat+
1199.13/1199.76	c adaptg2wsat+ returned code 1.
1199.13/1199.76	c satzilla running adaptg2wsat0 ... 
1199.13/1199.76	c Bin: Executing adaptg2wsat0
1199.13/1199.76	c adaptg2wsat0 returned code 1.
1199.13/1199.76	c satzilla running tts-4-0 ... 
1199.13/1199.76	c Bin: Executing tts-4-0
1199.13/1199.76	c tts-4-0 returned code 1.
1199.13/1199.76	c satzilla running vallst ... 
1199.13/1199.76	c Bin: Executing vallst
1199.13/1199.76	c vallst returned code 1.
1199.13/1199.76	c satzilla running minisat20 ... 
1199.13/1199.76	c Bin: Executing minisat20
1199.13/1199.76	c minisat20 returned code 1.
1199.13/1199.76	c satzilla running kcnfs04SAT07 ... 
1199.13/1199.76	c Bin: Executing kcnfs04SAT07
1199.13/1199.76	c kcnfs04SAT07 returned code 1.
1199.13/1199.76	c ERROR: All Failed! 
1199.13/1199.76	c SATZILLA_TIME=1199.400000

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-1538656-1238437565/watcher-1538656-1238437565 -o /tmp/evaluation-result-1538656-1238437565/solver-1538656-1238437565 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538656-1238437565.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.77 1.77 1.42 3/64 9295
/proc/meminfo: memFree=1507216/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=3428 CPUtime=0
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 669 0 0 0 0 0 0 0 19 0 1 0 1116423397 3510272 665 1992294400 134512640 135078026 4294956176 18446744073709551615 134554568 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9296/statm: 857 673 52 138 0 716 0

[startup+0.104199 s]
/proc/loadavg: 1.77 1.77 1.42 3/64 9295
/proc/meminfo: memFree=1507216/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=8252 CPUtime=0.09
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 1810 0 0 0 9 0 0 0 20 0 1 0 1116423397 8450048 1806 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9296/statm: 2063 1806 54 138 0 1922 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10308

[startup+0.201207 s]
/proc/loadavg: 1.77 1.77 1.42 3/64 9295
/proc/meminfo: memFree=1507216/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=7848 CPUtime=0.19
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 1947 0 0 0 19 0 0 0 20 0 1 0 1116423397 8036352 1668 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9296/statm: 1962 1668 55 138 0 1821 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9904

[startup+0.301217 s]
/proc/loadavg: 1.77 1.77 1.42 3/64 9295
/proc/meminfo: memFree=1507216/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=8376 CPUtime=0.28
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 2299 0 0 0 28 0 0 0 21 0 1 0 1116423397 8577024 1861 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9296/statm: 2094 1861 71 138 0 1953 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10432

[startup+0.701258 s]
/proc/loadavg: 1.77 1.77 1.42 3/64 9295
/proc/meminfo: memFree=1507216/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=8640 CPUtime=0.68
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 2360 0 0 0 68 0 0 0 25 0 1 0 1116423397 8847360 1922 1992294400 134512640 135078026 4294956176 18446744073709551615 134538102 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9296/statm: 2160 1922 71 138 0 2019 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 10696

[startup+1.50134 s]
/proc/loadavg: 1.77 1.77 1.42 2/66 9297
/proc/meminfo: memFree=1499392/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=9036 CPUtime=1.49
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 2482 0 0 0 148 1 0 0 25 0 1 0 1116423397 9252864 2044 1992294400 134512640 135078026 4294956176 18446744073709551615 134520960 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9296/statm: 2259 2044 71 138 0 2118 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11092

[startup+3.10152 s]
/proc/loadavg: 1.78 1.77 1.43 2/66 9297
/proc/meminfo: memFree=1497728/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=10356 CPUtime=3.08
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 2814 0 0 0 306 2 0 0 25 0 1 0 1116423397 10604544 2376 1992294400 134512640 135078026 4294956176 18446744073709551615 134521045 0 0 8392704 0 0 0 0 17 1 0 0
/proc/9296/statm: 2589 2376 71 138 0 2448 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12412

[startup+6.30283 s]
/proc/loadavg: 1.78 1.77 1.43 2/66 9297
/proc/meminfo: memFree=1497224/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=0
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116423397 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 112 96 399 0 111 0
[pid=9296] ppid=9295 vsize=11280 CPUtime=6.27
/proc/9296/stat : 9296 (mxc-sr08) R 9295 9295 8801 0 -1 4194304 3046 0 0 0 625 2 0 0 25 0 1 0 1116423397 11550720 2608 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9296/statm: 2820 2608 71 138 0 2679 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13336

[startup+12.7015 s]
/proc/loadavg: 1.66 1.75 1.42 2/66 9298
/proc/meminfo: memFree=1501576/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=2056 CPUtime=9.98
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 152 3174 0 0 0 0 996 2 19 0 1 0 1116423397 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 514 121 104 399 0 111 0
[pid=9298] ppid=9295 vsize=8196 CPUtime=2.66
/proc/9298/stat : 9298 (picosat846) R 9295 9295 8801 0 -1 4194304 1781 0 0 0 265 1 0 0 25 0 1 0 1116424399 8392704 1770 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9298/statm: 2049 1770 85 14 0 1715 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 10252

[startup+25.5018 s]
/proc/loadavg: 1.56 1.72 1.42 2/66 9301
/proc/meminfo: memFree=1490568/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=10704 CPUtime=4.08
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 2380 0 0 0 406 2 0 0 25 0 1 0 1116425537 10960896 2369 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 2676 2369 85 14 0 2342 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 19508

[startup+51.1014 s]
/proc/loadavg: 1.37 1.66 1.40 2/66 9301
/proc/meminfo: memFree=1466376/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=34716 CPUtime=29.65
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 8377 0 0 0 2958 7 0 0 25 0 1 0 1116425537 35549184 8340 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 8679 8340 85 14 0 8345 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 43520

[startup+102.302 s]
/proc/loadavg: 1.15 1.55 1.38 2/66 9301
/proc/meminfo: memFree=1442824/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=57948 CPUtime=80.84
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 14232 0 0 0 8070 14 0 0 25 0 1 0 1116425537 59338752 14195 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 14487 14195 85 14 0 14153 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 66752

[startup+162.302 s]
/proc/loadavg: 1.06 1.45 1.35 2/66 9301
/proc/meminfo: memFree=1427912/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=74036 CPUtime=140.81
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 18152 0 0 0 14063 18 0 0 25 0 1 0 1116425537 75812864 18115 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 18509 18115 85 14 0 18175 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 82840

[startup+222.305 s]
/proc/loadavg: 1.02 1.36 1.33 2/66 9301
/proc/meminfo: memFree=1404296/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=96740 CPUtime=200.79
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 23856 0 0 0 20056 23 0 0 25 0 1 0 1116425537 99061760 23819 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 24185 23819 85 14 0 23851 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 105544

[startup+282.301 s]
/proc/loadavg: 1.00 1.30 1.31 2/66 9301
/proc/meminfo: memFree=1393032/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=107960 CPUtime=260.76
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 26682 0 0 0 26051 25 0 0 25 0 1 0 1116425537 110551040 26645 1992294400 134512640 134570484 4294956176 18446744073709551615 134549889 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 26990 26645 85 14 0 26656 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 116764

[startup+342.301 s]
/proc/loadavg: 1.00 1.24 1.28 2/66 9301
/proc/meminfo: memFree=1386248/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=114956 CPUtime=320.74
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 28433 0 0 0 32047 27 0 0 25 0 1 0 1116425537 117714944 28396 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 28739 28396 85 14 0 28405 0

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


[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/66 9301
/proc/meminfo: memFree=1345160/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=156372 CPUtime=800.53
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 38606 0 0 0 80014 39 0 0 25 0 1 0 1116425537 160124928 38569 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 39093 38569 85 14 0 38759 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 165176

[startup+882.305 s]
/proc/loadavg: 1.00 1.03 1.14 2/66 9301
/proc/meminfo: memFree=1338952/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=162576 CPUtime=860.51
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 40168 0 0 0 86010 41 0 0 25 0 1 0 1116425537 166477824 40131 1992294400 134512640 134570484 4294956176 18446744073709551615 134553120 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 40644 40131 85 14 0 40310 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 171380

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 9301
/proc/meminfo: memFree=1338952/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=162576 CPUtime=920.48
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 40168 0 0 0 92007 41 0 0 25 0 1 0 1116425537 166477824 40131 1992294400 134512640 134570484 4294956176 18446744073709551615 134553070 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 40644 40131 85 14 0 40310 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 171380

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 9303
/proc/meminfo: memFree=1323400/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=177756 CPUtime=980.46
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 43986 0 0 0 98002 44 0 0 25 0 1 0 1116425537 182022144 43949 1992294400 134512640 134570484 4294956176 18446744073709551615 134552630 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 44439 43949 85 14 0 44105 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 186560

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 9303
/proc/meminfo: memFree=1323400/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=177756 CPUtime=1040.43
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 43986 0 0 0 103999 44 0 0 25 0 1 0 1116425537 182022144 43949 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 44439 43949 85 14 0 44105 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 186560

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9303
/proc/meminfo: memFree=1317768/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=183564 CPUtime=1100.4
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 45457 0 0 0 109995 45 0 0 25 0 1 0 1116425537 187969536 45420 1992294400 134512640 134570484 4294956176 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 45891 45420 85 14 0 45557 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 192368

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9303
/proc/meminfo: memFree=1317704/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=183564 CPUtime=1160.38
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 45457 0 0 0 115993 45 0 0 25 0 1 0 1116425537 187969536 45420 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 45891 45420 85 14 0 45557 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 192368

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

[startup+1190.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9303
/proc/meminfo: memFree=1312136/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=189504 CPUtime=1168.48
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 46929 0 0 0 116802 46 0 0 25 0 1 0 1116425537 194052096 46892 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 47376 46892 85 14 0 47042 0
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (KiB) 198308

[startup+1193.61 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9303
/proc/meminfo: memFree=1309448/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=191880 CPUtime=1171.69
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 47552 0 0 0 117122 47 0 0 25 0 1 0 1116425537 196485120 47515 1992294400 134512640 134570484 4294956176 18446744073709551615 134553328 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 47970 47515 85 14 0 47636 0
Current children cumulated CPU time (s) 1193.04
Current children cumulated vsize (KiB) 200684

[startup+1196.8 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9303
/proc/meminfo: memFree=1309448/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=191880 CPUtime=1174.89
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 47552 0 0 0 117442 47 0 0 25 0 1 0 1116425537 196485120 47515 1992294400 134512640 134570484 4294956176 18446744073709551615 134549906 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 47970 47515 85 14 0 47636 0
Current children cumulated CPU time (s) 1196.24
Current children cumulated vsize (KiB) 200684

[startup+1198.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 9303
/proc/meminfo: memFree=1309448/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=191880 CPUtime=1176.49
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 47552 0 0 0 117602 47 0 0 25 0 1 0 1116425537 196485120 47515 1992294400 134512640 134570484 4294956176 18446744073709551615 134549876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 47970 47515 85 14 0 47636 0
Current children cumulated CPU time (s) 1197.84
Current children cumulated vsize (KiB) 200684

[startup+1199.2 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 9303
/proc/meminfo: memFree=1309448/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=191880 CPUtime=1177.28
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 47552 0 0 0 117681 47 0 0 25 0 1 0 1116425537 196485120 47515 1992294400 134512640 134570484 4294956176 18446744073709551615 134553074 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 47970 47515 85 14 0 47636 0
Current children cumulated CPU time (s) 1198.63
Current children cumulated vsize (KiB) 200684

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 9303
/proc/meminfo: memFree=1309448/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=191880 CPUtime=1177.68
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 47552 0 0 0 117721 47 0 0 25 0 1 0 1116425537 196485120 47515 1992294400 134512640 134570484 4294956176 18446744073709551615 134523457 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 47970 47515 85 14 0 47636 0
Current children cumulated CPU time (s) 1199.03
Current children cumulated vsize (KiB) 200684

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 9303
/proc/meminfo: memFree=1309448/2055920 swapFree=4177768/4192956
[pid=9295] ppid=9293 vsize=8804 CPUtime=21.35
/proc/9295/stat : 9295 (SATzilla2009_I) S 9293 9295 8801 0 -1 4194304 4490 9768 0 0 388 19 1706 22 25 0 1 0 1116423397 9015296 1958 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/9295/statm: 2201 1958 217 399 0 1798 0
[pid=9301] ppid=9295 vsize=191880 CPUtime=1177.78
/proc/9301/stat : 9301 (picosat846) R 9295 9295 8801 0 -1 4194304 47552 0 0 0 117731 47 0 0 25 0 1 0 1116425537 196485120 47515 1992294400 134512640 134570484 4294956176 18446744073709551615 134544095 0 0 8392704 0 0 0 0 17 0 0 0
/proc/9301/statm: 47970 47515 85 14 0 47636 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 200684

Child status: 17
Real time (s): 1199.76
CPU time (s): 1199.23
CPU user time (s): 1198.3
CPU system time (s): 0.927858
CPU usage (%): 99.9553
Max. virtual memory (cumulated for all children) (KiB): 200684

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

runsolver used 1.00885 second user time and 3.36249 second system time

The end

Launcher Data

Begin job on node2 at 2009-03-30 20:26:05
IDJOB=1538656
IDBENCH=70331
IDSOLVER=528
FILE ID=node2/1538656-1238437565
PBS_JOBID= 9061576
Free space on /tmp= 66496 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1256544997-019.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538656-1238437565/watcher-1538656-1238437565 -o /tmp/evaluation-result-1538656-1238437565/solver-1538656-1238437565 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538656-1238437565.cnf

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

MD5SUM BENCH= 01285fb91a1e47f6ebc0bc6eca4b49ed
RANDOM SEED=1793808729

node2.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.236
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.236
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:       1507696 kB
Buffers:         73860 kB
Cached:         383624 kB
SwapCached:       8996 kB
Active:         154636 kB
Inactive:       313944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1507696 kB
SwapTotal:     4192956 kB
SwapFree:      4177768 kB
Dirty:           32548 kB
Writeback:           0 kB
Mapped:          16668 kB
Slab:            65604 kB
Committed_AS:  2785708 kB
PageTables:       1476 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= 66464 MiB
End job on node2 at 2009-03-30 20:46:05