Trace number 1538292

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_C 2009-03-22? (exit code) 1199.65 1200.25

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1100/
unif-k5-r20-v1100-c22000-S805234188-084.cnf
MD5SUMa1fc4ba8186be6b254ba81203aa388ed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark158.802
Satisfiable
(Un)Satisfiability was proved
Number of variables1100
Number of clauses22000
Sum of the clauses size110000
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 522000
Number of clauses of size over 50

Solver Data

18.76/18.83	c SATzilla is building models for class 2
18.76/18.83	c run presolver march_dl2004 for 5 seconds ... 
18.76/18.83	c Bin: Executing march_dl2004
18.76/18.83	c spawning binary file with 5 seconds ...
18.76/18.83	c child exit by a signal
18.76/18.83	c march_dl2004 returned code 137.
18.76/18.83	c run presolver mxc-sr08 for 5 seconds ... 
18.76/18.83	c Bin: Executing mxc-sr08
18.76/18.83	c spawning binary file with 5 seconds ...
18.76/18.83	c child exit by a signal
18.76/18.83	c mxc-sr08 returned code 137.
18.76/18.83	c Orignal number of varibales is 1100, number of clauses is 22000 
18.76/18.83	c predicted feature computation time is 7.529663 
18.76/18.83	c Bin: Executing satelite
18.76/18.83	c spawning binary file with 240 seconds ...
18.76/18.83	c child exited successfully
18.76/18.83	c satzilla computing base features
18.76/18.83	c Number of variabe is: 1100, Number of clause is : 22000 
18.76/18.83	c Initializing...
18.76/18.83	c satzilla compute diameter ...
18.76/18.83	c start diameter features ...
18.76/18.83	c satzilla doing clause learning
18.76/18.83	c start clause learning features ...
18.76/18.83	c Bin: Executing zchaff07
18.76/18.83	c spawning binary file with 2 seconds ...
18.76/18.83	c child exit by a signal
18.76/18.83	c satzilla doing survey propogation probe
18.76/18.83	c do survay propogation for 2 second ...
18.76/18.83	c satzilla doing local search probe
18.76/18.83	c satzilla doing lobjois search-space size estimate
18.76/18.83	c features are:1100 22000 1100 22000 0 0 0.05 0.373327 0.650701 0.826809 0.00454545 1.9082e-16 0.00454545 0.00454545 -0 0 0 0.00454545 0.100526 0.00304545 0.00609091 3.69084 0.08099 0.0586781 0 0.288889 3.01637 0.000854132 0.230118 0.000272727 0.00145455 2.87473 0.187909 0.0152316 0.085957 0.0105909 0.0192273 3 0 3 3 -0 38.7377 0.284668 27 85 51 29 41 33 36 58.3321 0.0881477 46.1282 76.2373 64.0625 53.069 61.2778 55 58.5429 0.170726 0.660921 0.000357493 0.541588 0.328683 0.0302476 0.248281 0.0802127 0.157559 0.00277032 0.678216 0.000267515 0.015256 0.0052399 0.0009891 0.00345083 0.00147986 0.00227185 62.2095 0.167109 210.736 0.0642473 211 193 229 0.741574 0.29818 0.859925 0.0279156 0.471324 0.579801 
18.76/18.83	c satzilla's ranking:
18.76/18.83	c 1) march_dl2004: 3.995382
18.76/18.83	c 2) minisat20SAT07: 3.631264
18.76/18.83	c 3) mxc-sr08: 3.607999
18.76/18.83	c 4) minisat20: 2.746393
18.76/18.83	c 5) zchaff_rand: 1.537776
18.76/18.83	c 6) vallst: 0.020807
18.76/18.83	c 7) tts-4-0: -0.055165
18.76/18.83	c 8) SATenstein: -10000.000000
18.76/18.83	c 9) gnovelty+: -10000.000000
18.76/18.83	c 10) adaptg2wsat+: -10000.000000
18.76/18.83	c 11) adaptg2wsat0: -10000.000000
18.76/18.83	c 12) picosat846: -10000.000000
18.76/18.83	c 13) kcnfs04SAT07: -10000.000000
18.76/18.83	c satzilla running march_dl2004 ... 
1199.57/1200.24	c Bin: Executing march_dl2004
1199.57/1200.24	c spawning binary file with 1181 seconds ...
1199.57/1200.24	c child exit by a signal
1199.57/1200.24	c march_dl2004 returned code 137.
1199.57/1200.24	c satzilla running minisat20SAT07 ... 
1199.57/1200.24	c Bin: Executing minisat20SAT07
1199.57/1200.24	c minisat20SAT07 returned code 1.
1199.57/1200.24	c satzilla running mxc-sr08 ... 
1199.57/1200.24	c Bin: Executing mxc-sr08
1199.57/1200.24	c mxc-sr08 returned code 1.
1199.57/1200.24	c satzilla running minisat20 ... 
1199.57/1200.24	c Bin: Executing minisat20
1199.57/1200.24	c minisat20 returned code 1.
1199.57/1200.24	c satzilla running zchaff_rand ... 
1199.57/1200.24	c Bin: Executing zchaff_rand
1199.57/1200.24	c zchaff_rand returned code 1.
1199.57/1200.24	c satzilla running vallst ... 
1199.57/1200.24	c Bin: Executing vallst
1199.57/1200.24	c vallst returned code 1.
1199.57/1200.24	c satzilla running tts-4-0 ... 
1199.57/1200.24	c Bin: Executing tts-4-0
1199.57/1200.24	c tts-4-0 returned code 1.
1199.57/1200.24	c satzilla running SATenstein ... 
1199.57/1200.24	c Bin: Executing SATenstein
1199.57/1200.24	c SATenstein returned code 1.
1199.57/1200.24	c satzilla running gnovelty+ ... 
1199.57/1200.24	c Bin: Executing gnovelty+
1199.57/1200.24	c gnovelty+ returned code 1.
1199.57/1200.24	c satzilla running adaptg2wsat+ ... 
1199.57/1200.24	c Bin: Executing adaptg2wsat+
1199.57/1200.24	c adaptg2wsat+ returned code 1.
1199.57/1200.24	c satzilla running adaptg2wsat0 ... 
1199.57/1200.24	c Bin: Executing adaptg2wsat0
1199.57/1200.24	c adaptg2wsat0 returned code 1.
1199.57/1200.24	c satzilla running picosat846 ... 
1199.57/1200.24	c Bin: Executing picosat846
1199.57/1200.24	c picosat846 returned code 1.
1199.57/1200.24	c satzilla running kcnfs04SAT07 ... 
1199.57/1200.24	c Bin: Executing kcnfs04SAT07
1199.57/1200.24	c kcnfs04SAT07 returned code 1.
1199.57/1200.24	c ERROR: All Failed! 
1199.57/1200.24	c SATZILLA_TIME=1199.810000

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-1538292-1238423490/watcher-1538292-1238423490 -o /tmp/evaluation-result-1538292-1238423490/solver-1538292-1238423490 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538292-1238423490.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: 1.00 1.00 1.00 3/64 12503
/proc/meminfo: memFree=1549360/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=0
/proc/12503/stat : 12503 (SATzilla2009_C) R 12501 12503 12027 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 1115014046 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135543087 0 0 4096 0 0 0 0 17 0 0 0
/proc/12503/statm: 514 112 96 399 0 111 0
[pid=12504] ppid=12503 vsize=812 CPUtime=0
/proc/12504/stat : 12504 (march_dl2004) R 12503 12503 12027 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 1115014046 831488 109 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12504/statm: 203 109 50 118 0 82 0

