Trace number 1538272

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 1199.88

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1185462553-011.cnf
MD5SUM775d7caa3d486b151a5911ebb89973a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.9568
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
Number of clauses of size over 50

Solver Data

19.56/19.61	c SATzilla is building models for class 3
19.56/19.61	c run presolver mxc-sr08 for 10 seconds ... 
19.56/19.61	c Bin: Executing mxc-sr08
19.56/19.61	c spawning binary file with 10 seconds ...
19.56/19.61	c child exit by a signal
19.56/19.61	c mxc-sr08 returned code 137.
19.56/19.61	c run presolver picosat846 for 5 seconds ... 
19.56/19.61	c Bin: Executing picosat846
19.56/19.61	c spawning binary file with 5 seconds ...
19.56/19.61	c child exit by a signal
19.56/19.61	c picosat846 returned code 137.
19.56/19.61	c Orignal number of varibales is 800, number of clauses is 16000 
19.56/19.61	c predicted feature computation time is 1.453129 
19.56/19.61	c Bin: Executing satelite
19.56/19.61	c spawning binary file with 240 seconds ...
19.56/19.61	c child exited successfully
19.56/19.61	c satzilla computing base features
19.56/19.61	c Number of variabe is: 800, Number of clause is : 16000 
19.56/19.61	c Initializing...
19.56/19.61	c satzilla doing clause learning
19.56/19.61	c start clause learning features ...
19.56/19.61	c Bin: Executing zchaff07
19.56/19.61	c spawning binary file with 2 seconds ...
19.56/19.61	c child exit by a signal
19.56/19.61	c satzilla doing survey propogation probe
19.56/19.61	c do survay propogation for 2 second ...
19.56/19.61	c satzilla doing local search probe
19.56/19.61	c features are:800 16000 800 16000 0 0 0.05 0.3784 0.648802 0.838437 0.00625 1.38778e-16 0.00625 0.00625 -0 0 0 0.00625 0.0932322 0.0041875 0.0080625 3.61206 0.0808992 0.0596259 0 0.321101 3.0158 0.00120352 0.229002 0.0004375 0.0021875 2.88587 0.192562 0.0196861 0.0755843 0.0145625 0.0234375 61.0714 0.296968 34 128 88 45 66 48 57 53.2149 0.0871918 44.2179 68.9412 59.3721 47.2553 56.6167 50.2273 52.8431 0.169504 0.668168 0.000437763 0.568693 0.331304 0.0322793 0.239182 0.0816856 0.148672 0.00269409 0.632083 0.000367979 0.0140526 0.00472109 0.0010754 0.00330604 0.00153872 0.00230168 49.9487 0.615281 152.936 0.0923261 154 140 166 0.84722 0.261547 0.861157 0.0724478 
19.56/19.61	c satzilla's ranking:
19.56/19.61	c 1) mxc-sr08: 2.754113
19.56/19.61	c 2) picosat846: 2.318092
19.56/19.61	c 3) minisat20SAT07: 1.913189
19.56/19.61	c 4) march_dl2004: 0.215897
19.56/19.61	c 5) zchaff_rand: -0.335554
19.56/19.61	c 6) SATenstein: -10000.000000
19.56/19.61	c 7) gnovelty+: -10000.000000
19.56/19.61	c 8) adaptg2wsat+: -10000.000000
19.56/19.61	c 9) adaptg2wsat0: -10000.000000
19.56/19.61	c 10) tts-4-0: -10000.000000
19.56/19.61	c 11) vallst: -10000.000000
19.56/19.61	c 12) minisat20: -10000.000000
19.56/19.61	c 13) kcnfs04SAT07: -10000.000000
19.56/19.61	c satzilla running mxc-sr08 ... 
1199.30/1199.87	c Bin: Executing mxc-sr08
1199.30/1199.87	c spawning binary file with 1180 seconds ...
1199.30/1199.87	c child exit by a signal
1199.30/1199.87	c mxc-sr08 returned code 137.
1199.30/1199.87	c satzilla running picosat846 ... 
1199.30/1199.87	c Bin: Executing picosat846
1199.30/1199.87	c picosat846 returned code 1.
1199.30/1199.87	c satzilla running minisat20SAT07 ... 
1199.30/1199.87	c Bin: Executing minisat20SAT07
1199.30/1199.87	c minisat20SAT07 returned code 1.
1199.30/1199.87	c satzilla running march_dl2004 ... 
1199.30/1199.87	c Bin: Executing march_dl2004
1199.30/1199.87	c march_dl2004 returned code 1.
1199.30/1199.87	c satzilla running zchaff_rand ... 
1199.30/1199.87	c Bin: Executing zchaff_rand
1199.30/1199.87	c zchaff_rand returned code 1.
1199.30/1199.87	c satzilla running SATenstein ... 
1199.30/1199.87	c Bin: Executing SATenstein
1199.30/1199.87	c SATenstein returned code 1.
1199.30/1199.87	c satzilla running gnovelty+ ... 
1199.30/1199.87	c Bin: Executing gnovelty+
1199.30/1199.87	c gnovelty+ returned code 1.
1199.30/1199.87	c satzilla running adaptg2wsat+ ... 
1199.30/1199.87	c Bin: Executing adaptg2wsat+
1199.30/1199.87	c adaptg2wsat+ returned code 1.
1199.30/1199.87	c satzilla running adaptg2wsat0 ... 
1199.30/1199.87	c Bin: Executing adaptg2wsat0
1199.30/1199.87	c adaptg2wsat0 returned code 1.
1199.30/1199.87	c satzilla running tts-4-0 ... 
1199.30/1199.87	c Bin: Executing tts-4-0
1199.30/1199.87	c tts-4-0 returned code 1.
1199.30/1199.87	c satzilla running vallst ... 
1199.30/1199.87	c Bin: Executing vallst
1199.30/1199.87	c vallst returned code 1.
1199.30/1199.87	c satzilla running minisat20 ... 
1199.30/1199.87	c Bin: Executing minisat20
1199.30/1199.87	c minisat20 returned code 1.
1199.30/1199.87	c satzilla running kcnfs04SAT07 ... 
1199.30/1199.87	c Bin: Executing kcnfs04SAT07
1199.30/1199.87	c kcnfs04SAT07 returned code 1.
1199.30/1199.87	c ERROR: All Failed! 
1199.30/1199.87	c SATZILLA_TIME=1199.590000

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-1538272-1238422990/watcher-1538272-1238422990 -o /tmp/evaluation-result-1538272-1238422990/solver-1538272-1238422990 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_I HOME/instance-1538272-1238422990.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.04 1.00 3/76 31960
/proc/meminfo: memFree=1366784/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=1372 CPUtime=0
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 252 0 0 0 0 0 0 0 21 0 1 0 1114960025 1404928 248 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 343 249 54 138 0 202 0

