Trace number 1538689

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.48 1199.83

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/4000/
unif-k3-r4.2-v4000-c16800-S906020180-093.cnf
MD5SUM49df6b763f2da2592b10d7fad09e2c78
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.8274
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.66	c SATzilla is building models for class 3
19.57/19.66	c run presolver mxc-sr08 for 10 seconds ... 
19.57/19.66	c Bin: Executing mxc-sr08
19.57/19.66	c spawning binary file with 10 seconds ...
19.57/19.66	c child exit by a signal
19.57/19.66	c mxc-sr08 returned code 137.
19.57/19.66	c run presolver picosat846 for 5 seconds ... 
19.57/19.66	c Bin: Executing picosat846
19.57/19.66	c spawning binary file with 5 seconds ...
19.57/19.66	c child exit by a signal
19.57/19.66	c picosat846 returned code 137.
19.57/19.66	c Orignal number of varibales is 4000, number of clauses is 16800 
19.57/19.66	c predicted feature computation time is 1.458400 
19.57/19.66	c Bin: Executing satelite
19.57/19.66	c spawning binary file with 240 seconds ...
19.57/19.66	c child exited successfully
19.57/19.66	c satzilla computing base features
19.57/19.66	c Number of variabe is: 3898, Number of clause is : 16687 
19.57/19.66	c Initializing...
19.57/19.66	c satzilla doing clause learning
19.57/19.66	c start clause learning features ...
19.57/19.66	c Bin: Executing zchaff07
19.57/19.66	c spawning binary file with 2 seconds ...
19.57/19.66	c child exit by a signal
19.57/19.66	c satzilla doing survey propogation probe
19.57/19.66	c do survay propogation for 2 second ...
19.57/19.66	c satzilla doing local search probe
19.57/19.66	c features are:4000 16800 3898 16687 0.0261673 0.00677174 0.233595 0.495665 0.586431 0.713825 0.000779034 0.0655685 0.000769625 0.00153925 0.158327 0 0.965422 0.000779034 0.283229 0.000119854 0.00191766 2.6918 0.226795 0.169173 0 1 3.35891 0.000386096 0.394908 0 0.00113861 2.32658 0.497693 0.00157526 0.286416 0.000239708 0.0040151 61.6515 0.352014 33 151 103 44 66 49 55 39.7947 0.113745 31.0571 56.661 45.8556 35.1273 41.9242 37.0323 39.4717 0.393805 0.570012 0.000362174 1 0.69723 0.0874055 0.571465 0.210476 0.389909 0.0911243 0.641204 0.0025705 0.532883 0.17337 0.0287414 0.122245 0.0469228 0.0780986 121.26 0.352852 834.753 0.121553 847 818 868 0.32891 0.638062 0.851959 0.0620977 
19.57/19.66	c satzilla's ranking:
19.57/19.66	c 1) picosat846: 2.633194
19.57/19.66	c 2) mxc-sr08: 2.050237
19.57/19.66	c 3) zchaff_rand: 1.687687
19.57/19.66	c 4) minisat20SAT07: 1.569629
19.57/19.66	c 5) march_dl2004: 1.333048
19.57/19.66	c 6) SATenstein: -10000.000000
19.57/19.66	c 7) gnovelty+: -10000.000000
19.57/19.66	c 8) adaptg2wsat+: -10000.000000
19.57/19.66	c 9) adaptg2wsat0: -10000.000000
19.57/19.66	c 10) tts-4-0: -10000.000000
19.57/19.66	c 11) vallst: -10000.000000
19.57/19.66	c 12) minisat20: -10000.000000
19.57/19.66	c 13) kcnfs04SAT07: -10000.000000
19.57/19.66	c satzilla running picosat846 ... 
1199.41/1199.83	c Bin: Executing picosat846
1199.41/1199.83	c spawning binary file with 1180 seconds ...
1199.41/1199.83	c child exit by a signal
1199.41/1199.83	c picosat846 returned code 137.
1199.41/1199.83	c satzilla running mxc-sr08 ... 
1199.41/1199.83	c Bin: Executing mxc-sr08
1199.41/1199.83	c mxc-sr08 returned code 1.
1199.41/1199.83	c satzilla running zchaff_rand ... 
1199.41/1199.83	c Bin: Executing zchaff_rand
1199.41/1199.83	c zchaff_rand returned code 1.
1199.41/1199.83	c satzilla running minisat20SAT07 ... 
1199.41/1199.83	c Bin: Executing minisat20SAT07
1199.41/1199.83	c minisat20SAT07 returned code 1.
1199.41/1199.83	c satzilla running march_dl2004 ... 
1199.41/1199.83	c Bin: Executing march_dl2004
1199.41/1199.83	c march_dl2004 returned code 1.
1199.41/1199.83	c satzilla running SATenstein ... 
1199.41/1199.83	c Bin: Executing SATenstein
1199.41/1199.83	c SATenstein returned code 1.
1199.41/1199.83	c satzilla running gnovelty+ ... 
1199.41/1199.83	c Bin: Executing gnovelty+
1199.41/1199.83	c gnovelty+ returned code 1.
1199.41/1199.83	c satzilla running adaptg2wsat+ ... 
1199.41/1199.83	c Bin: Executing adaptg2wsat+
1199.41/1199.83	c adaptg2wsat+ returned code 1.
1199.41/1199.83	c satzilla running adaptg2wsat0 ... 
1199.41/1199.83	c Bin: Executing adaptg2wsat0
1199.41/1199.83	c adaptg2wsat0 returned code 1.
1199.41/1199.83	c satzilla running tts-4-0 ... 
1199.41/1199.83	c Bin: Executing tts-4-0
1199.41/1199.83	c tts-4-0 returned code 1.
1199.41/1199.83	c satzilla running vallst ... 
1199.41/1199.83	c Bin: Executing vallst
1199.41/1199.83	c vallst returned code 1.
1199.41/1199.83	c satzilla running minisat20 ... 
1199.41/1199.83	c Bin: Executing minisat20
1199.41/1199.83	c minisat20 returned code 1.
1199.41/1199.83	c satzilla running kcnfs04SAT07 ... 
1199.41/1199.83	c Bin: Executing kcnfs04SAT07
1199.41/1199.83	c kcnfs04SAT07 returned code 1.
1199.41/1199.83	c ERROR: All Failed! 
1199.41/1199.83	c SATZILLA_TIME=1199.640000

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-1538689-1238438200/watcher-1538689-1238438200 -o /tmp/evaluation-result-1538689-1238438200/solver-1538689-1238438200 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538689-1238438200.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.85 1.41 1.16 3/64 1156
/proc/meminfo: memFree=1345560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) R 1154 1156 742 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542911 0 0 4096 0 0 0 0 17 0 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=1992 CPUtime=0
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 1116486766 2039808 353 1992294400 134512640 135078026 4294956176 18446744073709551615 134721232 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 498 353 54 138 0 357 0

