Trace number 1538554

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.42 1200.09

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/10000/
unif-k3-r4.2-v10000-c42000-S279212213-020.cnf
MD5SUM183c921e18805bcc408ca715f9914368
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.8544
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.55/20.60	c SATzilla is building models for class 3
20.55/20.60	c run presolver mxc-sr08 for 10 seconds ... 
20.55/20.60	c Bin: Executing mxc-sr08
20.55/20.60	c spawning binary file with 10 seconds ...
20.55/20.60	c child exit by a signal
20.55/20.60	c mxc-sr08 returned code 137.
20.55/20.60	c run presolver picosat846 for 5 seconds ... 
20.55/20.60	c Bin: Executing picosat846
20.55/20.60	c spawning binary file with 5 seconds ...
20.55/20.60	c child exit by a signal
20.55/20.60	c picosat846 returned code 137.
20.55/20.60	c Orignal number of varibales is 10000, number of clauses is 42000 
20.55/20.60	c predicted feature computation time is 1.499615 
20.55/20.60	c Bin: Executing satelite
20.55/20.60	c spawning binary file with 240 seconds ...
20.55/20.60	c child exited successfully
20.55/20.60	c satzilla computing base features
20.55/20.60	c Number of variabe is: 9767, Number of clause is : 41741 
20.55/20.60	c Initializing...
20.55/20.60	c satzilla doing clause learning
20.55/20.60	c start clause learning features ...
20.55/20.60	c Bin: Executing zchaff07
20.55/20.60	c spawning binary file with 2 seconds ...
20.55/20.60	c child exit by a signal
20.55/20.60	c satzilla doing survey propogation probe
20.55/20.60	c do survay propogation for 2 second ...
20.55/20.60	c satzilla doing local search probe
20.55/20.60	c features are:10000 42000 9767 41741 0.0238558 0.00620493 0.233991 0.495324 0.587411 0.710974 0.000310873 0.0646829 0.000307157 0.000614314 0.157174 0 0.965478 0.000310873 0.296184 4.79145e-05 0.00095829 2.72512 0.229582 0.169671 0 1 3.36468 0.00015146 0.401299 0 0.000622889 2.32182 0.489567 0.000629507 0.299923 9.5829e-05 0.00198845 19.9853 0.381696 8 40 32 12 24 15 19 54.8921 0.172004 36.7895 84.8095 68.25 42.0526 60.9286 48.625 54.1765 0.394273 0.578557 0.000102645 1 0.704859 0.086199 0.570957 0.203791 0.3882 0.0932669 0.650283 0.000835759 0.779138 0.175943 0.0282822 0.127288 0.0472593 0.0803535 233.2 0.0859041 2137 0.0164172 2141 2074 2165 0.197547 0.208224 0.839565 0.00671512 
20.55/20.60	c satzilla's ranking:
20.55/20.60	c 1) picosat846: 2.619416
20.55/20.60	c 2) mxc-sr08: 1.514545
20.55/20.60	c 3) march_dl2004: 1.333668
20.55/20.60	c 4) zchaff_rand: 1.283732
20.55/20.60	c 5) minisat20SAT07: 1.276306
20.55/20.60	c 6) SATenstein: -10000.000000
20.55/20.60	c 7) gnovelty+: -10000.000000
20.55/20.60	c 8) adaptg2wsat+: -10000.000000
20.55/20.60	c 9) adaptg2wsat0: -10000.000000
20.55/20.60	c 10) tts-4-0: -10000.000000
20.55/20.60	c 11) vallst: -10000.000000
20.55/20.60	c 12) minisat20: -10000.000000
20.55/20.60	c 13) kcnfs04SAT07: -10000.000000
20.55/20.60	c satzilla running picosat846 ... 
1199.31/1200.08	c Bin: Executing picosat846
1199.31/1200.08	c spawning binary file with 1179 seconds ...
1199.31/1200.08	c child exit by a signal
1199.31/1200.08	c picosat846 returned code 137.
1199.31/1200.08	c satzilla running mxc-sr08 ... 
1199.31/1200.08	c Bin: Executing mxc-sr08
1199.31/1200.08	c mxc-sr08 returned code 1.
1199.31/1200.08	c satzilla running march_dl2004 ... 
1199.31/1200.08	c Bin: Executing march_dl2004
1199.31/1200.08	c march_dl2004 returned code 1.
1199.31/1200.08	c satzilla running zchaff_rand ... 
1199.31/1200.08	c Bin: Executing zchaff_rand
1199.31/1200.08	c zchaff_rand returned code 1.
1199.31/1200.08	c satzilla running minisat20SAT07 ... 
1199.31/1200.08	c Bin: Executing minisat20SAT07
1199.31/1200.08	c minisat20SAT07 returned code 1.
1199.31/1200.08	c satzilla running SATenstein ... 
1199.31/1200.08	c Bin: Executing SATenstein
1199.31/1200.08	c SATenstein returned code 1.
1199.31/1200.08	c satzilla running gnovelty+ ... 
1199.31/1200.08	c Bin: Executing gnovelty+
1199.31/1200.08	c gnovelty+ returned code 1.
1199.31/1200.08	c satzilla running adaptg2wsat+ ... 
1199.31/1200.08	c Bin: Executing adaptg2wsat+
1199.31/1200.08	c adaptg2wsat+ returned code 1.
1199.31/1200.08	c satzilla running adaptg2wsat0 ... 
1199.31/1200.08	c Bin: Executing adaptg2wsat0
1199.31/1200.08	c adaptg2wsat0 returned code 1.
1199.31/1200.08	c satzilla running tts-4-0 ... 
1199.31/1200.08	c Bin: Executing tts-4-0
1199.31/1200.08	c tts-4-0 returned code 1.
1199.31/1200.08	c satzilla running vallst ... 
1199.31/1200.08	c Bin: Executing vallst
1199.31/1200.08	c vallst returned code 1.
1199.31/1200.08	c satzilla running minisat20 ... 
1199.31/1200.08	c Bin: Executing minisat20
1199.31/1200.08	c minisat20 returned code 1.
1199.31/1200.08	c satzilla running kcnfs04SAT07 ... 
1199.31/1200.08	c Bin: Executing kcnfs04SAT07
1199.31/1200.08	c kcnfs04SAT07 returned code 1.
1199.31/1200.08	c ERROR: All Failed! 
1199.31/1200.08	c SATZILLA_TIME=1199.600000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1538554-1238434710/watcher-1538554-1238434710 -o /tmp/evaluation-result-1538554-1238434710/solver-1538554-1238434710 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538554-1238434710.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.92 0.98 1.08 3/64 3495
/proc/meminfo: memFree=1360784/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=3184 CPUtime=0
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 614 0 0 0 0 0 0 0 19 0 1 0 1116137308 3260416 610 1992294400 134512640 135078026 4294956176 18446744073709551615 134735986 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 796 618 52 138 0 655 0