[startup+0.0566511 s]
/proc/loadavg: 0.99 1.04 1.00 3/76 31960
/proc/meminfo: memFree=1366784/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=2108 CPUtime=0.05
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 527 0 0 0 5 0 0 0 21 0 1 0 1114960025 2158592 429 1992294400 134512640 135078026 4294956192 18446744073709551615 134721186 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 527 429 55 138 0 386 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4164

[startup+0.101656 s]
/proc/loadavg: 0.99 1.04 1.00 3/76 31960
/proc/meminfo: memFree=1366784/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=2304 CPUtime=0.09
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 669 0 0 0 9 0 0 0 21 0 1 0 1114960025 2359296 496 1992294400 134512640 135078026 4294956192 18446744073709551615 134541919 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 576 496 70 138 0 435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4360

[startup+0.301695 s]
/proc/loadavg: 0.99 1.04 1.00 3/76 31960
/proc/meminfo: memFree=1366784/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=2964 CPUtime=0.29
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 821 0 0 0 29 0 0 0 23 0 1 0 1114960025 3035136 648 1992294400 134512640 135078026 4294956192 18446744073709551615 134722554 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 741 648 71 138 0 600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5020

[startup+0.701773 s]
/proc/loadavg: 0.99 1.04 1.00 3/76 31960
/proc/meminfo: memFree=1366784/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=3636 CPUtime=0.69
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 997 0 0 0 69 0 0 0 25 0 1 0 1114960025 3723264 824 1992294400 134512640 135078026 4294956192 18446744073709551615 134523990 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 909 824 71 138 0 768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5692

[startup+1.50193 s]
/proc/loadavg: 0.99 1.04 1.00 2/78 31962
/proc/meminfo: memFree=1363504/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=4032 CPUtime=1.49
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 1077 0 0 0 149 0 0 0 25 0 1 0 1114960025 4128768 904 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 1008 904 71 138 0 867 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6088

