Trace number 1538575

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.05 1199.5

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/8000/
unif-k3-r4.2-v8000-c33600-S195213520-027.cnf
MD5SUM9441297e33213208348519454e6efb92
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.28859
Satisfiable
(Un)Satisfiability was proved
Number of variables8000
Number of clauses33600
Sum of the clauses size100800
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 333600
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

20.15/20.24	c SATzilla is building models for class 3
20.15/20.24	c run presolver mxc-sr08 for 10 seconds ... 
20.15/20.24	c Bin: Executing mxc-sr08
20.15/20.24	c spawning binary file with 10 seconds ...
20.15/20.24	c child exit by a signal
20.15/20.24	c mxc-sr08 returned code 137.
20.15/20.24	c run presolver picosat846 for 5 seconds ... 
20.15/20.24	c Bin: Executing picosat846
20.15/20.24	c spawning binary file with 5 seconds ...
20.15/20.24	c child exit by a signal
20.15/20.24	c picosat846 returned code 137.
20.15/20.24	c Orignal number of varibales is 8000, number of clauses is 33600 
20.15/20.24	c predicted feature computation time is 1.481951 
20.15/20.24	c Bin: Executing satelite
20.15/20.24	c spawning binary file with 240 seconds ...
20.15/20.24	c child exited successfully
20.15/20.24	c satzilla computing base features
20.15/20.24	c Number of variabe is: 7809, Number of clause is : 33418 
20.15/20.24	c Initializing...
20.15/20.24	c satzilla doing clause learning
20.15/20.24	c start clause learning features ...
20.15/20.24	c Bin: Executing zchaff07
20.15/20.24	c spawning binary file with 2 seconds ...
20.15/20.24	c child exit by a signal
20.15/20.24	c satzilla doing survey propogation probe
20.15/20.24	c do survay propogation for 2 second ...
20.15/20.24	c satzilla doing local search probe
20.15/20.24	c features are:8000 33600 7809 33418 0.024459 0.00544617 0.233676 0.4949 0.585781 0.708714 0.000388855 0.0634699 0.000384172 0.000640287 0.158138 0 0.96439 0.000388855 0.29295 5.9848e-05 0.00101742 2.72048 0.228467 0.171731 0 1 3.3781 0.000193079 0.400698 0 0.000628404 2.34414 0.498564 0.000787221 0.296729 0.000119696 0.0021246 27.6562 0.377406 12 54 44 16 34 20 25 52.2644 0.160842 35.9655 76.9333 62 42.1111 58.1714 46.381 52.1579 0.394947 0.582431 6.87574e-05 1 0.713277 0.0859255 0.574419 0.205212 0.388827 0.0935844 0.656886 0.00240684 0.85049 0.177106 0.0287131 0.125789 0.0476826 0.0806486 211.87 0.495448 1720.26 0.0193022 1717 1683 1752 0.276424 1.12208 0.848039 0.0322375 
20.15/20.24	c satzilla's ranking:
20.15/20.24	c 1) picosat846: 2.627207
20.15/20.24	c 2) minisat20SAT07: 1.707426
20.15/20.24	c 3) mxc-sr08: 1.366940
20.15/20.24	c 4) zchaff_rand: 1.359159
20.15/20.24	c 5) march_dl2004: 1.312688
20.15/20.24	c 6) SATenstein: -10000.000000
20.15/20.24	c 7) gnovelty+: -10000.000000
20.15/20.24	c 8) adaptg2wsat+: -10000.000000
20.15/20.24	c 9) adaptg2wsat0: -10000.000000
20.15/20.24	c 10) tts-4-0: -10000.000000
20.15/20.24	c 11) vallst: -10000.000000
20.15/20.24	c 12) minisat20: -10000.000000
20.15/20.24	c 13) kcnfs04SAT07: -10000.000000
20.15/20.24	c satzilla running picosat846 ... 
1198.92/1199.49	c Bin: Executing picosat846
1198.92/1199.49	c spawning binary file with 1179 seconds ...
1198.92/1199.49	c child exit by a signal
1198.92/1199.49	c picosat846 returned code 137.
1198.92/1199.49	c satzilla running minisat20SAT07 ... 
1198.92/1199.49	c Bin: Executing minisat20SAT07
1198.92/1199.49	c minisat20SAT07 returned code 1.
1198.92/1199.49	c satzilla running mxc-sr08 ... 
1198.92/1199.49	c Bin: Executing mxc-sr08
1198.92/1199.49	c mxc-sr08 returned code 1.
1198.92/1199.49	c satzilla running zchaff_rand ... 
1198.92/1199.49	c Bin: Executing zchaff_rand
1198.92/1199.49	c zchaff_rand returned code 1.
1198.92/1199.49	c satzilla running march_dl2004 ... 
1198.92/1199.49	c Bin: Executing march_dl2004
1198.92/1199.49	c march_dl2004 returned code 1.
1198.92/1199.49	c satzilla running SATenstein ... 
1198.92/1199.49	c Bin: Executing SATenstein
1198.92/1199.49	c SATenstein returned code 1.
1198.92/1199.49	c satzilla running gnovelty+ ... 
1198.92/1199.49	c Bin: Executing gnovelty+
1198.92/1199.49	c gnovelty+ returned code 1.
1198.92/1199.49	c satzilla running adaptg2wsat+ ... 
1198.92/1199.49	c Bin: Executing adaptg2wsat+
1198.92/1199.49	c adaptg2wsat+ returned code 1.
1198.92/1199.49	c satzilla running adaptg2wsat0 ... 
1198.92/1199.49	c Bin: Executing adaptg2wsat0
1198.92/1199.49	c adaptg2wsat0 returned code 1.
1198.92/1199.49	c satzilla running tts-4-0 ... 
1198.92/1199.49	c Bin: Executing tts-4-0
1198.92/1199.49	c tts-4-0 returned code 1.
1198.92/1199.49	c satzilla running vallst ... 
1198.92/1199.49	c Bin: Executing vallst
1198.92/1199.49	c vallst returned code 1.
1198.92/1199.49	c satzilla running minisat20 ... 
1198.92/1199.49	c Bin: Executing minisat20
1198.92/1199.49	c minisat20 returned code 1.
1198.92/1199.49	c satzilla running kcnfs04SAT07 ... 
1198.92/1199.49	c Bin: Executing kcnfs04SAT07
1198.92/1199.49	c kcnfs04SAT07 returned code 1.
1198.92/1199.49	c ERROR: All Failed! 
1198.92/1199.49	c SATZILLA_TIME=1199.220000

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-1538575-1238435318/watcher-1538575-1238435318 -o /tmp/evaluation-result-1538575-1238435318/solver-1538575-1238435318 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538575-1238435318.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 1.00 1.00 3/76 28862
/proc/meminfo: memFree=1644520/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=2960 CPUtime=0
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 580 0 0 0 0 0 0 0 19 0 1 0 1116192997 3031040 576 1992294400 134512640 135078026 4294956176 18446744073709551615 134566063 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28863/statm: 740 576 54 138 0 599 0