[startup+0.020487 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 3495
/proc/meminfo: memFree=1360784/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=4252 CPUtime=0.01
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 876 0 0 0 1 0 0 0 19 0 1 0 1116137308 4354048 871 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 1063 872 54 138 0 922 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6308

[startup+0.101504 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 3495
/proc/meminfo: memFree=1360784/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=5656 CPUtime=0.09
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 1363 0 0 0 9 0 0 0 19 0 1 0 1116137308 5791744 1171 1992294400 134512640 135078026 4294956176 18446744073709551615 134569256 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 1414 1171 55 138 0 1273 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7712

[startup+0.301548 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 3495
/proc/meminfo: memFree=1360784/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=6452 CPUtime=0.29
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 1700 0 0 0 29 0 0 0 21 0 1 0 1116137308 6606848 1394 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 1613 1394 71 138 0 1472 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8508

[startup+0.701632 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 3495
/proc/meminfo: memFree=1360784/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=6584 CPUtime=0.69
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 1760 0 0 0 69 0 0 0 25 0 1 0 1116137308 6742016 1454 1992294400 134512640 135078026 4294956176 18446744073709551615 134534954 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 1646 1454 71 138 0 1505 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8640

[startup+1.50284 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 3497
/proc/meminfo: memFree=1354816/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=7508 CPUtime=1.49
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 1963 0 0 0 148 1 0 0 25 0 1 0 1116137308 7688192 1657 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 1877 1657 71 138 0 1736 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9564

[startup+3.10115 s]
/proc/loadavg: 0.92 0.98 1.08 2/66 3497
/proc/meminfo: memFree=1352384/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=8564 CPUtime=3.09
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 2244 0 0 0 307 2 0 0 25 0 1 0 1116137308 8769536 1938 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 2141 1938 71 138 0 2000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10620

[startup+6.30283 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 3497
/proc/meminfo: memFree=1352976/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=0
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116137308 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 112 96 399 0 111 0
[pid=3496] ppid=3495 vsize=9092 CPUtime=6.29
/proc/3496/stat : 3496 (mxc-sr08) R 3495 3495 3124 0 -1 4194304 2377 0 0 0 627 2 0 0 25 0 1 0 1116137308 9310208 2071 1992294400 134512640 135078026 4294956176 18446744073709551615 134523741 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3496/statm: 2273 2071 71 138 0 2132 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11148

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 1.08 2/66 3498
/proc/meminfo: memFree=1355280/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=2056 CPUtime=9.99
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 152 2502 0 0 0 0 997 2 20 0 1 0 1116137308 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 514 121 104 399 0 111 0
[pid=3498] ppid=3495 vsize=8508 CPUtime=2.67
/proc/3498/stat : 3498 (picosat846) R 3495 3495 3124 0 -1 4194304 1853 0 0 0 266 1 0 0 25 0 1 0 1116138310 8712192 1842 1992294400 134512640 134570484 4294956176 18446744073709551615 134552201 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3498/statm: 2127 1842 85 14 0 1793 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10564

[startup+25.502 s]
/proc/loadavg: 1.01 1.00 1.08 2/66 3501
/proc/meminfo: memFree=1344592/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=12388 CPUtime=4.87
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 2816 0 0 0 486 1 0 0 25 0 1 0 1116139369 12685312 2805 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 3097 2805 85 14 0 2763 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 20048

[startup+51.1014 s]
/proc/loadavg: 1.01 1.00 1.08 2/66 3501
/proc/meminfo: memFree=1329744/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=26532 CPUtime=30.47
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 6352 0 0 0 3043 4 0 0 25 0 1 0 1116139369 27168768 6340 1992294400 134512640 134570484 4294956176 18446744073709551615 134544160 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 6633 6340 85 14 0 6299 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 34192

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 3501
/proc/meminfo: memFree=1312464/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=43948 CPUtime=81.63
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 10686 0 0 0 8156 7 0 0 25 0 1 0 1116139369 45002752 10674 1992294400 134512640 134570484 4294956176 18446744073709551615 134524055 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 10987 10674 85 14 0 10653 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 51608

[startup+162.301 s]
/proc/loadavg: 1.04 1.01 1.07 2/66 3501
/proc/meminfo: memFree=1303248/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=54244 CPUtime=141.6
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 13282 0 0 0 14150 10 0 0 25 0 1 0 1116139369 55545856 13270 1992294400 134512640 134570484 4294956176 18446744073709551615 134553137 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 13561 13270 85 14 0 13227 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 61904

[startup+222.301 s]
/proc/loadavg: 1.01 1.01 1.07 2/66 3501
/proc/meminfo: memFree=1291984/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=65052 CPUtime=201.57
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 15877 0 0 0 20145 12 0 0 25 0 1 0 1116139369 66613248 15865 1992294400 134512640 134570484 4294956176 18446744073709551615 9340539 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 16263 15865 85 14 0 15929 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 72712

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 3501
/proc/meminfo: memFree=1280528/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=76140 CPUtime=261.53
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 18655 0 0 0 26139 14 0 0 25 0 1 0 1116139369 77967360 18643 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 19035 18643 85 14 0 18701 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 83800

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 3501
/proc/meminfo: memFree=1272976/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=83532 CPUtime=321.5
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 20538 0 0 0 32135 15 0 0 25 0 1 0 1116139369 85536768 20526 1992294400 134512640 134570484 4294956176 18446744073709551615 134524077 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 20883 20526 85 14 0 20549 0

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


[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 3503
/proc/meminfo: memFree=1230864/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=126200 CPUtime=801.24
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 31389 0 0 0 80098 26 0 0 25 0 1 0 1116139369 129228800 31021 1992294400 134512640 134570484 4294956176 18446744073709551615 134526482 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 31550 31021 85 14 0 31216 0
Current children cumulated CPU time (s) 821.8
Current children cumulated vsize (KiB) 133860

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1224400/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=132668 CPUtime=861.21
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 33008 0 0 0 86093 28 0 0 25 0 1 0 1116139369 135852032 32640 1992294400 134512640 134570484 4294956176 18446744073709551615 134552035 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 33167 32640 85 14 0 32833 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 140328

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1224400/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=132668 CPUtime=921.18
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 33008 0 0 0 92090 28 0 0 25 0 1 0 1116139369 135852032 32640 1992294400 134512640 134570484 4294956176 18446744073709551615 134526482 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 33167 32640 85 14 0 32833 0
Current children cumulated CPU time (s) 941.74
Current children cumulated vsize (KiB) 140328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214160/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142832 CPUtime=981.15
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 35555 0 0 0 98084 31 0 0 25 0 1 0 1116139369 146259968 35187 1992294400 134512640 134570484 4294956176 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35708 35187 85 14 0 35374 0
Current children cumulated CPU time (s) 1001.71
Current children cumulated vsize (KiB) 150492

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1208400/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=148508 CPUtime=1041.12
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37000 0 0 0 104080 32 0 0 25 0 1 0 1116139369 152072192 36632 1992294400 134512640 134570484 4294956176 18446744073709551615 134553015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 37127 36632 85 14 0 36793 0
Current children cumulated CPU time (s) 1061.68
Current children cumulated vsize (KiB) 156168

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1208400/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=148508 CPUtime=1101.09
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37000 0 0 0 110077 32 0 0 25 0 1 0 1116139369 152072192 36632 1992294400 134512640 134570484 4294956176 18446744073709551615 134551739 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 37127 36632 85 14 0 36793 0
Current children cumulated CPU time (s) 1121.65
Current children cumulated vsize (KiB) 156168

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1161.05
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 116073 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 150104

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1169.05
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 116873 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1189.61
Current children cumulated vsize (KiB) 150104

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1175.45
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 117513 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134551758 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1196.01
Current children cumulated vsize (KiB) 150104

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1177.05
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 117673 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1197.61
Current children cumulated vsize (KiB) 150104

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1177.85
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 117753 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1198.41
Current children cumulated vsize (KiB) 150104

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1178.25
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 117793 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134549863 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1198.81
Current children cumulated vsize (KiB) 150104

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1178.65
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 117833 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134524070 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1199.21
Current children cumulated vsize (KiB) 150104

[startup+1200 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3503
/proc/meminfo: memFree=1214288/2055920 swapFree=4177928/4192956
[pid=3495] ppid=3493 vsize=7660 CPUtime=20.56
/proc/3495/stat : 3495 (SATzilla2009_I) S 3493 3495 3124 0 -1 4194304 3304 8477 0 0 316 21 1694 25 25 0 1 0 1116137308 7843840 1593 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/3495/statm: 1915 1593 217 399 0 1512 0
[pid=3501] ppid=3495 vsize=142444 CPUtime=1178.75
/proc/3501/stat : 3501 (picosat846) R 3495 3495 3124 0 -1 4194304 37002 0 0 0 117843 32 0 0 25 0 1 0 1116139369 145862656 35126 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/3501/statm: 35611 35126 85 14 0 35277 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 150104

Child status: 17
Real time (s): 1200.09
CPU time (s): 1199.42
CPU user time (s): 1198.61
CPU system time (s): 0.816875
CPU usage (%): 99.9446
Max. virtual memory (cumulated for all children) (KiB): 156168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.61
system time used= 0.816875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48806
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= 15
involuntary context switches= 4746

runsolver used 1.06384 second user time and 3.3135 second system time

The end

Launcher Data

Begin job on node10 at 2009-03-30 19:38:30
IDJOB=1538554
IDBENCH=70297
IDSOLVER=528
FILE ID=node10/1538554-1238434710
PBS_JOBID= 9061572
Free space on /tmp= 65604 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/10000/unif-k3-r4.2-v10000-c42000-S279212213-020.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538554-1238434710/watcher-1538554-1238434710 -o /tmp/evaluation-result-1538554-1238434710/solver-1538554-1238434710 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538554-1238434710.cnf

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

MD5SUM BENCH= 183c921e18805bcc408ca715f9914368
RANDOM SEED=2062744948

node10.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.272
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.272
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:       1361328 kB
Buffers:        101712 kB
Cached:         491872 kB
SwapCached:       8896 kB
Active:         187648 kB
Inactive:       416936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361328 kB
SwapTotal:     4192956 kB
SwapFree:      4177928 kB
Dirty:           32208 kB
Writeback:           0 kB
Mapped:          16608 kB
Slab:            76136 kB
Committed_AS:  2855504 kB
PageTables:       1380 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= 65572 MiB
End job on node10 at 2009-03-30 19:58:30