Trace number 1538571

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

General information on the benchmark

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

Solver Data

19.47/19.59	c SATzilla is building models for class 2
19.47/19.59	c run presolver march_dl2004 for 5 seconds ... 
19.47/19.59	c Bin: Executing march_dl2004
19.47/19.59	c spawning binary file with 5 seconds ...
19.47/19.59	c child exit by a signal
19.47/19.59	c march_dl2004 returned code 137.
19.47/19.59	c run presolver mxc-sr08 for 5 seconds ... 
19.47/19.59	c Bin: Executing mxc-sr08
19.47/19.59	c spawning binary file with 5 seconds ...
19.47/19.59	c child exit by a signal
19.47/19.59	c mxc-sr08 returned code 137.
19.47/19.59	c Orignal number of varibales is 10000, number of clauses is 42000 
19.47/19.59	c predicted feature computation time is 9.424328 
19.47/19.59	c Bin: Executing satelite
19.47/19.59	c spawning binary file with 240 seconds ...
19.47/19.59	c child exited successfully
19.47/19.59	c satzilla computing base features
19.47/19.59	c Number of variabe is: 9761, Number of clause is : 41731 
19.47/19.59	c Initializing...
19.47/19.59	c satzilla compute diameter ...
19.47/19.59	c start diameter features ...
19.47/19.59	c satzilla doing clause learning
19.47/19.59	c start clause learning features ...
19.47/19.59	c Bin: Executing zchaff07
19.47/19.59	c spawning binary file with 2 seconds ...
19.47/19.59	c child exit by a signal
19.47/19.59	c satzilla doing survey propogation probe
19.47/19.59	c do survay propogation for 2 second ...
19.47/19.59	c satzilla doing local search probe
19.47/19.59	c satzilla doing lobjois search-space size estimate
19.47/19.59	c features are:10000 42000 9761 41731 0.0244852 0.00644605 0.233903 0.499645 0.585427 0.714796 0.000311045 0.0636119 0.000307346 0.000614691 0.156684 0 0.96511 0.000311045 0.285979 2.3963e-05 0.000910594 2.69772 0.229645 0.174326 0 1 3.36863 0.000151703 0.395858 0 0.00047926 2.30912 0.489852 0.000629681 0.289675 4.7926e-05 0.00186911 5.12069 0.0636177 5 6 0.368297 20.0455 0.375677 9 38 32 13 26 14 17 53.8077 0.184361 32.2308 81.7778 67.4615 42.2143 60.2308 47.5833 52.6364 0.393913 0.581026 0.00012246 1 0.708198 0.0880712 0.568876 0.20598 0.383867 0.0933721 0.654681 0.00132854 0.944233 0.175823 0.0294338 0.124439 0.0488973 0.0800569 238.867 0.120578 2132.67 0.0122628 2136 2101 2152 0.202355 0.271657 0.843355 0.00581612 0.237968 0.299018 
19.47/19.59	c satzilla's ranking:
19.47/19.59	c 1) minisat20SAT07: 2.966724
19.47/19.59	c 2) march_dl2004: 2.896973
19.47/19.59	c 3) mxc-sr08: 2.834794
19.47/19.59	c 4) minisat20: 2.769589
19.47/19.59	c 5) zchaff_rand: 1.724088
19.47/19.59	c 6) vallst: 0.594427
19.47/19.59	c 7) tts-4-0: 0.248409
19.47/19.59	c 8) SATenstein: -10000.000000
19.47/19.59	c 9) gnovelty+: -10000.000000
19.47/19.59	c 10) adaptg2wsat+: -10000.000000
19.47/19.59	c 11) adaptg2wsat0: -10000.000000
19.47/19.59	c 12) picosat846: -10000.000000
19.47/19.59	c 13) kcnfs04SAT07: -10000.000000
19.47/19.59	c satzilla running minisat20SAT07 ... 
1199.31/1199.99	c Bin: Executing minisat20SAT07
1199.31/1199.99	c spawning binary file with 1180 seconds ...
1199.31/1199.99	c child exit by a signal
1199.31/1199.99	c minisat20SAT07 returned code 137.
1199.31/1199.99	c satzilla running march_dl2004 ... 
1199.31/1199.99	c Bin: Executing march_dl2004
1199.31/1199.99	c march_dl2004 returned code 1.
1199.31/1199.99	c satzilla running mxc-sr08 ... 
1199.31/1199.99	c Bin: Executing mxc-sr08
1199.31/1199.99	c mxc-sr08 returned code 1.
1199.31/1199.99	c satzilla running minisat20 ... 
1199.31/1199.99	c Bin: Executing minisat20
1199.31/1199.99	c minisat20 returned code 1.
1199.31/1199.99	c satzilla running zchaff_rand ... 
1199.31/1199.99	c Bin: Executing zchaff_rand
1199.31/1199.99	c zchaff_rand returned code 1.
1199.31/1199.99	c satzilla running vallst ... 
1199.31/1199.99	c Bin: Executing vallst
1199.31/1199.99	c vallst returned code 1.
1199.31/1199.99	c satzilla running tts-4-0 ... 
1199.31/1199.99	c Bin: Executing tts-4-0
1199.31/1199.99	c tts-4-0 returned code 1.
1199.31/1199.99	c satzilla running SATenstein ... 
1199.31/1199.99	c Bin: Executing SATenstein
1199.31/1199.99	c SATenstein returned code 1.
1199.31/1199.99	c satzilla running gnovelty+ ... 
1199.31/1199.99	c Bin: Executing gnovelty+
1199.31/1199.99	c gnovelty+ returned code 1.
1199.31/1199.99	c satzilla running adaptg2wsat+ ... 
1199.31/1199.99	c Bin: Executing adaptg2wsat+
1199.31/1199.99	c adaptg2wsat+ returned code 1.
1199.31/1199.99	c satzilla running adaptg2wsat0 ... 
1199.31/1199.99	c Bin: Executing adaptg2wsat0
1199.31/1199.99	c adaptg2wsat0 returned code 1.
1199.31/1199.99	c satzilla running picosat846 ... 
1199.31/1199.99	c Bin: Executing picosat846
1199.31/1199.99	c picosat846 returned code 1.
1199.31/1199.99	c satzilla running kcnfs04SAT07 ... 
1199.31/1199.99	c Bin: Executing kcnfs04SAT07
1199.31/1199.99	c kcnfs04SAT07 returned code 1.
1199.31/1199.99	c ERROR: All Failed! 
1199.31/1199.99	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-1538571-1238435242/watcher-1538571-1238435242 -o /tmp/evaluation-result-1538571-1238435242/solver-1538571-1238435242 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538571-1238435242.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.01 3/65 29187
/proc/meminfo: memFree=1639976/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=0
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 469858078 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 112 96 399 0 111 0
[pid=29188] ppid=29187 vsize=1596 CPUtime=0
/proc/29188/stat : 29188 (march_dl2004) R 29187 29187 28755 0 -1 4194304 260 0 0 0 0 0 0 0 19 0 1 0 469858078 1634304 255 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29188/statm: 399 255 50 118 0 278 0

