Trace number 1553485

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.12 1206.1

General information on the benchmark

NameAPPLICATIONS/
bitverif/minxor/minxor128.cnf
MD5SUM10b48467ea3d951975cb9264f0b654fe
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark611.334
Satisfiable
(Un)Satisfiability was proved
Number of variables54258
Number of clauses160469
Sum of the clauses size374425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106978
Number of clauses of size 353489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

27.20/27.44	c SATzilla is building models for class 3
27.20/27.44	c run presolver mxc-sr08 for 10 seconds ... 
27.20/27.44	c Bin: Executing mxc-sr08
27.20/27.44	c spawning binary file with 10 seconds ...
27.20/27.44	c child exit by a signal
27.20/27.44	c mxc-sr08 returned code 137.
27.20/27.44	c run presolver picosat846 for 5 seconds ... 
27.20/27.44	c Bin: Executing picosat846
27.20/27.44	c spawning binary file with 5 seconds ...
27.20/27.44	c child exit by a signal
27.20/27.44	c picosat846 returned code 137.
27.20/27.44	c Orignal number of varibales is 54258, number of clauses is 160469 
27.20/27.44	c predicted feature computation time is 2.652653 
27.20/27.44	c Bin: Executing satelite
27.20/27.44	c spawning binary file with 240 seconds ...
27.20/27.44	c child exited successfully
27.20/27.44	c satzilla computing base features
27.20/27.44	c Number of variabe is: 5505, Number of clause is : 63354 
27.20/27.44	c Initializing...
27.20/27.44	c satzilla doing clause learning
27.20/27.44	c start clause learning features ...
27.20/27.44	c Bin: Executing zchaff07
27.20/27.44	c spawning binary file with 2 seconds ...
27.20/27.44	c child exit by a signal
27.20/27.44	c satzilla doing survey propogation probe
27.20/27.44	c do survay propogation for 2 second ...
27.20/27.44	c satzilla doing local search probe
27.20/27.44	c features are:54258 160469 5505 63354 8.85613 1.53289 0.0868927 0.651168 0.499827 2.03644 0.000880341 1.54466 0.000363306 0.0236149 1.87656 0.361477 0.488746 0.000880341 2.06667 0.000126275 0.011049 2.75834 0.16065 0.243205 0 0.9375 2.00881 0.000161043 2.22789 0 0.00208353 2.17722 0.415964 0.000923657 1.49353 7.89216e-05 0.00887079 367.75 0.617326 49 982 675 154 479 213 317 18.5094 0.52536 4.11688 34.5886 31.7447 5.45455 29.352 11.5918 19.2392 0.623602 0.476742 0.00011328 0.992158 0.854675 0.0788153 0.828898 0.434585 0.814162 0.0957345 0.812916 -1.11022e-16 0.475772 0.205404 0.000307602 0.103974 0.0301918 0.0992769 72.5814 0.306949 1912.53 0.013643 1915 1877 1937 2.42328 0.20884 0.986138 0.00232669 
27.20/27.44	c satzilla's ranking:
27.20/27.44	c 1) picosat846: 2.305277
27.20/27.44	c 2) minisat20SAT07: 2.303867
27.20/27.44	c 3) mxc-sr08: 2.192549
27.20/27.44	c 4) zchaff_rand: 1.651308
27.20/27.44	c 5) march_dl2004: 0.142063
27.20/27.44	c 6) SATenstein: -10000.000000
27.20/27.44	c 7) gnovelty+: -10000.000000
27.20/27.44	c 8) adaptg2wsat+: -10000.000000
27.20/27.44	c 9) adaptg2wsat0: -10000.000000
27.20/27.44	c 10) tts-4-0: -10000.000000
27.20/27.44	c 11) vallst: -10000.000000
27.20/27.44	c 12) minisat20: -10000.000000
27.20/27.44	c 13) kcnfs04SAT07: -10000.000000
27.20/27.44	c satzilla running picosat846 ... 
1198.99/1206.10	c Bin: Executing picosat846
1198.99/1206.10	c spawning binary file with 1172 seconds ...
1198.99/1206.10	c child exit by a signal
1198.99/1206.10	c picosat846 returned code 137.
1198.99/1206.10	c satzilla running minisat20SAT07 ... 
1198.99/1206.10	c Bin: Executing minisat20SAT07
1198.99/1206.10	c minisat20SAT07 returned code 1.
1198.99/1206.10	c satzilla running mxc-sr08 ... 
1198.99/1206.10	c Bin: Executing mxc-sr08
1198.99/1206.10	c mxc-sr08 returned code 1.
1198.99/1206.10	c satzilla running zchaff_rand ... 
1198.99/1206.10	c Bin: Executing zchaff_rand
1198.99/1206.10	c zchaff_rand returned code 1.
1198.99/1206.10	c satzilla running march_dl2004 ... 
1198.99/1206.10	c Bin: Executing march_dl2004
1198.99/1206.10	c march_dl2004 returned code 1.
1198.99/1206.10	c satzilla running SATenstein ... 
1198.99/1206.10	c Bin: Executing SATenstein
1198.99/1206.10	c SATenstein returned code 1.
1198.99/1206.10	c satzilla running gnovelty+ ... 
1198.99/1206.10	c Bin: Executing gnovelty+
1198.99/1206.10	c gnovelty+ returned code 1.
1198.99/1206.10	c satzilla running adaptg2wsat+ ... 
1198.99/1206.10	c Bin: Executing adaptg2wsat+
1198.99/1206.10	c adaptg2wsat+ returned code 1.
1198.99/1206.10	c satzilla running adaptg2wsat0 ... 
1198.99/1206.10	c Bin: Executing adaptg2wsat0
1198.99/1206.10	c adaptg2wsat0 returned code 1.
1198.99/1206.10	c satzilla running tts-4-0 ... 
1198.99/1206.10	c Bin: Executing tts-4-0
1198.99/1206.10	c tts-4-0 returned code 1.
1198.99/1206.10	c satzilla running vallst ... 
1198.99/1206.10	c Bin: Executing vallst
1198.99/1206.10	c vallst returned code 1.
1198.99/1206.10	c satzilla running minisat20 ... 
1198.99/1206.10	c Bin: Executing minisat20
1198.99/1206.10	c minisat20 returned code 1.
1198.99/1206.10	c satzilla running kcnfs04SAT07 ... 
1198.99/1206.10	c Bin: Executing kcnfs04SAT07
1198.99/1206.10	c kcnfs04SAT07 returned code 1.
1198.99/1206.10	c ERROR: All Failed! 
1198.99/1206.10	c SATZILLA_TIME=1199.290000

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1553485-1238715681/watcher-1553485-1238715681 -o /tmp/evaluation-result-1553485-1238715681/solver-1553485-1238715681 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1553485-1238715681.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.91 1.95 1.99 4/85 10215
/proc/meminfo: memFree=1419376/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=3316 CPUtime=0
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 221 0 0 0 0 0 0 0 23 0 1 0 1144229180 3395584 217 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 829 217 44 138 0 688 0

