Trace number 1730561

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.2 1199.93

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
MD5SUM9ce7a6a007310fa075cda4060c50d29c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.0386
Satisfiable
(Un)Satisfiability was proved
Number of variables409
Number of clauses1362
Sum of the clauses size4084
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31360
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

19.26/19.39	c SATzilla is building models for class 3
19.26/19.39	c run presolver mxc-sr08 for 10 seconds ... 
19.26/19.39	c Bin: Executing mxc-sr08
19.26/19.39	c spawning binary file with 10 seconds ...
19.26/19.39	c child exit by a signal
19.26/19.39	c mxc-sr08 returned code 137.
19.26/19.39	c run presolver picosat846 for 5 seconds ... 
19.26/19.39	c Bin: Executing picosat846
19.26/19.39	c spawning binary file with 5 seconds ...
19.26/19.39	c child exit by a signal
19.26/19.39	c picosat846 returned code 137.
19.26/19.39	c Orignal number of varibales is 409, number of clauses is 1362 
19.26/19.39	c predicted feature computation time is 1.450621 
19.26/19.39	c Bin: Executing satelite
19.26/19.39	c spawning binary file with 240 seconds ...
19.26/19.39	c child exited successfully
19.26/19.39	c satzilla computing base features
19.26/19.39	c Number of variabe is: 408, Number of clause is : 1360 
19.26/19.39	c Initializing...
19.26/19.39	c satzilla doing clause learning
19.26/19.39	c start clause learning features ...
19.26/19.39	c Bin: Executing zchaff07
19.26/19.39	c spawning binary file with 2 seconds ...
19.26/19.39	c child exit by a signal
19.26/19.39	c satzilla doing survey propogation probe
19.26/19.39	c do survay propogation for 2 second ...
19.26/19.39	c satzilla doing local search probe
19.26/19.39	c features are:409 1362 408 1360 0.00245098 0.00147059 0.3 0.497304 0.578174 0.564092 0.00735114 0.00903766 0.00490196 0.00735294 0.00604035 0.000735294 1 0.00735114 0.00494588 0.00661765 0.00735294 0.0171815 0.199782 0.00439526 0.111111 0.2 0.0171815 0.00370711 0.244565 0.00147059 0.00588235 1.5992 0.504412 0.00294118 0 0.00294118 0.00294118 672.562 0.752167 345 2162 1561 385 714 407 458 31.0516 0.17035 15.1616 41.4081 38.555 28.8118 32.8013 30.1371 30.4482 0.258462 0.0424474 0.193356 0.40594 0.258025 0.257967 0.258007 0.257984 0.257997 0.110747 0.016979 0.084901 0.119531 0.110925 0.110847 0.110898 0.11086 0.110877 14.8146 0.357667 75.0773 0.0897011 75 66 83 0.615572 0.254156 0.783857 0.0563273 
19.26/19.39	c satzilla's ranking:
19.26/19.39	c 1) mxc-sr08: 3.122588
19.26/19.39	c 2) picosat846: 2.156293
19.26/19.39	c 3) minisat20SAT07: 1.451696
19.26/19.39	c 4) march_dl2004: 1.181380
19.26/19.39	c 5) zchaff_rand: -0.189766
19.26/19.39	c 6) SATenstein: -10000.000000
19.26/19.39	c 7) gnovelty+: -10000.000000
19.26/19.39	c 8) adaptg2wsat+: -10000.000000
19.26/19.39	c 9) adaptg2wsat0: -10000.000000
19.26/19.39	c 10) tts-4-0: -10000.000000
19.26/19.39	c 11) vallst: -10000.000000
19.26/19.39	c 12) minisat20: -10000.000000
19.26/19.39	c 13) kcnfs04SAT07: -10000.000000
19.26/19.39	c satzilla running mxc-sr08 ... 
1199.14/1199.92	c Bin: Executing mxc-sr08
1199.14/1199.92	c spawning binary file with 1180 seconds ...
1199.14/1199.92	c child exit by a signal
1199.14/1199.92	c mxc-sr08 returned code 137.
1199.14/1199.92	c satzilla running picosat846 ... 
1199.14/1199.92	c Bin: Executing picosat846
1199.14/1199.92	c picosat846 returned code 1.
1199.14/1199.92	c satzilla running minisat20SAT07 ... 
1199.14/1199.92	c Bin: Executing minisat20SAT07
1199.14/1199.92	c minisat20SAT07 returned code 1.
1199.14/1199.92	c satzilla running march_dl2004 ... 
1199.14/1199.92	c Bin: Executing march_dl2004
1199.14/1199.92	c march_dl2004 returned code 1.
1199.14/1199.92	c satzilla running zchaff_rand ... 
1199.14/1199.92	c Bin: Executing zchaff_rand
1199.14/1199.92	c zchaff_rand returned code 1.
1199.14/1199.92	c satzilla running SATenstein ... 
1199.14/1199.92	c Bin: Executing SATenstein
1199.14/1199.92	c SATenstein returned code 1.
1199.14/1199.92	c satzilla running gnovelty+ ... 
1199.14/1199.92	c Bin: Executing gnovelty+
1199.14/1199.92	c gnovelty+ returned code 1.
1199.14/1199.92	c satzilla running adaptg2wsat+ ... 
1199.14/1199.92	c Bin: Executing adaptg2wsat+
1199.14/1199.92	c adaptg2wsat+ returned code 1.
1199.14/1199.92	c satzilla running adaptg2wsat0 ... 
1199.14/1199.92	c Bin: Executing adaptg2wsat0
1199.14/1199.92	c adaptg2wsat0 returned code 1.
1199.14/1199.92	c satzilla running tts-4-0 ... 
1199.14/1199.92	c Bin: Executing tts-4-0
1199.14/1199.92	c tts-4-0 returned code 1.
1199.14/1199.92	c satzilla running vallst ... 
1199.14/1199.92	c Bin: Executing vallst
1199.14/1199.92	c vallst returned code 1.
1199.14/1199.92	c satzilla running minisat20 ... 
1199.14/1199.92	c Bin: Executing minisat20
1199.14/1199.92	c minisat20 returned code 1.
1199.14/1199.92	c satzilla running kcnfs04SAT07 ... 
1199.14/1199.92	c Bin: Executing kcnfs04SAT07
1199.14/1199.92	c kcnfs04SAT07 returned code 1.
1199.14/1199.92	c ERROR: All Failed! 
1199.14/1199.92	c SATZILLA_TIME=1199.370000

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22467
/proc/meminfo: memFree=1746952/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=864 CPUtime=0
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 125 0 0 0 0 0 0 0 19 0 1 0 104120927 884736 121 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22468/statm: 216 122 55 138 0 75 0