[startup+0.099847 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12503
/proc/meminfo: memFree=1549360/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=0
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115014046 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12503/statm: 514 112 96 399 0 111 0
[pid=12504] ppid=12503 vsize=3052 CPUtime=0.08
/proc/12504/stat : 12504 (march_dl2004) R 12503 12503 12027 0 -1 4194304 1477 0 0 0 8 0 0 0 19 0 1 0 1115014046 3125248 587 1992294400 134512640 134996440 4294956176 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12504/statm: 763 587 57 118 0 642 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5108

[startup+0.101847 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12503
/proc/meminfo: memFree=1549360/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=0
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115014046 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12503/statm: 514 112 96 399 0 111 0
[pid=12504] ppid=12503 vsize=3052 CPUtime=0.09
/proc/12504/stat : 12504 (march_dl2004) R 12503 12503 12027 0 -1 4194304 1477 0 0 0 9 0 0 0 19 0 1 0 1115014046 3125248 587 1992294400 134512640 134996440 4294956176 18446744073709551615 134543089 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12504/statm: 763 587 57 118 0 642 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5108

[startup+0.301876 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12503
/proc/meminfo: memFree=1549360/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=0
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115014046 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12503/statm: 514 112 96 399 0 111 0
[pid=12504] ppid=12503 vsize=4544 CPUtime=0.29
/proc/12504/stat : 12504 (march_dl2004) R 12503 12503 12027 0 -1 4194304 3199 0 0 0 28 1 0 0 21 0 1 0 1115014046 4653056 729 1992294400 134512640 134996440 4294956176 18446744073709551615 134583392 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12504/statm: 1136 729 67 118 0 1015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6600

[startup+0.701938 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 12503
/proc/meminfo: memFree=1549360/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=0
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115014046 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12503/statm: 514 112 96 399 0 111 0
[pid=12504] ppid=12503 vsize=4544 CPUtime=0.69
/proc/12504/stat : 12504 (march_dl2004) R 12503 12503 12027 0 -1 4194304 3205 0 0 0 68 1 0 0 25 0 1 0 1115014046 4653056 735 1992294400 134512640 134996440 4294956176 18446744073709551615 134583129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12504/statm: 1136 735 67 118 0 1015 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6600

[startup+1.50106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12505
/proc/meminfo: memFree=1546528/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=0
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115014046 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12503/statm: 514 112 96 399 0 111 0
[pid=12504] ppid=12503 vsize=4544 CPUtime=1.49
/proc/12504/stat : 12504 (march_dl2004) R 12503 12503 12027 0 -1 4194304 3230 0 0 0 148 1 0 0 25 0 1 0 1115014046 4653056 760 1992294400 134512640 134996440 4294956176 18446744073709551615 134583424 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12504/statm: 1136 760 67 118 0 1015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6600

[startup+3.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12505
/proc/meminfo: memFree=1523168/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=0
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1115014046 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12503/statm: 514 112 96 399 0 111 0
[pid=12504] ppid=12503 vsize=30272 CPUtime=3.09
/proc/12504/stat : 12504 (march_dl2004) R 12503 12503 12027 0 -1 4194304 10113 0 0 0 276 33 0 0 25 0 1 0 1115014046 30998528 7195 1992294400 134512640 134996440 4294956176 18446744073709551615 134559653 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12504/statm: 7568 7195 72 118 0 7447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32328

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12506
/proc/meminfo: memFree=1545312/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=2056 CPUtime=5
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 152 11893 0 0 0 0 466 34 16 0 1 0 1115014046 2105344 121 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 514 121 104 399 0 111 0
[pid=12506] ppid=12503 vsize=4828 CPUtime=1.28
/proc/12506/stat : 12506 (mxc-sr08) R 12503 12503 12027 0 -1 4194304 1320 0 0 0 128 0 0 0 25 0 1 0 1115014547 4943872 1096 1992294400 134512640 135078026 4294956176 18446744073709551615 134523686 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12506/statm: 1207 1096 71 138 0 1066 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6884

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 12507
/proc/meminfo: memFree=1546536/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=3728 CPUtime=12.14
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 911 13982 0 0 208 0 971 35 25 0 1 0 1115014046 3817472 597 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 932 597 136 399 0 529 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 3728

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12509
/proc/meminfo: memFree=1516512/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=29828 CPUtime=6.66
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 11893 0 0 0 630 36 0 0 25 0 1 0 1115015929 30543872 7090 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 7457 7090 74 118 0 7336 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 36412

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12509
/proc/meminfo: memFree=1500256/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=46968 CPUtime=32.24
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 15989 0 0 0 3186 38 0 0 25 0 1 0 1115015929 48095232 11186 1992294400 134512640 134996440 4294956176 18446744073709551615 134533060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 11742 11186 74 118 0 11621 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 53552

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12509
/proc/meminfo: memFree=1494176/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=53020 CPUtime=83.42
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 17500 0 0 0 8302 40 0 0 25 0 1 0 1115015929 54292480 12697 1992294400 134512640 134996440 4294956176 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 13255 12697 74 118 0 13134 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 59604

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12509
/proc/meminfo: memFree=1490464/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=56828 CPUtime=143.39
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 18443 0 0 0 14298 41 0 0 25 0 1 0 1115015929 58191872 13640 1992294400 134512640 134996440 4294956176 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 14207 13640 74 118 0 14086 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 63412

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12509
/proc/meminfo: memFree=1488096/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=58924 CPUtime=203.36
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 19018 0 0 0 20294 42 0 0 25 0 1 0 1115015929 60338176 14215 1992294400 134512640 134996440 4294956176 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 14731 14215 74 118 0 14610 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 65508

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12509
/proc/meminfo: memFree=1485984/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=61152 CPUtime=263.34
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 19550 0 0 0 26291 43 0 0 25 0 1 0 1115015929 62619648 14747 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 15288 14747 74 118 0 15167 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 67736

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12510
/proc/meminfo: memFree=1484256/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=62800 CPUtime=323.3
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 19951 0 0 0 32286 44 0 0 25 0 1 0 1115015929 64307200 15148 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 15700 15148 74 118 0 15579 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 69384


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


[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12511
/proc/meminfo: memFree=1478688/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=68348 CPUtime=803.08
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21370 0 0 0 80262 46 0 0 25 0 1 0 1115015929 69988352 16567 1992294400 134512640 134996440 4294956176 18446744073709551615 134528042 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17087 16567 74 118 0 16966 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 74932

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1478240/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=68744 CPUtime=863.02
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21486 0 0 0 86256 46 0 0 25 0 1 0 1115015929 70393856 16683 1992294400 134512640 134996440 4294956176 18446744073709551615 134551663 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17186 16683 74 118 0 17065 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 75328

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1477728/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=69272 CPUtime=922.99
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21617 0 0 0 92253 46 0 0 25 0 1 0 1115015929 70934528 16814 1992294400 134512640 134996440 4294956176 18446744073709551615 134551383 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17318 16814 74 118 0 17197 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 75856

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1477344/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=69668 CPUtime=982.96
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21717 0 0 0 98250 46 0 0 25 0 1 0 1115015929 71340032 16914 1992294400 134512640 134996440 4294956176 18446744073709551615 134526937 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17417 16914 74 118 0 17296 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 76252

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476896/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70064 CPUtime=1042.94
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21814 0 0 0 104247 47 0 0 25 0 1 0 1115015929 71745536 17011 1992294400 134512640 134996440 4294956176 18446744073709551615 134551342 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17516 17011 74 118 0 17395 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 76648

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476576/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70460 CPUtime=1102.92
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21905 0 0 0 110245 47 0 0 25 0 1 0 1115015929 72151040 17102 1992294400 134512640 134996440 4294956176 18446744073709551615 134528159 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17615 17102 74 118 0 17494 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 77044

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476320/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70724 CPUtime=1162.89
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21975 0 0 0 116242 47 0 0 25 0 1 0 1115015929 72421376 17172 1992294400 134512640 134996440 4294956176 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17681 17172 74 118 0 17560 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 77308

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476256/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70724 CPUtime=1170.88
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21979 0 0 0 117041 47 0 0 25 0 1 0 1115015929 72421376 17176 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17681 17176 74 118 0 17560 0
Current children cumulated CPU time (s) 1189.67
Current children cumulated vsize (KiB) 77308

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476192/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70856 CPUtime=1177.28
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21982 0 0 0 117681 47 0 0 25 0 1 0 1115015929 72556544 17179 1992294400 134512640 134996440 4294956176 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17714 17179 74 118 0 17593 0
Current children cumulated CPU time (s) 1196.07
Current children cumulated vsize (KiB) 77440

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476192/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70856 CPUtime=1178.88
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21983 0 0 0 117841 47 0 0 25 0 1 0 1115015929 72556544 17180 1992294400 134512640 134996440 4294956176 18446744073709551615 134533016 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17714 17180 74 118 0 17593 0
Current children cumulated CPU time (s) 1197.67
Current children cumulated vsize (KiB) 77440

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476192/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70856 CPUtime=1179.68
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21986 0 0 0 117921 47 0 0 25 0 1 0 1115015929 72556544 17183 1992294400 134512640 134996440 4294956176 18446744073709551615 134564682 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17714 17183 74 118 0 17593 0
Current children cumulated CPU time (s) 1198.47
Current children cumulated vsize (KiB) 77440

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476192/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70856 CPUtime=1180.48
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21986 0 0 0 118001 47 0 0 25 0 1 0 1115015929 72556544 17183 1992294400 134512640 134996440 4294956176 18446744073709551615 134551528 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17714 17183 74 118 0 17593 0
Current children cumulated CPU time (s) 1199.27
Current children cumulated vsize (KiB) 77440

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476192/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70856 CPUtime=1180.68
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21986 0 0 0 118021 47 0 0 25 0 1 0 1115015929 72556544 17183 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17714 17183 74 118 0 17593 0
Current children cumulated CPU time (s) 1199.47
Current children cumulated vsize (KiB) 77440

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12511
/proc/meminfo: memFree=1476192/2055920 swapFree=4176720/4192956
[pid=12503] ppid=12501 vsize=6584 CPUtime=18.79
/proc/12503/stat : 12503 (SATzilla2009_C) S 12501 12503 12027 0 -1 4194304 2099 14968 0 0 665 8 1154 52 25 0 1 0 1115014046 6742016 1282 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/12503/statm: 1646 1282 219 399 0 1243 0
[pid=12509] ppid=12503 vsize=70856 CPUtime=1180.78
/proc/12509/stat : 12509 (march_dl2004) R 12503 12503 12027 0 -1 4194304 21986 0 0 0 118031 47 0 0 25 0 1 0 1115015929 72556544 17183 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12509/statm: 17714 17183 74 118 0 17593 0
Current children cumulated CPU time (s) 1199.57
Current children cumulated vsize (KiB) 77440

Child status: 17
Real time (s): 1200.25
CPU time (s): 1199.65
CPU user time (s): 1198.55
CPU system time (s): 1.10183
CPU usage (%): 99.9502
Max. virtual memory (cumulated for all children) (KiB): 77440

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

runsolver used 1.13583 second user time and 3.23951 second system time

The end

Launcher Data

Begin job on node34 at 2009-03-30 16:31:30
IDJOB=1538292
IDBENCH=70210
IDSOLVER=527
FILE ID=node34/1538292-1238423490
PBS_JOBID= 9061472
Free space on /tmp= 66380 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1100/unif-k5-r20-v1100-c22000-S805234188-084.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538292-1238423490/watcher-1538292-1238423490 -o /tmp/evaluation-result-1538292-1238423490/solver-1538292-1238423490 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538292-1238423490.cnf

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

MD5SUM BENCH= a1fc4ba8186be6b254ba81203aa388ed
RANDOM SEED=220873436

node34.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.259
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.259
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:       1549840 kB
Buffers:         76180 kB
Cached:         331196 kB
SwapCached:      10076 kB
Active:         110116 kB
Inactive:       308824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1549840 kB
SwapTotal:     4192956 kB
SwapFree:      4176720 kB
Dirty:           31980 kB
Writeback:           0 kB
Mapped:          17244 kB
Slab:            73188 kB
Committed_AS:  2652036 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= 66348 MiB
End job on node34 at 2009-03-30 16:51:31