Trace number 1538668

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Solver Data

19.57/19.67	c SATzilla is building models for class 3
19.57/19.67	c run presolver mxc-sr08 for 10 seconds ... 
19.57/19.67	c Bin: Executing mxc-sr08
19.57/19.67	c spawning binary file with 10 seconds ...
19.57/19.67	c child exit by a signal
19.57/19.67	c mxc-sr08 returned code 137.
19.57/19.67	c run presolver picosat846 for 5 seconds ... 
19.57/19.67	c Bin: Executing picosat846
19.57/19.67	c spawning binary file with 5 seconds ...
19.57/19.67	c child exit by a signal
19.57/19.67	c picosat846 returned code 137.
19.57/19.67	c Orignal number of varibales is 4000, number of clauses is 16800 
19.57/19.67	c predicted feature computation time is 1.458400 
19.57/19.67	c Bin: Executing satelite
19.57/19.67	c spawning binary file with 240 seconds ...
19.57/19.67	c child exited successfully
19.57/19.67	c satzilla computing base features
19.57/19.67	c Number of variabe is: 3882, Number of clause is : 16661 
19.57/19.67	c Initializing...
19.57/19.67	c satzilla doing clause learning
19.57/19.67	c start clause learning features ...
19.57/19.67	c Bin: Executing zchaff07
19.57/19.67	c spawning binary file with 2 seconds ...
19.57/19.67	c child exit by a signal
19.57/19.67	c satzilla doing survey propogation probe
19.57/19.67	c do survay propogation for 2 second ...
19.57/19.67	c satzilla doing local search probe
19.57/19.67	c features are:4000 16800 3882 16661 0.0303967 0.00834284 0.232999 0.495292 0.587969 0.733372 0.000783899 0.0692107 0.000772798 0.001288 0.179441 0 0.958466 0.000783899 0.29929 0.000120041 0.00222076 2.73923 0.228677 0.169938 0 1 3.37011 0.000389329 0.405892 0 0.00126043 2.3522 0.49919 0.00158879 0.301974 0.000240082 0.00450153 68.254 0.404494 36 175 106 45 70 50 59 38.9997 0.0916359 32.4516 47.2358 44.0208 34.5977 41.3651 36.1754 38.7308 0.38559 0.595079 2.82081e-05 1 0.699761 0.0775926 0.559444 0.195768 0.380555 0.0920176 0.672919 0.00209675 0.773328 0.17431 0.0266957 0.123764 0.0462923 0.0790513 120.732 0.338104 836.437 0.122954 848 817 875 0.324228 0.648404 0.853649 0.0602392 
19.57/19.67	c satzilla's ranking:
19.57/19.67	c 1) picosat846: 2.615000
19.57/19.67	c 2) zchaff_rand: 1.612649
19.57/19.67	c 3) minisat20SAT07: 1.590964
19.57/19.67	c 4) mxc-sr08: 1.527131
19.57/19.67	c 5) march_dl2004: 1.302836
19.57/19.67	c 6) SATenstein: -10000.000000
19.57/19.67	c 7) gnovelty+: -10000.000000
19.57/19.67	c 8) adaptg2wsat+: -10000.000000
19.57/19.67	c 9) adaptg2wsat0: -10000.000000
19.57/19.67	c 10) tts-4-0: -10000.000000
19.57/19.67	c 11) vallst: -10000.000000
19.57/19.67	c 12) minisat20: -10000.000000
19.57/19.67	c 13) kcnfs04SAT07: -10000.000000
19.57/19.67	c satzilla running picosat846 ... 
1199.43/1200.12	c Bin: Executing picosat846
1199.43/1200.12	c spawning binary file with 1180 seconds ...
1199.43/1200.12	c child exit by a signal
1199.43/1200.12	c picosat846 returned code 137.
1199.43/1200.12	c satzilla running zchaff_rand ... 
1199.43/1200.12	c Bin: Executing zchaff_rand
1199.43/1200.12	c zchaff_rand returned code 1.
1199.43/1200.12	c satzilla running minisat20SAT07 ... 
1199.43/1200.12	c Bin: Executing minisat20SAT07
1199.43/1200.12	c minisat20SAT07 returned code 1.
1199.43/1200.12	c satzilla running mxc-sr08 ... 
1199.43/1200.12	c Bin: Executing mxc-sr08
1199.43/1200.12	c mxc-sr08 returned code 1.
1199.43/1200.12	c satzilla running march_dl2004 ... 
1199.43/1200.12	c Bin: Executing march_dl2004
1199.43/1200.12	c march_dl2004 returned code 1.
1199.43/1200.12	c satzilla running SATenstein ... 
1199.43/1200.12	c Bin: Executing SATenstein
1199.43/1200.12	c SATenstein returned code 1.
1199.43/1200.12	c satzilla running gnovelty+ ... 
1199.43/1200.12	c Bin: Executing gnovelty+
1199.43/1200.12	c gnovelty+ returned code 1.
1199.43/1200.12	c satzilla running adaptg2wsat+ ... 
1199.43/1200.12	c Bin: Executing adaptg2wsat+
1199.43/1200.12	c adaptg2wsat+ returned code 1.
1199.43/1200.12	c satzilla running adaptg2wsat0 ... 
1199.43/1200.12	c Bin: Executing adaptg2wsat0
1199.43/1200.12	c adaptg2wsat0 returned code 1.
1199.43/1200.12	c satzilla running tts-4-0 ... 
1199.43/1200.12	c Bin: Executing tts-4-0
1199.43/1200.12	c tts-4-0 returned code 1.
1199.43/1200.12	c satzilla running vallst ... 
1199.43/1200.12	c Bin: Executing vallst
1199.43/1200.12	c vallst returned code 1.
1199.43/1200.12	c satzilla running minisat20 ... 
1199.43/1200.12	c Bin: Executing minisat20
1199.43/1200.12	c minisat20 returned code 1.
1199.43/1200.12	c satzilla running kcnfs04SAT07 ... 
1199.43/1200.12	c Bin: Executing kcnfs04SAT07
1199.43/1200.12	c kcnfs04SAT07 returned code 1.
1199.43/1200.12	c ERROR: All Failed! 
1199.43/1200.12	c SATZILLA_TIME=1199.650000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538668-1238437941/watcher-1538668-1238437941 -o /tmp/evaluation-result-1538668-1238437941/solver-1538668-1238437941 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538668-1238437941.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.97 0.97 0.99 3/72 4599
/proc/meminfo: memFree=1030608/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) R 4597 4599 4535 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=1992 CPUtime=0
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 361 0 0 0 0 0 0 0 18 0 1 0 1116455318 2039808 357 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 498 358 54 138 0 357 0