[startup+0.034118 s]
/proc/loadavg: 1.91 1.95 1.99 4/85 10215
/proc/meminfo: memFree=1419376/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=14480 CPUtime=0.02
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 2958 0 0 0 1 1 0 0 23 0 1 0 1144229180 14827520 2930 1992294400 134512640 135078026 4294956176 18446744073709551615 134554627 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 3620 2930 52 138 0 3479 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+0.102135 s]
/proc/loadavg: 1.91 1.95 1.99 4/85 10215
/proc/meminfo: memFree=1419376/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=19060 CPUtime=0.08
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 4111 0 0 0 7 1 0 0 23 0 1 0 1144229180 19517440 4083 1992294400 134512640 135078026 4294956176 18446744073709551615 134721108 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 4765 4083 54 138 0 4624 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21116

[startup+0.301146 s]
/proc/loadavg: 1.91 1.95 1.99 4/85 10215
/proc/meminfo: memFree=1419376/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=24896 CPUtime=0.29
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 6171 0 0 0 27 2 0 0 24 0 1 0 1144229180 25493504 5497 1992294400 134512640 135078026 4294956176 18446744073709551615 134553013 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 6224 5497 55 138 0 6083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26952

[startup+0.701184 s]
/proc/loadavg: 1.91 1.95 1.99 4/85 10215
/proc/meminfo: memFree=1419376/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=36144 CPUtime=0.69
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 9044 0 0 0 66 3 0 0 25 0 1 0 1144229180 37011456 8370 1992294400 134512640 135078026 4294956176 18446744073709551615 134565764 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 9036 8370 55 138 0 8895 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38200

[startup+1.50126 s]
/proc/loadavg: 1.91 1.95 1.99 3/87 10217
/proc/meminfo: memFree=1376864/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=59632 CPUtime=1.46
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 14768 0 0 0 141 5 0 0 25 0 1 0 1144229180 61063168 14094 1992294400 134512640 135078026 4294956176 18446744073709551615 134721466 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 14908 14094 55 138 0 14767 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 61688

[startup+3.10142 s]
/proc/loadavg: 1.91 1.95 1.99 3/87 10217
/proc/meminfo: memFree=1355168/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=72588 CPUtime=3.06
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 17667 0 0 0 299 7 0 0 25 0 1 0 1144229180 74330112 16993 1992294400 134512640 135078026 4294956176 18446744073709551615 134569256 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 18147 16993 55 138 0 18006 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 74644