[startup+0.011555 s]
/proc/loadavg: 1.85 1.41 1.16 3/64 1156
/proc/meminfo: memFree=1345560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=2264 CPUtime=0
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 439 0 0 0 0 0 0 0 18 0 1 0 1116486766 2318336 435 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 566 435 54 138 0 425 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4320

[startup+0.102565 s]
/proc/loadavg: 1.85 1.41 1.16 3/64 1156
/proc/meminfo: memFree=1345560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=2908 CPUtime=0.09
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 697 0 0 0 9 0 0 0 19 0 1 0 1116486766 2977792 618 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 727 618 71 138 0 586 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4964

[startup+0.302587 s]
/proc/loadavg: 1.85 1.41 1.16 3/64 1156
/proc/meminfo: memFree=1345560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=3304 CPUtime=0.29
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 769 0 0 0 29 0 0 0 21 0 1 0 1116486766 3383296 690 1992294400 134512640 135078026 4294956176 18446744073709551615 134523297 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 826 690 71 138 0 685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5360

[startup+0.702634 s]
/proc/loadavg: 1.85 1.41 1.16 3/64 1156
/proc/meminfo: memFree=1345560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=3972 CPUtime=0.69
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 935 0 0 0 69 0 0 0 25 0 1 0 1116486766 4067328 856 1992294400 134512640 135078026 4294956176 18446744073709551615 134522630 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 993 856 71 138 0 852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6028

