Trace number 1730137

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.11 1199.47

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
MD5SUMae4e3f3661a3c7ad7c7ec30d56d611a1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.913
Satisfiable
(Un)Satisfiability was proved
Number of variables1980
Number of clauses86175
Sum of the clauses size259380
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2990
Number of clauses of size 385140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

20.17/20.27	c SATzilla is building models for class 3
20.17/20.27	c run presolver mxc-sr08 for 10 seconds ... 
20.17/20.27	c Bin: Executing mxc-sr08
20.17/20.27	c spawning binary file with 10 seconds ...
20.17/20.27	c child exit by a signal
20.17/20.27	c mxc-sr08 returned code 137.
20.17/20.27	c run presolver picosat846 for 5 seconds ... 
20.17/20.27	c Bin: Executing picosat846
20.17/20.27	c spawning binary file with 5 seconds ...
20.17/20.27	c child exit by a signal
20.17/20.27	c picosat846 returned code 137.
20.17/20.27	c Orignal number of varibales is 2025, number of clauses is 86175 
20.17/20.27	c predicted feature computation time is 1.520633 
20.17/20.27	c Bin: Executing satelite
20.17/20.27	c spawning binary file with 240 seconds ...
20.17/20.27	c child exited successfully
20.17/20.27	c satzilla computing base features
20.17/20.27	c Number of variabe is: 1980, Number of clause is : 86175 
20.17/20.27	c Initializing...
20.17/20.27	c satzilla doing clause learning
20.17/20.27	c start clause learning features ...
20.17/20.27	c Bin: Executing zchaff07
20.17/20.27	c spawning binary file with 2 seconds ...
20.17/20.27	c child exit by a signal
20.17/20.27	c satzilla doing survey propogation probe
20.17/20.27	c do survay propogation for 2 second ...
20.17/20.27	c satzilla doing local search probe
20.17/20.27	c features are:2025 86175 1980 86175 0.0227273 0 0.0229765 0.50139 0.584031 0.605324 0.00152016 0.313288 0.0010101 0.0222222 0.067196 0.0114883 0.999478 0.00152016 0 0.00152016 0.00152016 -0 0.328244 0 0.328244 0.328244 -0 0.000768187 0.172394 0.000522193 0.00102118 3.34369 0.509904 0.00200754 0 0.00200754 0.00200754 1421.33 0.544783 90 2388 2388 90 1960 787 1866 57.2666 0.0677436 52.1064 64.7667 64.7667 52.1064 58.4079 55.1531 57.1811 0.498979 3.58269e-06 0.498978 0.498985 0.498983 0.498978 0.49898 0.498978 0.498979 1.67632e-12 0 1.67499e-12 1.68099e-12 1.67877e-12 1.6751e-12 1.67705e-12 1.67522e-12 1.6756e-12 11.3519 5.90777 660.296 0.141755 675 645 692 15.1705 0.117038 1.00078 0.00631819 
20.17/20.28	c satzilla's ranking:
20.17/20.28	c 1) mxc-sr08: 1.613817
20.17/20.28	c 2) picosat846: 1.295383
20.17/20.28	c 3) minisat20SAT07: 0.931457
20.17/20.28	c 4) march_dl2004: 0.445729
20.17/20.28	c 5) zchaff_rand: -0.903663
20.17/20.28	c 6) SATenstein: -10000.000000
20.17/20.28	c 7) gnovelty+: -10000.000000
20.17/20.28	c 8) adaptg2wsat+: -10000.000000
20.17/20.28	c 9) adaptg2wsat0: -10000.000000
20.17/20.28	c 10) tts-4-0: -10000.000000
20.17/20.28	c 11) vallst: -10000.000000
20.17/20.28	c 12) minisat20: -10000.000000
20.17/20.28	c 13) kcnfs04SAT07: -10000.000000
20.17/20.28	c satzilla running mxc-sr08 ... 
1199.02/1199.46	c Bin: Executing mxc-sr08
1199.02/1199.46	c spawning binary file with 1179 seconds ...
1199.02/1199.46	c child exit by a signal
1199.02/1199.46	c mxc-sr08 returned code 137.
1199.02/1199.46	c satzilla running picosat846 ... 
1199.02/1199.46	c Bin: Executing picosat846
1199.02/1199.46	c picosat846 returned code 1.
1199.02/1199.46	c satzilla running minisat20SAT07 ... 
1199.02/1199.46	c Bin: Executing minisat20SAT07
1199.02/1199.46	c minisat20SAT07 returned code 1.
1199.02/1199.46	c satzilla running march_dl2004 ... 
1199.02/1199.46	c Bin: Executing march_dl2004
1199.02/1199.46	c march_dl2004 returned code 1.
1199.02/1199.46	c satzilla running zchaff_rand ... 
1199.02/1199.46	c Bin: Executing zchaff_rand
1199.02/1199.46	c zchaff_rand returned code 1.
1199.02/1199.46	c satzilla running SATenstein ... 
1199.02/1199.46	c Bin: Executing SATenstein
1199.02/1199.46	c SATenstein returned code 1.
1199.02/1199.46	c satzilla running gnovelty+ ... 
1199.02/1199.46	c Bin: Executing gnovelty+
1199.02/1199.46	c gnovelty+ returned code 1.
1199.02/1199.46	c satzilla running adaptg2wsat+ ... 
1199.02/1199.46	c Bin: Executing adaptg2wsat+
1199.02/1199.46	c adaptg2wsat+ returned code 1.
1199.02/1199.46	c satzilla running adaptg2wsat0 ... 
1199.02/1199.46	c Bin: Executing adaptg2wsat0
1199.02/1199.46	c adaptg2wsat0 returned code 1.
1199.02/1199.46	c satzilla running tts-4-0 ... 
1199.02/1199.46	c Bin: Executing tts-4-0
1199.02/1199.46	c tts-4-0 returned code 1.
1199.02/1199.46	c satzilla running vallst ... 
1199.02/1199.46	c Bin: Executing vallst
1199.02/1199.46	c vallst returned code 1.
1199.02/1199.46	c satzilla running minisat20 ... 
1199.02/1199.46	c Bin: Executing minisat20
1199.02/1199.46	c minisat20 returned code 1.
1199.02/1199.46	c satzilla running kcnfs04SAT07 ... 
1199.02/1199.46	c Bin: Executing kcnfs04SAT07
1199.02/1199.46	c kcnfs04SAT07 returned code 1.
1199.02/1199.46	c ERROR: All Failed! 
1199.02/1199.46	c SATZILLA_TIME=1199.280000

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 26794
/proc/meminfo: memFree=1603112/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=2160 CPUtime=0
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 297 0 0 0 0 0 0 0 19 0 1 0 103660697 2211840 293 1992294400 134512640 135078026 4294956176 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 540 300 44 138 0 399 0

