Trace number 1737426

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.26 1199.8

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-250-100.cnf
MD5SUM327600404ca46d59d12ad4e7ba1e4999
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark64.9541
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses600
Sum of the clauses size1500
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

19.36/19.45	c SATzilla is building models for class 3
19.36/19.45	c run presolver mxc-sr08 for 10 seconds ... 
19.36/19.45	c Bin: Executing mxc-sr08
19.36/19.45	c spawning binary file with 10 seconds ...
19.36/19.45	c child exit by a signal
19.36/19.45	c mxc-sr08 returned code 137.
19.36/19.45	c run presolver picosat846 for 5 seconds ... 
19.36/19.45	c Bin: Executing picosat846
19.36/19.45	c spawning binary file with 5 seconds ...
19.36/19.45	c child exit by a signal
19.36/19.45	c picosat846 returned code 137.
19.36/19.45	c Orignal number of varibales is 250, number of clauses is 600 
19.36/19.45	c predicted feature computation time is 1.450573 
19.36/19.45	c Bin: Executing satelite
19.36/19.45	c spawning binary file with 240 seconds ...
19.36/19.45	c child exited successfully
19.36/19.45	c satzilla computing base features
19.36/19.45	c Number of variabe is: 250, Number of clause is : 600 
19.36/19.45	c Initializing...
19.36/19.45	c satzilla doing clause learning
19.36/19.45	c start clause learning features ...
19.36/19.45	c Bin: Executing zchaff07
19.36/19.45	c spawning binary file with 2 seconds ...
19.36/19.45	c child exit by a signal
19.36/19.45	c satzilla doing survey propogation probe
19.36/19.45	c do survay propogation for 2 second ...
19.36/19.45	c satzilla doing local search probe
19.36/19.45	c features are:250 600 250 600 0 0 0.416667 1 0 -0 0.01 0.447214 0.008 0.02 0.450561 0.833333 0.833333 0.01 0 0.01 0.01 -0 0.333333 0 0.333333 0.333333 -0 0.00666667 0 0.00666667 0.00666667 -0 0.833333 0.0199467 0.0147059 0.0183333 0.02 4497.67 0.0111025 4432 4553 4553 4432 4553 4432 4508 40.1593 0.0488301 37.3892 41.6596 41.6596 37.3892 41.6596 37.3892 41.429 0.583175 0.000108972 0.582921 0.583385 0.583252 0.583111 0.58321 0.58314 0.583173 0.229509 0.000120767 0.229468 0.229627 0.229547 0.229479 0.229525 0.229488 0.229503 8.31733 0.324134 64.5862 0.109307 64 56 74 1.0069 0.222026 0.927276 0.0307732 
19.36/19.45	c satzilla's ranking:
19.36/19.45	c 1) minisat20SAT07: 7.632921
19.36/19.45	c 2) picosat846: 2.642906
19.36/19.45	c 3) mxc-sr08: 2.219544
19.36/19.45	c 4) zchaff_rand: 1.524683
19.36/19.45	c 5) march_dl2004: -3.504442
19.36/19.45	c 6) SATenstein: -10000.000000
19.36/19.45	c 7) gnovelty+: -10000.000000
19.36/19.45	c 8) adaptg2wsat+: -10000.000000
19.36/19.45	c 9) adaptg2wsat0: -10000.000000
19.36/19.45	c 10) tts-4-0: -10000.000000
19.36/19.45	c 11) vallst: -10000.000000
19.36/19.45	c 12) minisat20: -10000.000000
19.36/19.45	c 13) kcnfs04SAT07: -10000.000000
19.36/19.45	c satzilla running minisat20SAT07 ... 
1199.13/1199.79	c Bin: Executing minisat20SAT07
1199.13/1199.79	c spawning binary file with 1180 seconds ...
1199.13/1199.79	c child exit by a signal
1199.13/1199.79	c minisat20SAT07 returned code 137.
1199.13/1199.79	c satzilla running picosat846 ... 
1199.13/1199.79	c Bin: Executing picosat846
1199.13/1199.79	c picosat846 returned code 1.
1199.13/1199.79	c satzilla running mxc-sr08 ... 
1199.13/1199.79	c Bin: Executing mxc-sr08
1199.13/1199.79	c mxc-sr08 returned code 1.
1199.13/1199.79	c satzilla running zchaff_rand ... 
1199.13/1199.79	c Bin: Executing zchaff_rand
1199.13/1199.79	c zchaff_rand returned code 1.
1199.13/1199.79	c satzilla running march_dl2004 ... 
1199.13/1199.79	c Bin: Executing march_dl2004
1199.13/1199.79	c march_dl2004 returned code 1.
1199.13/1199.79	c satzilla running SATenstein ... 
1199.13/1199.79	c Bin: Executing SATenstein
1199.13/1199.79	c SATenstein returned code 1.
1199.13/1199.79	c satzilla running gnovelty+ ... 
1199.13/1199.80	c Bin: Executing gnovelty+
1199.13/1199.80	c gnovelty+ returned code 1.
1199.13/1199.80	c satzilla running adaptg2wsat+ ... 
1199.13/1199.80	c Bin: Executing adaptg2wsat+
1199.13/1199.80	c adaptg2wsat+ returned code 1.
1199.13/1199.80	c satzilla running adaptg2wsat0 ... 
1199.13/1199.80	c Bin: Executing adaptg2wsat0
1199.13/1199.80	c adaptg2wsat0 returned code 1.
1199.13/1199.80	c satzilla running tts-4-0 ... 
1199.13/1199.80	c Bin: Executing tts-4-0
1199.13/1199.80	c tts-4-0 returned code 1.
1199.13/1199.80	c satzilla running vallst ... 
1199.13/1199.80	c Bin: Executing vallst
1199.13/1199.80	c vallst returned code 1.
1199.13/1199.80	c satzilla running minisat20 ... 
1199.13/1199.80	c Bin: Executing minisat20
1199.13/1199.80	c minisat20 returned code 1.
1199.13/1199.80	c satzilla running kcnfs04SAT07 ... 
1199.13/1199.80	c Bin: Executing kcnfs04SAT07
1199.13/1199.80	c kcnfs04SAT07 returned code 1.
1199.13/1199.80	c ERROR: All Failed! 
1199.13/1199.80	c SATZILLA_TIME=1199.430000

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-1737426-1240817879/watcher-1737426-1240817879 -o /tmp/evaluation-result-1737426-1240817879/solver-1737426-1240817879 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1737426-1240817879.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.18 1.12 1.03 3/65 12417
/proc/meminfo: memFree=1646176/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=732 CPUtime=0
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 109817098 749568 106 1992294400 134512640 135078026 4294956176 18446744073709551615 134526793 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12418/statm: 183 106 71 138 0 42 0