[startup+3.10224 s]
/proc/loadavg: 0.99 1.04 1.00 2/78 31962
/proc/meminfo: memFree=1361840/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=4428 CPUtime=3.08
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 1186 0 0 0 308 0 0 0 25 0 1 0 1114960025 4534272 1013 1992294400 134512640 135078026 4294956192 18446744073709551615 134533738 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 1107 1013 71 138 0 966 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6484

[startup+6.30185 s]
/proc/loadavg: 0.99 1.04 1.00 2/78 31962
/proc/meminfo: memFree=1362736/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=0
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 132 0 0 0 0 0 0 0 20 0 1 0 1114960025 2105344 112 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 112 96 399 0 111 0
[pid=31961] ppid=31960 vsize=4824 CPUtime=6.28
/proc/31961/stat : 31961 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 1288 0 0 0 627 1 0 0 25 0 1 0 1114960025 4939776 1115 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31961/statm: 1206 1115 71 138 0 1065 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6880

[startup+12.7011 s]
/proc/loadavg: 0.99 1.04 1.00 2/78 31963
/proc/meminfo: memFree=1362288/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=2056 CPUtime=9.99
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 152 1368 0 0 0 0 998 1 19 0 1 0 1114960025 2105344 121 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 514 121 104 399 0 111 0
[pid=31963] ppid=31960 vsize=6428 CPUtime=2.67
/proc/31963/stat : 31963 (picosat846) R 31960 31960 31495 0 -1 4194304 1358 0 0 0 267 0 0 0 25 0 1 0 1114961026 6582272 1347 1992294400 134512640 134570484 4294956192 18446744073709551615 134552701 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31963/statm: 1607 1347 84 14 0 1273 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 8484

[startup+25.5016 s]
/proc/loadavg: 0.99 1.04 1.00 2/78 31966
/proc/meminfo: memFree=1359792/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=4692 CPUtime=5.87
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 1264 0 0 0 587 0 0 0 25 0 1 0 1114961987 4804608 1091 1992294400 134512640 135078026 4294956192 18446744073709551615 134534249 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 1173 1091 71 138 0 1032 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 9932

[startup+51.1015 s]
/proc/loadavg: 0.99 1.03 1.00 2/78 31966
/proc/meminfo: memFree=1358448/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=6172 CPUtime=31.46
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 1611 0 0 0 3146 0 0 0 25 0 1 0 1114961987 6320128 1438 1992294400 134512640 135078026 4294956192 18446744073709551615 134524359 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 1543 1438 71 138 0 1402 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 11412

[startup+102.306 s]
/proc/loadavg: 0.99 1.03 1.00 2/78 31966
/proc/meminfo: memFree=1357232/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=7392 CPUtime=82.65
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 1932 0 0 0 8264 1 0 0 25 0 1 0 1114961987 7569408 1759 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 1848 1759 71 138 0 1707 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 12632

[startup+162.302 s]
/proc/loadavg: 0.99 1.02 1.00 2/78 31966
/proc/meminfo: memFree=1356464/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=8040 CPUtime=142.62
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 2109 0 0 0 14261 1 0 0 25 0 1 0 1114961987 8232960 1936 1992294400 134512640 135078026 4294956192 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 2010 1936 71 138 0 1869 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 13280