[startup+0.02201 s]
/proc/loadavg: 0.99 1.00 1.00 3/76 28862
/proc/meminfo: memFree=1644520/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=3812 CPUtime=0.01
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 775 0 0 0 1 0 0 0 19 0 1 0 1116192997 3903488 771 1992294400 134512640 135078026 4294956176 18446744073709551615 134725202 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28863/statm: 953 771 54 138 0 812 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5868

[startup+0.102016 s]
/proc/loadavg: 0.99 1.00 1.00 3/76 28862
/proc/meminfo: memFree=1644520/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=4600 CPUtime=0.09
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 1131 0 0 0 9 0 0 0 19 0 1 0 1116192997 4710400 978 1992294400 134512640 135078026 4294956176 18446744073709551615 134560764 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28863/statm: 1150 978 55 138 0 1009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6656

[startup+0.301032 s]
/proc/loadavg: 0.99 1.00 1.00 3/76 28862
/proc/meminfo: memFree=1644520/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=5156 CPUtime=0.29
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 1355 0 0 0 29 0 0 0 21 0 1 0 1116192997 5279744 1135 1992294400 134512640 135078026 4294956176 18446744073709551615 134538046 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28863/statm: 1289 1135 71 138 0 1148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7212

[startup+0.701066 s]
/proc/loadavg: 0.99 1.00 1.00 3/76 28862
/proc/meminfo: memFree=1644520/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=5552 CPUtime=0.69
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 1454 0 0 0 69 0 0 0 25 0 1 0 1116192997 5685248 1234 1992294400 134512640 135078026 4294956176 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28863/statm: 1388 1234 71 138 0 1247 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7608