[startup+0.00953701 s]
/proc/loadavg: 1.18 1.12 1.03 3/65 12417
/proc/meminfo: memFree=1646176/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=732 CPUtime=0
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 109817098 749568 106 1992294400 134512640 135078026 4294956176 18446744073709551615 134534294 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12418/statm: 183 106 71 138 0 42 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2788

[startup+0.101547 s]
/proc/loadavg: 1.18 1.12 1.03 3/65 12417
/proc/meminfo: memFree=1646176/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=996 CPUtime=0.09
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 179 0 0 0 9 0 0 0 19 0 1 0 109817098 1019904 175 1992294400 134512640 135078026 4294956176 18446744073709551615 134540529 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12418/statm: 249 175 71 138 0 108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3052

[startup+0.301568 s]
/proc/loadavg: 1.18 1.12 1.03 3/65 12417
/proc/meminfo: memFree=1646176/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=1392 CPUtime=0.29
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 248 0 0 0 29 0 0 0 21 0 1 0 109817098 1425408 244 1992294400 134512640 135078026 4294956176 18446744073709551615 134524306 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12418/statm: 348 244 71 138 0 207 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3448

[startup+0.701614 s]
/proc/loadavg: 1.18 1.12 1.03 3/65 12417
/proc/meminfo: memFree=1646176/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=1524 CPUtime=0.69
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 303 0 0 0 69 0 0 0 25 0 1 0 109817098 1560576 299 1992294400 134512640 135078026 4294956176 18446744073709551615 134534305 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12418/statm: 381 299 71 138 0 240 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3580

[startup+1.50171 s]
/proc/loadavg: 1.16 1.12 1.03 2/67 12419
/proc/meminfo: memFree=1645008/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=1920 CPUtime=1.49
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 387 0 0 0 149 0 0 0 25 0 1 0 109817098 1966080 383 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12418/statm: 480 383 71 138 0 339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3976

[startup+3.10189 s]
/proc/loadavg: 1.16 1.12 1.03 2/67 12419
/proc/meminfo: memFree=1644560/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=2188 CPUtime=3.09
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 468 0 0 0 309 0 0 0 25 0 1 0 109817098 2240512 464 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12418/statm: 547 464 71 138 0 406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4244