[startup+0.0983061 s]
/proc/loadavg: 0.97 0.97 0.99 3/72 4599
/proc/meminfo: memFree=1030608/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=2916 CPUtime=0.09
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 698 0 0 0 9 0 0 0 19 0 1 0 1116455318 2985984 619 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 729 619 71 138 0 588 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4972

[startup+0.101305 s]
/proc/loadavg: 0.97 0.97 0.99 3/72 4599
/proc/meminfo: memFree=1030608/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=2916 CPUtime=0.09
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 699 0 0 0 9 0 0 0 19 0 1 0 1116455318 2985984 620 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 729 620 71 138 0 588 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4972

[startup+0.301342 s]
/proc/loadavg: 0.97 0.97 0.99 3/72 4599
/proc/meminfo: memFree=1030608/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=3180 CPUtime=0.29
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 763 0 0 0 29 0 0 0 21 0 1 0 1116455318 3256320 684 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 795 684 71 138 0 654 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5236

[startup+0.701421 s]
/proc/loadavg: 0.97 0.97 0.99 3/72 4599
/proc/meminfo: memFree=1030608/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=3708 CPUtime=0.69
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 890 0 0 0 69 0 0 0 25 0 1 0 1116455318 3796992 811 1992294400 134512640 135078026 4294956192 18446744073709551615 134533778 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 927 811 71 138 0 786 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5764

[startup+1.50158 s]
/proc/loadavg: 0.97 0.97 0.99 2/74 4601
/proc/meminfo: memFree=1027200/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=4236 CPUtime=1.49
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 1001 0 0 0 149 0 0 0 25 0 1 0 1116455318 4337664 922 1992294400 134512640 135078026 4294956192 18446744073709551615 134522144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 1059 922 71 138 0 918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6292

[startup+3.10189 s]
/proc/loadavg: 0.97 0.97 0.99 2/74 4601
/proc/meminfo: memFree=1026752/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=4500 CPUtime=3.09
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 1081 0 0 0 309 0 0 0 25 0 1 0 1116455318 4608000 1002 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 1125 1002 71 138 0 984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6556

[startup+6.30152 s]
/proc/loadavg: 0.98 0.97 0.99 2/74 4601
/proc/meminfo: memFree=1026304/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=0
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116455318 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 514 112 96 399 0 111 0
[pid=4600] ppid=4599 vsize=4896 CPUtime=6.29
/proc/4600/stat : 4600 (mxc-sr08) R 4599 4599 4535 0 -1 4194304 1189 0 0 0 627 2 0 0 25 0 1 0 1116455318 5013504 1110 1992294400 134512640 135078026 4294956192 18446744073709551615 134534011 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4600/statm: 1224 1110 71 138 0 1083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6952