[startup+6.30173 s]
/proc/loadavg: 1.92 1.95 1.99 3/87 10217
/proc/meminfo: memFree=1345440/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=0
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 132 0 0 0 0 0 0 0 21 0 1 0 1144229179 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 112 96 399 0 111 0
[pid=10216] ppid=10215 vsize=80112 CPUtime=6.24
/proc/10216/stat : 10216 (mxc-sr08) R 10215 10215 10025 0 -1 4194304 19460 0 0 0 616 8 0 0 25 0 1 0 1144229180 82034688 18786 1992294400 134512640 135078026 4294956176 18446744073709551615 134569265 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10216/statm: 20028 18786 55 138 0 19887 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 82168

[startup+12.7014 s]
/proc/loadavg: 1.93 1.95 1.99 3/87 10218
/proc/meminfo: memFree=1409568/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=2056 CPUtime=10
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 152 20459 0 0 0 0 990 10 19 0 1 0 1144229179 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 514 121 104 399 0 111 0
[pid=10218] ppid=10215 vsize=12104 CPUtime=2.59
/proc/10218/stat : 10218 (picosat846) R 10215 10215 10025 0 -1 4194304 2535 0 0 0 258 1 0 0 25 0 1 0 1144230188 12394496 2524 1992294400 134512640 134570484 4294956176 18446744073709551615 134523221 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10218/statm: 3026 2524 85 14 0 2692 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 14160

[startup+25.5026 s]
/proc/loadavg: 1.94 1.96 1.99 3/86 10220
/proc/meminfo: memFree=1406696/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=15368 CPUtime=25.31
/proc/10215/stat : 10215 (SATzilla2009_I) R 10213 10215 10025 0 -1 4194304 4589 33574 0 0 292 3 2200 36 25 0 1 0 1144229179 15736832 3502 1992294400 134512640 136149169 4294956208 18446744073709551615 134710185 0 0 4096 3 0 0 0 17 1 0 0
/proc/10215/statm: 3842 3502 207 399 0 3439 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 15368

[startup+51.1022 s]
/proc/loadavg: 1.96 1.96 1.99 3/87 10221
/proc/meminfo: memFree=1392224/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=19124 CPUtime=23.48
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 4274 0 0 0 2346 2 0 0 25 0 1 0 1144231924 19582976 4263 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 4781 4263 85 14 0 4447 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 30392

[startup+102.308 s]
/proc/loadavg: 1.98 1.96 1.99 3/87 10221
/proc/meminfo: memFree=1365984/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=44992 CPUtime=74.4
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 10708 0 0 0 7431 9 0 0 25 0 1 0 1144231924 46071808 10697 1992294400 134512640 134570484 4294956176 18446744073709551615 134551739 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 11248 10697 85 14 0 10914 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 56260

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 10223
/proc/meminfo: memFree=1354336/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=56344 CPUtime=134.05
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 13577 0 0 0 13394 11 0 0 25 0 1 0 1144231924 57696256 13566 1992294400 134512640 134570484 4294956176 18446744073709551615 134523542 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 14086 13566 85 14 0 13752 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 67612

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 10223
/proc/meminfo: memFree=1345504/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=65188 CPUtime=193.7
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 15789 0 0 0 19357 13 0 0 25 0 1 0 1144231924 66752512 15778 1992294400 134512640 134570484 4294956176 18446744073709551615 134553118 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 16297 15778 85 14 0 15963 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 76456

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/87 10223
/proc/meminfo: memFree=1335200/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=75616 CPUtime=253.36
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 18406 0 0 0 25320 16 0 0 25 0 1 0 1144231924 77430784 18395 1992294400 134512640 134570484 4294956176 18446744073709551615 134552943 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 18904 18395 85 14 0 18570 0
Current children cumulated CPU time (s) 280.6
Current children cumulated vsize (KiB) 86884

[startup+342.302 s]
/proc/loadavg: 2.07 1.99 1.99 3/87 10223
/proc/meminfo: memFree=1324448/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=86688 CPUtime=313.01
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 21075 0 0 0 31282 19 0 0 25 0 1 0 1144231924 88768512 21064 1992294400 134512640 134570484 4294956176 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 21672 21064 85 14 0 21338 0
Current children cumulated CPU time (s) 340.25
Current children cumulated vsize (KiB) 97956


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