[startup+222.301 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 31966
/proc/meminfo: memFree=1355760/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=8692 CPUtime=202.6
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 2269 0 0 0 20259 1 0 0 25 0 1 0 1114961987 8900608 2096 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 2173 2096 71 138 0 2032 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 13932

[startup+282.302 s]
/proc/loadavg: 0.99 1.01 1.00 2/78 31966
/proc/meminfo: memFree=1355248/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=9228 CPUtime=262.57
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 2401 0 0 0 26256 1 0 0 25 0 1 0 1114961987 9449472 2219 1992294400 134512640 135078026 4294956192 18446744073709551615 134534219 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 2307 2219 71 138 0 2166 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 14468

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1354800/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=9680 CPUtime=322.55
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 2508 0 0 0 32254 1 0 0 25 0 1 0 1114961987 9912320 2326 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 2420 2326 71 138 0 2279 0

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


[startup+822.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1352816/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=11604 CPUtime=802.38
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3044 0 0 0 80236 2 0 0 25 0 1 0 1114961987 11882496 2820 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 2901 2820 71 138 0 2760 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 16844

[startup+882.302 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1352752/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=11720 CPUtime=862.35
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3062 0 0 0 86233 2 0 0 25 0 1 0 1114961987 12001280 2837 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 2930 2837 71 138 0 2789 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 16960

[startup+942.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1352432/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=11916 CPUtime=922.33
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3136 0 0 0 92231 2 0 0 25 0 1 0 1114961987 12201984 2901 1992294400 134512640 135078026 4294956192 18446744073709551615 134523981 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 2979 2901 71 138 0 2838 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 17156

[startup+1002.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1352240/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12156 CPUtime=982.31
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3195 0 0 0 98229 2 0 0 25 0 1 0 1114961987 12447744 2958 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3039 2958 71 138 0 2898 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 17396

[startup+1062.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1352304/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12120 CPUtime=1042.28
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3212 0 0 0 104226 2 0 0 25 0 1 0 1114961987 12410880 2952 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3030 2952 71 138 0 2889 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 17360

[startup+1122.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351984/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12432 CPUtime=1102.26
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3279 0 0 0 110224 2 0 0 25 0 1 0 1114961987 12730368 3019 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3108 3019 71 138 0 2967 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 17672

[startup+1182.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351792/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1162.24
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 116222 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 17936

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 31966
/proc/meminfo: memFree=1351728/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1170.24
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 117022 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1189.81
Current children cumulated vsize (KiB) 17936

[startup+1196.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351728/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1176.64
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 117662 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1196.21
Current children cumulated vsize (KiB) 17936

[startup+1198.3 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351728/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1178.23
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 117821 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134534832 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1197.8
Current children cumulated vsize (KiB) 17936

[startup+1199.1 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351728/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1179.03
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 117901 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134534834 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1198.6
Current children cumulated vsize (KiB) 17936

[startup+1199.5 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351728/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1179.43
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 117941 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134522271 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1199
Current children cumulated vsize (KiB) 17936

[startup+1199.7 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351728/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1179.63
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 117961 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134534640 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1199.2
Current children cumulated vsize (KiB) 17936

[startup+1199.8 s]
/proc/loadavg: 0.99 1.00 1.00 2/78 31966
/proc/meminfo: memFree=1351728/2055920 swapFree=4127460/4192956
[pid=31960] ppid=31958 vsize=5240 CPUtime=19.57
/proc/31960/stat : 31960 (SATzilla2009_I) S 31958 31960 31495 0 -1 4194304 1517 4265 0 0 246 8 1686 17 25 0 1 0 1114960025 5365760 928 1992294400 134512640 136149169 4294956224 18446744073709551615 135542605 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/31960/statm: 1310 928 217 399 0 907 0
[pid=31966] ppid=31960 vsize=12696 CPUtime=1179.73
/proc/31966/stat : 31966 (mxc-sr08) R 31960 31960 31495 0 -1 4194304 3341 0 0 0 117971 2 0 0 25 0 1 0 1114961987 13000704 3081 1992294400 134512640 135078026 4294956192 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31966/statm: 3174 3081 71 138 0 3033 0
Current children cumulated CPU time (s) 1199.3
Current children cumulated vsize (KiB) 17936

Child status: 17
Real time (s): 1199.88
CPU time (s): 1199.42
CPU user time (s): 1199.13
CPU system time (s): 0.290955
CPU usage (%): 99.9618
Max. virtual memory (cumulated for all children) (KiB): 17936

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

runsolver used 1.15882 second user time and 3.22551 second system time

The end

Launcher Data

Begin job on node63 at 2009-03-30 16:23:10
IDJOB=1538272
IDBENCH=70203
IDSOLVER=528
FILE ID=node63/1538272-1238422990
PBS_JOBID= 9061469
Free space on /tmp= 66484 MiB

SOLVER NAME= SATzilla2009_I 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1185462553-011.cnf
COMMAND LINE= HOME/SATzilla2009_I BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538272-1238422990/watcher-1538272-1238422990 -o /tmp/evaluation-result-1538272-1238422990/solver-1538272-1238422990 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_I HOME/instance-1538272-1238422990.cnf

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

MD5SUM BENCH= 775d7caa3d486b151a5911ebb89973a9
RANDOM SEED=1700887811

node63.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.285
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.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1367264 kB
Buffers:         88048 kB
Cached:         462540 kB
SwapCached:      55360 kB
Active:         122644 kB
Inactive:       484804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1367264 kB
SwapTotal:     4192956 kB
SwapFree:      4127460 kB
Dirty:           31868 kB
Writeback:           0 kB
Mapped:          14576 kB
Slab:            65768 kB
Committed_AS:  3269784 kB
PageTables:       2312 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node63 at 2009-03-30 16:43:11