[startup+12.7018 s]
/proc/loadavg: 0.98 0.97 0.99 2/74 4602
/proc/meminfo: memFree=1026752/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=2056 CPUtime=9.99
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 152 1266 0 0 0 0 997 2 16 0 1 0 1116455318 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/4599/statm: 514 121 104 399 0 111 0
[pid=4602] ppid=4599 vsize=5804 CPUtime=2.68
/proc/4602/stat : 4602 (picosat846) R 4599 4599 4535 0 -1 4194304 1169 0 0 0 267 1 0 0 25 0 1 0 1116456318 5943296 1158 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4602/statm: 1451 1158 84 14 0 1117 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7860

[startup+25.5013 s]
/proc/loadavg: 0.98 0.97 0.99 2/74 4605
/proc/meminfo: memFree=1023104/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=6596 CPUtime=5.81
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 1374 0 0 0 581 0 0 0 25 0 1 0 1116457285 6754304 1363 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 1649 1363 84 14 0 1315 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 11120

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4605
/proc/meminfo: memFree=1018880/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=11084 CPUtime=31.4
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 2474 0 0 0 3139 1 0 0 25 0 1 0 1116457285 11350016 2463 1992294400 134512640 134570484 4294956192 18446744073709551615 134552017 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 2771 2463 84 14 0 2437 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 15608

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4605
/proc/meminfo: memFree=1013952/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=16016 CPUtime=82.59
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 3740 0 0 0 8256 3 0 0 25 0 1 0 1116457285 16400384 3709 1992294400 134512640 134570484 4294956192 18446744073709551615 134540783 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 4004 3709 84 14 0 3670 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 20540

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4605
/proc/meminfo: memFree=1009152/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=20852 CPUtime=142.54
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 4995 0 0 0 14250 4 0 0 25 0 1 0 1116457285 21352448 4882 1992294400 134512640 134570484 4294956192 18446744073709551615 134549817 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 5213 4882 85 14 0 4879 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 25376

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4605
/proc/meminfo: memFree=1006336/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=23632 CPUtime=202.52
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 5786 0 0 0 20247 5 0 0 25 0 1 0 1116457285 24199168 5596 1992294400 134512640 134570484 4294956192 18446744073709551615 134523246 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 5908 5596 85 14 0 5574 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 28156

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4605
/proc/meminfo: memFree=1004480/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=25472 CPUtime=262.48
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 6319 0 0 0 26243 5 0 0 25 0 1 0 1116457285 26083328 6066 1992294400 134512640 134570484 4294956192 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 6368 6066 85 14 0 6034 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 29996

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4605
/proc/meminfo: memFree=1001664/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=28028 CPUtime=322.45
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 7221 0 0 0 32239 6 0 0 25 0 1 0 1116457285 28700672 6722 1992294400 134512640 134570484 4294956192 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 7007 6722 85 14 0 6673 0

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


