Trace number 1539484

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.09 1199.6

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/480/
unif-k3-r4.25-v480-c2040-S1007745655-097.cnf
MD5SUMf27b62ac5d581ce44726630650722106
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark658.203
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of clauses2040
Sum of the clauses size6120
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32040
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.23/19.30	c SATzilla is building models for class 3
19.23/19.30	c run presolver mxc-sr08 for 10 seconds ... 
19.23/19.30	c Bin: Executing mxc-sr08
19.23/19.30	c spawning binary file with 10 seconds ...
19.23/19.30	c child exit by a signal
19.23/19.30	c mxc-sr08 returned code 137.
19.23/19.30	c run presolver picosat846 for 5 seconds ... 
19.23/19.30	c Bin: Executing picosat846
19.23/19.30	c spawning binary file with 5 seconds ...
19.23/19.30	c child exit by a signal
19.23/19.30	c picosat846 returned code 137.
19.23/19.30	c Orignal number of varibales is 480, number of clauses is 2040 
19.23/19.30	c predicted feature computation time is 1.450663 
19.23/19.30	c Bin: Executing satelite
19.23/19.30	c spawning binary file with 240 seconds ...
19.23/19.30	c child exited successfully
19.23/19.30	c satzilla computing base features
19.23/19.30	c Number of variabe is: 468, Number of clause is : 2018 
19.23/19.30	c Initializing...
19.23/19.30	c satzilla doing clause learning
19.23/19.30	c start clause learning features ...
19.23/19.30	c Bin: Executing zchaff07
19.23/19.30	c spawning binary file with 2 seconds ...
19.23/19.30	c child exit by a signal
19.23/19.30	c satzilla doing survey propogation probe
19.23/19.30	c do survay propogation for 2 second ...
19.23/19.30	c satzilla doing local search probe
19.23/19.30	c features are:480 2040 468 2018 0.025641 0.0109019 0.231913 0.496036 0.584787 0.688737 0.00646849 0.0537863 0.00641026 0.00854701 0.125066 0 0.972745 0.00646849 0.300141 0.0024777 0.0158573 2.72484 0.226584 0.170364 0 0.714286 3.31699 0.00317654 0.418817 0 0.00891972 2.36011 0.493558 0.012704 0.292511 0.0049554 0.031219 3977.25 0.0189854 3923 4106 4106 3923 4106 3924 3956 27.483 0.0828896 24.545 30.4423 30.4423 24.545 30.4423 26.1746 28.7702 0.398021 0.552045 0.00343628 0.915128 0.698925 0.106857 0.562607 0.222923 0.398235 0.0903739 0.648572 0.00320807 0.333231 0.173732 0.0248004 0.125497 0.0446598 0.0796687 23.3804 0.210032 103.481 0.0736165 103 94 114 0.811962 0.255279 0.879823 0.036621 
19.23/19.30	c satzilla's ranking:
19.23/19.30	c 1) minisat20SAT07: 3.502217
19.23/19.30	c 2) march_dl2004: 3.502085
19.23/19.30	c 3) picosat846: 2.316110
19.23/19.30	c 4) zchaff_rand: 2.112543
19.23/19.30	c 5) mxc-sr08: 2.051127
19.23/19.30	c 6) SATenstein: -10000.000000
19.23/19.30	c 7) gnovelty+: -10000.000000
19.23/19.30	c 8) adaptg2wsat+: -10000.000000
19.23/19.30	c 9) adaptg2wsat0: -10000.000000
19.23/19.30	c 10) tts-4-0: -10000.000000
19.23/19.30	c 11) vallst: -10000.000000
19.23/19.30	c 12) minisat20: -10000.000000
19.23/19.30	c 13) kcnfs04SAT07: -10000.000000
19.23/19.30	c satzilla running minisat20SAT07 ... 
1198.95/1199.59	c Bin: Executing minisat20SAT07
1198.95/1199.59	c spawning binary file with 1180 seconds ...
1198.95/1199.59	c child exit by a signal
1198.95/1199.59	c minisat20SAT07 returned code 137.
1198.95/1199.59	c satzilla running march_dl2004 ... 
1198.95/1199.59	c Bin: Executing march_dl2004
1198.95/1199.59	c march_dl2004 returned code 1.
1198.95/1199.59	c satzilla running picosat846 ... 
1198.95/1199.59	c Bin: Executing picosat846
1198.95/1199.59	c picosat846 returned code 1.
1198.95/1199.59	c satzilla running zchaff_rand ... 
1198.95/1199.59	c Bin: Executing zchaff_rand
1198.95/1199.59	c zchaff_rand returned code 1.
1198.95/1199.59	c satzilla running mxc-sr08 ... 
1198.95/1199.59	c Bin: Executing mxc-sr08
1198.95/1199.59	c mxc-sr08 returned code 1.
1198.95/1199.59	c satzilla running SATenstein ... 
1198.95/1199.59	c Bin: Executing SATenstein
1198.95/1199.59	c SATenstein returned code 1.
1198.95/1199.59	c satzilla running gnovelty+ ... 
1198.95/1199.59	c Bin: Executing gnovelty+
1198.95/1199.59	c gnovelty+ returned code 1.
1198.95/1199.59	c satzilla running adaptg2wsat+ ... 
1198.95/1199.59	c Bin: Executing adaptg2wsat+
1198.95/1199.59	c adaptg2wsat+ returned code 1.
1198.95/1199.59	c satzilla running adaptg2wsat0 ... 
1198.95/1199.59	c Bin: Executing adaptg2wsat0
1198.95/1199.59	c adaptg2wsat0 returned code 1.
1198.95/1199.59	c satzilla running tts-4-0 ... 
1198.95/1199.59	c Bin: Executing tts-4-0
1198.95/1199.59	c tts-4-0 returned code 1.
1198.95/1199.59	c satzilla running vallst ... 
1198.95/1199.59	c Bin: Executing vallst
1198.95/1199.59	c vallst returned code 1.
1198.95/1199.59	c satzilla running minisat20 ... 
1198.95/1199.59	c Bin: Executing minisat20
1198.95/1199.59	c minisat20 returned code 1.
1198.95/1199.59	c satzilla running kcnfs04SAT07 ... 
1198.95/1199.59	c Bin: Executing kcnfs04SAT07
1198.95/1199.59	c kcnfs04SAT07 returned code 1.
1198.95/1199.59	c ERROR: All Failed! 
1198.95/1199.59	c SATZILLA_TIME=1199.260000

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28599
/proc/meminfo: memFree=1141672/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=872 CPUtime=0
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 133 0 0 0 0 0 0 0 19 0 1 0 1127078327 892928 129 1992294400 134512640 135078026 4294956192 18446744073709551615 134570625 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28600/statm: 218 129 55 138 0 77 0

