Trace number 1726533

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.29 1199.92

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
MD5SUM84c61ea490109e11c1f7afe1d2e5d438
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1188
Number of clauses13833
Sum of the clauses size41796
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313536
Number of clauses of size 4297
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.37/19.48	c SATzilla is building models for class 3
19.37/19.48	c run presolver mxc-sr08 for 10 seconds ... 
19.37/19.48	c Bin: Executing mxc-sr08
19.37/19.48	c spawning binary file with 10 seconds ...
19.37/19.48	c child exit by a signal
19.37/19.48	c mxc-sr08 returned code 137.
19.37/19.48	c run presolver picosat846 for 5 seconds ... 
19.37/19.48	c Bin: Executing picosat846
19.37/19.48	c spawning binary file with 5 seconds ...
19.37/19.48	c child exit by a signal
19.37/19.48	c picosat846 returned code 137.
19.37/19.48	c Orignal number of varibales is 1188, number of clauses is 13833 
19.37/19.48	c predicted feature computation time is 1.452783 
19.37/19.48	c Bin: Executing satelite
19.37/19.48	c spawning binary file with 240 seconds ...
19.37/19.48	c child exited successfully
19.37/19.48	c satzilla computing base features
19.37/19.48	c Number of variabe is: 891, Number of clause is : 13536 
19.37/19.48	c Initializing...
19.37/19.48	c satzilla doing clause learning
19.37/19.48	c start clause learning features ...
19.37/19.48	c Bin: Executing zchaff07
19.37/19.48	c spawning binary file with 2 seconds ...
19.37/19.48	c child exit by a signal
19.37/19.48	c satzilla doing survey propogation probe
19.37/19.48	c do survay propogation for 2 second ...
19.37/19.48	c satzilla doing local search probe
19.37/19.48	c features are:1188 13833 891 13536 0.333333 0.0219415 0.0658245 0.478085 0.594472 1.04884 0.00375339 0.248914 0.003367 0.00785634 0.484547 0 0.843233 0.00375339 0.325213 0.00236407 0.00916076 3.15131 0.344443 0.0500519 0.2 0.5 2.51207 0.00157182 0.475241 0.000221631 0.00487589 3.60661 0.445257 0.00139944 0.297527 0.000812648 0.00325059 2567 0.113751 2275 2859 2859 2275 2859 2275 2859 42.6549 0.19024 34.5402 50.7695 50.7695 34.5402 50.7695 34.5402 50.7695 0.628406 0.100016 0.46135 0.815538 0.704472 0.545398 0.670015 0.581263 0.625712 0.00444315 1.01497 7.86637e-08 0.017563 0.010718 7.53517e-05 0.00891345 0.00057047 0.0012397 68.2135 0.94279 262.938 0.0699379 263 248 280 3.46557 0.1658 0.974782 0.0525783 
19.37/19.48	c satzilla's ranking:
19.37/19.48	c 1) mxc-sr08: 4.752063
19.37/19.48	c 2) minisat20SAT07: 4.496425
19.37/19.48	c 3) picosat846: 2.341221
19.37/19.48	c 4) zchaff_rand: 1.592969
19.37/19.48	c 5) march_dl2004: -6.680160
19.37/19.48	c 6) SATenstein: -10000.000000
19.37/19.48	c 7) gnovelty+: -10000.000000
19.37/19.48	c 8) adaptg2wsat+: -10000.000000
19.37/19.48	c 9) adaptg2wsat0: -10000.000000
19.37/19.48	c 10) tts-4-0: -10000.000000
19.37/19.48	c 11) vallst: -10000.000000
19.37/19.48	c 12) minisat20: -10000.000000
19.37/19.48	c 13) kcnfs04SAT07: -10000.000000
19.37/19.48	c satzilla running mxc-sr08 ... 
1199.24/1199.91	c Bin: Executing mxc-sr08
1199.24/1199.91	c spawning binary file with 1180 seconds ...
1199.24/1199.91	c child exit by a signal
1199.24/1199.91	c mxc-sr08 returned code 137.
1199.24/1199.91	c satzilla running minisat20SAT07 ... 
1199.24/1199.91	c Bin: Executing minisat20SAT07
1199.24/1199.91	c minisat20SAT07 returned code 1.
1199.24/1199.91	c satzilla running picosat846 ... 
1199.24/1199.91	c Bin: Executing picosat846
1199.24/1199.91	c picosat846 returned code 1.
1199.24/1199.91	c satzilla running zchaff_rand ... 
1199.24/1199.91	c Bin: Executing zchaff_rand
1199.24/1199.91	c zchaff_rand returned code 1.
1199.24/1199.91	c satzilla running march_dl2004 ... 
1199.24/1199.91	c Bin: Executing march_dl2004
1199.24/1199.91	c march_dl2004 returned code 1.
1199.24/1199.91	c satzilla running SATenstein ... 
1199.24/1199.91	c Bin: Executing SATenstein
1199.24/1199.91	c SATenstein returned code 1.
1199.24/1199.91	c satzilla running gnovelty+ ... 
1199.24/1199.91	c Bin: Executing gnovelty+
1199.24/1199.91	c gnovelty+ returned code 1.
1199.24/1199.91	c satzilla running adaptg2wsat+ ... 
1199.24/1199.91	c Bin: Executing adaptg2wsat+
1199.24/1199.91	c adaptg2wsat+ returned code 1.
1199.24/1199.91	c satzilla running adaptg2wsat0 ... 
1199.24/1199.91	c Bin: Executing adaptg2wsat0
1199.24/1199.91	c adaptg2wsat0 returned code 1.
1199.24/1199.91	c satzilla running tts-4-0 ... 
1199.24/1199.91	c Bin: Executing tts-4-0
1199.24/1199.91	c tts-4-0 returned code 1.
1199.24/1199.91	c satzilla running vallst ... 
1199.24/1199.91	c Bin: Executing vallst
1199.24/1199.91	c vallst returned code 1.
1199.24/1199.91	c satzilla running minisat20 ... 
1199.24/1199.91	c Bin: Executing minisat20
1199.24/1199.91	c minisat20 returned code 1.
1199.24/1199.91	c satzilla running kcnfs04SAT07 ... 
1199.24/1199.91	c Bin: Executing kcnfs04SAT07
1199.24/1199.91	c kcnfs04SAT07 returned code 1.
1199.24/1199.91	c ERROR: All Failed! 
1199.24/1199.91	c SATZILLA_TIME=1199.470000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1726533-1240713527/watcher-1726533-1240713527 -o /tmp/evaluation-result-1726533-1240713527/solver-1726533-1240713527 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1726533-1240713527.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: 0.92 0.99 1.02 3/65 10413
/proc/meminfo: memFree=1744736/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) R 10411 10413 7069 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=1356 CPUtime=0
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 99382019 1388544 221 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 339 221 54 138 0 198 0