[startup+1.50173 s]
/proc/loadavg: 1.85 1.41 1.16 2/66 1158
/proc/meminfo: memFree=1342216/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=4236 CPUtime=1.49
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 1007 0 0 0 149 0 0 0 25 0 1 0 1116486766 4337664 928 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 1059 928 71 138 0 918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6292

[startup+3.10191 s]
/proc/loadavg: 1.85 1.41 1.16 2/66 1158
/proc/meminfo: memFree=1341704/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=4500 CPUtime=3.09
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 1084 0 0 0 309 0 0 0 25 0 1 0 1116486766 4608000 1005 1992294400 134512640 135078026 4294956176 18446744073709551615 134522624 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 1125 1005 71 138 0 984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6556

[startup+6.30129 s]
/proc/loadavg: 1.78 1.40 1.16 2/66 1158
/proc/meminfo: memFree=1341384/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=0
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116486766 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1156/statm: 514 112 96 399 0 111 0
[pid=1157] ppid=1156 vsize=4896 CPUtime=6.28
/proc/1157/stat : 1157 (mxc-sr08) R 1156 1156 742 0 -1 4194304 1185 0 0 0 627 1 0 0 25 0 1 0 1116486766 5013504 1106 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1157/statm: 1224 1106 71 138 0 1083 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6952

[startup+12.701 s]
/proc/loadavg: 1.72 1.40 1.16 2/66 1159
/proc/meminfo: memFree=1341640/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=2056 CPUtime=9.99
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 152 1283 0 0 0 0 998 1 16 0 1 0 1116486766 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 514 121 104 399 0 111 0
[pid=1159] ppid=1156 vsize=5772 CPUtime=2.68
/proc/1159/stat : 1159 (picosat846) R 1156 1156 742 0 -1 4194304 1181 0 0 0 268 0 0 0 25 0 1 0 1116487767 5910528 1170 1992294400 134512640 134570484 4294956176 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1159/statm: 1443 1170 84 14 0 1109 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7828

[startup+25.5015 s]
/proc/loadavg: 1.63 1.39 1.16 2/66 1162
/proc/meminfo: memFree=1337096/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=6740 CPUtime=5.82
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 1414 0 0 0 582 0 0 0 25 0 1 0 1116488732 6901760 1403 1992294400 134512640 134570484 4294956176 18446744073709551615 134526482 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 1685 1403 84 14 0 1351 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12384

[startup+51.1015 s]
/proc/loadavg: 1.41 1.36 1.15 2/66 1162
/proc/meminfo: memFree=1332488/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=11360 CPUtime=31.4
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 2534 0 0 0 3139 1 0 0 25 0 1 0 1116488732 11632640 2523 1992294400 134512640 134570484 4294956176 18446744073709551615 134553208 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 2840 2523 84 14 0 2506 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 17004

[startup+102.306 s]
/proc/loadavg: 1.22 1.32 1.15 2/66 1162
/proc/meminfo: memFree=1328328/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=15452 CPUtime=82.59
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 3599 0 0 0 8257 2 0 0 25 0 1 0 1116488732 15822848 3588 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 3863 3588 84 14 0 3529 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 21096