[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4605
/proc/meminfo: memFree=989184/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=41072 CPUtime=742.24
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 10921 0 0 0 74214 10 0 0 25 0 1 0 1116457285 42057728 9888 1992294400 134512640 134570484 4294956192 18446744073709551615 134553332 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 10268 9888 85 14 0 9934 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 45596

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=987520/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=42388 CPUtime=802.2
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 11440 0 0 0 80210 10 0 0 25 0 1 0 1116457285 43405312 10212 1992294400 134512640 134570484 4294956192 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 10597 10212 85 14 0 10263 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 46912

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=988480/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=41388 CPUtime=862.16
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 11635 0 0 0 86206 10 0 0 25 0 1 0 1116457285 42381312 9984 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 10347 9984 85 14 0 10013 0
Current children cumulated CPU time (s) 881.79
Current children cumulated vsize (KiB) 45912

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=986816/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=43368 CPUtime=922.13
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 12099 0 0 0 92202 11 0 0 25 0 1 0 1116457285 44408832 10448 1992294400 134512640 134570484 4294956192 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 10842 10448 85 14 0 10508 0
Current children cumulated CPU time (s) 941.76
Current children cumulated vsize (KiB) 47892

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=985152/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=44816 CPUtime=982.1
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 12528 0 0 0 98199 11 0 0 25 0 1 0 1116457285 45891584 10849 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 11204 10849 85 14 0 10870 0
Current children cumulated CPU time (s) 1001.73
Current children cumulated vsize (KiB) 49340

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=983936/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=46136 CPUtime=1042.06
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 12857 0 0 0 104194 12 0 0 25 0 1 0 1116457285 47243264 11178 1992294400 134512640 134570484 4294956192 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 11534 11178 85 14 0 11200 0
Current children cumulated CPU time (s) 1061.69
Current children cumulated vsize (KiB) 50660

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=981952/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=47976 CPUtime=1102.04
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 13463 0 0 0 110191 13 0 0 25 0 1 0 1116457285 49127424 11647 1992294400 134512640 134570484 4294956192 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 11994 11647 85 14 0 11660 0
Current children cumulated CPU time (s) 1121.67
Current children cumulated vsize (KiB) 52500

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=979520/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=50716 CPUtime=1162.01
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 14228 0 0 0 116187 14 0 0 25 0 1 0 1116457285 51933184 12305 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 12679 12305 85 14 0 12345 0
Current children cumulated CPU time (s) 1181.64
Current children cumulated vsize (KiB) 55240

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=979520/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=50716 CPUtime=1170
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 14228 0 0 0 116986 14 0 0 25 0 1 0 1116457285 51933184 12305 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 12679 12305 85 14 0 12345 0
Current children cumulated CPU time (s) 1189.63
Current children cumulated vsize (KiB) 55240

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=979520/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=50716 CPUtime=1176.4
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 14228 0 0 0 117626 14 0 0 25 0 1 0 1116457285 51933184 12305 1992294400 134512640 134570484 4294956192 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 12679 12305 85 14 0 12345 0
Current children cumulated CPU time (s) 1196.03
Current children cumulated vsize (KiB) 55240

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=979520/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=50716 CPUtime=1177.99
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 14228 0 0 0 117785 14 0 0 25 0 1 0 1116457285 51933184 12305 1992294400 134512640 134570484 4294956192 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 12679 12305 85 14 0 12345 0
Current children cumulated CPU time (s) 1197.62
Current children cumulated vsize (KiB) 55240

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=981248/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=48676 CPUtime=1178.79
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 14228 0 0 0 117865 14 0 0 25 0 1 0 1116457285 49844224 11822 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 12169 11822 85 14 0 11835 0
Current children cumulated CPU time (s) 1198.42
Current children cumulated vsize (KiB) 53200

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=981248/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=48676 CPUtime=1179.59
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 14228 0 0 0 117945 14 0 0 25 0 1 0 1116457285 49844224 11822 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 12169 11822 85 14 0 11835 0
Current children cumulated CPU time (s) 1199.22
Current children cumulated vsize (KiB) 53200

[startup+1200.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/74 4607
/proc/meminfo: memFree=981248/2055920 swapFree=4175896/4192956
[pid=4599] ppid=4597 vsize=4524 CPUtime=19.63
/proc/4599/stat : 4599 (SATzilla2009_I) S 4597 4599 4535 0 -1 4194304 1529 4186 0 0 234 23 1686 20 25 0 1 0 1116455318 4632576 727 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/4599/statm: 1131 727 217 399 0 728 0
[pid=4605] ppid=4599 vsize=48676 CPUtime=1179.8
/proc/4605/stat : 4605 (picosat846) R 4599 4599 4535 0 -1 4194304 14228 0 0 0 117966 14 0 0 25 0 1 0 1116457285 49844224 11822 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/4605/statm: 12169 11822 85 14 0 11835 0
Current children cumulated CPU time (s) 1199.43
Current children cumulated vsize (KiB) 53200

Child status: 17
Real time (s): 1200.13
CPU time (s): 1199.49
CPU user time (s): 1198.89
CPU system time (s): 0.595909
CPU usage (%): 99.9466
Max. virtual memory (cumulated for all children) (KiB): 55240

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

runsolver used 1.10483 second user time and 3.33549 second system time

The end

Launcher Data

Begin job on node66 at 2009-03-30 20:32:21
IDJOB=1538668
IDBENCH=70335
IDSOLVER=528
FILE ID=node66/1538668-1238437941
PBS_JOBID= 9061616
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= 438060a1be2646cf8b7b6ce135e188f8
RANDOM SEED=188906379

node66.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.286
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.286
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:       1031088 kB
Buffers:         95288 kB
Cached:         834900 kB
SwapCached:       8824 kB
Active:         338884 kB
Inactive:       602300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1031088 kB
SwapTotal:     4192956 kB
SwapFree:      4175896 kB
Dirty:           31748 kB
Writeback:           0 kB
Mapped:          16636 kB
Slab:            68896 kB
Committed_AS:  3138888 kB
PageTables:       1980 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= 66512 MiB
End job on node66 at 2009-03-30 20:52:21