Trace number 1729950

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
SAT07 reference solver: SATzilla CRAFTED? (exit code) 1199.01 1199.35

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.5741
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

Solver Data

13.08/13.11	c run March_dl for 5 seconds ... 
13.08/13.11	c Bin: Executing march_dl
13.08/13.11	c child exit by a signal
13.08/13.11	c march_dl returned code 137.
13.08/13.11	c run saps (UBCSAT implementation) for 2 seconds ... 
13.08/13.11	c Bin: Executing ubcsat2006
13.08/13.11	c child exited successfully
13.08/13.11	c ubcsat2006 returned code 0.
13.08/13.11	c satzilla computing base features
13.08/13.11	c satzilla doing unit-prop probe
13.08/13.11	c satzilla doing local search probe
13.08/13.11	c satzilla doing lobjois search-space size estimate
13.08/13.11	c satzilla's ranking:
13.08/13.11	c 1) minisat20: 1.498948
13.08/13.11	c 2) minisat20+P: 1.603820
13.08/13.11	c 3) zchaff_rand+P: 1.608309
13.08/13.11	c 4) vallst+P: 1.993422
13.08/13.11	c 5) march_dl+P: 2.984466
13.08/13.11	c 6) march_dl: 3.069067
13.08/13.11	c 7) kcnfs+P: 999.000000
13.08/13.11	c 8) kcnfs: 999.000000
13.08/13.11	c 9) vallst: 999.000000
13.08/13.11	c 10) zchaff_rand: 999.000000
13.08/13.11	c satzilla running minisat20 ... 
13.08/13.11	This is MiniSat 2.0 beta
13.08/13.11	WARNING: for repeatability, setting FPU to use double precision
13.08/13.11	============================[ Problem Statistics ]=============================
13.08/13.11	|                                                                             |
13.08/13.12	|  Number of variables:  1587                                                 |
13.08/13.12	|  Number of clauses:    8013                                                 |
13.08/13.13	|  Parsing time:         0.01         s                                       |
13.08/13.13	============================[ Search Statistics ]==============================
13.08/13.13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.08/13.13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.08/13.13	===============================================================================
13.08/13.13	|         0 |    1545     7632    66746 |     2544        0    nan |  0.000 % |
13.08/13.13	|       100 |    1545     7632    66746 |     2798      100     11 |  2.647 % |
13.08/13.13	|       252 |    1545     7632    66746 |     3078      252     11 |  2.647 % |
13.08/13.14	|       477 |    1545     7632    66746 |     3386      477     12 |  2.647 % |
13.08/13.14	|       814 |    1545     7632    66746 |     3724      814     14 |  2.647 % |
13.08/13.16	|      1320 |    1545     7632    66746 |     4097     1320     15 |  2.647 % |
13.08/13.18	|      2079 |    1545     7632    66746 |     4506     2079     15 |  2.647 % |
13.09/13.22	|      3218 |    1545     7632    66746 |     4957     3218     17 |  2.647 % |
13.09/13.31	|      4926 |    1545     7632    66746 |     5453     4926     19 |  2.647 % |
13.09/13.44	|      7488 |    1545     7632    66746 |     5998     4682     21 |  2.647 % |
13.09/13.67	|     11332 |    1545     7632    66746 |     6598     5453     25 |  2.647 % |
13.09/14.04	|     17099 |    1545     7632    66746 |     7258     4474     22 |  2.647 % |
14.56/14.65	|     25749 |    1545     7632    66746 |     7984     5735     22 |  2.647 % |
15.56/15.63	|     38723 |    1545     7632    66746 |     8782     6551     21 |  2.647 % |
17.16/17.23	|     58184 |    1545     7632    66746 |     9660     8184     24 |  2.647 % |
20.46/20.58	|     87376 |    1545     7632    66746 |    10626     8036     32 |  2.647 % |
25.75/25.86	|    131171 |    1545     7632    66746 |    11689     8843     26 |  2.647 % |
34.54/34.69	|    196855 |    1545     7632    66746 |    12858     9600     28 |  2.647 % |
50.64/50.78	|    295385 |    1545     7632    66746 |    14144    10872     29 |  2.647 % |
75.84/75.91	|    443178 |    1545     7632    66746 |    15558     8988     25 |  2.647 % |
117.32/117.49	|    664863 |    1545     7632    66746 |    17114    11272     30 |  2.647 % |
184.70/184.80	|    997389 |    1545     7632    66746 |    18826    16622     35 |  2.647 % |
290.77/290.98	|   1496177 |    1545     7632    66746 |    20708    13633     26 |  2.647 % |
496.62/496.88	|   2244361 |    1545     7632    66746 |    22779    12579     29 |  2.647 % |
819.53/819.85	|   3366635 |    1545     7632    66746 |    25057    13239     35 |  2.647 % |
1198.83/1199.27	c Bin: Executing minisat20
1198.83/1199.27	c child exit by a signal
1198.83/1199.27	c minisat20 returned code 137.
1198.83/1199.27	c minisat20 returned code 137.
1198.83/1199.27	c satzilla running minisat20 with preprocessing ... 
1198.94/1199.34	c Preprocessing...
1198.94/1199.34	c Inital problem has 1587 variables, 7730 nary clauses (283 binary clauses).
1198.94/1199.34	c Num non-binary clauses 7697, Average non-binary clause length 8.786
1198.94/1199.34	c Theory has no gaps
1198.94/1199.34	c Preprocessor runtime was 0.050 seconds.
1198.94/1199.34	c 
1198.94/1199.34	c Satisfiability of theory still undetermined.
1198.94/1199.34	c See file /tmp/c4peMo for simplified theory.
1198.94/1199.34	c Bin: Executing minisat20
1198.94/1199.34	c minisat20 returned code 1.
1198.94/1199.34	c minisat20 returned code 1.
1198.94/1199.34	c satzilla running zchaff_rand with preprocessing ... 
1198.94/1199.34	c Bin: Executing zchaff_rand
1198.94/1199.34	c zchaff_rand returned code 1.
1198.94/1199.34	c zchaff_rand returned code 1.
1198.94/1199.34	c satzilla running vallst with preprocessing ... 
1198.94/1199.34	c Bin: Executing vallst
1198.94/1199.34	c vallst returned code 1.
1198.94/1199.34	c vallst returned code 1.
1198.94/1199.34	c satzilla running march_dl with preprocessing ... 
1198.94/1199.34	c Bin: Executing march_dl
1198.94/1199.34	c march_dl returned code 1.
1198.94/1199.34	c march_dl returned code 1.
1198.94/1199.34	c satzilla running march_dl ... 
1198.94/1199.34	c Bin: Executing march_dl
1198.94/1199.34	c march_dl returned code 1.
1198.94/1199.34	c march_dl returned code 1.
1198.94/1199.34	c satzilla running kcnfs with preprocessing ... 
1198.94/1199.34	c Bin: Executing kcnfs
1198.94/1199.34	c kcnfs returned code 1.
1198.94/1199.34	c kcnfs returned code 1.
1198.94/1199.34	c satzilla running kcnfs ... 
1198.94/1199.34	c Bin: Executing kcnfs
1198.94/1199.34	c kcnfs returned code 1.
1198.94/1199.34	c kcnfs returned code 1.
1198.94/1199.34	c satzilla running vallst ... 
1198.94/1199.34	c Bin: Executing vallst
1198.94/1199.34	c vallst returned code 1.
1198.94/1199.34	c vallst returned code 1.
1198.94/1199.34	c satzilla running zchaff_rand ... 
1198.94/1199.34	c Bin: Executing zchaff_rand
1198.94/1199.34	c zchaff_rand returned code 1.
1198.94/1199.34	c zchaff_rand returned code 1.
1198.94/1199.34	c ERROR: All Failed! 
1198.94/1199.34	c SATZILLA_TIME=1199.170000

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729950-1240754861/watcher-1729950-1240754861 -o /tmp/evaluation-result-1729950-1240754861/solver-1729950-1240754861 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1729950-1240754861.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.01 1.02 1.00 3/64 23038
/proc/meminfo: memFree=1590968/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=0
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103513600 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23038/statm: 360 110 95 260 0 84 0
[pid=23039] ppid=23038 vsize=768 CPUtime=0
/proc/23039/stat : 23039 (march_dl) R 23038 23038 22714 0 -1 4194304 112 0 0 0 0 0 0 0 18 0 1 0 103513600 786432 107 1992294400 134512640 134996440 4294956240 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23039/statm: 192 107 50 118 0 71 0

