Trace number 1538238

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.63 1199.96

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S1040507052-028.cnf
MD5SUM460680b15ea4b6f4cb4765d23626d1a5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark291.448
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
Number of clauses of size over 50

Solver Data

18.77/18.81	c SATzilla is building models for class 2
18.77/18.81	c run presolver march_dl2004 for 5 seconds ... 
18.77/18.81	c Bin: Executing march_dl2004
18.77/18.81	c spawning binary file with 5 seconds ...
18.77/18.81	c child exit by a signal
18.77/18.81	c march_dl2004 returned code 137.
18.77/18.81	c run presolver mxc-sr08 for 5 seconds ... 
18.77/18.81	c Bin: Executing mxc-sr08
18.77/18.81	c spawning binary file with 5 seconds ...
18.77/18.81	c child exit by a signal
18.77/18.81	c mxc-sr08 returned code 137.
18.77/18.81	c Orignal number of varibales is 1000, number of clauses is 20000 
18.77/18.81	c predicted feature computation time is 7.468153 
18.77/18.81	c Bin: Executing satelite
18.77/18.81	c spawning binary file with 240 seconds ...
18.77/18.81	c child exited successfully
18.77/18.81	c satzilla computing base features
18.77/18.81	c Number of variabe is: 1000, Number of clause is : 20000 
18.77/18.81	c Initializing...
18.77/18.81	c satzilla compute diameter ...
18.77/18.81	c start diameter features ...
18.77/18.81	c satzilla doing clause learning
18.77/18.81	c start clause learning features ...
18.77/18.81	c Bin: Executing zchaff07
18.77/18.81	c spawning binary file with 2 seconds ...
18.77/18.81	c child exit by a signal
18.77/18.81	c satzilla doing survey propogation probe
18.77/18.81	c do survay propogation for 2 second ...
18.77/18.81	c satzilla doing local search probe
18.77/18.81	c satzilla doing lobjois search-space size estimate
18.77/18.81	c features are:1000 20000 1000 20000 0 0 0.05 0.37682 0.649732 0.835023 0.005 1.73472e-16 0.005 0.005 -0 0 0 0.005 0.0976985 0.00355 0.00685 3.6579 0.0803404 0.0616066 0 0.355556 3.0209 0.00093875 0.230536 0.00025 0.00155 2.86735 0.18775 0.0164772 0.0819909 0.0124 0.02095 3 0 3 3 -0 44.6333 0.249488 27 92 61 34 48 38 43 58.4119 0.0903273 48.3953 73.7273 65.5405 51.1607 61.8913 55.28 58.1042 0.169197 0.684801 0.000105484 0.60355 0.330637 0.0287897 0.243259 0.0809139 0.15233 0.00272649 0.626005 0.000169231 0.0117875 0.00488772 0.00103077 0.00343588 0.00154545 0.00233068 59.0311 0.184538 190.205 0.0993149 191 177 205 0.783762 0.316095 0.863909 0.0463541 0.469788 0.562652 
18.77/18.81	c satzilla's ranking:
18.77/18.81	c 1) march_dl2004: 4.172676
18.77/18.81	c 2) minisat20SAT07: 3.692050
18.77/18.81	c 3) mxc-sr08: 3.623053
18.77/18.81	c 4) minisat20: 2.773611
18.77/18.81	c 5) zchaff_rand: 1.576973
18.77/18.81	c 6) vallst: 0.013836
18.77/18.81	c 7) tts-4-0: -0.034929
18.77/18.81	c 8) SATenstein: -10000.000000
18.77/18.81	c 9) gnovelty+: -10000.000000
18.77/18.81	c 10) adaptg2wsat+: -10000.000000
18.77/18.81	c 11) adaptg2wsat0: -10000.000000
18.77/18.81	c 12) picosat846: -10000.000000
18.77/18.81	c 13) kcnfs04SAT07: -10000.000000
18.77/18.81	c satzilla running march_dl2004 ... 
1199.55/1199.95	c Bin: Executing march_dl2004
1199.55/1199.95	c spawning binary file with 1181 seconds ...
1199.55/1199.95	c child exit by a signal
1199.55/1199.95	c march_dl2004 returned code 137.
1199.55/1199.95	c satzilla running minisat20SAT07 ... 
1199.55/1199.95	c Bin: Executing minisat20SAT07
1199.55/1199.95	c minisat20SAT07 returned code 1.
1199.55/1199.95	c satzilla running mxc-sr08 ... 
1199.55/1199.95	c Bin: Executing mxc-sr08
1199.55/1199.95	c mxc-sr08 returned code 1.
1199.55/1199.95	c satzilla running minisat20 ... 
1199.55/1199.95	c Bin: Executing minisat20
1199.55/1199.95	c minisat20 returned code 1.
1199.55/1199.95	c satzilla running zchaff_rand ... 
1199.55/1199.95	c Bin: Executing zchaff_rand
1199.55/1199.95	c zchaff_rand returned code 1.
1199.55/1199.95	c satzilla running vallst ... 
1199.55/1199.95	c Bin: Executing vallst
1199.55/1199.95	c vallst returned code 1.
1199.55/1199.95	c satzilla running tts-4-0 ... 
1199.55/1199.95	c Bin: Executing tts-4-0
1199.55/1199.95	c tts-4-0 returned code 1.
1199.55/1199.95	c satzilla running SATenstein ... 
1199.55/1199.95	c Bin: Executing SATenstein
1199.55/1199.95	c SATenstein returned code 1.
1199.55/1199.95	c satzilla running gnovelty+ ... 
1199.55/1199.95	c Bin: Executing gnovelty+
1199.55/1199.95	c gnovelty+ returned code 1.
1199.55/1199.95	c satzilla running adaptg2wsat+ ... 
1199.55/1199.95	c Bin: Executing adaptg2wsat+
1199.55/1199.95	c adaptg2wsat+ returned code 1.
1199.55/1199.95	c satzilla running adaptg2wsat0 ... 
1199.55/1199.95	c Bin: Executing adaptg2wsat0
1199.55/1199.95	c adaptg2wsat0 returned code 1.
1199.55/1199.95	c satzilla running picosat846 ... 
1199.55/1199.95	c Bin: Executing picosat846
1199.55/1199.95	c picosat846 returned code 1.
1199.55/1199.95	c satzilla running kcnfs04SAT07 ... 
1199.55/1199.95	c Bin: Executing kcnfs04SAT07
1199.55/1199.95	c kcnfs04SAT07 returned code 1.
1199.55/1199.95	c ERROR: All Failed! 
1199.55/1199.95	c SATZILLA_TIME=1199.800000

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

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10671
/proc/meminfo: memFree=1078384/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=0
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 286438993 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 112 96 399 0 111 0
[pid=10672] ppid=10671 vsize=796 CPUtime=0
/proc/10672/stat : 10672 (march_dl2004) R 10671 10671 10199 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 286438993 815104 104 1992294400 134512640 134996440 4294956176 18446744073709551615 134781552 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10672/statm: 199 105 50 118 0 78 0