[startup+0.079184 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 26794
/proc/meminfo: memFree=1603112/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=6732 CPUtime=0.06
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 1519 0 0 0 6 0 0 0 19 0 1 0 103660697 6893568 1515 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 1683 1516 54 138 0 1542 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8788

[startup+0.102186 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 26794
/proc/meminfo: memFree=1603112/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=5832 CPUtime=0.08
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 1709 0 0 0 8 0 0 0 19 0 1 0 103660697 5971968 1348 1992294400 134512640 135078026 4294956176 18446744073709551615 134561101 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 1458 1348 55 138 0 1317 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7888

[startup+0.302208 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 26794
/proc/meminfo: memFree=1603112/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=5832 CPUtime=0.28
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 1709 0 0 0 28 0 0 0 20 0 1 0 103660697 5971968 1348 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 1458 1348 55 138 0 1317 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7888

[startup+0.702251 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 26794
/proc/meminfo: memFree=1603112/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=6280 CPUtime=0.68
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 1793 0 0 0 68 0 0 0 24 0 1 0 103660697 6430720 1432 1992294400 134512640 135078026 4294956176 18446744073709551615 134560893 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 1570 1432 55 138 0 1429 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 8336

[startup+1.50134 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26796
/proc/meminfo: memFree=1595288/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=9416 CPUtime=1.49
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 2728 0 0 0 148 1 0 0 25 0 1 0 103660697 9641984 2198 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 2354 2198 71 138 0 2213 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11472

[startup+3.10152 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26796
/proc/meminfo: memFree=1591768/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=12644 CPUtime=3.09
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 3549 0 0 0 306 3 0 0 25 0 1 0 103660697 12947456 3019 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 3161 3019 71 138 0 3020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14700

[startup+6.30187 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26796
/proc/meminfo: memFree=1588440/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=0
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 103660697 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 112 96 399 0 111 0
[pid=26795] ppid=26794 vsize=18976 CPUtime=6.29
/proc/26795/stat : 26795 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 5085 0 0 0 625 4 0 0 25 0 1 0 103660697 19431424 4555 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26795/statm: 4744 4555 71 138 0 4603 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21032

[startup+12.7016 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26797
/proc/meminfo: memFree=1594776/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=2056 CPUtime=9.99
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 152 6060 0 0 0 0 994 5 19 0 1 0 103660697 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 514 121 104 399 0 111 0
[pid=26797] ppid=26794 vsize=11352 CPUtime=2.68
/proc/26797/stat : 26797 (picosat846) R 26794 26794 26514 0 -1 4194304 2536 0 0 0 267 1 0 0 25 0 1 0 103661698 11624448 2525 1992294400 134512640 134570484 4294956176 18446744073709551615 134553027 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26797/statm: 2838 2525 85 14 0 2504 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13408

[startup+25.502 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26800
/proc/meminfo: memFree=1578016/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=15284 CPUtime=5.2
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 4203 0 0 0 519 1 0 0 25 0 1 0 103662725 15650816 3673 1992294400 134512640 135078026 4294956176 18446744073709551615 134523981 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 3821 3673 71 138 0 3680 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 26192

[startup+51.1018 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26800
/proc/meminfo: memFree=1560992/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=34824 CPUtime=30.8
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 9085 0 0 0 3076 4 0 0 25 0 1 0 103662725 35659776 8555 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 8706 8555 71 138 0 8565 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 45732

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26800
/proc/meminfo: memFree=1545824/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=47996 CPUtime=81.99
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 12300 0 0 0 8193 6 0 0 25 0 1 0 103662725 49147904 11770 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 11999 11770 71 138 0 11858 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 58904

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26800
/proc/meminfo: memFree=1541984/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=51968 CPUtime=141.97
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 13274 0 0 0 14190 7 0 0 25 0 1 0 103662725 53215232 12725 1992294400 134512640 135078026 4294956176 18446744073709551615 134534329 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 12992 12725 71 138 0 12851 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 62876

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26800
/proc/meminfo: memFree=1535712/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=58160 CPUtime=201.95
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 14823 0 0 0 20187 8 0 0 25 0 1 0 103662725 59555840 14274 1992294400 134512640 135078026 4294956176 18446744073709551615 134522580 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 14540 14274 71 138 0 14399 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 69068

[startup+282.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26800
/proc/meminfo: memFree=1530912/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=63092 CPUtime=261.93
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 16034 0 0 0 26185 8 0 0 25 0 1 0 103662725 64606208 15485 1992294400 134512640 135078026 4294956176 18446744073709551615 134534665 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 15773 15485 71 138 0 15632 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 74000

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26800
/proc/meminfo: memFree=1502240/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=92824 CPUtime=321.92
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 23450 0 0 0 32178 14 0 0 25 0 1 0 103662725 95051776 22901 1992294400 134512640 135078026 4294956176 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 23206 22901 71 138 0 23065 0

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


[startup+822.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1495904/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=97728 CPUtime=801.78
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 24883 0 0 0 80161 17 0 0 25 0 1 0 103662725 100073472 24152 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 24432 24152 71 138 0 24291 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 108636

[startup+882.303 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1486560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=107076 CPUtime=861.76
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 27201 0 0 0 86157 19 0 0 25 0 1 0 103662725 109645824 26470 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 26769 26470 71 138 0 26628 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 117984

[startup+942.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1481952/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=111448 CPUtime=921.74
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 28497 0 0 0 92154 20 0 0 25 0 1 0 103662725 114122752 27569 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 27862 27569 71 138 0 27721 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 122356

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1474784/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=118828 CPUtime=981.72
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 30320 0 0 0 98150 22 0 0 25 0 1 0 103662725 121679872 29392 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 29707 29392 71 138 0 29566 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 129736

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470624/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1041.71
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31361 0 0 0 104148 23 0 0 25 0 1 0 103662725 126033920 30433 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30433 71 138 0 30629 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 133988

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1101.68
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31362 0 0 0 110145 23 0 0 25 0 1 0 103662725 126033920 30434 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30434 71 138 0 30629 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 133988

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1161.68
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31363 0 0 0 116144 24 0 0 25 0 1 0 103662725 126033920 30435 1992294400 134512640 135078026 4294956176 18446744073709551615 134526857 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30435 71 138 0 30629 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 133988

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1169.67
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31363 0 0 0 116943 24 0 0 25 0 1 0 103662725 126033920 30435 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30435 71 138 0 30629 0
Current children cumulated CPU time (s) 1189.92
Current children cumulated vsize (KiB) 133988

[startup+1193.51 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1172.88
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31363 0 0 0 117264 24 0 0 25 0 1 0 103662725 126033920 30435 1992294400 134512640 135078026 4294956176 18446744073709551615 134534429 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30435 71 138 0 30629 0
Current children cumulated CPU time (s) 1193.13
Current children cumulated vsize (KiB) 133988

[startup+1196.7 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1176.08
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31363 0 0 0 117584 24 0 0 25 0 1 0 103662725 126033920 30435 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30435 71 138 0 30629 0
Current children cumulated CPU time (s) 1196.33
Current children cumulated vsize (KiB) 133988

[startup+1198.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1177.67
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31364 0 0 0 117743 24 0 0 25 0 1 0 103662725 126033920 30436 1992294400 134512640 135078026 4294956176 18446744073709551615 134526855 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30436 71 138 0 30629 0
Current children cumulated CPU time (s) 1197.92
Current children cumulated vsize (KiB) 133988

[startup+1199.1 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1178.47
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31364 0 0 0 117823 24 0 0 25 0 1 0 103662725 126033920 30436 1992294400 134512640 135078026 4294956176 18446744073709551615 134526790 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30436 71 138 0 30629 0
Current children cumulated CPU time (s) 1198.72
Current children cumulated vsize (KiB) 133988

[startup+1199.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1178.67
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31364 0 0 0 117843 24 0 0 25 0 1 0 103662725 126033920 30436 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30436 71 138 0 30629 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 133988

[startup+1199.4 s]
/proc/loadavg: 0.99 0.99 1.00 2/66 26802
/proc/meminfo: memFree=1470560/2055920 swapFree=4180832/4192956
[pid=26794] ppid=26792 vsize=10908 CPUtime=20.25
/proc/26794/stat : 26794 (SATzilla2009_I) S 26792 26794 26514 0 -1 4194304 5103 14060 0 0 302 6 1704 13 25 0 1 0 103660697 11169792 2503 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/26794/statm: 2727 2503 217 399 0 2324 0
[pid=26800] ppid=26794 vsize=123080 CPUtime=1178.77
/proc/26800/stat : 26800 (mxc-sr08) R 26794 26794 26514 0 -1 4194304 31364 0 0 0 117853 24 0 0 25 0 1 0 103662725 126033920 30436 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/26800/statm: 30770 30436 71 138 0 30629 0
Current children cumulated CPU time (s) 1199.02
Current children cumulated vsize (KiB) 133988

Child status: 17
Real time (s): 1199.47
CPU time (s): 1199.11
CPU user time (s): 1198.65
CPU system time (s): 0.45793
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 133988

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

runsolver used 1.36279 second user time and 2.94955 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-26 16:32:05
IDJOB=1730137
IDBENCH=24722
IDSOLVER=528
FILE ID=node42/1730137-1240756325
PBS_JOBID= 9187086
Free space on /tmp= 66324 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730137-1240756325/watcher-1730137-1240756325 -o /tmp/evaluation-result-1730137-1240756325/solver-1730137-1240756325 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1730137-1240756325.cnf

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

MD5SUM BENCH= ae4e3f3661a3c7ad7c7ec30d56d611a1
RANDOM SEED=1359099637

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1603592 kB
Buffers:         49908 kB
Cached:         328676 kB
SwapCached:       6024 kB
Active:         207912 kB
Inactive:       179156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603592 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:           32880 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            51332 kB
Committed_AS:   497380 kB
PageTables:       1388 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= 66296 MiB
End job on node42 at 2009-04-26 16:52:05