Trace number 1773640

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) 9997.8 10000.5

General information on the benchmark

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

Solver Data

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

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-1773640-1241349884/watcher-1773640-1241349884 -o /tmp/evaluation-result-1773640-1241349884/solver-1773640-1241349884 -C 10000 -W 12000 -M 1800 HOME/SATzilla2009_I HOME/instance-1773640-1241349884.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5222
/proc/meminfo: memFree=1067400/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=3316 CPUtime=0
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 635 0 0 0 0 0 0 0 20 0 1 0 163022530 3395584 631 1992294400 134512640 135078026 4294956192 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 829 638 44 138 0 688 0

[startup+0.0814669 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5222
/proc/meminfo: memFree=1067400/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=18268 CPUtime=0.07
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 3888 0 0 0 5 2 0 0 20 0 1 0 163022530 18706432 3860 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 4567 3861 54 138 0 4426 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20324

[startup+0.102469 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5222
/proc/meminfo: memFree=1067400/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=19816 CPUtime=0.09
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 4251 0 0 0 7 2 0 0 20 0 1 0 163022530 20291584 4223 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 4987 4223 54 138 0 4846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21872

[startup+0.302484 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5222
/proc/meminfo: memFree=1067400/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=25292 CPUtime=0.29
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 6258 0 0 0 26 3 0 0 22 0 1 0 163022530 25899008 5584 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 6323 5584 55 138 0 6182 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27348

[startup+0.702517 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5222
/proc/meminfo: memFree=1067400/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=36552 CPUtime=0.69
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 9135 0 0 0 66 3 0 0 25 0 1 0 163022530 37429248 8461 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 9138 8461 55 138 0 8997 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38608

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 5224
/proc/meminfo: memFree=1024696/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=60592 CPUtime=1.49
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 15003 0 0 0 143 6 0 0 25 0 1 0 163022530 62046208 14329 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 15148 14329 55 138 0 15007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62648

[startup+3.10171 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 5224
/proc/meminfo: memFree=1003768/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=72900 CPUtime=3.09
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 17749 0 0 0 302 7 0 0 25 0 1 0 163022530 74649600 17075 1992294400 134512640 135078026 4294956192 18446744073709551615 134561016 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 18225 17075 55 138 0 18084 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74956

[startup+6.30197 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 5224
/proc/meminfo: memFree=993656/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=0
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 163022530 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 112 96 399 0 111 0
[pid=5223] ppid=5222 vsize=80256 CPUtime=6.29
/proc/5223/stat : 5223 (mxc-sr08) R 5222 5222 5185 0 -1 4194304 19493 0 0 0 621 8 0 0 25 0 1 0 163022530 82182144 18819 1992294400 134512640 135078026 4294956192 18446744073709551615 134550808 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5223/statm: 20064 18819 55 138 0 19923 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82312

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 5225
/proc/meminfo: memFree=1057080/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=2056 CPUtime=10
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 152 20441 0 0 0 0 990 10 16 0 1 0 163022530 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 514 121 104 399 0 111 0
[pid=5225] ppid=5222 vsize=12104 CPUtime=2.61
/proc/5225/stat : 5225 (picosat846) R 5222 5222 5185 0 -1 4194304 2526 0 9 0 260 1 0 0 25 0 1 0 163023531 12394496 2524 1992294400 134512640 134570484 4294956192 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 1 0 0
/proc/5225/statm: 3026 2524 85 14 0 2692 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 14160

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 5227
/proc/meminfo: memFree=1053888/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=15368 CPUtime=25.41
/proc/5222/stat : 5222 (SATzilla2009_I) R 5220 5222 5185 0 -1 4194304 4589 33558 0 9 303 3 2202 33 25 0 1 0 163022530 15736832 3502 1992294400 134512640 136149169 4294956224 18446744073709551615 135542494 0 0 4096 3 0 0 0 17 1 0 0
/proc/5222/statm: 3842 3502 207 399 0 3439 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 15368

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 5228
/proc/meminfo: memFree=989432/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=69884 CPUtime=23.77
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 16746 0 0 0 2370 7 0 0 25 0 1 0 163025261 71561216 16741 1992294400 134512640 135078472 4294956192 18446744073709551615 134532681 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 17471 16741 72 138 0 17330 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 81152

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 5228
/proc/meminfo: memFree=973496/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=86180 CPUtime=74.95
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 20635 0 0 0 7486 9 0 0 25 0 1 0 163025261 88248320 20630 1992294400 134512640 135078472 4294956192 18446744073709551615 134521390 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 21545 20630 72 138 0 21404 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 97448

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5228
/proc/meminfo: memFree=931064/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=127472 CPUtime=134.93
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 32365 0 0 0 13475 18 0 0 25 0 1 0 163025261 130531328 31493 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 31868 31493 74 138 0 31727 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 138740

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5228
/proc/meminfo: memFree=921080/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=136200 CPUtime=194.92
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 34566 0 0 0 19471 21 0 0 25 0 1 0 163025261 139468800 33694 1992294400 134512640 135078472 4294956192 18446744073709551615 134706046 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 34050 33694 74 138 0 33909 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 147468

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5228
/proc/meminfo: memFree=893880/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=163572 CPUtime=254.9
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 41363 0 0 0 25466 24 0 0 25 0 1 0 163025261 167497728 40491 1992294400 134512640 135078472 4294956192 18446744073709551615 134550699 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 40893 40491 74 138 0 40752 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 174840

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5228
/proc/meminfo: memFree=892736/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=164628 CPUtime=314.89
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 41643 0 0 0 31464 25 0 0 25 0 1 0 163025261 168579072 40771 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 41157 40771 74 138 0 41016 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 175896

[startup+402.302 s]

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


[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=593536/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9672.45
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118841 0 0 0 967122 123 0 0 25 0 1 0 163025261 475152384 115405 1992294400 134512640 135078472 4294956192 18446744073709551615 134550642 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115405 74 138 0 115863 0
Current children cumulated CPU time (s) 9699.67
Current children cumulated vsize (KiB) 475284

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=593536/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9732.43
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118849 0 0 0 973120 123 0 0 25 0 1 0 163025261 475152384 115413 1992294400 134512640 135078472 4294956192 18446744073709551615 134556374 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115413 74 138 0 115863 0
Current children cumulated CPU time (s) 9759.65
Current children cumulated vsize (KiB) 475284

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9792.41
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 979118 123 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134551872 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9819.63
Current children cumulated vsize (KiB) 475284

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9852.41
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 985117 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9879.63
Current children cumulated vsize (KiB) 475284

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9912.38
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 991114 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9939.6
Current children cumulated vsize (KiB) 475284

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

[startup+9958.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 5252
/proc/meminfo: memFree=593536/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9928.38
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 992714 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134551872 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9955.6
Current children cumulated vsize (KiB) 475284

[startup+9983.9 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9953.97
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 995273 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9981.19
Current children cumulated vsize (KiB) 475284

[startup+9990.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9960.37
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 995913 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9987.59
Current children cumulated vsize (KiB) 475284

[startup+9996.7 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9966.77
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 996553 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134551872 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9993.99
Current children cumulated vsize (KiB) 475284

[startup+9998.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9968.37
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 996713 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9995.59
Current children cumulated vsize (KiB) 475284

[startup+9999.1 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9969.17
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 996793 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550732 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9996.39
Current children cumulated vsize (KiB) 475284

[startup+9999.9 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9969.97
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 996873 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134551901 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9997.19
Current children cumulated vsize (KiB) 475284

[startup+10000.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9970.37
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 996913 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134556804 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9997.59
Current children cumulated vsize (KiB) 475284

[startup+10000.4 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 5252
/proc/meminfo: memFree=593472/2055920 swapFree=4191900/4192956
[pid=5222] ppid=5220 vsize=11268 CPUtime=27.22
/proc/5222/stat : 5222 (SATzilla2009_I) S 5220 5222 5185 0 -1 4194304 4606 33558 0 9 477 10 2202 33 25 0 1 0 163022530 11538432 2582 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/5222/statm: 2817 2582 217 399 0 2414 0
[pid=5228] ppid=5222 vsize=464016 CPUtime=9970.47
/proc/5228/stat : 5228 (minisat20SAT07) R 5222 5222 5185 0 -1 4194304 118852 0 0 0 996923 124 0 0 25 0 1 0 163025261 475152384 115416 1992294400 134512640 135078472 4294956192 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 1 0 0
/proc/5228/statm: 116004 115416 74 138 0 115863 0
Current children cumulated CPU time (s) 9997.69
Current children cumulated vsize (KiB) 475284

Child status: 17
Real time (s): 10000.5
CPU time (s): 9997.8
CPU user time (s): 9996.04
CPU system time (s): 1.76473
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 475284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9996.04
system time used= 1.76473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157034
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 19037

runsolver used 11.3133 second user time and 24.9582 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-03 13:24:45
IDJOB=1773640
IDBENCH=70762
IDSOLVER=616
FILE ID=node3/1773640-1241349884
PBS_JOBID= 9225547
Free space on /tmp= 66348 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxor/minxor128.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773640-1241349884/watcher-1773640-1241349884 -o /tmp/evaluation-result-1773640-1241349884/solver-1773640-1241349884 -C 10000 -W 12000 -M 1800  HOME/SATzilla2009_I HOME/instance-1773640-1241349884.cnf

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

MD5SUM BENCH= 10b48467ea3d951975cb9264f0b654fe
RANDOM SEED=1841811202

node3.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.212
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.212
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:       1067944 kB
Buffers:         89696 kB
Cached:         778928 kB
SwapCached:        416 kB
Active:         140168 kB
Inactive:       742212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1067944 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           34104 kB
Writeback:           0 kB
Mapped:          22196 kB
Slab:            91620 kB
Committed_AS:   759228 kB
PageTables:       1372 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= 66320 MiB
End job on node3 at 2009-05-03 16:11:26