Trace number 1538217

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.58 1200.14

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S2015297474-031.cnf
MD5SUM3b614b06e2532ea8a6491816cc6dd7a8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.9386
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.68/18.76	c SATzilla is building models for class 2
18.68/18.76	c run presolver march_dl2004 for 5 seconds ... 
18.68/18.76	c Bin: Executing march_dl2004
18.68/18.76	c spawning binary file with 5 seconds ...
18.68/18.76	c child exit by a signal
18.68/18.76	c march_dl2004 returned code 137.
18.68/18.76	c run presolver mxc-sr08 for 5 seconds ... 
18.68/18.76	c Bin: Executing mxc-sr08
18.68/18.76	c spawning binary file with 5 seconds ...
18.68/18.76	c child exit by a signal
18.68/18.76	c mxc-sr08 returned code 137.
18.68/18.76	c Orignal number of varibales is 1000, number of clauses is 20000 
18.68/18.76	c predicted feature computation time is 7.468153 
18.68/18.76	c Bin: Executing satelite
18.68/18.76	c spawning binary file with 240 seconds ...
18.68/18.76	c child exited successfully
18.68/18.76	c satzilla computing base features
18.68/18.76	c Number of variabe is: 1000, Number of clause is : 20000 
18.68/18.76	c Initializing...
18.68/18.76	c satzilla compute diameter ...
18.68/18.76	c start diameter features ...
18.68/18.76	c satzilla doing clause learning
18.68/18.76	c start clause learning features ...
18.68/18.76	c Bin: Executing zchaff07
18.68/18.76	c spawning binary file with 2 seconds ...
18.68/18.76	c child exit by a signal
18.68/18.76	c satzilla doing survey propogation probe
18.68/18.76	c do survay propogation for 2 second ...
18.68/18.76	c satzilla doing local search probe
18.68/18.76	c satzilla doing lobjois search-space size estimate
18.68/18.76	c features are:1000 20000 1000 20000 0 0 0.05 0.37476 0.646182 0.827979 0.005 1.73472e-16 0.005 0.005 -0 0 0 0.005 0.0979265 0.00365 0.0069 3.66981 0.0810542 0.0613748 0 0.296703 3.03462 0.00092925 0.234346 0.0003 0.00175 2.86967 0.18585 0.016491 0.0812511 0.0126 0.02165 3 0 3 3 -0 44.6949 0.262454 27 84 60 34 48 38 41 57.6073 0.0885274 46.6829 72.5862 64.4028 51.9744 60.875 53.5283 57.2162 0.169816 0.68947 9.68932e-05 0.530718 0.338001 0.0289104 0.249244 0.0724217 0.154172 0.00275485 0.634316 0.000162875 0.012317 0.00501105 0.00102547 0.0034662 0.00154524 0.00230725 57.25 0.150604 191.302 0.057302 191 178 205 0.771776 0.258428 0.860145 0.0270974 0.468464 0.578582 
18.68/18.76	c satzilla's ranking:
18.68/18.76	c 1) march_dl2004: 4.068303
18.68/18.76	c 2) minisat20SAT07: 3.726353
18.68/18.76	c 3) mxc-sr08: 3.622416
18.68/18.76	c 4) minisat20: 2.781280
18.68/18.76	c 5) zchaff_rand: 1.588138
18.68/18.76	c 6) vallst: 0.026216
18.68/18.76	c 7) tts-4-0: 0.015821
18.68/18.76	c 8) SATenstein: -10000.000000
18.68/18.76	c 9) gnovelty+: -10000.000000
18.68/18.76	c 10) adaptg2wsat+: -10000.000000
18.68/18.76	c 11) adaptg2wsat0: -10000.000000
18.68/18.76	c 12) picosat846: -10000.000000
18.68/18.76	c 13) kcnfs04SAT07: -10000.000000
18.68/18.76	c satzilla running march_dl2004 ... 
1199.54/1200.13	c Bin: Executing march_dl2004
1199.54/1200.13	c spawning binary file with 1181 seconds ...
1199.54/1200.13	c child exit by a signal
1199.54/1200.13	c march_dl2004 returned code 137.
1199.54/1200.13	c satzilla running minisat20SAT07 ... 
1199.54/1200.13	c Bin: Executing minisat20SAT07
1199.54/1200.13	c minisat20SAT07 returned code 1.
1199.54/1200.13	c satzilla running mxc-sr08 ... 
1199.54/1200.13	c Bin: Executing mxc-sr08
1199.54/1200.13	c mxc-sr08 returned code 1.
1199.54/1200.13	c satzilla running minisat20 ... 
1199.54/1200.13	c Bin: Executing minisat20
1199.54/1200.13	c minisat20 returned code 1.
1199.54/1200.13	c satzilla running zchaff_rand ... 
1199.54/1200.13	c Bin: Executing zchaff_rand
1199.54/1200.13	c zchaff_rand returned code 1.
1199.54/1200.13	c satzilla running vallst ... 
1199.54/1200.13	c Bin: Executing vallst
1199.54/1200.13	c vallst returned code 1.
1199.54/1200.13	c satzilla running tts-4-0 ... 
1199.54/1200.13	c Bin: Executing tts-4-0
1199.54/1200.13	c tts-4-0 returned code 1.
1199.54/1200.13	c satzilla running SATenstein ... 
1199.54/1200.13	c Bin: Executing SATenstein
1199.54/1200.13	c SATenstein returned code 1.
1199.54/1200.13	c satzilla running gnovelty+ ... 
1199.54/1200.13	c Bin: Executing gnovelty+
1199.54/1200.13	c gnovelty+ returned code 1.
1199.54/1200.13	c satzilla running adaptg2wsat+ ... 
1199.54/1200.13	c Bin: Executing adaptg2wsat+
1199.54/1200.13	c adaptg2wsat+ returned code 1.
1199.54/1200.13	c satzilla running adaptg2wsat0 ... 
1199.54/1200.13	c Bin: Executing adaptg2wsat0
1199.54/1200.13	c adaptg2wsat0 returned code 1.
1199.54/1200.13	c satzilla running picosat846 ... 
1199.54/1200.13	c Bin: Executing picosat846
1199.54/1200.13	c picosat846 returned code 1.
1199.54/1200.13	c satzilla running kcnfs04SAT07 ... 
1199.54/1200.13	c Bin: Executing kcnfs04SAT07
1199.54/1200.13	c kcnfs04SAT07 returned code 1.
1199.54/1200.13	c ERROR: All Failed! 
1199.54/1200.13	c SATZILLA_TIME=1199.750000

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-1538217-1238421982/watcher-1538217-1238421982 -o /tmp/evaluation-result-1538217-1238421982/solver-1538217-1238421982 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2009_C HOME/instance-1538217-1238421982.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.91 0.97 0.99 3/64 23399
/proc/meminfo: memFree=1171184/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=0
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114860766 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 112 96 399 0 111 0
[pid=23400] ppid=23399 vsize=796 CPUtime=0
/proc/23400/stat : 23400 (march_dl2004) R 23399 23399 23025 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 1114860766 815104 106 1992294400 134512640 134996440 4294956176 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 199 106 50 118 0 78 0