[startup+882.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/87 10223
/proc/meminfo: memFree=1227104/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=183576 CPUtime=849.92
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 45353 0 0 0 84951 41 0 0 25 0 1 0 1144231924 187981824 45342 1992294400 134512640 134570484 4294956176 18446744073709551615 134544212 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 45894 45342 85 14 0 45560 0
Current children cumulated CPU time (s) 877.16
Current children cumulated vsize (KiB) 194844

[startup+942.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 10223
/proc/meminfo: memFree=1227104/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=183576 CPUtime=909.58
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 45353 0 0 0 90917 41 0 0 25 0 1 0 1144231924 187981824 45342 1992294400 134512640 134570484 4294956176 18446744073709551615 134552909 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 45894 45342 85 14 0 45560 0
Current children cumulated CPU time (s) 936.82
Current children cumulated vsize (KiB) 194844

[startup+1002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 10223
/proc/meminfo: memFree=1199712/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=211296 CPUtime=969.23
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 52286 0 0 0 96877 46 0 0 25 0 1 0 1144231924 216367104 52275 1992294400 134512640 134570484 4294956176 18446744073709551615 134526678 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 52824 52275 85 14 0 52490 0
Current children cumulated CPU time (s) 996.47
Current children cumulated vsize (KiB) 222564

[startup+1062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 10223
/proc/meminfo: memFree=1187872/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1028.89
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 102840 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134551721 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1056.13
Current children cumulated vsize (KiB) 233916

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 10223
/proc/meminfo: memFree=1187872/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1088.54
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 108805 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134526498 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1115.78
Current children cumulated vsize (KiB) 233916

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 10229
/proc/meminfo: memFree=1187728/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1148.19
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 114770 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1175.43
Current children cumulated vsize (KiB) 233916

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

[startup+1190.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1156.14
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 115565 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134553257 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1183.38
Current children cumulated vsize (KiB) 233916

[startup+1196.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1162.5
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 116201 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134526678 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1189.74
Current children cumulated vsize (KiB) 233916

[startup+1199.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1165.68
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 116519 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134551329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1192.92
Current children cumulated vsize (KiB) 233916

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1168.87
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 116838 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134523567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1196.11
Current children cumulated vsize (KiB) 233916

[startup+1204.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1170.46
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 116997 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1197.7
Current children cumulated vsize (KiB) 233916

[startup+1205.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1171.26
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 117077 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1198.5
Current children cumulated vsize (KiB) 233916

[startup+1205.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1171.65
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 117116 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134551733 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1198.89
Current children cumulated vsize (KiB) 233916

[startup+1206 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10229
/proc/meminfo: memFree=1187800/2055920 swapFree=4169424/4192956
[pid=10215] ppid=10213 vsize=11268 CPUtime=27.24
/proc/10215/stat : 10215 (SATzilla2009_I) S 10213 10215 10025 0 -1 4194304 4606 33574 0 0 477 11 2200 36 25 0 1 0 1144229179 11538432 2582 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10215/statm: 2817 2582 217 399 0 2414 0
[pid=10221] ppid=10215 vsize=222648 CPUtime=1171.75
/proc/10221/stat : 10221 (picosat846) R 10215 10215 10025 0 -1 4194304 55141 0 0 0 117126 49 0 0 25 0 1 0 1144231924 227991552 55130 1992294400 134512640 134570484 4294956176 18446744073709551615 134551739 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10221/statm: 55662 55130 85 14 0 55328 0
Current children cumulated CPU time (s) 1198.99
Current children cumulated vsize (KiB) 233916

Child status: 17
Real time (s): 1206.1
CPU time (s): 1199.12
CPU user time (s): 1198.11
CPU system time (s): 1.00885
CPU usage (%): 99.4211
Max. virtual memory (cumulated for all children) (KiB): 233916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.11
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93338
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= 21
involuntary context switches= 14544

runsolver used 1.56176 second user time and 5.02524 second system time

The end

Launcher Data

Begin job on node70 at 2009-04-03 01:41:21
IDJOB=1553485
IDBENCH=70762
IDSOLVER=528
FILE ID=node70/1553485-1238715681
PBS_JOBID= 9085326
Free space on /tmp= 65256 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxor/minxor128.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553485-1238715681/watcher-1553485-1238715681 -o /tmp/evaluation-result-1553485-1238715681/solver-1553485-1238715681 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1553485-1238715681.cnf

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

MD5SUM BENCH= 10b48467ea3d951975cb9264f0b654fe
RANDOM SEED=1666587321

node70.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.234
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.234
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:       1419920 kB
Buffers:         83292 kB
Cached:         465652 kB
SwapCached:       8928 kB
Active:         250512 kB
Inactive:       308816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419920 kB
SwapTotal:     4192956 kB
SwapFree:      4169424 kB
Dirty:           34036 kB
Writeback:           0 kB
Mapped:          15376 kB
Slab:            60940 kB
Committed_AS:  2203188 kB
PageTables:       2668 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= 65224 MiB
End job on node70 at 2009-04-03 02:01:28