[startup+0.059086 s]
/proc/loadavg: 0.92 0.99 1.02 3/65 10413
/proc/meminfo: memFree=1744736/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=2816 CPUtime=0.05
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 653 0 0 0 5 0 0 0 19 0 1 0 99382019 2883584 595 1992294400 134512640 135078026 4294956192 18446744073709551615 134569250 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 704 595 55 138 0 563 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4872

[startup+0.102093 s]
/proc/loadavg: 0.92 0.99 1.02 3/65 10413
/proc/meminfo: memFree=1744736/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=2820 CPUtime=0.09
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 687 0 0 0 9 0 0 0 19 0 1 0 99382019 2887680 577 1992294400 134512640 135078026 4294956192 18446744073709551615 134529837 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 705 577 56 138 0 564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4876

[startup+0.30113 s]
/proc/loadavg: 0.92 0.99 1.02 3/65 10413
/proc/meminfo: memFree=1744736/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=2820 CPUtime=0.29
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 707 0 0 0 29 0 0 0 21 0 1 0 99382019 2887680 597 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 705 597 71 138 0 564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4876

[startup+0.701203 s]
/proc/loadavg: 0.92 0.99 1.02 3/65 10413
/proc/meminfo: memFree=1744736/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=3084 CPUtime=0.69
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 774 0 0 0 69 0 0 0 25 0 1 0 99382019 3158016 664 1992294400 134512640 135078026 4294956192 18446744073709551615 134521963 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 771 664 71 138 0 630 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5140

[startup+1.50135 s]
/proc/loadavg: 0.92 0.99 1.02 2/67 10415
/proc/meminfo: memFree=1742096/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=3216 CPUtime=1.49
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 829 0 0 0 149 0 0 0 25 0 1 0 99382019 3293184 719 1992294400 134512640 135078026 4294956192 18446744073709551615 134533760 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 804 719 71 138 0 663 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5272