[startup+0.0527221 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 29187
/proc/meminfo: memFree=1639976/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=0
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 469858078 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 112 96 399 0 111 0
[pid=29188] ppid=29187 vsize=2124 CPUtime=0.04
/proc/29188/stat : 29188 (march_dl2004) R 29187 29187 28755 0 -1 4194304 427 0 0 0 4 0 0 0 19 0 1 0 469858078 2174976 422 1992294400 134512640 134996440 4294956176 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29188/statm: 531 422 50 118 0 410 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4180

[startup+0.101726 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 29187
/proc/meminfo: memFree=1639976/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=0
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 469858078 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 112 96 399 0 111 0
[pid=29188] ppid=29187 vsize=3744 CPUtime=0.09
/proc/29188/stat : 29188 (march_dl2004) R 29187 29187 28755 0 -1 4194304 954 0 0 0 9 0 0 0 19 0 1 0 469858078 3833856 673 1992294400 134512640 134996440 4294956176 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29188/statm: 936 673 53 118 0 815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5800

[startup+0.301747 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 29187
/proc/meminfo: memFree=1639976/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=0
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 469858078 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 112 96 399 0 111 0
[pid=29188] ppid=29187 vsize=5088 CPUtime=0.28
/proc/29188/stat : 29188 (march_dl2004) R 29187 29187 28755 0 -1 4194304 3971 0 0 0 27 1 0 0 21 0 1 0 469858078 5210112 1045 1992294400 134512640 134996440 4294956176 18446744073709551615 134649588 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29188/statm: 1272 1045 61 118 0 1151 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 7144

[startup+0.701793 s]
/proc/loadavg: 1.00 1.00 1.01 3/65 29187
/proc/meminfo: memFree=1639976/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=0
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 469858078 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 112 96 399 0 111 0
[pid=29188] ppid=29187 vsize=12160 CPUtime=0.69
/proc/29188/stat : 29188 (march_dl2004) R 29187 29187 28755 0 -1 4194304 7698 0 0 0 55 14 0 0 24 0 1 0 469858078 12451840 2699 1992294400 134512640 134996440 4294956176 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29188/statm: 3040 2699 72 118 0 2919 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14216

[startup+1.50188 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 29189
/proc/meminfo: memFree=1630936/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=0
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 469858078 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 112 96 399 0 111 0
[pid=29188] ppid=29187 vsize=11412 CPUtime=1.49
/proc/29188/stat : 29188 (march_dl2004) R 29187 29187 28755 0 -1 4194304 8506 0 0 0 126 23 0 0 25 0 1 0 469858078 11685888 2571 1992294400 134512640 134996440 4294956176 18446744073709551615 134536997 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29188/statm: 2853 2571 74 118 0 2732 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13468

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29189
/proc/meminfo: memFree=1628568/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=0
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 469858078 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 112 96 399 0 111 0
[pid=29188] ppid=29187 vsize=11632 CPUtime=3.08
/proc/29188/stat : 29188 (march_dl2004) R 29187 29187 28755 0 -1 4194304 8559 0 0 0 284 24 0 0 25 0 1 0 469858078 11911168 2624 1992294400 134512640 134996440 4294956176 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29188/statm: 2908 2624 74 118 0 2787 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13688

[startup+6.30143 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29190
/proc/meminfo: memFree=1634656/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=2056 CPUtime=4.99
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 156 8812 0 0 0 0 474 25 19 0 1 0 469858078 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 514 125 107 399 0 111 0
[pid=29190] ppid=29187 vsize=7120 CPUtime=1.29
/proc/29190/stat : 29190 (mxc-sr08) R 29187 29187 28755 0 -1 4194304 1865 0 0 0 128 1 0 0 25 0 1 0 469858578 7290880 1559 1992294400 134512640 135078026 4294956176 18446744073709551615 134534209 0 0 8392704 0 0 0 0 17 0 0 0
/proc/29190/statm: 1780 1559 71 138 0 1639 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9176

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 29191
/proc/meminfo: memFree=1635624/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=5172 CPUtime=12.66
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 1555 12339 0 0 247 0 991 28 25 0 1 0 469858078 5296128 926 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1293 926 136 399 0 890 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 5172

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29193
/proc/meminfo: memFree=1619168/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=16532 CPUtime=5.89
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 4032 0 0 0 587 2 0 0 25 0 1 0 469860038 16928768 3913 1992294400 134512640 135078472 4294956176 18446744073709551615 134550732 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 4133 3913 74 138 0 3992 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24220

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29193
/proc/meminfo: memFree=1586592/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=48388 CPUtime=31.45
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 12013 0 0 0 3135 10 0 0 25 0 1 0 469860038 49549312 11894 1992294400 134512640 135078472 4294956176 18446744073709551615 134551022 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 12097 11894 74 138 0 11956 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 56076

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29193
/proc/meminfo: memFree=1574688/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=60268 CPUtime=82.63
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 14987 0 0 0 8251 12 0 0 25 0 1 0 469860038 61714432 14868 1992294400 134512640 135078472 4294956176 18446744073709551615 134550911 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 15067 14868 74 138 0 14926 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 67956

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29193
/proc/meminfo: memFree=1568864/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=66200 CPUtime=142.6
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 16444 0 0 0 14246 14 0 0 25 0 1 0 469860038 67788800 16325 1992294400 134512640 135078472 4294956176 18446744073709551615 134550991 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 16550 16325 74 138 0 16409 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 73888

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29195
/proc/meminfo: memFree=1550112/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=84964 CPUtime=202.57
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 21126 0 0 0 20239 18 0 0 25 0 1 0 469860038 87003136 21007 1992294400 134512640 135078472 4294956176 18446744073709551615 134551010 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 21241 21007 74 138 0 21100 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 92652

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29195
/proc/meminfo: memFree=1550112/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=84964 CPUtime=262.54
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 21126 0 0 0 26236 18 0 0 25 0 1 0 469860038 87003136 21007 1992294400 134512640 135078472 4294956176 18446744073709551615 134550741 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 21241 21007 74 138 0 21100 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 92652

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29195
/proc/meminfo: memFree=1550112/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=84964 CPUtime=322.53
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 21127 0 0 0 32234 19 0 0 25 0 1 0 469860038 87003136 21008 1992294400 134512640 135078472 4294956176 18446744073709551615 134550708 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 21241 21008 74 138 0 21100 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 92652


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


[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29195
/proc/meminfo: memFree=1531360/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=103596 CPUtime=742.33
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 25791 0 0 0 74209 24 0 0 25 0 1 0 469860038 106082304 25672 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 25899 25672 74 138 0 25758 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 111284

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1531160/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=103596 CPUtime=802.31
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 25791 0 0 0 80206 25 0 0 25 0 1 0 469860038 106082304 25672 1992294400 134512640 135078472 4294956176 18446744073709551615 134550729 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 25899 25672 74 138 0 25758 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 111284

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1531168/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=103596 CPUtime=862.28
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 25791 0 0 0 86203 25 0 0 25 0 1 0 469860038 106082304 25672 1992294400 134512640 135078472 4294956176 18446744073709551615 134552303 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 25899 25672 74 138 0 25758 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 111284

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1531168/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=103596 CPUtime=922.25
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 25791 0 0 0 92200 25 0 0 25 0 1 0 469860038 106082304 25672 1992294400 134512640 135078472 4294956176 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 25899 25672 74 138 0 25758 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 111284

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1528224/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=106812 CPUtime=982.22
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 26575 0 0 0 98196 26 0 0 25 0 1 0 469860038 109375488 26456 1992294400 134512640 135078472 4294956176 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 26703 26456 74 138 0 26562 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 114500

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1528224/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=106812 CPUtime=1042.2
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 26575 0 0 0 104194 26 0 0 25 0 1 0 469860038 109375488 26456 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 26703 26456 74 138 0 26562 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 114500

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1528224/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=106812 CPUtime=1102.17
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 26575 0 0 0 110191 26 0 0 25 0 1 0 469860038 109375488 26456 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 26703 26456 74 138 0 26562 0
Current children cumulated CPU time (s) 1121.74
Current children cumulated vsize (KiB) 114500

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1521440/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=113680 CPUtime=1162.14
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 28272 0 0 0 116186 28 0 0 25 0 1 0 469860038 116408320 28153 1992294400 134512640 135078472 4294956176 18446744073709551615 134550692 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 28420 28153 74 138 0 28279 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 121368

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1521440/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=113680 CPUtime=1170.14
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 28272 0 0 0 116986 28 0 0 25 0 1 0 469860038 116408320 28153 1992294400 134512640 135078472 4294956176 18446744073709551615 134550628 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 28420 28153 74 138 0 28279 0
Current children cumulated CPU time (s) 1189.71
Current children cumulated vsize (KiB) 121368

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1521440/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=113680 CPUtime=1176.54
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 28272 0 0 0 117626 28 0 0 25 0 1 0 469860038 116408320 28153 1992294400 134512640 135078472 4294956176 18446744073709551615 134550720 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 28420 28153 74 138 0 28279 0
Current children cumulated CPU time (s) 1196.11
Current children cumulated vsize (KiB) 121368

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1521440/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=113680 CPUtime=1178.14
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 28272 0 0 0 117786 28 0 0 25 0 1 0 469860038 116408320 28153 1992294400 134512640 135078472 4294956176 18446744073709551615 134552688 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 28420 28153 74 138 0 28279 0
Current children cumulated CPU time (s) 1197.71
Current children cumulated vsize (KiB) 121368

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1521440/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=113680 CPUtime=1178.94
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 28272 0 0 0 117866 28 0 0 25 0 1 0 469860038 116408320 28153 1992294400 134512640 135078472 4294956176 18446744073709551615 134551032 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 28420 28153 74 138 0 28279 0
Current children cumulated CPU time (s) 1198.51
Current children cumulated vsize (KiB) 121368

[startup+1199.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1521440/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=113680 CPUtime=1179.34
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 28272 0 0 0 117906 28 0 0 25 0 1 0 469860038 116408320 28153 1992294400 134512640 135078472 4294956176 18446744073709551615 134550582 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 28420 28153 74 138 0 28279 0
Current children cumulated CPU time (s) 1198.91
Current children cumulated vsize (KiB) 121368

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 29201
/proc/meminfo: memFree=1521440/2055920 swapFree=4178736/4192956
[pid=29187] ppid=29185 vsize=7688 CPUtime=19.57
/proc/29187/stat : 29187 (SATzilla2009_C) S 29185 29187 28755 0 -1 4194304 3593 14104 0 0 720 18 1173 46 25 0 1 0 469858078 7872512 1606 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/29187/statm: 1922 1606 220 399 0 1519 0
[pid=29193] ppid=29187 vsize=113680 CPUtime=1179.74
/proc/29193/stat : 29193 (minisat20SAT07) R 29187 29187 28755 0 -1 4194304 28272 0 0 0 117946 28 0 0 25 0 1 0 469860038 116408320 28153 1992294400 134512640 135078472 4294956176 18446744073709551615 134556280 0 0 8392704 3 0 0 0 17 0 0 0
/proc/29193/statm: 28420 28153 74 138 0 28279 0
Current children cumulated CPU time (s) 1199.31
Current children cumulated vsize (KiB) 121368

Child status: 17
Real time (s): 1200
CPU time (s): 1199.42
CPU user time (s): 1198.48
CPU system time (s): 0.946856
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 121368

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

runsolver used 1.10983 second user time and 3.2645 second system time

The end

Launcher Data

Begin job on node32 at 2009-03-30 19:47:22
IDJOB=1538571
IDBENCH=70303
IDSOLVER=527
FILE ID=node32/1538571-1238435242
PBS_JOBID= 9061566
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= c0db0b493ae63a00f0ab9cc60e186dad
RANDOM SEED=662018368

node32.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.234
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.234
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:       1640520 kB
Buffers:         77268 kB
Cached:         271028 kB
SwapCached:       7344 kB
Active:         179496 kB
Inactive:       177544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1640520 kB
SwapTotal:     4192956 kB
SwapFree:      4178736 kB
Dirty:           32256 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            44168 kB
Committed_AS:  1509340 kB
PageTables:       1488 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= 66424 MiB
End job on node32 at 2009-03-30 20:07:22