[startup+6.30126 s]
/proc/loadavg: 1.16 1.12 1.03 2/67 12419
/proc/meminfo: memFree=1643088/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=0
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 109817097 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 112 96 399 0 111 0
[pid=12418] ppid=12417 vsize=2584 CPUtime=6.28
/proc/12418/stat : 12418 (mxc-sr08) R 12417 12417 11670 0 -1 4194304 562 0 0 0 628 0 0 0 25 0 1 0 109817098 2646016 558 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12418/statm: 646 558 71 138 0 505 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4640

[startup+12.702 s]
/proc/loadavg: 1.21 1.13 1.03 2/67 12420
/proc/meminfo: memFree=1645840/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=2056 CPUtime=9.99
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 152 624 0 0 0 0 999 0 19 0 1 0 109817097 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 514 121 104 399 0 111 0
[pid=12420] ppid=12417 vsize=1500 CPUtime=2.68
/proc/12420/stat : 12420 (picosat846) R 12417 12417 11670 0 -1 4194304 136 0 0 0 268 0 0 0 25 0 1 0 109818098 1536000 125 1992294400 134512640 134570484 4294956176 18446744073709551615 134526626 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12420/statm: 375 125 84 14 0 41 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 3556

[startup+25.5015 s]
/proc/loadavg: 1.18 1.12 1.03 2/67 12423
/proc/meminfo: memFree=1645456/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=2144 CPUtime=6.04
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 215 0 0 0 604 0 0 0 25 0 1 0 109819043 2195456 210 1992294400 134512640 135078472 4294956176 18446744073709551615 134556734 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 536 210 73 138 0 395 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5328

[startup+51.1014 s]
/proc/loadavg: 1.12 1.11 1.03 2/67 12423
/proc/meminfo: memFree=1645008/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=2536 CPUtime=31.62
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 312 0 0 0 3162 0 0 0 25 0 1 0 109819043 2596864 307 1992294400 134512640 135078472 4294956176 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 634 307 73 138 0 493 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 5720

[startup+102.305 s]
/proc/loadavg: 1.04 1.09 1.02 2/67 12425
/proc/meminfo: memFree=1644688/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=2932 CPUtime=82.79
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 406 0 0 0 8279 0 0 0 25 0 1 0 109819043 3002368 401 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 733 401 73 138 0 592 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 6116

[startup+162.301 s]
/proc/loadavg: 1.01 1.07 1.02 2/67 12425
/proc/meminfo: memFree=1644496/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=3196 CPUtime=142.76
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 457 0 0 0 14276 0 0 0 25 0 1 0 109819043 3272704 452 1992294400 134512640 135078472 4294956176 18446744073709551615 134550596 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 799 452 73 138 0 658 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 6380

[startup+222.302 s]
/proc/loadavg: 1.00 1.06 1.01 2/67 12425
/proc/meminfo: memFree=1644304/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=3320 CPUtime=202.73
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 495 0 0 0 20273 0 0 0 25 0 1 0 109819043 3399680 490 1992294400 134512640 135078472 4294956176 18446744073709551615 134552669 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 830 490 73 138 0 689 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 6504