[startup+0.101769 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22467
/proc/meminfo: memFree=1746952/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=1124 CPUtime=0.09
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 199 0 0 0 9 0 0 0 19 0 1 0 104120927 1150976 195 1992294400 134512640 135078026 4294956176 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22468/statm: 281 195 71 138 0 140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3180

[startup+0.201788 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22467
/proc/meminfo: memFree=1746952/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=1388 CPUtime=0.19
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 263 0 0 0 19 0 0 0 20 0 1 0 104120927 1421312 259 1992294400 134512640 135078026 4294956176 18446744073709551615 134534276 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22468/statm: 347 259 71 138 0 206 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3444

[startup+0.301808 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22467
/proc/meminfo: memFree=1746952/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=1520 CPUtime=0.29
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 280 0 0 0 29 0 0 0 21 0 1 0 104120927 1556480 276 1992294400 134512640 135078026 4294956176 18446744073709551615 134521036 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22468/statm: 380 276 71 138 0 239 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3576

[startup+0.701886 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 22467
/proc/meminfo: memFree=1746952/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=1652 CPUtime=0.69
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 326 0 0 0 69 0 0 0 25 0 1 0 104120927 1691648 322 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22468/statm: 413 322 71 138 0 272 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3708

[startup+1.50105 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22469
/proc/meminfo: memFree=1745656/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=1916 CPUtime=1.49
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 381 0 0 0 149 0 0 0 25 0 1 0 104120927 1961984 377 1992294400 134512640 135078026 4294956176 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22468/statm: 479 377 71 138 0 338 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3972

[startup+3.10237 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22469
/proc/meminfo: memFree=1745272/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=2180 CPUtime=3.09
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 473 0 0 0 308 1 0 0 25 0 1 0 104120927 2232320 469 1992294400 134512640 135078026 4294956176 18446744073709551615 134524495 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22468/statm: 545 469 71 138 0 404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4236

[startup+6.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22469
/proc/meminfo: memFree=1745016/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=0
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 104120927 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 112 96 399 0 111 0
[pid=22468] ppid=22467 vsize=2580 CPUtime=6.28
/proc/22468/stat : 22468 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 549 0 0 0 626 2 0 0 25 0 1 0 104120927 2641920 545 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22468/statm: 645 545 71 138 0 504 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4636

[startup+12.7023 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22470
/proc/meminfo: memFree=1746488/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=2056 CPUtime=9.99
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 152 646 0 0 0 0 997 2 16 0 1 0 104120927 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 514 121 104 399 0 111 0
[pid=22470] ppid=22467 vsize=1756 CPUtime=2.68
/proc/22470/stat : 22470 (picosat846) R 22467 22467 21981 0 -1 4194304 186 0 0 0 268 0 0 0 25 0 1 0 104121928 1798144 175 1992294400 134512640 134570484 4294956176 18446744073709551615 134551632 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22470/statm: 439 175 84 14 0 105 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 3812

[startup+25.5018 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22473
/proc/meminfo: memFree=1744760/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=2580 CPUtime=6.09
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 546 0 0 0 609 0 0 0 25 0 1 0 104122866 2641920 542 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 645 542 71 138 0 504 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 5924

[startup+51.1019 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22473
/proc/meminfo: memFree=1743224/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=3904 CPUtime=31.66
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 906 0 0 0 3166 0 0 0 25 0 1 0 104122866 3997696 902 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 976 902 71 138 0 835 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 7248

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22473
/proc/meminfo: memFree=1742072/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=5248 CPUtime=82.83
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 1198 0 0 0 8283 0 0 0 25 0 1 0 104122866 5373952 1194 1992294400 134512640 135078026 4294956176 18446744073709551615 134534962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 1312 1194 71 138 0 1171 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 8592

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22473
/proc/meminfo: memFree=1741176/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=6224 CPUtime=142.79
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 1415 0 0 0 14279 0 0 0 25 0 1 0 104122866 6373376 1411 1992294400 134512640 135078026 4294956176 18446744073709551615 134534285 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 1556 1411 71 138 0 1415 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 9568

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22473
/proc/meminfo: memFree=1740856/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=6656 CPUtime=202.78
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 1508 0 0 0 20277 1 0 0 25 0 1 0 104122866 6815744 1504 1992294400 134512640 135078026 4294956176 18446744073709551615 134537997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 1664 1504 71 138 0 1523 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 10000

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22473
/proc/meminfo: memFree=1740536/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=7056 CPUtime=262.74
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 1602 0 0 0 26273 1 0 0 25 0 1 0 104122866 7225344 1598 1992294400 134512640 135078026 4294956176 18446744073709551615 134534567 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 1764 1598 71 138 0 1623 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 10400

[startup+342.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22473
/proc/meminfo: memFree=1740152/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=7336 CPUtime=322.7
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 1692 0 0 0 32269 1 0 0 25 0 1 0 104122866 7512064 1688 1992294400 134512640 135078026 4294956176 18446744073709551615 134534307 0 0 8392704 0 0 0 0 17 1 0 0
/proc/22473/statm: 1834 1688 71 138 0 1693 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1738104/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=9124 CPUtime=802.42
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2084 0 0 0 80240 2 0 0 25 0 1 0 104122866 9342976 2080 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2281 2080 71 138 0 2140 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 12468

[startup+882.306 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1738040/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=9236 CPUtime=862.38
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2110 0 0 0 86236 2 0 0 25 0 1 0 104122866 9457664 2106 1992294400 134512640 135078026 4294956176 18446744073709551615 134526790 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2309 2106 71 138 0 2168 0
Current children cumulated CPU time (s) 881.74
Current children cumulated vsize (KiB) 12580

[startup+942.303 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737848/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=9524 CPUtime=922.35
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2166 0 0 0 92233 2 0 0 25 0 1 0 104122866 9752576 2162 1992294400 134512640 135078026 4294956176 18446744073709551615 134540296 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2381 2162 71 138 0 2240 0
Current children cumulated CPU time (s) 941.71
Current children cumulated vsize (KiB) 12868

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737720/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=9684 CPUtime=982.29
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2193 0 0 0 98227 2 0 0 25 0 1 0 104122866 9916416 2189 1992294400 134512640 135078026 4294956176 18446744073709551615 134522683 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2421 2189 71 138 0 2280 0
Current children cumulated CPU time (s) 1001.65
Current children cumulated vsize (KiB) 13028

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737464/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10004 CPUtime=1042.25
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2251 0 0 0 104223 2 0 0 25 0 1 0 104122866 10244096 2247 1992294400 134512640 135078026 4294956176 18446744073709551615 134534241 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2501 2247 71 138 0 2360 0
Current children cumulated CPU time (s) 1061.61
Current children cumulated vsize (KiB) 13348

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737336/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10164 CPUtime=1102.22
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2282 0 0 0 110220 2 0 0 25 0 1 0 104122866 10407936 2278 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2541 2278 71 138 0 2400 0
Current children cumulated CPU time (s) 1121.58
Current children cumulated vsize (KiB) 13508

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1162.2
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2299 0 0 0 116218 2 0 0 25 0 1 0 104122866 10571776 2295 1992294400 134512640 135078026 4294956176 18446744073709551615 134520157 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2295 71 138 0 2440 0
Current children cumulated CPU time (s) 1181.56
Current children cumulated vsize (KiB) 13668

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

[startup+1190.4 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1170.29
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2300 0 0 0 117027 2 0 0 25 0 1 0 104122866 10571776 2296 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2296 71 138 0 2440 0
Current children cumulated CPU time (s) 1189.65
Current children cumulated vsize (KiB) 13668

[startup+1196.8 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1176.69
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2301 0 0 0 117667 2 0 0 25 0 1 0 104122866 10571776 2297 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2297 71 138 0 2440 0
Current children cumulated CPU time (s) 1196.05
Current children cumulated vsize (KiB) 13668

[startup+1198.4 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1178.28
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2301 0 0 0 117826 2 0 0 25 0 1 0 104122866 10571776 2297 1992294400 134512640 135078026 4294956176 18446744073709551615 134534605 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2297 71 138 0 2440 0
Current children cumulated CPU time (s) 1197.64
Current children cumulated vsize (KiB) 13668

[startup+1199.2 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1179.08
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2301 0 0 0 117906 2 0 0 25 0 1 0 104122866 10571776 2297 1992294400 134512640 135078026 4294956176 18446744073709551615 134526795 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2297 71 138 0 2440 0
Current children cumulated CPU time (s) 1198.44
Current children cumulated vsize (KiB) 13668

[startup+1199.6 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1179.48
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2301 0 0 0 117946 2 0 0 25 0 1 0 104122866 10571776 2297 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2297 71 138 0 2440 0
Current children cumulated CPU time (s) 1198.84
Current children cumulated vsize (KiB) 13668

[startup+1199.8 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1179.68
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2301 0 0 0 117966 2 0 0 25 0 1 0 104122866 10571776 2297 1992294400 134512640 135078026 4294956176 18446744073709551615 134538334 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2297 71 138 0 2440 0
Current children cumulated CPU time (s) 1199.04
Current children cumulated vsize (KiB) 13668

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 1.00 2/66 22479
/proc/meminfo: memFree=1737208/2055920 swapFree=4191900/4192956
[pid=22467] ppid=22465 vsize=3344 CPUtime=19.36
/proc/22467/stat : 22467 (SATzilla2009_I) S 22465 22467 21981 0 -1 4194304 479 1862 0 0 203 34 1693 6 25 0 1 0 104120927 3424256 340 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/22467/statm: 836 340 217 399 0 433 0
[pid=22473] ppid=22467 vsize=10324 CPUtime=1179.78
/proc/22473/stat : 22473 (mxc-sr08) R 22467 22467 21981 0 -1 4194304 2301 0 0 0 117976 2 0 0 25 0 1 0 104122866 10571776 2297 1992294400 134512640 135078026 4294956176 18446744073709551615 134534321 0 0 8392704 0 0 0 0 17 0 0 0
/proc/22473/statm: 2581 2297 71 138 0 2440 0
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (KiB) 13668

Child status: 17
Real time (s): 1199.93
CPU time (s): 1199.2
CPU user time (s): 1198.75
CPU system time (s): 0.444932
CPU usage (%): 99.9393
Max. virtual memory (cumulated for all children) (KiB): 13668

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

runsolver used 1.13183 second user time and 3.23851 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-26 17:47:42
IDJOB=1730561
IDBENCH=24732
IDSOLVER=528
FILE ID=node1/1730561-1240760862
PBS_JOBID= 9187091
Free space on /tmp= 66336 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-13-UNSAT.sat05-3941.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730561-1240760862/watcher-1730561-1240760862 -o /tmp/evaluation-result-1730561-1240760862/solver-1730561-1240760862 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1730561-1240760862.cnf

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

MD5SUM BENCH= 9ce7a6a007310fa075cda4060c50d29c
RANDOM SEED=2002532903

node1.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.259
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	: 5931.00
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.259
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:       1747432 kB
Buffers:         28688 kB
Cached:         195396 kB
SwapCached:        384 kB
Active:         106312 kB
Inactive:       131092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747432 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           31468 kB
Writeback:           0 kB
Mapped:          21816 kB
Slab:            57080 kB
Committed_AS:   387992 kB
PageTables:       1436 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node1 at 2009-04-26 18:07:42