Trace number 1539333

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_C 2009-03-22? (exit code) 1199.18 1199.69

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/420/
unif-k3-r4.25-v420-c1785-S121765931-081.cnf
MD5SUM096475bf0bd85d9e44aabbaddceca0e3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.307
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of clauses1785
Sum of the clauses size5355
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31785
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

16.26/16.37	c SATzilla is building models for class 2
16.26/16.37	c run presolver march_dl2004 for 5 seconds ... 
16.26/16.37	c Bin: Executing march_dl2004
16.26/16.37	c spawning binary file with 5 seconds ...
16.26/16.37	c child exit by a signal
16.26/16.37	c march_dl2004 returned code 137.
16.26/16.37	c run presolver mxc-sr08 for 5 seconds ... 
16.26/16.37	c Bin: Executing mxc-sr08
16.26/16.37	c spawning binary file with 5 seconds ...
16.26/16.37	c child exit by a signal
16.26/16.37	c mxc-sr08 returned code 137.
16.26/16.37	c Orignal number of varibales is 420, number of clauses is 1785 
16.26/16.37	c predicted feature computation time is 6.959949 
16.26/16.37	c Bin: Executing satelite
16.26/16.37	c spawning binary file with 240 seconds ...
16.26/16.37	c child exited successfully
16.26/16.37	c satzilla computing base features
16.26/16.37	c Number of variabe is: 411, Number of clause is : 1777 
16.26/16.37	c Initializing...
16.26/16.37	c satzilla compute diameter ...
16.26/16.37	c start diameter features ...
16.26/16.37	c satzilla doing clause learning
16.26/16.37	c start clause learning features ...
16.26/16.37	c Bin: Executing zchaff07
16.26/16.37	c spawning binary file with 2 seconds ...
16.26/16.37	c child exit by a signal
16.26/16.37	c satzilla doing survey propogation probe
16.26/16.37	c do survay propogation for 2 second ...
16.26/16.37	c satzilla doing local search probe
16.26/16.37	c satzilla doing lobjois search-space size estimate
16.26/16.37	c features are:420 1785 411 1777 0.0218978 0.00450197 0.231289 0.48685 0.585795 0.707252 0.00738827 0.06927 0.00729927 0.0121655 0.154898 0 0.967923 0.00738827 0.272282 0.00337648 0.0146314 2.62403 0.224919 0.171982 0 1 3.22676 0.00354215 0.395212 0.000562746 0.00844119 2.30327 0.482273 0.0145109 0.26869 0.00675295 0.0281373 4 0 4 4 -0 3927 0.0264656 3781 4051 4051 3781 4051 3882 3994 26.8006 0.0707197 24.6909 29.0679 29.0679 24.6909 29.0679 25.1783 28.2654 0.391242 0.578477 0.00622673 1 0.68977 0.0931935 0.566318 0.205503 0.375833 0.0871737 0.630924 0.00526301 0.306973 0.1527 0.0259155 0.113331 0.0478149 0.0785924 20.8596 0.220455 90.3858 0.0786027 90 82 99 0.84578 0.247532 0.880169 0.039463 0.333663 0.572127 
16.26/16.37	c satzilla's ranking:
16.26/16.37	c 1) minisat20SAT07: 3.745897
16.26/16.37	c 2) march_dl2004: 3.521571
16.26/16.37	c 3) mxc-sr08: 3.488611
16.26/16.37	c 4) minisat20: 3.268108
16.26/16.37	c 5) vallst: 0.960240
16.26/16.37	c 6) zchaff_rand: 0.449791
16.26/16.37	c 7) tts-4-0: 0.426017
16.26/16.37	c 8) SATenstein: -10000.000000
16.26/16.37	c 9) gnovelty+: -10000.000000
16.26/16.37	c 10) adaptg2wsat+: -10000.000000
16.26/16.37	c 11) adaptg2wsat0: -10000.000000
16.26/16.37	c 12) picosat846: -10000.000000
16.26/16.37	c 13) kcnfs04SAT07: -10000.000000
16.26/16.37	c satzilla running minisat20SAT07 ... 
1199.07/1199.68	c Bin: Executing minisat20SAT07
1199.07/1199.68	c spawning binary file with 1183 seconds ...
1199.07/1199.68	c child exit by a signal
1199.07/1199.68	c minisat20SAT07 returned code 137.
1199.07/1199.68	c satzilla running march_dl2004 ... 
1199.07/1199.68	c Bin: Executing march_dl2004
1199.07/1199.68	c march_dl2004 returned code 1.
1199.07/1199.68	c satzilla running mxc-sr08 ... 
1199.07/1199.68	c Bin: Executing mxc-sr08
1199.07/1199.68	c mxc-sr08 returned code 1.
1199.07/1199.68	c satzilla running minisat20 ... 
1199.07/1199.68	c Bin: Executing minisat20
1199.07/1199.68	c minisat20 returned code 1.
1199.07/1199.68	c satzilla running vallst ... 
1199.07/1199.68	c Bin: Executing vallst
1199.07/1199.68	c vallst returned code 1.
1199.07/1199.68	c satzilla running zchaff_rand ... 
1199.07/1199.68	c Bin: Executing zchaff_rand
1199.07/1199.68	c zchaff_rand returned code 1.
1199.07/1199.68	c satzilla running tts-4-0 ... 
1199.07/1199.68	c Bin: Executing tts-4-0
1199.07/1199.68	c tts-4-0 returned code 1.
1199.07/1199.68	c satzilla running SATenstein ... 
1199.07/1199.68	c Bin: Executing SATenstein
1199.07/1199.68	c SATenstein returned code 1.
1199.07/1199.68	c satzilla running gnovelty+ ... 
1199.07/1199.68	c Bin: Executing gnovelty+
1199.07/1199.68	c gnovelty+ returned code 1.
1199.07/1199.68	c satzilla running adaptg2wsat+ ... 
1199.07/1199.68	c Bin: Executing adaptg2wsat+
1199.07/1199.68	c adaptg2wsat+ returned code 1.
1199.07/1199.68	c satzilla running adaptg2wsat0 ... 
1199.07/1199.68	c Bin: Executing adaptg2wsat0
1199.07/1199.68	c adaptg2wsat0 returned code 1.
1199.07/1199.68	c satzilla running picosat846 ... 
1199.07/1199.68	c Bin: Executing picosat846
1199.07/1199.68	c picosat846 returned code 1.
1199.07/1199.68	c satzilla running kcnfs04SAT07 ... 
1199.07/1199.68	c Bin: Executing kcnfs04SAT07
1199.07/1199.68	c kcnfs04SAT07 returned code 1.
1199.07/1199.68	c ERROR: All Failed! 
1199.07/1199.68	c SATZILLA_TIME=1199.350000

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-1539333-1238504982/watcher-1539333-1238504982 -o /tmp/evaluation-result-1539333-1238504982/solver-1539333-1238504982 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1539333-1238504982.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: 2.00 1.86 1.46 3/64 15471
/proc/meminfo: memFree=1478256/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=0
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1123160576 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 112 96 399 0 111 0
[pid=15472] ppid=15471 vsize=772 CPUtime=0
/proc/15472/stat : 15472 (march_dl2004) R 15471 15471 15085 0 -1 4194304 114 0 0 0 0 0 0 0 19 0 1 0 1123160576 790528 106 1992294400 134512640 134996440 4294956176 18446744073709551615 134617392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15472/statm: 193 106 53 118 0 72 0