[startup+0.096437 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28599
/proc/meminfo: memFree=1141672/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=1136 CPUtime=0.09
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 193 0 0 0 9 0 0 0 19 0 1 0 1127078327 1163264 189 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28600/statm: 284 189 71 138 0 143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3192

[startup+0.101436 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28599
/proc/meminfo: memFree=1141672/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=1136 CPUtime=0.09
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 196 0 0 0 9 0 0 0 19 0 1 0 1127078327 1163264 192 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28600/statm: 284 192 71 138 0 143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3192

[startup+0.301458 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28599
/proc/meminfo: memFree=1141672/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=1268 CPUtime=0.29
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 242 0 0 0 29 0 0 0 21 0 1 0 1127078327 1298432 238 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28600/statm: 317 238 71 138 0 176 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3324

[startup+0.7015 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28599
/proc/meminfo: memFree=1141672/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=1400 CPUtime=0.69
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 274 0 0 0 69 0 0 0 25 0 1 0 1127078327 1433600 270 1992294400 134512640 135078026 4294956192 18446744073709551615 134534683 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28600/statm: 350 270 71 138 0 209 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3456

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28601
/proc/meminfo: memFree=1140696/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=1532 CPUtime=1.49
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 307 0 0 0 149 0 0 0 25 0 1 0 1127078327 1568768 303 1992294400 134512640 135078026 4294956192 18446744073709551615 134522269 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28600/statm: 383 303 71 138 0 242 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3588

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28601
/proc/meminfo: memFree=1140440/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=1796 CPUtime=3.09
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 360 0 0 0 309 0 0 0 25 0 1 0 1127078327 1839104 356 1992294400 134512640 135078026 4294956192 18446744073709551615 134523731 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28600/statm: 449 356 71 138 0 308 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3852

[startup+6.3011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28601
/proc/meminfo: memFree=1140376/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=0
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1127078327 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 112 96 399 0 111 0
[pid=28600] ppid=28599 vsize=1928 CPUtime=6.28
/proc/28600/stat : 28600 (mxc-sr08) R 28599 28599 28374 0 -1 4194304 411 0 0 0 628 0 0 0 25 0 1 0 1127078327 1974272 407 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28600/statm: 482 407 71 138 0 341 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3984

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28602
/proc/meminfo: memFree=1141208/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=2056 CPUtime=9.99
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 152 470 0 0 0 0 999 0 16 0 1 0 1127078327 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 514 121 104 399 0 111 0
[pid=28602] ppid=28599 vsize=1764 CPUtime=2.67
/proc/28602/stat : 28602 (picosat846) R 28599 28599 28374 0 -1 4194304 181 0 0 0 267 0 0 0 25 0 1 0 1127079328 1806336 170 1992294400 134512640 134570484 4294956192 18446744073709551615 134553110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28602/statm: 441 170 84 14 0 107 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3820

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1140376/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=2556 CPUtime=6.18
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 308 0 0 0 618 0 0 0 25 0 1 0 1127080257 2617344 303 1992294400 134512640 135078472 4294956192 18446744073709551615 134550674 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 639 303 73 138 0 498 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 5900

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1139736/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=3212 CPUtime=31.77
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 471 0 0 0 3177 0 0 0 25 0 1 0 1127080257 3289088 466 1992294400 134512640 135078472 4294956192 18446744073709551615 134556520 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 803 466 73 138 0 662 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 6556

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1139224/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=3732 CPUtime=82.96
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 610 0 0 0 8296 0 0 0 25 0 1 0 1127080257 3821568 605 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 933 605 73 138 0 792 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 7076

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1138840/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=4128 CPUtime=142.93
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 712 0 0 0 14293 0 0 0 25 0 1 0 1127080257 4227072 707 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1032 707 73 138 0 891 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 7472

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1138520/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=4532 CPUtime=202.9
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 795 0 0 0 20290 0 0 0 25 0 1 0 1127080257 4640768 790 1992294400 134512640 135078472 4294956192 18446744073709551615 134555707 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1133 790 73 138 0 992 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 7876

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1138264/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=4796 CPUtime=262.87
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 870 0 0 0 26287 0 0 0 25 0 1 0 1127080257 4911104 865 1992294400 134512640 135078472 4294956192 18446744073709551615 134552254 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1199 865 73 138 0 1058 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 8140

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1138080/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=5020 CPUtime=322.85
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 921 0 0 0 32285 0 0 0 25 0 1 0 1127080257 5140480 916 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1255 916 73 138 0 1114 0

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


[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136928/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6092 CPUtime=742.68
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1197 0 0 0 74267 1 0 0 25 0 1 0 1127080257 6238208 1192 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1523 1192 73 138 0 1382 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 9436

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136864/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6232 CPUtime=802.66
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1219 0 0 0 80265 1 0 0 25 0 1 0 1127080257 6381568 1214 1992294400 134512640 135078472 4294956192 18446744073709551615 134550596 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1558 1214 73 138 0 1417 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 9576

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136800/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6232 CPUtime=862.63
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1240 0 0 0 86262 1 0 0 25 0 1 0 1127080257 6381568 1235 1992294400 134512640 135078472 4294956192 18446744073709551615 134552620 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1558 1235 73 138 0 1417 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 9576

[startup+942.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 28605
/proc/meminfo: memFree=1136544/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6508 CPUtime=922.61
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1296 0 0 0 92260 1 0 0 25 0 1 0 1127080257 6664192 1291 1992294400 134512640 135078472 4294956192 18446744073709551615 134550656 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1627 1291 73 138 0 1486 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 9852

[startup+1002.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 28605
/proc/meminfo: memFree=1136416/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6612 CPUtime=982.58
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1330 0 0 0 98257 1 0 0 25 0 1 0 1127080257 6770688 1325 1992294400 134512640 135078472 4294956192 18446744073709551615 134556357 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1653 1325 73 138 0 1512 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 9956

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136352/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6744 CPUtime=1042.56
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1353 0 0 0 104255 1 0 0 25 0 1 0 1127080257 6905856 1348 1992294400 134512640 135078472 4294956192 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1686 1348 73 138 0 1545 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 10088

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136224/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1102.54
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1382 0 0 0 110253 1 0 0 25 0 1 0 1127080257 7041024 1377 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1377 73 138 0 1578 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 10220

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136160/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1162.52
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1389 0 0 0 116251 1 0 0 25 0 1 0 1127080257 7041024 1384 1992294400 134512640 135078472 4294956192 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1384 73 138 0 1578 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 10220

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136160/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1170.52
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1392 0 0 0 117051 1 0 0 25 0 1 0 1127080257 7041024 1387 1992294400 134512640 135078472 4294956192 18446744073709551615 134550573 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1387 73 138 0 1578 0
Current children cumulated CPU time (s) 1189.76
Current children cumulated vsize (KiB) 10220

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136160/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1173.72
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1394 0 0 0 117371 1 0 0 25 0 1 0 1127080257 7041024 1389 1992294400 134512640 135078472 4294956192 18446744073709551615 134550587 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1389 73 138 0 1578 0
Current children cumulated CPU time (s) 1192.96
Current children cumulated vsize (KiB) 10220

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136160/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1176.92
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1394 0 0 0 117691 1 0 0 25 0 1 0 1127080257 7041024 1389 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1389 73 138 0 1578 0
Current children cumulated CPU time (s) 1196.16
Current children cumulated vsize (KiB) 10220

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136160/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1178.51
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1394 0 0 0 117850 1 0 0 25 0 1 0 1127080257 7041024 1389 1992294400 134512640 135078472 4294956192 18446744073709551615 134550635 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1389 73 138 0 1578 0
Current children cumulated CPU time (s) 1197.75
Current children cumulated vsize (KiB) 10220

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136160/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1179.31
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1394 0 0 0 117930 1 0 0 25 0 1 0 1127080257 7041024 1389 1992294400 134512640 135078472 4294956192 18446744073709551615 134550501 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1389 73 138 0 1578 0
Current children cumulated CPU time (s) 1198.55
Current children cumulated vsize (KiB) 10220

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28605
/proc/meminfo: memFree=1136160/2055920 swapFree=4178912/4192956
[pid=28599] ppid=28597 vsize=3344 CPUtime=19.24
/proc/28599/stat : 28599 (SATzilla2009_I) S 28597 28599 28374 0 -1 4194304 514 1841 0 0 204 21 1698 1 25 0 1 0 1127078327 3424256 361 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28599/statm: 836 361 217 399 0 433 0
[pid=28605] ppid=28599 vsize=6876 CPUtime=1179.71
/proc/28605/stat : 28605 (minisat20SAT07) R 28599 28599 28374 0 -1 4194304 1394 0 0 0 117970 1 0 0 25 0 1 0 1127080257 7041024 1389 1992294400 134512640 135078472 4294956192 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/28605/statm: 1719 1389 73 138 0 1578 0
Current children cumulated CPU time (s) 1198.95
Current children cumulated vsize (KiB) 10220

Child status: 17
Real time (s): 1199.6
CPU time (s): 1199.09
CPU user time (s): 1198.83
CPU system time (s): 0.25696
CPU usage (%): 99.9573
Max. virtual memory (cumulated for all children) (KiB): 10220

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

runsolver used 0.977851 second user time and 3.39348 second system time

The end

Launcher Data

Begin job on node47 at 2009-04-01 02:02:38
IDJOB=1539484
IDBENCH=70607
IDSOLVER=528
FILE ID=node47/1539484-1238544158
PBS_JOBID= 9062089
Free space on /tmp= 66368 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/480/unif-k3-r4.25-v480-c2040-S1007745655-097.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1539484-1238544158/watcher-1539484-1238544158 -o /tmp/evaluation-result-1539484-1238544158/solver-1539484-1238544158 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1539484-1238544158.cnf

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

MD5SUM BENCH= f27b62ac5d581ce44726630650722106
RANDOM SEED=2002984967

node47.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.216
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.216
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:       1142216 kB
Buffers:        108132 kB
Cached:         701640 kB
SwapCached:       7792 kB
Active:         303660 kB
Inactive:       516468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142216 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:           31480 kB
Writeback:           0 kB
Mapped:          16048 kB
Slab:            79572 kB
Committed_AS:  3116352 kB
PageTables:       1452 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= 66340 MiB
End job on node47 at 2009-04-01 02:22:38