[startup+3.10165 s]
/proc/loadavg: 0.92 0.99 1.02 2/67 10415
/proc/meminfo: memFree=1740688/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=3348 CPUtime=3.08
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 867 0 0 0 308 0 0 0 25 0 1 0 99382019 3428352 757 1992294400 134512640 135078026 4294956192 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 837 757 71 138 0 696 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5404

[startup+6.30125 s]
/proc/loadavg: 1.01 1.01 1.03 2/67 10415
/proc/meminfo: memFree=1740688/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=0
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 99382019 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10413/statm: 514 112 96 399 0 111 0
[pid=10414] ppid=10413 vsize=3744 CPUtime=6.28
/proc/10414/stat : 10414 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 938 0 0 0 627 1 0 0 25 0 1 0 99382019 3833856 828 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10414/statm: 936 828 71 138 0 795 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5800

[startup+12.7014 s]
/proc/loadavg: 1.01 1.01 1.03 2/67 10416
/proc/meminfo: memFree=1743064/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=2056 CPUtime=9.99
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 152 972 0 0 0 0 998 1 16 0 1 0 99382019 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 514 121 104 399 0 111 0
[pid=10416] ppid=10413 vsize=2992 CPUtime=2.68
/proc/10416/stat : 10416 (picosat846) R 10413 10413 7069 0 -1 4194304 507 0 0 0 268 0 0 0 25 0 1 0 99383020 3063808 496 1992294400 134512640 134570484 4294956192 18446744073709551615 134553018 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10416/statm: 748 496 84 14 0 414 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5048

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 10419
/proc/meminfo: memFree=1739608/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=3612 CPUtime=6
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 932 0 0 0 600 0 0 0 25 0 1 0 99383968 3698688 822 1992294400 134512640 135078026 4294956192 18446744073709551615 134523474 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 903 822 71 138 0 762 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 8344

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 10419
/proc/meminfo: memFree=1738584/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=4540 CPUtime=31.57
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 1158 0 0 0 3157 0 0 0 25 0 1 0 99383968 4648960 1048 1992294400 134512640 135078026 4294956192 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 1135 1048 71 138 0 994 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 9272

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 10419
/proc/meminfo: memFree=1737752/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=5452 CPUtime=82.75
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 1373 0 0 0 8274 1 0 0 25 0 1 0 99383968 5582848 1263 1992294400 134512640 135078026 4294956192 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 1363 1263 71 138 0 1222 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 10184

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 10419
/proc/meminfo: memFree=1736728/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=6528 CPUtime=142.72
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 1636 0 0 0 14271 1 0 0 25 0 1 0 99383968 6684672 1526 1992294400 134512640 135078026 4294956192 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 1632 1526 71 138 0 1491 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 11260

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 10419
/proc/meminfo: memFree=1736024/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=7204 CPUtime=202.68
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 1817 0 0 0 20267 1 0 0 25 0 1 0 99383968 7376896 1707 1992294400 134512640 135078026 4294956192 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 1801 1707 71 138 0 1660 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 11936

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1735384/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=7884 CPUtime=262.66
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 1952 0 0 0 26264 2 0 0 25 0 1 0 99383968 8073216 1842 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 1971 1842 71 138 0 1830 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 12616

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1734936/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=8280 CPUtime=322.63
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2063 0 0 0 32261 2 0 0 25 0 1 0 99383968 8478720 1953 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2070 1953 71 138 0 1929 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1732376/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=10792 CPUtime=742.42
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2648 0 0 0 74239 3 0 0 25 0 1 0 99383968 11051008 2538 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2698 2538 71 138 0 2557 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 15524

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1732184/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=10880 CPUtime=802.38
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2692 0 0 0 80235 3 0 0 25 0 1 0 99383968 11141120 2582 1992294400 134512640 135078026 4294956192 18446744073709551615 134521051 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2720 2582 71 138 0 2579 0
Current children cumulated CPU time (s) 821.82
Current children cumulated vsize (KiB) 15612

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1732056/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=11012 CPUtime=862.36
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2714 0 0 0 86233 3 0 0 25 0 1 0 99383968 11276288 2604 1992294400 134512640 135078026 4294956192 18446744073709551615 134534363 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2753 2604 71 138 0 2612 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 15744

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1731544/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=11416 CPUtime=922.32
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2830 0 0 0 92229 3 0 0 25 0 1 0 99383968 11689984 2720 1992294400 134512640 135078026 4294956192 18446744073709551615 134534609 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2854 2720 71 138 0 2713 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 16148

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1731416/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=11548 CPUtime=982.29
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2852 0 0 0 98226 3 0 0 25 0 1 0 99383968 11825152 2742 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2887 2742 71 138 0 2746 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 16280

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1731352/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=11680 CPUtime=1042.27
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2871 0 0 0 104224 3 0 0 25 0 1 0 99383968 11960320 2761 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2920 2761 71 138 0 2779 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 16412

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1731224/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=11812 CPUtime=1102.23
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2901 0 0 0 110220 3 0 0 25 0 1 0 99383968 12095488 2791 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 2953 2791 71 138 0 2812 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 16544

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1730968/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=12088 CPUtime=1162.21
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2978 0 0 0 116217 4 0 0 25 0 1 0 99383968 12378112 2868 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 3022 2868 71 138 0 2881 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 16820

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1730904/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=12220 CPUtime=1170.2
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2984 0 0 0 117016 4 0 0 25 0 1 0 99383968 12513280 2874 1992294400 134512640 135078026 4294956192 18446744073709551615 134523677 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 3055 2874 71 138 0 2914 0
Current children cumulated CPU time (s) 1189.64
Current children cumulated vsize (KiB) 16952

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1730904/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=12220 CPUtime=1176.61
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2984 0 0 0 117657 4 0 0 25 0 1 0 99383968 12513280 2874 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 3055 2874 71 138 0 2914 0
Current children cumulated CPU time (s) 1196.05
Current children cumulated vsize (KiB) 16952

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1730904/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=12220 CPUtime=1178.2
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2984 0 0 0 117816 4 0 0 25 0 1 0 99383968 12513280 2874 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 3055 2874 71 138 0 2914 0
Current children cumulated CPU time (s) 1197.64
Current children cumulated vsize (KiB) 16952

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1730904/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=12220 CPUtime=1179
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2984 0 0 0 117896 4 0 0 25 0 1 0 99383968 12513280 2874 1992294400 134512640 135078026 4294956192 18446744073709551615 134534637 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 3055 2874 71 138 0 2914 0
Current children cumulated CPU time (s) 1198.44
Current children cumulated vsize (KiB) 16952

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1730904/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=12220 CPUtime=1179.4
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2984 0 0 0 117936 4 0 0 25 0 1 0 99383968 12513280 2874 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 3055 2874 71 138 0 2914 0
Current children cumulated CPU time (s) 1198.84
Current children cumulated vsize (KiB) 16952

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 10419
/proc/meminfo: memFree=1730904/2055920 swapFree=4191900/4192956
[pid=10413] ppid=10411 vsize=4732 CPUtime=19.44
/proc/10413/stat : 10413 (SATzilla2009_I) S 10411 10413 7069 0 -1 4194304 1229 3117 0 0 219 10 1713 2 25 0 1 0 99382019 4845568 755 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/10413/statm: 1183 755 217 399 0 780 0
[pid=10419] ppid=10413 vsize=12220 CPUtime=1179.8
/proc/10419/stat : 10419 (mxc-sr08) R 10413 10413 7069 0 -1 4194304 2984 0 0 0 117976 4 0 0 25 0 1 0 99383968 12513280 2874 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/10419/statm: 3055 2874 71 138 0 2914 0
Current children cumulated CPU time (s) 1199.24
Current children cumulated vsize (KiB) 16952

Child status: 17
Real time (s): 1199.92
CPU time (s): 1199.29
CPU user time (s): 1199.11
CPU system time (s): 0.182972
CPU usage (%): 99.9477
Max. virtual memory (cumulated for all children) (KiB): 16952

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

runsolver used 1.27181 second user time and 3.10253 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-26 04:38:47
IDJOB=1726533
IDBENCH=24615
IDSOLVER=528
FILE ID=node82/1726533-1240713527
PBS_JOBID= 9186833
Free space on /tmp= 66380 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d-0.02-s383740539.sat05-534.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726533-1240713527/watcher-1726533-1240713527 -o /tmp/evaluation-result-1726533-1240713527/solver-1726533-1240713527 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1726533-1240713527.cnf

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

MD5SUM BENCH= 84c61ea490109e11c1f7afe1d2e5d438
RANDOM SEED=411628687

node82.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745288 kB
Buffers:         19560 kB
Cached:         212068 kB
SwapCached:        524 kB
Active:         119120 kB
Inactive:       126660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745288 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           31696 kB
Writeback:           0 kB
Mapped:          22408 kB
Slab:            50924 kB
Committed_AS:   275596 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66348 MiB
End job on node82 at 2009-04-26 04:58:47