[startup+0.031837 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 23038
/proc/meminfo: memFree=1590968/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=0
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103513600 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23038/statm: 360 110 95 260 0 84 0
[pid=23039] ppid=23038 vsize=1300 CPUtime=0.02
/proc/23039/stat : 23039 (march_dl) R 23038 23038 22714 0 -1 4194304 211 0 0 0 2 0 0 0 18 0 1 0 103513600 1331200 205 1992294400 134512640 134996440 4294956240 18446744073709551615 134544387 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23039/statm: 325 205 52 118 0 204 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2740

[startup+0.101842 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 23038
/proc/meminfo: memFree=1590968/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=0
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103513600 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23038/statm: 360 110 95 260 0 84 0
[pid=23039] ppid=23038 vsize=2084 CPUtime=0.09
/proc/23039/stat : 23039 (march_dl) R 23038 23038 22714 0 -1 4194304 510 0 0 0 9 0 0 0 18 0 1 0 103513600 2134016 440 1992294400 134512640 134996440 4294956240 18446744073709551615 134544484 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23039/statm: 521 440 65 118 0 400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3524

[startup+0.301859 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 23038
/proc/meminfo: memFree=1590968/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=0
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103513600 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23038/statm: 360 110 95 260 0 84 0
[pid=23039] ppid=23038 vsize=3796 CPUtime=0.29
/proc/23039/stat : 23039 (march_dl) R 23038 23038 22714 0 -1 4194304 759 0 0 0 29 0 0 0 19 0 1 0 103513600 3887104 605 1992294400 134512640 134996440 4294956240 18446744073709551615 134583583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23039/statm: 949 605 67 118 0 828 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5236

[startup+0.701895 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 23038
/proc/meminfo: memFree=1590968/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=0
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103513600 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23038/statm: 360 110 95 260 0 84 0
[pid=23039] ppid=23038 vsize=5420 CPUtime=0.69
/proc/23039/stat : 23039 (march_dl) R 23038 23038 22714 0 -1 4194304 1526 0 0 0 69 0 0 0 22 0 1 0 103513600 5550080 1274 1992294400 134512640 134996440 4294956240 18446744073709551615 134533671 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23039/statm: 1355 1274 72 118 0 1234 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6860

[startup+1.50197 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 23040
/proc/meminfo: memFree=1585576/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=0
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103513600 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23038/statm: 360 110 95 260 0 84 0
[pid=23039] ppid=23038 vsize=6004 CPUtime=1.49
/proc/23039/stat : 23039 (march_dl) R 23038 23038 22714 0 -1 4194304 1777 0 0 0 149 0 0 0 25 0 1 0 103513600 6148096 1353 1992294400 134512640 134996440 4294956240 18446744073709551615 134526923 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23039/statm: 1501 1353 74 118 0 1380 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7444

[startup+3.10111 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 23040
/proc/meminfo: memFree=1585576/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=0
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 103513600 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23038/statm: 360 110 95 260 0 84 0
[pid=23039] ppid=23038 vsize=6004 CPUtime=3.09
/proc/23039/stat : 23039 (march_dl) R 23038 23038 22714 0 -1 4194304 1777 0 0 0 308 1 0 0 25 0 1 0 103513600 6148096 1353 1992294400 134512640 134996440 4294956240 18446744073709551615 134514058 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23039/statm: 1501 1353 74 118 0 1380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7444

[startup+6.3014 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 23041
/proc/meminfo: memFree=1589288/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=1440 CPUtime=4.99
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 135 1777 0 0 0 0 498 1 16 0 1 0 103513600 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 360 111 96 260 0 84 0
[pid=23041] ppid=23038 vsize=6188 CPUtime=1.29
/proc/23041/stat : 23041 (ubcsat2006) R 23038 23038 22714 0 -1 4194304 445 0 0 0 118 11 0 0 25 0 1 0 103514101 6336512 428 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23041/statm: 1547 428 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.702 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 23041
/proc/meminfo: memFree=1588016/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=12.68
/proc/23038/stat : 23038 (SATzilla2007_C) R 23036 23038 22714 0 -1 4194304 1168 2228 0 0 533 14 701 20 25 0 1 0 103513600 2863104 504 1992294400 134512640 135579813 4294956208 18446744073709551615 134543333 0 0 4096 0 0 0 0 17 1 0 0
/proc/23038/statm: 699 504 157 260 0 423 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2796

[startup+25.5011 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 23042
/proc/meminfo: memFree=1585896/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=4612 CPUtime=12.36
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 895 0 0 0 1236 0 0 0 25 0 1 0 103514912 4722688 890 1992294400 134512640 134998072 4294956240 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 1153 890 59 118 0 1031 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7408

[startup+51.1014 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 23042
/proc/meminfo: memFree=1585000/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=5424 CPUtime=37.95
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 1104 0 0 0 3795 0 0 0 25 0 1 0 103514912 5554176 1099 1992294400 134512640 134998072 4294956240 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 1356 1099 59 118 0 1234 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 8220

[startup+102.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 23042
/proc/meminfo: memFree=1583976/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=6360 CPUtime=89.14
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 1348 0 0 0 8913 1 0 0 25 0 1 0 103514912 6512640 1343 1992294400 134512640 134998072 4294956240 18446744073709551615 134529255 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 1590 1343 59 118 0 1468 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9156

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1583208/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=7172 CPUtime=149.12
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 1539 0 0 0 14911 1 0 0 25 0 1 0 103514912 7344128 1534 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 1793 1534 59 118 0 1671 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 9968

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1582504/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=7852 CPUtime=209.1
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 1693 0 0 0 20909 1 0 0 25 0 1 0 103514912 8040448 1688 1992294400 134512640 134998072 4294956240 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 1963 1688 59 118 0 1841 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 10648

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1581992/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=8264 CPUtime=269.08
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 1812 0 0 0 26907 1 0 0 25 0 1 0 103514912 8462336 1807 1992294400 134512640 134998072 4294956240 18446744073709551615 134529281 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2066 1807 59 118 0 1944 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 11060

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1581352/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=8948 CPUtime=329.07
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 1969 0 0 0 32905 2 0 0 25 0 1 0 103514912 9162752 1964 1992294400 134512640 134998072 4294956240 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2237 1964 59 118 0 2115 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 11744


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

/proc/23042/statm: 2583 2313 59 118 0 2461 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 13128

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1579432/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=10744 CPUtime=748.96
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2421 0 0 0 74893 3 0 0 25 0 1 0 103514912 11001856 2416 1992294400 134512640 134998072 4294956240 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2686 2416 59 118 0 2564 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 13540

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1579304/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=10884 CPUtime=808.94
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2441 0 0 0 80891 3 0 0 25 0 1 0 103514912 11145216 2436 1992294400 134512640 134998072 4294956240 18446744073709551615 134527596 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2721 2436 59 118 0 2599 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 13680

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1579176/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=11020 CPUtime=868.92
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2476 0 0 0 86889 3 0 0 25 0 1 0 103514912 11284480 2471 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2755 2471 59 118 0 2633 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 13816

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578984/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=11168 CPUtime=928.91
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2509 0 0 0 92888 3 0 0 25 0 1 0 103514912 11436032 2504 1992294400 134512640 134998072 4294956240 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2792 2504 59 118 0 2670 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 13964

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578792/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=11316 CPUtime=988.9
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2557 0 0 0 98886 4 0 0 25 0 1 0 103514912 11587584 2552 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2829 2552 59 118 0 2707 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 14112

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578664/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=11316 CPUtime=1048.88
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2571 0 0 0 104884 4 0 0 25 0 1 0 103514912 11587584 2566 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2829 2566 59 118 0 2707 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 14112

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578408/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=11608 CPUtime=1108.86
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2644 0 0 0 110882 4 0 0 25 0 1 0 103514912 11886592 2639 1992294400 134512640 134998072 4294956240 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 2902 2639 59 118 0 2780 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 14404

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578088/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=12084 CPUtime=1168.84
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2723 0 0 0 116880 4 0 0 25 0 1 0 103514912 12374016 2718 1992294400 134512640 134998072 4294956240 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 3021 2718 59 118 0 2899 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 14880

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

[startup+1190.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578088/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=12084 CPUtime=1176.84
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2723 0 0 0 117680 4 0 0 25 0 1 0 103514912 12374016 2718 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 3021 2718 59 118 0 2899 0
Current children cumulated CPU time (s) 1189.93
Current children cumulated vsize (KiB) 14880

[startup+1193.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578024/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=12084 CPUtime=1180.04
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2725 0 0 0 118000 4 0 0 25 0 1 0 103514912 12374016 2720 1992294400 134512640 134998072 4294956240 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 3021 2720 59 118 0 2899 0
Current children cumulated CPU time (s) 1193.13
Current children cumulated vsize (KiB) 14880

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578024/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=12084 CPUtime=1183.24
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2731 0 0 0 118320 4 0 0 25 0 1 0 103514912 12374016 2726 1992294400 134512640 134998072 4294956240 18446744073709551615 134525539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 3021 2726 59 118 0 2899 0
Current children cumulated CPU time (s) 1196.33
Current children cumulated vsize (KiB) 14880

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578024/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=12084 CPUtime=1184.84
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2731 0 0 0 118480 4 0 0 25 0 1 0 103514912 12374016 2726 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 3021 2726 59 118 0 2899 0
Current children cumulated CPU time (s) 1197.93
Current children cumulated vsize (KiB) 14880

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578024/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=2796 CPUtime=13.09
/proc/23038/stat : 23038 (SATzilla2007_C) S 23036 23038 22714 0 -1 4194304 1172 2228 0 0 574 14 701 20 25 0 1 0 103513600 2863104 506 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23038/statm: 699 506 158 260 0 423 0
[pid=23042] ppid=23038 vsize=12084 CPUtime=1185.64
/proc/23042/stat : 23042 (minisat20) R 23038 23038 22714 0 -1 4194304 2738 0 0 0 118560 4 0 0 25 0 1 0 103514912 12374016 2733 1992294400 134512640 134998072 4294956240 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23042/statm: 3021 2733 59 118 0 2899 0
Current children cumulated CPU time (s) 1198.73
Current children cumulated vsize (KiB) 14880

[startup+1199.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23042
/proc/meminfo: memFree=1578024/2055920 swapFree=4170844/4192956
[pid=23038] ppid=23036 vsize=4428 CPUtime=1198.94
/proc/23038/stat : 23038 (SATzilla2007_C) R 23036 23038 22714 0 -1 4194304 1719 4966 0 0 577 14 119278 25 19 0 1 0 103513600 4534272 863 1992294400 134512640 135579813 4294956208 18446744073709551615 135168075 0 0 4096 0 0 0 0 17 1 0 0
/proc/23038/statm: 1107 864 160 260 0 831 0
Current children cumulated CPU time (s) 1198.94
Current children cumulated vsize (KiB) 4428

Child status: 17
Real time (s): 1199.35
CPU time (s): 1199.01
CPU user time (s): 1198.6
CPU system time (s): 0.407937
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 14880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.6
system time used= 0.407937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6770
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= 11
involuntary context switches= 2267

runsolver used 1.34279 second user time and 3.02054 second system time

The end

Launcher Data

Begin job on node51 at 2009-04-26 16:07:41
IDJOB=1729950
IDBENCH=24717
IDSOLVER=558
FILE ID=node51/1729950-1240754861
PBS_JOBID= 9187052
Free space on /tmp= 66384 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729950-1240754861/watcher-1729950-1240754861 -o /tmp/evaluation-result-1729950-1240754861/solver-1729950-1240754861 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1729950-1240754861.cnf            

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=1585617310

node51.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.214
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.214
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:       1591512 kB
Buffers:         56568 kB
Cached:         321420 kB
SwapCached:      16820 kB
Active:         173688 kB
Inactive:       223652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591512 kB
SwapTotal:     4192956 kB
SwapFree:      4170844 kB
Dirty:            8708 kB
Writeback:           0 kB
Mapped:          13716 kB
Slab:            53156 kB
Committed_AS:   285060 kB
PageTables:       1392 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= 66376 MiB
End job on node51 at 2009-04-26 16:27:40