[startup+0.090473 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23399
/proc/meminfo: memFree=1171184/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=0
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114860766 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 112 96 399 0 111 0
[pid=23400] ppid=23399 vsize=2808 CPUtime=0.08
/proc/23400/stat : 23400 (march_dl2004) R 23399 23399 23025 0 -1 4194304 1337 0 0 0 8 0 0 0 19 0 1 0 1114860766 2875392 545 1992294400 134512640 134996440 4294956176 18446744073709551615 134543076 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 702 545 57 118 0 581 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4864

[startup+0.101473 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23399
/proc/meminfo: memFree=1171184/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=0
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114860766 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 112 96 399 0 111 0
[pid=23400] ppid=23399 vsize=2808 CPUtime=0.09
/proc/23400/stat : 23400 (march_dl2004) R 23399 23399 23025 0 -1 4194304 1695 0 0 0 9 0 0 0 19 0 1 0 1114860766 2875392 549 1992294400 134512640 134996440 4294956176 18446744073709551615 134543089 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 702 549 61 118 0 581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4864

[startup+0.301493 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23399
/proc/meminfo: memFree=1171184/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=0
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114860766 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 112 96 399 0 111 0
[pid=23400] ppid=23399 vsize=4108 CPUtime=0.29
/proc/23400/stat : 23400 (march_dl2004) R 23399 23399 23025 0 -1 4194304 2868 0 0 0 28 1 0 0 21 0 1 0 1114860766 4206592 666 1992294400 134512640 134996440 4294956176 18446744073709551615 134583408 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 1027 666 67 118 0 906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6164

[startup+0.701537 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 23399
/proc/meminfo: memFree=1171184/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=0
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114860766 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 112 96 399 0 111 0
[pid=23400] ppid=23399 vsize=4108 CPUtime=0.69
/proc/23400/stat : 23400 (march_dl2004) R 23399 23399 23025 0 -1 4194304 2872 0 0 0 68 1 0 0 25 0 1 0 1114860766 4206592 670 1992294400 134512640 134996440 4294956176 18446744073709551615 134583384 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 1027 670 67 118 0 906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6164

[startup+1.50162 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 23401
/proc/meminfo: memFree=1168672/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=0
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114860766 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 112 96 399 0 111 0
[pid=23400] ppid=23399 vsize=4240 CPUtime=1.49
/proc/23400/stat : 23400 (march_dl2004) R 23399 23399 23025 0 -1 4194304 2903 0 0 0 148 1 0 0 25 0 1 0 1114860766 4341760 701 1992294400 134512640 134996440 4294956176 18446744073709551615 134583023 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 1060 701 67 118 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6296

[startup+3.1028 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 23401
/proc/meminfo: memFree=1146272/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=0
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 1114860766 2105344 112 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 112 96 399 0 111 0
[pid=23400] ppid=23399 vsize=27476 CPUtime=3.09
/proc/23400/stat : 23400 (march_dl2004) R 23399 23399 23025 0 -1 4194304 9137 0 0 0 277 32 0 0 25 0 1 0 1114860766 28135424 6532 1992294400 134512640 134996440 4294956176 18446744073709551615 134547097 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23400/statm: 6869 6532 72 118 0 6748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29532

[startup+6.30114 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 23402
/proc/meminfo: memFree=1168352/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=2056 CPUtime=4.99
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 156 10763 0 0 0 0 466 33 16 0 1 0 1114860766 2105344 125 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 514 125 107 399 0 111 0
[pid=23402] ppid=23399 vsize=4424 CPUtime=1.28
/proc/23402/stat : 23402 (mxc-sr08) R 23399 23399 23025 0 -1 4194304 1167 0 0 0 128 0 0 0 25 0 1 0 1114861267 4530176 1002 1992294400 134512640 135078026 4294956176 18446744073709551615 134534660 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23402/statm: 1106 1002 71 138 0 965 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 6480

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 23403
/proc/meminfo: memFree=1168488/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=3864 CPUtime=12.12
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 850 12627 0 0 206 0 971 35 25 0 1 0 1114860766 3956736 618 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 966 618 136 399 0 563 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 3864

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1141544/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=27084 CPUtime=6.72
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 10763 0 0 0 642 30 0 0 25 0 1 0 1114862643 27734016 6436 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 6771 6436 74 118 0 6650 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 33372

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1126248/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=44016 CPUtime=32.29
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 14653 0 0 0 3198 31 0 0 25 0 1 0 1114862643 45072384 10326 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 11004 10326 74 118 0 10883 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 50304

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1119016/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=51108 CPUtime=83.47
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 16468 0 0 0 8315 32 0 0 25 0 1 0 1114862643 52334592 12141 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 12777 12141 74 118 0 12656 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 57396

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1115560/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=54652 CPUtime=143.44
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 17363 0 0 0 14311 33 0 0 25 0 1 0 1114862643 55963648 13036 1992294400 134512640 134996440 4294956176 18446744073709551615 134537766 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 13663 13036 74 118 0 13542 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 60940

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1113320/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=56624 CPUtime=203.42
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 17867 0 0 0 20308 34 0 0 25 0 1 0 1114862643 57982976 13540 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 14156 13540 74 118 0 14035 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 62912

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1111912/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=58068 CPUtime=263.39
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 18237 0 0 0 26304 35 0 0 25 0 1 0 1114862643 59461632 13910 1992294400 134512640 134996440 4294956176 18446744073709551615 134526956 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 14517 13910 74 118 0 14396 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 64356

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1110568/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=59520 CPUtime=323.36
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 18594 0 0 0 32301 35 0 0 25 0 1 0 1114862643 60948480 14267 1992294400 134512640 134996440 4294956176 18446744073709551615 134527810 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 14880 14267 74 118 0 14759 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 65808


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


[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1105640/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=64140 CPUtime=743.19
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 19779 0 0 0 74282 37 0 0 25 0 1 0 1114862643 65679360 15452 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16035 15452 74 118 0 15914 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 70428

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1105128/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=64668 CPUtime=803.16
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 19915 0 0 0 80279 37 0 0 25 0 1 0 1114862643 66220032 15588 1992294400 134512640 134996440 4294956176 18446744073709551615 134537726 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16167 15588 74 118 0 16046 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 70956

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1104616/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=65196 CPUtime=863.13
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20034 0 0 0 86276 37 0 0 25 0 1 0 1114862643 66760704 15707 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16299 15707 74 118 0 16178 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 71484

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1104296/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=65592 CPUtime=923.1
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20126 0 0 0 92273 37 0 0 25 0 1 0 1114862643 67166208 15799 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16398 15799 74 118 0 16277 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 71880

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1103720/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=66120 CPUtime=983.07
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20276 0 0 0 98270 37 0 0 25 0 1 0 1114862643 67706880 15949 1992294400 134512640 134996440 4294956176 18446744073709551615 134564285 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16530 15949 74 118 0 16409 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 72408

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1103336/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=66516 CPUtime=1043.04
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20378 0 0 0 104267 37 0 0 25 0 1 0 1114862643 68112384 16051 1992294400 134512640 134996440 4294956176 18446744073709551615 134551682 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16629 16051 74 118 0 16508 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 72804

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1103016/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=66912 CPUtime=1103.01
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20456 0 0 0 110264 37 0 0 25 0 1 0 1114862643 68517888 16129 1992294400 134512640 134996440 4294956176 18446744073709551615 134526942 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16728 16129 74 118 0 16607 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 73200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1102696/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=67176 CPUtime=1163
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20538 0 0 0 116262 38 0 0 25 0 1 0 1114862643 68788224 16211 1992294400 134512640 134996440 4294956176 18446744073709551615 134551658 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16794 16211 74 118 0 16673 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 73464

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

[startup+1190.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1102632/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=67308 CPUtime=1171
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20553 0 0 0 117062 38 0 0 25 0 1 0 1114862643 68923392 16226 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16827 16226 74 118 0 16706 0
Current children cumulated CPU time (s) 1189.74
Current children cumulated vsize (KiB) 73596

[startup+1196.7 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1102632/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=67308 CPUtime=1177.4
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20562 0 0 0 117702 38 0 0 25 0 1 0 1114862643 68923392 16235 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16827 16235 74 118 0 16706 0
Current children cumulated CPU time (s) 1196.14
Current children cumulated vsize (KiB) 73596

[startup+1198.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1102632/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=67308 CPUtime=1178.99
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20563 0 0 0 117861 38 0 0 25 0 1 0 1114862643 68923392 16236 1992294400 134512640 134996440 4294956176 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16827 16236 74 118 0 16706 0
Current children cumulated CPU time (s) 1197.73
Current children cumulated vsize (KiB) 73596

[startup+1199.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1102632/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=67308 CPUtime=1179.79
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20564 0 0 0 117941 38 0 0 25 0 1 0 1114862643 68923392 16237 1992294400 134512640 134996440 4294956176 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16827 16237 74 118 0 16706 0
Current children cumulated CPU time (s) 1198.53
Current children cumulated vsize (KiB) 73596

[startup+1199.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1102632/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=67308 CPUtime=1180.59
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20568 0 0 0 118021 38 0 0 25 0 1 0 1114862643 68923392 16241 1992294400 134512640 134996440 4294956176 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16827 16241 74 118 0 16706 0
Current children cumulated CPU time (s) 1199.33
Current children cumulated vsize (KiB) 73596

[startup+1200.11 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 23405
/proc/meminfo: memFree=1102568/2055920 swapFree=4178912/4192956
[pid=23399] ppid=23397 vsize=6288 CPUtime=18.74
/proc/23399/stat : 23399 (SATzilla2009_C) S 23397 23399 23025 0 -1 4194304 1945 13593 0 0 660 8 1155 51 25 0 1 0 1114860766 6438912 1188 1992294400 134512640 136149437 4294956208 18446744073709551615 135542781 0 0 4096 3 18446744071563356171 0 0 17 0 0 0
/proc/23399/statm: 1572 1188 219 399 0 1169 0
[pid=23405] ppid=23399 vsize=67308 CPUtime=1180.8
/proc/23405/stat : 23405 (march_dl2004) R 23399 23399 23025 0 -1 4194304 20570 0 0 0 118042 38 0 0 25 0 1 0 1114862643 68923392 16243 1992294400 134512640 134996440 4294956176 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23405/statm: 16827 16243 74 118 0 16706 0
Current children cumulated CPU time (s) 1199.54
Current children cumulated vsize (KiB) 73596

Child status: 17
Real time (s): 1200.14
CPU time (s): 1199.58
CPU user time (s): 1198.59
CPU system time (s): 0.989849
CPU usage (%): 99.954
Max. virtual memory (cumulated for all children) (KiB): 73596

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

runsolver used 1.13283 second user time and 3.23951 second system time

The end

Launcher Data

Begin job on node47 at 2009-03-30 16:06:22
IDJOB=1538217
IDBENCH=70185
IDSOLVER=527
FILE ID=node47/1538217-1238421982
PBS_JOBID= 9061504
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= 3b614b06e2532ea8a6491816cc6dd7a8
RANDOM SEED=130210409

node47.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.216
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.216
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:       1171728 kB
Buffers:        102268 kB
Cached:         679828 kB
SwapCached:       7792 kB
Active:         226428 kB
Inactive:       566072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1171728 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:           31916 kB
Writeback:           0 kB
Mapped:          16048 kB
Slab:            77684 kB
Committed_AS:  2964472 kB
PageTables:       1452 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= 66340 MiB
End job on node47 at 2009-03-30 16:26:23