[startup+0.0142179 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 15471
/proc/meminfo: memFree=1478256/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=0
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1123160576 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 112 96 399 0 111 0
[pid=15472] ppid=15471 vsize=1148 CPUtime=0.01
/proc/15472/stat : 15472 (march_dl2004) R 15471 15471 15085 0 -1 4194304 213 0 0 0 1 0 0 0 19 0 1 0 1123160576 1175552 205 1992294400 134512640 134996440 4294956176 18446744073709551615 134533780 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15472/statm: 287 205 72 118 0 166 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3204

[startup+0.102227 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 15471
/proc/meminfo: memFree=1478256/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=0
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1123160576 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 112 96 399 0 111 0
[pid=15472] ppid=15471 vsize=1140 CPUtime=0.09
/proc/15472/stat : 15472 (march_dl2004) R 15471 15471 15085 0 -1 4194304 229 0 0 0 9 0 0 0 20 0 1 0 1123160576 1167360 221 1992294400 134512640 134996440 4294956176 18446744073709551615 134564406 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15472/statm: 285 221 74 118 0 164 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3196

[startup+0.301249 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 15471
/proc/meminfo: memFree=1478256/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=0
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1123160576 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 112 96 399 0 111 0
[pid=15472] ppid=15471 vsize=1140 CPUtime=0.29
/proc/15472/stat : 15472 (march_dl2004) R 15471 15471 15085 0 -1 4194304 239 0 0 0 29 0 0 0 21 0 1 0 1123160576 1167360 231 1992294400 134512640 134996440 4294956176 18446744073709551615 134565289 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15472/statm: 285 231 74 118 0 164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3196

[startup+0.702294 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 15471
/proc/meminfo: memFree=1478256/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=0
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1123160576 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 112 96 399 0 111 0
[pid=15472] ppid=15471 vsize=1272 CPUtime=0.69
/proc/15472/stat : 15472 (march_dl2004) R 15471 15471 15085 0 -1 4194304 246 0 0 0 69 0 0 0 25 0 1 0 1123160576 1302528 238 1992294400 134512640 134996440 4294956176 18446744073709551615 134528181 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15472/statm: 318 238 74 118 0 197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3328

[startup+1.50239 s]
/proc/loadavg: 2.00 1.86 1.46 2/66 15473
/proc/meminfo: memFree=1477472/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=0
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1123160576 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 112 96 399 0 111 0
[pid=15472] ppid=15471 vsize=1272 CPUtime=1.49
/proc/15472/stat : 15472 (march_dl2004) R 15471 15471 15085 0 -1 4194304 251 0 0 0 149 0 0 0 25 0 1 0 1123160576 1302528 243 1992294400 134512640 134996440 4294956176 18446744073709551615 134567168 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15472/statm: 318 243 74 118 0 197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3328

[startup+3.10157 s]
/proc/loadavg: 2.00 1.86 1.46 2/66 15473
/proc/meminfo: memFree=1477280/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=0
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1123160576 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 112 96 399 0 111 0
[pid=15472] ppid=15471 vsize=1272 CPUtime=3.09
/proc/15472/stat : 15472 (march_dl2004) R 15471 15471 15085 0 -1 4194304 257 0 0 0 309 0 0 0 25 0 1 0 1123160576 1302528 249 1992294400 134512640 134996440 4294956176 18446744073709551615 134532761 0 0 8392704 0 0 0 0 17 0 0 0
/proc/15472/statm: 318 249 74 118 0 197 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3328

[startup+6.30194 s]
/proc/loadavg: 1.92 1.85 1.46 2/66 15474
/proc/meminfo: memFree=1477600/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=2056 CPUtime=4.99
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 156 260 0 0 0 0 499 0 19 0 1 0 1123160576 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 514 125 107 399 0 111 0
[pid=15474] ppid=15471 vsize=1524 CPUtime=1.29
/proc/15474/stat : 15474 (mxc-sr08) R 15471 15471 15085 0 -1 4194304 295 0 0 0 129 0 0 0 25 0 1 0 1123161076 1560576 291 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/15474/statm: 381 291 71 138 0 240 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 3580

[startup+12.7017 s]
/proc/loadavg: 1.85 1.84 1.46 2/66 15476
/proc/meminfo: memFree=1475104/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=7444 CPUtime=12.66
/proc/15471/stat : 15471 (SATzilla2009_C) R 15469 15471 15085 0 -1 4194304 481 1843 0 0 60 6 1199 1 24 0 1 0 1123160576 7622656 392 1992294400 134512640 136149437 4294956208 18446744073709551615 135542670 0 0 4096 3 0 0 0 17 0 0 0
/proc/15471/statm: 1861 392 207 399 0 1458 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 7444

[startup+25.5011 s]
/proc/loadavg: 1.66 1.79 1.45 2/66 15477
/proc/meminfo: memFree=1476896/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=2536 CPUtime=9.11
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 317 0 0 0 911 0 0 0 25 0 1 0 1123162213 2596864 312 1992294400 134512640 135078472 4294956176 18446744073709551615 134556729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 634 312 73 138 0 493 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5880

[startup+51.1011 s]
/proc/loadavg: 1.43 1.73 1.44 2/66 15477
/proc/meminfo: memFree=1476384/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=3064 CPUtime=34.68
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 441 0 0 0 3468 0 0 0 25 0 1 0 1123162213 3137536 436 1992294400 134512640 135078472 4294956176 18446744073709551615 134550652 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 766 436 73 138 0 625 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 6408

[startup+102.307 s]
/proc/loadavg: 1.19 1.61 1.41 2/66 15477
/proc/meminfo: memFree=1476000/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=3596 CPUtime=85.87
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 567 0 0 0 8587 0 0 0 25 0 1 0 1123162213 3682304 562 1992294400 134512640 135078472 4294956176 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 899 562 73 138 0 758 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 6940

[startup+162.302 s]
/proc/loadavg: 1.07 1.50 1.38 2/66 15477
/proc/meminfo: memFree=1475552/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=3992 CPUtime=145.84
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 664 0 0 0 14584 0 0 0 25 0 1 0 1123162213 4087808 659 1992294400 134512640 135078472 4294956176 18446744073709551615 134550587 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 998 659 73 138 0 857 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 7336

[startup+222.302 s]
/proc/loadavg: 1.02 1.41 1.36 2/66 15477
/proc/meminfo: memFree=1475296/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=4256 CPUtime=205.82
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 738 0 0 0 20582 0 0 0 25 0 1 0 1123162213 4358144 733 1992294400 134512640 135078472 4294956176 18446744073709551615 134550521 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1064 733 73 138 0 923 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 7600

[startup+282.301 s]
/proc/loadavg: 1.01 1.33 1.33 2/66 15477
/proc/meminfo: memFree=1475040/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=4520 CPUtime=265.79
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 811 0 0 0 26579 0 0 0 25 0 1 0 1123162213 4628480 806 1992294400 134512640 135078472 4294956176 18446744073709551615 134550746 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1130 806 73 138 0 989 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 7864

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.31 2/66 15477
/proc/meminfo: memFree=1474848/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=4784 CPUtime=325.77
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 851 0 0 0 32577 0 0 0 25 0 1 0 1123162213 4898816 846 1992294400 134512640 135078472 4294956176 18446744073709551615 134551032 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1196 846 73 138 0 1055 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 8128


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/66 15477
/proc/meminfo: memFree=1473824/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=5732 CPUtime=805.58
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1120 0 0 0 80557 1 0 0 25 0 1 0 1123162213 5869568 1115 1992294400 134512640 135078472 4294956176 18446744073709551615 134550596 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1433 1115 73 138 0 1292 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 9076

[startup+882.303 s]
/proc/loadavg: 1.00 1.03 1.16 2/66 15477
/proc/meminfo: memFree=1473568/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6004 CPUtime=865.56
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1170 0 0 0 86555 1 0 0 25 0 1 0 1123162213 6148096 1165 1992294400 134512640 135078472 4294956176 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1501 1165 73 138 0 1360 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 9348

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 15477
/proc/meminfo: memFree=1473504/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6128 CPUtime=925.54
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1205 0 0 0 92553 1 0 0 25 0 1 0 1123162213 6275072 1200 1992294400 134512640 135078472 4294956176 18446744073709551615 134549274 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1532 1200 73 138 0 1391 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 9472

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/66 15477
/proc/meminfo: memFree=1473440/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6128 CPUtime=985.52
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1215 0 0 0 98551 1 0 0 25 0 1 0 1123162213 6275072 1210 1992294400 134512640 135078472 4294956176 18446744073709551615 134550635 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1532 1210 73 138 0 1391 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 9472

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/66 15477
/proc/meminfo: memFree=1473440/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6260 CPUtime=1045.48
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1230 0 0 0 104547 1 0 0 25 0 1 0 1123162213 6410240 1225 1992294400 134512640 135078472 4294956176 18446744073709551615 134550708 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1565 1225 73 138 0 1424 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 9604

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 15477
/proc/meminfo: memFree=1473376/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6260 CPUtime=1105.46
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1253 0 0 0 110545 1 0 0 25 0 1 0 1123162213 6410240 1248 1992294400 134512640 135078472 4294956176 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1565 1248 73 138 0 1424 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 9604

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6260 CPUtime=1165.43
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1253 0 0 0 116542 1 0 0 25 0 1 0 1123162213 6410240 1248 1992294400 134512640 135078472 4294956176 18446744073709551615 134550596 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1565 1248 73 138 0 1424 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 9604

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6260 CPUtime=1173.42
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1253 0 0 0 117341 1 0 0 25 0 1 0 1123162213 6410240 1248 1992294400 134512640 135078472 4294956176 18446744073709551615 134551025 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1565 1248 73 138 0 1424 0
Current children cumulated CPU time (s) 1189.77
Current children cumulated vsize (KiB) 9604

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6260 CPUtime=1176.63
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1253 0 0 0 117662 1 0 0 25 0 1 0 1123162213 6410240 1248 1992294400 134512640 135078472 4294956176 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1565 1248 73 138 0 1424 0
Current children cumulated CPU time (s) 1192.98
Current children cumulated vsize (KiB) 9604

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6400 CPUtime=1179.83
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1256 0 0 0 117982 1 0 0 25 0 1 0 1123162213 6553600 1251 1992294400 134512640 135078472 4294956176 18446744073709551615 134550787 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1600 1251 73 138 0 1459 0
Current children cumulated CPU time (s) 1196.18
Current children cumulated vsize (KiB) 9744

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6400 CPUtime=1181.42
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1256 0 0 0 118141 1 0 0 25 0 1 0 1123162213 6553600 1251 1992294400 134512640 135078472 4294956176 18446744073709551615 134551032 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1600 1251 73 138 0 1459 0
Current children cumulated CPU time (s) 1197.77
Current children cumulated vsize (KiB) 9744

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6400 CPUtime=1182.22
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1256 0 0 0 118221 1 0 0 25 0 1 0 1123162213 6553600 1251 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1600 1251 73 138 0 1459 0
Current children cumulated CPU time (s) 1198.57
Current children cumulated vsize (KiB) 9744

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6400 CPUtime=1182.62
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1256 0 0 0 118261 1 0 0 25 0 1 0 1123162213 6553600 1251 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1600 1251 73 138 0 1459 0
Current children cumulated CPU time (s) 1198.97
Current children cumulated vsize (KiB) 9744

[startup+1199.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 15477
/proc/meminfo: memFree=1473312/2055920 swapFree=4178500/4192956
[pid=15471] ppid=15469 vsize=3344 CPUtime=16.35
/proc/15471/stat : 15471 (SATzilla2009_C) S 15469 15471 15085 0 -1 4194304 519 1843 0 0 408 27 1199 1 25 0 1 0 1123160576 3424256 364 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/15471/statm: 836 364 219 399 0 433 0
[pid=15477] ppid=15471 vsize=6400 CPUtime=1182.72
/proc/15477/stat : 15477 (minisat20SAT07) R 15471 15471 15085 0 -1 4194304 1256 0 0 0 118271 1 0 0 25 0 1 0 1123162213 6553600 1251 1992294400 134512640 135078472 4294956176 18446744073709551615 134550854 0 0 8392704 3 0 0 0 17 0 0 0
/proc/15477/statm: 1600 1251 73 138 0 1459 0
Current children cumulated CPU time (s) 1199.07
Current children cumulated vsize (KiB) 9744

Child status: 17
Real time (s): 1199.69
CPU time (s): 1199.18
CPU user time (s): 1198.87
CPU system time (s): 0.307953
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 9744

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

runsolver used 1.21381 second user time and 3.15652 second system time

The end

Launcher Data

Begin job on node62 at 2009-03-31 15:09:42
IDJOB=1539333
IDBENCH=70557
IDSOLVER=527
FILE ID=node62/1539333-1238504982
PBS_JOBID= 9061937
Free space on /tmp= 66352 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/420/unif-k3-r4.25-v420-c1785-S121765931-081.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1539333-1238504982/watcher-1539333-1238504982 -o /tmp/evaluation-result-1539333-1238504982/solver-1539333-1238504982 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1539333-1238504982.cnf

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

MD5SUM BENCH= 096475bf0bd85d9e44aabbaddceca0e3
RANDOM SEED=726480092

node62.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.232
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.232
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:       1478800 kB
Buffers:         98512 kB
Cached:         379460 kB
SwapCached:       7616 kB
Active:         234696 kB
Inactive:       252564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478800 kB
SwapTotal:     4192956 kB
SwapFree:      4178500 kB
Dirty:           31476 kB
Writeback:           0 kB
Mapped:          15020 kB
Slab:            75776 kB
Committed_AS:  2845380 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node62 at 2009-03-31 15:29:42