[startup+282.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/67 12425
/proc/meminfo: memFree=1644176/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=3448 CPUtime=262.69
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 536 0 0 0 26269 0 0 0 25 0 1 0 109819043 3530752 531 1992294400 134512640 135078472 4294956176 18446744073709551615 134550741 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 862 531 73 138 0 721 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 6632

[startup+342.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/67 12425
/proc/meminfo: memFree=1644048/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=3580 CPUtime=322.67
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 561 0 0 0 32267 0 0 0 25 0 1 0 109819043 3665920 556 1992294400 134512640 135078472 4294956176 18446744073709551615 134551891 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 895 556 73 138 0 754 0

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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643344/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4088 CPUtime=742.5
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 677 0 0 0 74250 0 0 0 25 0 1 0 109819043 4186112 672 1992294400 134512640 135078472 4294956176 18446744073709551615 134556080 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1022 672 73 138 0 881 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 7272

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643344/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4088 CPUtime=802.47
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 685 0 0 0 80247 0 0 0 25 0 1 0 109819043 4186112 680 1992294400 134512640 135078472 4294956176 18446744073709551615 134557214 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1022 680 73 138 0 881 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 7272

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643344/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4088 CPUtime=862.45
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 701 0 0 0 86245 0 0 0 25 0 1 0 109819043 4186112 696 1992294400 134512640 135078472 4294956176 18446744073709551615 134550985 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1022 696 73 138 0 881 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 7272

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643216/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4204 CPUtime=922.42
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 725 0 0 0 92242 0 0 0 25 0 1 0 109819043 4304896 720 1992294400 134512640 135078472 4294956176 18446744073709551615 134551032 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1051 720 73 138 0 910 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 7388

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643216/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4204 CPUtime=982.39
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 734 0 0 0 98239 0 0 0 25 0 1 0 109819043 4304896 729 1992294400 134512640 135078472 4294956176 18446744073709551615 134556024 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1051 729 73 138 0 910 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 7388

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643088/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1042.37
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 746 0 0 0 104237 0 0 0 25 0 1 0 109819043 4448256 741 1992294400 134512640 135078472 4294956176 18446744073709551615 134550706 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 741 73 138 0 945 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 7528

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643088/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1102.34
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 760 0 0 0 110234 0 0 0 25 0 1 0 109819043 4448256 755 1992294400 134512640 135078472 4294956176 18446744073709551615 134550656 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 755 73 138 0 945 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 7528

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643024/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1162.32
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 765 0 0 0 116232 0 0 0 25 0 1 0 109819043 4448256 760 1992294400 134512640 135078472 4294956176 18446744073709551615 134556181 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 760 73 138 0 945 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 7528

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643024/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1170.31
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 767 0 0 0 117031 0 0 0 25 0 1 0 109819043 4448256 762 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 762 73 138 0 945 0
Current children cumulated CPU time (s) 1189.73
Current children cumulated vsize (KiB) 7528

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643024/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1176.72
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 767 0 0 0 117672 0 0 0 25 0 1 0 109819043 4448256 762 1992294400 134512640 135078472 4294956176 18446744073709551615 134556024 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 762 73 138 0 945 0
Current children cumulated CPU time (s) 1196.14
Current children cumulated vsize (KiB) 7528

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643024/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1178.31
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 767 0 0 0 117831 0 0 0 25 0 1 0 109819043 4448256 762 1992294400 134512640 135078472 4294956176 18446744073709551615 134550883 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 762 73 138 0 945 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 7528

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643024/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1179.11
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 767 0 0 0 117911 0 0 0 25 0 1 0 109819043 4448256 762 1992294400 134512640 135078472 4294956176 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 762 73 138 0 945 0
Current children cumulated CPU time (s) 1198.53
Current children cumulated vsize (KiB) 7528

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643024/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1179.51
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 767 0 0 0 117951 0 0 0 25 0 1 0 109819043 4448256 762 1992294400 134512640 135078472 4294956176 18446744073709551615 134550192 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 762 73 138 0 945 0
Current children cumulated CPU time (s) 1198.93
Current children cumulated vsize (KiB) 7528

[startup+1199.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 12425
/proc/meminfo: memFree=1643024/2055920 swapFree=4192952/4192956
[pid=12417] ppid=12415 vsize=3184 CPUtime=19.42
/proc/12417/stat : 12417 (SATzilla2009_I) S 12415 12417 11670 0 -1 4194304 426 2222 0 0 201 42 1696 3 25 0 1 0 109817097 3260416 306 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12417/statm: 796 306 217 399 0 393 0
[pid=12423] ppid=12417 vsize=4344 CPUtime=1179.71
/proc/12423/stat : 12423 (minisat20SAT07) R 12417 12417 11670 0 -1 4194304 767 0 0 0 117971 0 0 0 25 0 1 0 109819043 4448256 762 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/12423/statm: 1086 762 73 138 0 945 0
Current children cumulated CPU time (s) 1199.13
Current children cumulated vsize (KiB) 7528

Child status: 17
Real time (s): 1199.8
CPU time (s): 1199.26
CPU user time (s): 1198.79
CPU system time (s): 0.468928
CPU usage (%): 99.9549
Max. virtual memory (cumulated for all children) (KiB): 9428

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

runsolver used 1.3248 second user time and 3.04354 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-27 09:37:59
IDJOB=1737426
IDBENCH=71788
IDSOLVER=528
FILE ID=node88/1737426-1240817879
PBS_JOBID= 9187469
Free space on /tmp= 66564 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-250-100.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737426-1240817879/watcher-1737426-1240817879 -o /tmp/evaluation-result-1737426-1240817879/solver-1737426-1240817879 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1737426-1240817879.cnf

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

MD5SUM BENCH= 327600404ca46d59d12ad4e7ba1e4999
RANDOM SEED=363435402

node88.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1646720 kB
Buffers:         55892 kB
Cached:         267240 kB
SwapCached:          4 kB
Active:         166544 kB
Inactive:       170888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646720 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           31464 kB
Writeback:           0 kB
Mapped:          24048 kB
Slab:            57724 kB
Committed_AS:   313704 kB
PageTables:       1444 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= 66532 MiB
End job on node88 at 2009-04-27 09:57:59