[startup+162.301 s]
/proc/loadavg: 1.08 1.26 1.14 2/66 1162
/proc/meminfo: memFree=1323784/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=20168 CPUtime=142.57
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 4730 0 0 0 14254 3 0 0 25 0 1 0 1116488732 20652032 4719 1992294400 134512640 134570484 4294956176 18446744073709551615 134523017 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 5042 4719 85 14 0 4708 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 25812

[startup+222.301 s]
/proc/loadavg: 1.14 1.24 1.14 2/66 1162
/proc/meminfo: memFree=1319688/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=24324 CPUtime=202.55
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 5753 0 0 0 20251 4 0 0 25 0 1 0 1116488732 24907776 5742 1992294400 134512640 134570484 4294956176 18446744073709551615 134544236 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 6081 5742 85 14 0 5747 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 29968

[startup+282.301 s]
/proc/loadavg: 1.12 1.21 1.13 2/66 1162
/proc/meminfo: memFree=1318024/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=25948 CPUtime=262.54
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 6692 0 0 0 26249 5 0 0 25 0 1 0 1116488732 26570752 6165 1992294400 134512640 134570484 4294956176 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 6487 6165 85 14 0 6153 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 31592

[startup+342.301 s]
/proc/loadavg: 1.11 1.18 1.12 2/66 1162
/proc/meminfo: memFree=1314056/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=29840 CPUtime=322.52
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 7919 0 0 0 32246 6 0 0 25 0 1 0 1116488732 30556160 7157 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 7460 7157 85 14 0 7126 0

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


[startup+822.302 s]
/proc/loadavg: 1.06 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1302280/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=41692 CPUtime=802.39
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 11976 0 0 0 80229 10 0 0 25 0 1 0 1116488732 42692608 10052 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 10423 10052 85 14 0 10089 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 47336

[startup+882.302 s]
/proc/loadavg: 1.13 1.10 1.09 2/66 1164
/proc/meminfo: memFree=1298888/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=45336 CPUtime=862.37
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 12887 0 0 0 86226 11 0 0 25 0 1 0 1116488732 46424064 10963 1992294400 134512640 134570484 4294956176 18446744073709551615 134551792 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 11334 10963 85 14 0 11000 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 50980

[startup+942.302 s]
/proc/loadavg: 1.12 1.09 1.09 2/66 1164
/proc/meminfo: memFree=1296776/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=47448 CPUtime=922.36
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 13411 0 0 0 92224 12 0 0 25 0 1 0 1116488732 48586752 11487 1992294400 134512640 134570484 4294956176 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 11862 11487 85 14 0 11528 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 53092

[startup+1002.3 s]
/proc/loadavg: 1.11 1.09 1.09 2/66 1164
/proc/meminfo: memFree=1297352/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=46624 CPUtime=982.34
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 13419 0 0 0 98222 12 0 0 25 0 1 0 1116488732 47742976 11301 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 11656 11301 85 14 0 11322 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 52268

[startup+1062.3 s]
/proc/loadavg: 1.10 1.09 1.09 2/66 1164
/proc/meminfo: memFree=1297352/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=46756 CPUtime=1042.32
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 13428 0 0 0 104220 12 0 0 25 0 1 0 1116488732 47878144 11310 1992294400 134512640 134570484 4294956176 18446744073709551615 134526626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 11689 11310 85 14 0 11355 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 52400

[startup+1122.3 s]
/proc/loadavg: 1.09 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1298312/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=45616 CPUtime=1102.3
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 13547 0 0 0 110218 12 0 0 25 0 1 0 1116488732 46710784 11057 1992294400 134512640 134570484 4294956176 18446744073709551615 134552289 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 11404 11057 85 14 0 11070 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 51260

[startup+1182.3 s]
/proc/loadavg: 1.08 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1162.29
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14279 0 0 0 116216 13 0 0 25 0 1 0 1116488732 49819648 11789 1992294400 134512640 134570484 4294956176 18446744073709551615 134553110 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11789 85 14 0 11829 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 54296

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