[startup+1.50113 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28864
/proc/meminfo: memFree=1639448/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=6476 CPUtime=1.49
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 1657 0 0 0 149 0 0 0 25 0 1 0 1116192997 6631424 1437 1992294400 134512640 135078026 4294956176 18446744073709551615 134533727 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28863/statm: 1619 1437 71 138 0 1478 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8532

[startup+3.10128 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28864
/proc/meminfo: memFree=1637464/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=6872 CPUtime=3.07
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 1774 0 0 0 306 1 0 0 25 0 1 0 1116192997 7036928 1554 1992294400 134512640 135078026 4294956176 18446744073709551615 134533771 0 0 8392704 0 0 0 0 17 1 0 0
/proc/28863/statm: 1718 1554 71 138 0 1577 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 8928

[startup+6.30253 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28864
/proc/meminfo: memFree=1638168/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=0
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1116192997 2105344 112 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 112 96 399 0 111 0
[pid=28863] ppid=28862 vsize=7532 CPUtime=6.28
/proc/28863/stat : 28863 (mxc-sr08) R 28862 28862 28382 0 -1 4194304 1931 0 0 0 626 2 0 0 25 0 1 0 1116192997 7712768 1711 1992294400 134512640 135078026 4294956176 18446744073709551615 134522144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28863/statm: 1883 1711 71 138 0 1742 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9588

[startup+12.7011 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28865
/proc/meminfo: memFree=1638936/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=2056 CPUtime=9.99
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 152 2017 0 0 0 0 997 2 19 0 1 0 1116192997 2105344 121 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 514 121 104 399 0 111 0
[pid=28865] ppid=28862 vsize=8424 CPUtime=2.67
/proc/28865/stat : 28865 (picosat846) R 28862 28862 28382 0 -1 4194304 1822 0 0 0 267 0 0 0 25 0 1 0 1116193999 8626176 1811 1992294400 134512640 134570484 4294956176 18446744073709551615 134524060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28865/statm: 2106 1811 85 14 0 1772 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 10480

[startup+25.5011 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28868
/proc/meminfo: memFree=1628312/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=12780 CPUtime=5.24
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 2897 0 0 0 522 2 0 0 25 0 1 0 1116195022 13086720 2885 1992294400 134512640 134570484 4294956176 18446744073709551615 134553040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 3195 2885 85 14 0 2861 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 19504

[startup+51.1012 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28868
/proc/meminfo: memFree=1617816/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=23208 CPUtime=30.82
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 5522 0 0 0 3078 4 0 0 25 0 1 0 1116195022 23764992 5510 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 5802 5510 85 14 0 5468 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 29932

[startup+102.307 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28868
/proc/meminfo: memFree=1606296/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=34948 CPUtime=82
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 8405 0 0 0 8194 6 0 0 25 0 1 0 1116195022 35786752 8391 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 8737 8391 85 14 0 8403 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 41672

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28868
/proc/meminfo: memFree=1598424/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=42736 CPUtime=141.97
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 10376 0 0 0 14189 8 0 0 25 0 1 0 1116195022 43761664 10362 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 10684 10362 85 14 0 10350 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 49460

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28868
/proc/meminfo: memFree=1587032/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=53956 CPUtime=201.94
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 13201 0 0 0 20184 10 0 0 25 0 1 0 1116195022 55250944 13187 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 13489 13187 85 14 0 13155 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 60680

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28868
/proc/meminfo: memFree=1583832/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=57768 CPUtime=261.92
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 14037 0 0 0 26181 11 0 0 25 0 1 0 1116195022 59154432 14023 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 14442 14023 85 14 0 14108 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 64492

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28868
/proc/meminfo: memFree=1576856/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=64632 CPUtime=321.89
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 15792 0 0 0 32177 12 0 0 25 0 1 0 1116195022 66183168 15778 1992294400 134512640 134570484 4294956176 18446744073709551615 134553015 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 16158 15778 85 14 0 15824 0

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


[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1542544/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=98412 CPUtime=801.74
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 24985 0 0 0 80153 21 0 0 25 0 1 0 1116195022 100773888 24279 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 24603 24279 85 14 0 24269 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 105136

[startup+882.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1545168/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=95512 CPUtime=861.72
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 24987 0 0 0 86151 21 0 0 25 0 1 0 1116195022 97804288 23574 1992294400 134512640 134570484 4294956176 18446744073709551615 134553094 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 23878 23574 85 14 0 23544 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 102236

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1536656/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=104224 CPUtime=921.71
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 27164 0 0 0 92147 24 0 0 25 0 1 0 1116195022 106725376 25751 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 26056 25751 85 14 0 25722 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 110948

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1539472/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=101240 CPUtime=981.69
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 27165 0 0 0 98145 24 0 0 25 0 1 0 1116195022 103669760 25016 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 25310 25016 85 14 0 24976 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 107964

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1531736/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=109160 CPUtime=1041.67
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 29136 0 0 0 104141 26 0 0 25 0 1 0 1116195022 111779840 26987 1992294400 134512640 134570484 4294956176 18446744073709551615 134524171 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 27290 26987 85 14 0 26956 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 115884

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1526936/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=114936 CPUtime=1101.65
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 30336 0 0 0 110138 27 0 0 25 0 1 0 1116195022 117694464 28187 1992294400 134512640 134570484 4294956176 18446744073709551615 134553040 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 28734 28187 85 14 0 28400 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 121660

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1161.64
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 116136 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 126148

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

[startup+1190.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1169.63
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 116935 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1189.82
Current children cumulated vsize (KiB) 126148

[startup+1193.51 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1172.84
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 117256 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134553185 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1193.03
Current children cumulated vsize (KiB) 126148

[startup+1196.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1176.04
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 117576 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1196.23
Current children cumulated vsize (KiB) 126148

[startup+1198.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1177.63
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 117735 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134522997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1197.82
Current children cumulated vsize (KiB) 126148

[startup+1199.1 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1178.43
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 117815 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1198.62
Current children cumulated vsize (KiB) 126148

[startup+1199.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1178.63
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 117835 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134552971 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1198.82
Current children cumulated vsize (KiB) 126148

[startup+1199.4 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 28874
/proc/meminfo: memFree=1522328/2055920 swapFree=4173760/4192956
[pid=28862] ppid=28860 vsize=6724 CPUtime=20.19
/proc/28862/stat : 28862 (SATzilla2009_I) S 28860 28862 28382 0 -1 4194304 2681 7533 0 0 282 22 1696 19 25 0 1 0 1116192997 6885376 1341 1992294400 134512640 136149169 4294956208 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/28862/statm: 1681 1341 217 399 0 1278 0
[pid=28868] ppid=28862 vsize=119424 CPUtime=1178.73
/proc/28868/stat : 28868 (picosat846) R 28862 28862 28382 0 -1 4194304 31475 0 0 0 117845 28 0 0 25 0 1 0 1116195022 122290176 29326 1992294400 134512640 134570484 4294956176 18446744073709551615 134549866 0 0 8392704 0 0 0 0 17 0 0 0
/proc/28868/statm: 29856 29326 85 14 0 29522 0
Current children cumulated CPU time (s) 1198.92
Current children cumulated vsize (KiB) 126148

Child status: 17
Real time (s): 1199.5
CPU time (s): 1199.05
CPU user time (s): 1198.32
CPU system time (s): 0.730888
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 126148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.32
system time used= 0.730888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41712
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 2730

runsolver used 1.51677 second user time and 3.9464 second system time

The end

Launcher Data

Begin job on node65 at 2009-03-30 19:48:38
IDJOB=1538575
IDBENCH=70304
IDSOLVER=528
FILE ID=node65/1538575-1238435318
PBS_JOBID= 9061571
Free space on /tmp= 66316 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/8000/unif-k3-r4.2-v8000-c33600-S195213520-027.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538575-1238435318/watcher-1538575-1238435318 -o /tmp/evaluation-result-1538575-1238435318/solver-1538575-1238435318 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538575-1238435318.cnf

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

MD5SUM BENCH= 9441297e33213208348519454e6efb92
RANDOM SEED=2079952368

node65.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.231
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.231
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:       1645000 kB
Buffers:         71200 kB
Cached:         251324 kB
SwapCached:       9792 kB
Active:         166092 kB
Inactive:       167816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1645000 kB
SwapTotal:     4192956 kB
SwapFree:      4173760 kB
Dirty:           32044 kB
Writeback:           0 kB
Mapped:          17008 kB
Slab:            61828 kB
Committed_AS:  3363496 kB
PageTables:       2316 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= 66288 MiB
End job on node65 at 2009-03-30 20:08:38