Trace number 1538308

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SATzilla2009_I 2009-03-22? (exit code) 1199.49 1200.11

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S1334593800-018.cnf
MD5SUM445a4153e94b03b5b26d24042b03c5d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark365.418
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 518000
Number of clauses of size over 50

Solver Data

19.57/19.68	c SATzilla is building models for class 3
19.57/19.68	c run presolver mxc-sr08 for 10 seconds ... 
19.57/19.68	c Bin: Executing mxc-sr08
19.57/19.68	c spawning binary file with 10 seconds ...
19.57/19.68	c child exit by a signal
19.57/19.68	c mxc-sr08 returned code 137.
19.57/19.68	c run presolver picosat846 for 5 seconds ... 
19.57/19.68	c Bin: Executing picosat846
19.57/19.68	c spawning binary file with 5 seconds ...
19.57/19.68	c child exit by a signal
19.57/19.68	c picosat846 returned code 137.
19.57/19.68	c Orignal number of varibales is 900, number of clauses is 18000 
19.57/19.68	c predicted feature computation time is 1.453814 
19.57/19.68	c Bin: Executing satelite
19.57/19.68	c spawning binary file with 240 seconds ...
19.57/19.68	c child exited successfully
19.57/19.68	c satzilla computing base features
19.57/19.68	c Number of variabe is: 900, Number of clause is : 18000 
19.57/19.68	c Initializing...
19.57/19.68	c satzilla doing clause learning
19.57/19.68	c start clause learning features ...
19.57/19.68	c Bin: Executing zchaff07
19.57/19.68	c spawning binary file with 2 seconds ...
19.57/19.68	c child exit by a signal
19.57/19.68	c satzilla doing survey propogation probe
19.57/19.68	c do survay propogation for 2 second ...
19.57/19.68	c satzilla doing local search probe
19.57/19.68	c features are:900 18000 900 18000 0 0 0.05 0.376422 0.650896 0.834639 0.00555556 1.56125e-16 0.00555556 0.00555556 -0 0 0 0.00555556 0.0960764 0.00411111 0.00733333 3.64734 0.0796098 0.0592735 0 0.347826 2.9967 0.00103951 0.223253 0.000444444 0.00172222 2.82793 0.187111 0.0179689 0.0789894 0.0137222 0.0230556 50.6949 0.250523 31 89 69 38 56 42 48 55.138 0.0908183 44.9032 68.1159 61.2128 47.678 57.5319 51.7407 55.3036 0.167442 0.673673 0.000157456 0.590412 0.32264 0.0373416 0.240663 0.0821519 0.148457 0.00268104 0.594855 0.000303904 0.0115277 0.00482139 0.000998044 0.00343923 0.00151161 0.00230157 52.8154 0.19444 171.472 0.0979879 172 156 185 0.802598 0.309513 0.864456 0.0499132 
19.57/19.68	c satzilla's ranking:
19.57/19.68	c 1) mxc-sr08: 2.762705
19.57/19.68	c 2) picosat846: 2.296409
19.57/19.68	c 3) minisat20SAT07: 1.900217
19.57/19.68	c 4) march_dl2004: 0.203153
19.57/19.68	c 5) zchaff_rand: -0.233952
19.57/19.68	c 6) SATenstein: -10000.000000
19.57/19.68	c 7) gnovelty+: -10000.000000
19.57/19.68	c 8) adaptg2wsat+: -10000.000000
19.57/19.68	c 9) adaptg2wsat0: -10000.000000
19.57/19.68	c 10) tts-4-0: -10000.000000
19.57/19.68	c 11) vallst: -10000.000000
19.57/19.68	c 12) minisat20: -10000.000000
19.57/19.68	c 13) kcnfs04SAT07: -10000.000000
19.57/19.68	c satzilla running mxc-sr08 ... 
1199.45/1200.10	c Bin: Executing mxc-sr08
1199.45/1200.10	c spawning binary file with 1180 seconds ...
1199.45/1200.10	c child exit by a signal
1199.45/1200.10	c mxc-sr08 returned code 137.
1199.45/1200.10	c satzilla running picosat846 ... 
1199.45/1200.10	c Bin: Executing picosat846
1199.45/1200.10	c picosat846 returned code 1.
1199.45/1200.10	c satzilla running minisat20SAT07 ... 
1199.45/1200.10	c Bin: Executing minisat20SAT07
1199.45/1200.10	c minisat20SAT07 returned code 1.
1199.45/1200.10	c satzilla running march_dl2004 ... 
1199.45/1200.10	c Bin: Executing march_dl2004
1199.45/1200.10	c march_dl2004 returned code 1.
1199.45/1200.10	c satzilla running zchaff_rand ... 
1199.45/1200.10	c Bin: Executing zchaff_rand
1199.45/1200.10	c zchaff_rand returned code 1.
1199.45/1200.10	c satzilla running SATenstein ... 
1199.45/1200.10	c Bin: Executing SATenstein
1199.45/1200.10	c SATenstein returned code 1.
1199.45/1200.10	c satzilla running gnovelty+ ... 
1199.45/1200.10	c Bin: Executing gnovelty+
1199.45/1200.10	c gnovelty+ returned code 1.
1199.45/1200.10	c satzilla running adaptg2wsat+ ... 
1199.45/1200.10	c Bin: Executing adaptg2wsat+
1199.45/1200.10	c adaptg2wsat+ returned code 1.
1199.45/1200.10	c satzilla running adaptg2wsat0 ... 
1199.45/1200.10	c Bin: Executing adaptg2wsat0
1199.45/1200.10	c adaptg2wsat0 returned code 1.
1199.45/1200.10	c satzilla running tts-4-0 ... 
1199.45/1200.10	c Bin: Executing tts-4-0
1199.45/1200.10	c tts-4-0 returned code 1.
1199.45/1200.10	c satzilla running vallst ... 
1199.45/1200.10	c Bin: Executing vallst
1199.45/1200.10	c vallst returned code 1.
1199.45/1200.10	c satzilla running minisat20 ... 
1199.45/1200.10	c Bin: Executing minisat20
1199.45/1200.10	c minisat20 returned code 1.
1199.45/1200.10	c satzilla running kcnfs04SAT07 ... 
1199.45/1200.10	c Bin: Executing kcnfs04SAT07
1199.45/1200.10	c kcnfs04SAT07 returned code 1.
1199.45/1200.10	c ERROR: All Failed! 
1199.45/1200.10	c SATZILLA_TIME=1199.660000

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-1538308-1238423732/watcher-1538308-1238423732 -o /tmp/evaluation-result-1538308-1238423732/solver-1538308-1238423732 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538308-1238423732.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12625
/proc/meminfo: memFree=1676624/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) R 12623 12625 12227 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=1424 CPUtime=0
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 257 0 0 0 0 0 0 0 18 0 1 0 1115039464 1458176 253 1992294400 134512640 135078026 4294956192 18446744073709551615 134735920 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 356 254 54 138 0 215 0