[startup+1190.3 s]
/proc/loadavg: 1.07 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1170.29
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14283 0 0 0 117016 13 0 0 25 0 1 0 1116488732 49819648 11793 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11793 85 14 0 11829 0
Current children cumulated CPU time (s) 1189.92
Current children cumulated vsize (KiB) 54296

[startup+1196.7 s]
/proc/loadavg: 1.07 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1176.69
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14283 0 0 0 117656 13 0 0 25 0 1 0 1116488732 49819648 11793 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11793 85 14 0 11829 0
Current children cumulated CPU time (s) 1196.32
Current children cumulated vsize (KiB) 54296

[startup+1198.3 s]
/proc/loadavg: 1.06 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1178.29
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14283 0 0 0 117816 13 0 0 25 0 1 0 1116488732 49819648 11793 1992294400 134512640 134570484 4294956176 18446744073709551615 134553104 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11793 85 14 0 11829 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 54296

[startup+1199.1 s]
/proc/loadavg: 1.06 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1179.09
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14283 0 0 0 117896 13 0 0 25 0 1 0 1116488732 49819648 11793 1992294400 134512640 134570484 4294956176 18446744073709551615 134526699 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11793 85 14 0 11829 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 54296

[startup+1199.5 s]
/proc/loadavg: 1.06 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1179.48
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14283 0 0 0 117935 13 0 0 25 0 1 0 1116488732 49819648 11793 1992294400 134512640 134570484 4294956176 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11793 85 14 0 11829 0
Current children cumulated CPU time (s) 1199.11
Current children cumulated vsize (KiB) 54296

[startup+1199.7 s]
/proc/loadavg: 1.06 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1179.68
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14283 0 0 0 117955 13 0 0 25 0 1 0 1116488732 49819648 11793 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11793 85 14 0 11829 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 54296

[startup+1199.8 s]
/proc/loadavg: 1.06 1.08 1.09 2/66 1164
/proc/meminfo: memFree=1295560/2055924 swapFree=4176792/4192956
[pid=1156] ppid=1154 vsize=5644 CPUtime=19.63
/proc/1156/stat : 1156 (SATzilla2009_I) S 1154 1156 742 0 -1 4194304 1543 4224 0 0 232 24 1687 20 25 0 1 0 1116486766 5779456 998 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/1156/statm: 1411 998 217 399 0 1008 0
[pid=1162] ppid=1156 vsize=48652 CPUtime=1179.78
/proc/1162/stat : 1162 (picosat846) R 1156 1156 742 0 -1 4194304 14283 0 0 0 117965 13 0 0 25 0 1 0 1116488732 49819648 11793 1992294400 134512640 134570484 4294956176 18446744073709551615 134551414 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1162/statm: 12163 11793 85 14 0 11829 0
Current children cumulated CPU time (s) 1199.41
Current children cumulated vsize (KiB) 54296

Child status: 17
Real time (s): 1199.83
CPU time (s): 1199.48
CPU user time (s): 1198.89
CPU system time (s): 0.58991
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 54296

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

runsolver used 0.958854 second user time and 3.41048 second system time

The end

Launcher Data

Begin job on node6 at 2009-03-30 20:36:40
IDJOB=1538689
IDBENCH=70342
IDSOLVER=528
FILE ID=node6/1538689-1238438200
PBS_JOBID= 9061557
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 49df6b763f2da2592b10d7fad09e2c78
RANDOM SEED=1551957637

node6.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1346104 kB
Buffers:        102564 kB
Cached:         509432 kB
SwapCached:       9932 kB
Active:         148816 kB
Inactive:       476700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1346104 kB
SwapTotal:     4192956 kB
SwapFree:      4176792 kB
Dirty:           31740 kB
Writeback:           0 kB
Mapped:          19208 kB
Slab:            70376 kB
Committed_AS:  2870516 kB
PageTables:       1464 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= 66308 MiB
End job on node6 at 2009-03-30 20:56:41