[startup+0.00942088 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10671
/proc/meminfo: memFree=1078384/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=0
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 286438993 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 112 96 399 0 111 0
[pid=10672] ppid=10671 vsize=928 CPUtime=0
/proc/10672/stat : 10672 (march_dl2004) R 10671 10671 10199 0 -1 4194304 125 0 0 0 0 0 0 0 19 0 1 0 286438993 950272 120 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10672/statm: 232 120 50 118 0 111 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2984

[startup+0.10143 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10671
/proc/meminfo: memFree=1078384/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=0
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 286438993 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 112 96 399 0 111 0
[pid=10672] ppid=10671 vsize=2808 CPUtime=0.09
/proc/10672/stat : 10672 (march_dl2004) R 10671 10671 10199 0 -1 4194304 1514 0 0 0 9 0 0 0 19 0 1 0 286438993 2875392 545 1992294400 134512640 134996440 4294956176 18446744073709551615 134543096 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10672/statm: 702 545 57 118 0 581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.301452 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10671
/proc/meminfo: memFree=1078384/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=0
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 286438993 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 112 96 399 0 111 0
[pid=10672] ppid=10671 vsize=4240 CPUtime=0.29
/proc/10672/stat : 10672 (march_dl2004) R 10671 10671 10199 0 -1 4194304 2884 0 0 0 29 0 0 0 20 0 1 0 286438993 4341760 682 1992294400 134512640 134996440 4294956176 18446744073709551615 134583427 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10672/statm: 1060 682 67 118 0 939 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6296

[startup+0.701495 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 10671
/proc/meminfo: memFree=1078384/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=0
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 286438993 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 112 96 399 0 111 0
[pid=10672] ppid=10671 vsize=4240 CPUtime=0.69
/proc/10672/stat : 10672 (march_dl2004) R 10671 10671 10199 0 -1 4194304 2890 0 0 0 69 0 0 0 25 0 1 0 286438993 4341760 688 1992294400 134512640 134996440 4294956176 18446744073709551615 134583400 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10672/statm: 1060 688 67 118 0 939 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6296

[startup+1.50158 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10673
/proc/meminfo: memFree=1075680/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=0
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 286438993 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 112 96 399 0 111 0
[pid=10672] ppid=10671 vsize=26648 CPUtime=1.49
/proc/10672/stat : 10672 (march_dl2004) R 10671 10671 10199 0 -1 4194304 8460 0 0 0 135 14 0 0 25 0 1 0 286438993 27287552 6084 1992294400 134512640 134996440 4294956176 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10672/statm: 6662 6084 72 118 0 6541 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28704

[startup+3.10176 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10673
/proc/meminfo: memFree=1050720/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=0
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 286438993 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 112 96 399 0 111 0
[pid=10672] ppid=10671 vsize=28544 CPUtime=3.09
/proc/10672/stat : 10672 (march_dl2004) R 10671 10671 10199 0 -1 4194304 9503 0 0 0 274 35 0 0 25 0 1 0 286438993 29229056 6764 1992294400 134512640 134996440 4294956176 18446744073709551615 134559824 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10672/statm: 7136 6764 72 118 0 7015 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30600

[startup+6.30111 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10674
/proc/meminfo: memFree=1075424/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=2056 CPUtime=5
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 156 9848 0 0 0 0 464 36 19 0 1 0 286438993 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 514 125 107 399 0 111 0
[pid=10674] ppid=10671 vsize=4428 CPUtime=1.28
/proc/10674/stat : 10674 (mxc-sr08) R 10671 10671 10199 0 -1 4194304 1171 0 0 0 128 0 0 0 25 0 1 0 286439493 4534272 1006 1992294400 134512640 135078026 4294956176 18446744073709551615 134534927 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10674/statm: 1107 1006 71 138 0 966 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6484

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10675
/proc/meminfo: memFree=1075624/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=3860 CPUtime=12.12
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 850 11709 0 0 207 0 968 37 25 0 1 0 286438993 3952640 618 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 965 618 136 399 0 562 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 3860

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1046752/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=30916 CPUtime=6.68
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 9848 0 0 0 633 35 0 0 25 0 1 0 286440874 31657984 6950 1992294400 134512640 134996440 4294956176 18446744073709551615 134514077 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 7729 6950 74 118 0 7608 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 37208

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1033568/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=45156 CPUtime=32.27
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 13167 0 0 0 3190 37 0 0 25 0 1 0 286440874 46239744 10269 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 11289 10269 74 118 0 11168 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 51448

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1027168/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=51460 CPUtime=83.46
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 14752 0 0 0 8307 39 0 0 25 0 1 0 286440874 52695040 11854 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 12865 11854 74 118 0 12744 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 57752

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1023520/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=55004 CPUtime=143.44
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 15649 0 0 0 14304 40 0 0 25 0 1 0 286440874 56324096 12751 1992294400 134512640 134996440 4294956176 18446744073709551615 134526954 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 13751 12751 74 118 0 13630 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 61296

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1020640/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=57888 CPUtime=203.42
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 16360 0 0 0 20301 41 0 0 25 0 1 0 286440874 59277312 13462 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 14472 13462 74 118 0 14351 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 64180

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1019040/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=59456 CPUtime=263.41
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 16758 0 0 0 26299 42 0 0 25 0 1 0 286440874 60882944 13860 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 14864 13860 74 118 0 14743 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 65748

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1017440/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=60908 CPUtime=323.39
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 17143 0 0 0 32297 42 0 0 25 0 1 0 286440874 62369792 14245 1992294400 134512640 134996440 4294956176 18446744073709551615 134526940 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 15227 14245 74 118 0 15106 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 67200


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


[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1012384/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=65924 CPUtime=743.29
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 18419 0 0 0 74283 46 0 0 25 0 1 0 286440874 67506176 15521 1992294400 134512640 134996440 4294956176 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 16481 15521 74 118 0 16360 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 72216

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1012064/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=66320 CPUtime=803.26
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 18511 0 0 0 80280 46 0 0 25 0 1 0 286440874 67911680 15613 1992294400 134512640 134996440 4294956176 18446744073709551615 134532986 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 16580 15613 74 118 0 16459 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 72612

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1011680/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=66716 CPUtime=863.25
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 18618 0 0 0 86279 46 0 0 25 0 1 0 286440874 68317184 15720 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 16679 15720 74 118 0 16558 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 73008

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1011232/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=67112 CPUtime=923.24
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 18731 0 0 0 92277 47 0 0 25 0 1 0 286440874 68722688 15833 1992294400 134512640 134996440 4294956176 18446744073709551615 134551674 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 16778 15833 74 118 0 16657 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 73404

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1010656/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=67640 CPUtime=983.22
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 18853 0 0 0 98275 47 0 0 25 0 1 0 286440874 69263360 15955 1992294400 134512640 134996440 4294956176 18446744073709551615 134527803 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 16910 15955 74 118 0 16789 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 73932

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1010336/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68036 CPUtime=1043.2
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 18948 0 0 0 104273 47 0 0 25 0 1 0 286440874 69668864 16050 1992294400 134512640 134996440 4294956176 18446744073709551615 134537015 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17009 16050 74 118 0 16888 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 74328

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009952/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68432 CPUtime=1103.19
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19039 0 0 0 110271 48 0 0 25 0 1 0 286440874 70074368 16141 1992294400 134512640 134996440 4294956176 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17108 16141 74 118 0 16987 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 74724

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009696/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68696 CPUtime=1163.17
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19110 0 0 0 116269 48 0 0 25 0 1 0 286440874 70344704 16212 1992294400 134512640 134996440 4294956176 18446744073709551615 134567185 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17174 16212 74 118 0 17053 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 74988

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009696/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68696 CPUtime=1171.17
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19120 0 0 0 117069 48 0 0 25 0 1 0 286440874 70344704 16222 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17174 16222 74 118 0 17053 0
Current children cumulated CPU time (s) 1189.95
Current children cumulated vsize (KiB) 74988

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009632/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68828 CPUtime=1177.57
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19132 0 0 0 117709 48 0 0 25 0 1 0 286440874 70479872 16234 1992294400 134512640 134996440 4294956176 18446744073709551615 134551415 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17207 16234 74 118 0 17086 0
Current children cumulated CPU time (s) 1196.35
Current children cumulated vsize (KiB) 75120

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009632/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68828 CPUtime=1179.17
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19136 0 0 0 117869 48 0 0 25 0 1 0 286440874 70479872 16238 1992294400 134512640 134996440 4294956176 18446744073709551615 134566693 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17207 16238 74 118 0 17086 0
Current children cumulated CPU time (s) 1197.95
Current children cumulated vsize (KiB) 75120

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009568/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68828 CPUtime=1179.97
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19137 0 0 0 117949 48 0 0 25 0 1 0 286440874 70479872 16239 1992294400 134512640 134996440 4294956176 18446744073709551615 134528338 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17207 16239 74 118 0 17086 0
Current children cumulated CPU time (s) 1198.75
Current children cumulated vsize (KiB) 75120

[startup+1199.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009568/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68828 CPUtime=1180.37
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19138 0 0 0 117989 48 0 0 25 0 1 0 286440874 70479872 16240 1992294400 134512640 134996440 4294956176 18446744073709551615 134536965 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17207 16240 74 118 0 17086 0
Current children cumulated CPU time (s) 1199.15
Current children cumulated vsize (KiB) 75120

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10677
/proc/meminfo: memFree=1009568/2055920 swapFree=4181692/4192956
[pid=10671] ppid=10669 vsize=6292 CPUtime=18.78
/proc/10671/stat : 10671 (SATzilla2009_C) S 10669 10671 10199 0 -1 4194304 1947 12679 0 0 664 9 1152 53 25 0 1 0 286438993 6443008 1190 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 1 0 0
/proc/10671/statm: 1573 1190 219 399 0 1170 0
[pid=10677] ppid=10671 vsize=68828 CPUtime=1180.77
/proc/10677/stat : 10677 (march_dl2004) R 10671 10671 10199 0 -1 4194304 19138 0 0 0 118029 48 0 0 25 0 1 0 286440874 70479872 16240 1992294400 134512640 134996440 4294956176 18446744073709551615 134514019 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10677/statm: 17207 16240 74 118 0 17086 0
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (KiB) 75120

Child status: 17
Real time (s): 1199.96
CPU time (s): 1199.63
CPU user time (s): 1198.5
CPU system time (s): 1.12783
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 75120

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

runsolver used 1.43378 second user time and 2.90456 second system time

The end

Launcher Data

Begin job on node42 at 2009-03-30 16:12:56
IDJOB=1538238
IDBENCH=70192
IDSOLVER=527
FILE ID=node42/1538238-1238422376
PBS_JOBID= 9061461
Free space on /tmp= 66248 MiB

SOLVER NAME= SATzilla2009_C 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S1040507052-028.cnf
COMMAND LINE= HOME/SATzilla2009_C BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1538238-1238422376/watcher-1538238-1238422376 -o /tmp/evaluation-result-1538238-1238422376/solver-1538238-1238422376 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2009_C HOME/instance-1538238-1238422376.cnf

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

MD5SUM BENCH= 460680b15ea4b6f4cb4765d23626d1a5
RANDOM SEED=986703295

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.211
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.211
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:       1078800 kB
Buffers:        107612 kB
Cached:         764540 kB
SwapCached:       5184 kB
Active:          81472 kB
Inactive:       799296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078800 kB
SwapTotal:     4192956 kB
SwapFree:      4181692 kB
Dirty:           31920 kB
Writeback:           0 kB
Mapped:          14288 kB
Slab:            82424 kB
Committed_AS:   882636 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= 66216 MiB
End job on node42 at 2009-03-30 16:32:56