[startup+0.073788 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12625
/proc/meminfo: memFree=1676624/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=2348 CPUtime=0.06
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 579 0 0 0 6 0 0 0 19 0 1 0 1115039464 2404352 469 1992294400 134512640 135078026 4294956192 18446744073709551615 134568971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 587 469 55 138 0 446 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4404

[startup+0.10179 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12625
/proc/meminfo: memFree=1676624/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=2512 CPUtime=0.09
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 641 0 0 0 9 0 0 0 19 0 1 0 1115039464 2572288 531 1992294400 134512640 135078026 4294956192 18446744073709551615 134560913 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 628 531 55 138 0 487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4568

[startup+0.301827 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12625
/proc/meminfo: memFree=1676624/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=3144 CPUtime=0.29
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 904 0 0 0 29 0 0 0 21 0 1 0 1115039464 3219456 693 1992294400 134512640 135078026 4294956192 18446744073709551615 134523818 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 786 694 71 138 0 645 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5200

[startup+0.701899 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12625
/proc/meminfo: memFree=1676624/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=4068 CPUtime=0.69
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 1125 0 0 0 69 0 0 0 25 0 1 0 1115039464 4165632 914 1992294400 134512640 135078026 4294956192 18446744073709551615 134534305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 1017 914 71 138 0 876 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6124

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12627
/proc/meminfo: memFree=1673088/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=4332 CPUtime=1.49
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 1190 0 0 0 149 0 0 0 25 0 1 0 1115039464 4435968 979 1992294400 134512640 135078026 4294956192 18446744073709551615 134534283 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 1083 979 71 138 0 942 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6388

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12627
/proc/meminfo: memFree=1672448/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=4860 CPUtime=3.09
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 1311 0 0 0 309 0 0 0 25 0 1 0 1115039464 4976640 1100 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 1215 1100 71 138 0 1074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6916

[startup+6.3019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12627
/proc/meminfo: memFree=1672064/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=0
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115039464 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12625/statm: 514 112 96 399 0 111 0
[pid=12626] ppid=12625 vsize=5124 CPUtime=6.29
/proc/12626/stat : 12626 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 1384 0 0 0 628 1 0 0 25 0 1 0 1115039464 5246976 1173 1992294400 134512640 135078026 4294956192 18446744073709551615 134523875 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12626/statm: 1281 1173 71 138 0 1140 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7180

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12628
/proc/meminfo: memFree=1671232/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=2056 CPUtime=9.98
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 152 1498 0 0 0 0 997 1 16 0 1 0 1115039464 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 514 121 104 399 0 111 0
[pid=12628] ppid=12625 vsize=7036 CPUtime=2.68
/proc/12628/stat : 12628 (picosat846) R 12625 12625 12227 0 -1 4194304 1478 0 0 0 268 0 0 0 25 0 1 0 1115040464 7204864 1467 1992294400 134512640 134570484 4294956192 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12628/statm: 1759 1467 84 14 0 1425 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 9092

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12631
/proc/meminfo: memFree=1668808/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=5124 CPUtime=5.81
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 1384 0 0 0 580 1 0 0 25 0 1 0 1115041432 5246976 1173 1992294400 134512640 135078026 4294956192 18446744073709551615 134534318 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 1281 1173 71 138 0 1140 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 10672

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12631
/proc/meminfo: memFree=1667464/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=6592 CPUtime=31.37
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 1762 0 0 0 3136 1 0 0 25 0 1 0 1115041432 6750208 1551 1992294400 134512640 135078026 4294956192 18446744073709551615 134533769 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 1648 1551 71 138 0 1507 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 12140

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12631
/proc/meminfo: memFree=1666056/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=7992 CPUtime=82.55
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 2095 0 0 0 8254 1 0 0 25 0 1 0 1115041432 8183808 1884 1992294400 134512640 135078026 4294956192 18446744073709551615 134534603 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 1998 1884 71 138 0 1857 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 13540

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12631
/proc/meminfo: memFree=1665288/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=8724 CPUtime=142.5
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 2304 0 0 0 14249 1 0 0 25 0 1 0 1115041432 8933376 2070 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12631/statm: 2181 2070 71 138 0 2040 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 14272

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12631
/proc/meminfo: memFree=1664328/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=9528 CPUtime=202.47
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 2528 0 0 0 20246 1 0 0 25 0 1 0 1115041432 9756672 2294 1992294400 134512640 135078026 4294956192 18446744073709551615 134535078 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 2382 2294 71 138 0 2241 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 15076

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12631
/proc/meminfo: memFree=1663944/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=10012 CPUtime=262.45
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 2670 0 0 0 26243 2 0 0 25 0 1 0 1115041432 10252288 2394 1992294400 134512640 135078026 4294956192 18446744073709551615 134522530 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 2503 2394 71 138 0 2362 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 15560

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12631
/proc/meminfo: memFree=1663624/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=10380 CPUtime=322.42
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 2769 0 0 0 32240 2 0 0 25 0 1 0 1115041432 10629120 2493 1992294400 134512640 135078026 4294956192 18446744073709551615 134534301 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 2595 2493 71 138 0 2454 0

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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1661576/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=12364 CPUtime=742.21
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3305 0 0 0 74219 2 0 0 25 0 1 0 1115041432 12660736 2979 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3091 2979 71 138 0 2950 0
Current children cumulated CPU time (s) 761.85
Current children cumulated vsize (KiB) 17912

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1661384/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=12584 CPUtime=802.19
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3368 0 0 0 80216 3 0 0 25 0 1 0 1115041432 12886016 3042 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3146 3042 71 138 0 3005 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 18132

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1661192/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=12716 CPUtime=862.16
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3412 0 0 0 86213 3 0 0 25 0 1 0 1115041432 13021184 3086 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3179 3086 71 138 0 3038 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 18264

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1661064/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=12896 CPUtime=922.13
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3479 0 0 0 92210 3 0 0 25 0 1 0 1115041432 13205504 3122 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3224 3122 71 138 0 3083 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 18444

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1661000/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13048 CPUtime=982.1
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3506 0 0 0 98207 3 0 0 25 0 1 0 1115041432 13361152 3149 1992294400 134512640 135078026 4294956192 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3262 3149 71 138 0 3121 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 18596

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660872/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13136 CPUtime=1042.07
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3543 0 0 0 104204 3 0 0 25 0 1 0 1115041432 13451264 3186 1992294400 134512640 135078026 4294956192 18446744073709551615 134523824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12631/statm: 3284 3186 71 138 0 3143 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 18684

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660680/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13196 CPUtime=1102.05
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3592 0 0 0 110202 3 0 0 25 0 1 0 1115041432 13512704 3208 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3299 3208 71 138 0 3158 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 18744

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660424/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13564 CPUtime=1162.02
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3666 0 0 0 116199 3 0 0 25 0 1 0 1115041432 13889536 3282 1992294400 134512640 135078026 4294956192 18446744073709551615 134523686 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3391 3282 71 138 0 3250 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 19112

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660424/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13552 CPUtime=1170.02
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3666 0 0 0 116999 3 0 0 25 0 1 0 1115041432 13877248 3282 1992294400 134512640 135078026 4294956192 18446744073709551615 134522060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3388 3282 71 138 0 3247 0
Current children cumulated CPU time (s) 1189.66
Current children cumulated vsize (KiB) 19100

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660424/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13552 CPUtime=1176.41
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3666 0 0 0 117638 3 0 0 25 0 1 0 1115041432 13877248 3282 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3388 3282 71 138 0 3247 0
Current children cumulated CPU time (s) 1196.05
Current children cumulated vsize (KiB) 19100

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660424/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13552 CPUtime=1178.01
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3666 0 0 0 117798 3 0 0 25 0 1 0 1115041432 13877248 3282 1992294400 134512640 135078026 4294956192 18446744073709551615 134523627 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3388 3282 71 138 0 3247 0
Current children cumulated CPU time (s) 1197.65
Current children cumulated vsize (KiB) 19100

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660424/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13552 CPUtime=1178.81
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3666 0 0 0 117878 3 0 0 25 0 1 0 1115041432 13877248 3282 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3388 3282 71 138 0 3247 0
Current children cumulated CPU time (s) 1198.45
Current children cumulated vsize (KiB) 19100

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660424/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=13552 CPUtime=1179.61
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4194304 3666 0 0 0 117958 3 0 0 25 0 1 0 1115041432 13877248 3282 1992294400 134512640 135078026 4294956192 18446744073709551615 134540379 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 3388 3282 71 138 0 3247 0
Current children cumulated CPU time (s) 1199.25
Current children cumulated vsize (KiB) 19100

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12633
/proc/meminfo: memFree=1660424/2055920 swapFree=4178768/4192956
[pid=12625] ppid=12623 vsize=5548 CPUtime=19.64
/proc/12625/stat : 12625 (SATzilla2009_I) S 12623 12625 12227 0 -1 4194304 1657 4674 0 0 253 7 1685 19 25 0 1 0 1115039464 5681152 1017 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12625/statm: 1387 1017 217 399 0 984 0
[pid=12631] ppid=12625 vsize=0 CPUtime=1179.81
/proc/12631/stat : 12631 (mxc-sr08) R 12625 12625 12227 0 -1 4195332 3666 0 0 0 117978 3 0 0 25 0 1 0 1115041432 0 0 1992294400 0 0 0 0 0 256 0 8392704 0 0 0 0 17 0 0 0
/proc/12631/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1199.45
Current children cumulated vsize (KiB) 5548

Child status: 17
Real time (s): 1200.11
CPU time (s): 1199.49
CPU user time (s): 1199.18
CPU system time (s): 0.309952
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 19168

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

runsolver used 1.03284 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-30 16:35:32
IDJOB=1538308
IDBENCH=70215
IDSOLVER=528
FILE ID=node12/1538308-1238423732
PBS_JOBID= 9061517
Free space on /tmp= 65408 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S1334593800-018.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538308-1238423732/watcher-1538308-1238423732 -o /tmp/evaluation-result-1538308-1238423732/solver-1538308-1238423732 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538308-1238423732.cnf

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

MD5SUM BENCH= 445a4153e94b03b5b26d24042b03c5d7
RANDOM SEED=1716410906

node12.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.266
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.266
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:       1677168 kB
Buffers:         65820 kB
Cached:         235304 kB
SwapCached:       7936 kB
Active:         246616 kB
Inactive:        63916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1677168 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:           31872 kB
Writeback:           0 kB
Mapped:          15048 kB
Slab:            54256 kB
Committed_AS:  3043200 kB
PageTables:       1380 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= 65376 MiB
End job on node12 at 2009-03-30 16:55:32