Trace number 1731328

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.67 1200.28

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
MD5SUMbe0552b4894b69c578ebcc0b17dda689
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.917
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses69990
Sum of the clauses size140820
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269960
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

11.56/11.63	c run March_dl for 5 seconds ... 
11.56/11.63	c Bin: Executing march_dl
11.56/11.63	c child exit by a signal
11.56/11.63	c march_dl returned code 137.
11.56/11.63	c run saps (UBCSAT implementation) for 2 seconds ... 
11.56/11.63	c Bin: Executing ubcsat2006
11.56/11.63	c child exited successfully
11.56/11.63	c ubcsat2006 returned code 0.
11.56/11.63	c satzilla computing base features
11.56/11.63	c satzilla doing unit-prop probe
11.56/11.63	c satzilla doing local search probe
11.56/11.63	c satzilla doing lobjois search-space size estimate
11.56/11.63	c satzilla's ranking:
11.56/11.63	c 1) minisat20: 3.423942
11.56/11.63	c 2) march_dl+P: 3.454738
11.56/11.63	c 3) march_dl: 3.633700
11.56/11.63	c 4) minisat20+P: 3.696848
11.56/11.63	c 5) zchaff_rand+P: 3.735743
11.56/11.63	c 6) vallst+P: 4.311746
11.56/11.63	c 7) kcnfs+P: 999.000000
11.56/11.63	c 8) kcnfs: 999.000000
11.56/11.63	c 9) vallst: 999.000000
11.56/11.63	c 10) zchaff_rand: 999.000000
11.56/11.63	c satzilla running minisat20 ... 
11.56/11.63	This is MiniSat 2.0 beta
11.56/11.63	WARNING: for repeatability, setting FPU to use double precision
11.56/11.63	============================[ Problem Statistics ]=============================
11.56/11.63	|                                                                             |
11.56/11.63	|  Number of variables:  900                                                  |
11.56/11.63	|  Number of clauses:    69990                                                |
11.56/11.66	|  Parsing time:         0.03         s                                       |
11.56/11.67	============================[ Search Statistics ]==============================
11.56/11.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.56/11.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.56/11.67	===============================================================================
11.56/11.67	|         0 |     900    69990   140820 |    23330        0    nan |  0.000 % |
11.56/11.67	|       101 |     900    69990   140820 |    25663      101     84 |  0.013 % |
11.56/11.69	|       251 |     900    69990   140820 |    28229      251     91 |  0.020 % |
11.59/11.70	|       476 |     900    69990   140820 |    31052      476     93 |  0.000 % |
11.59/11.73	|       813 |     900    69990   140820 |    34157      813     95 |  0.000 % |
11.59/11.78	|      1321 |     900    69990   140820 |    37573     1321     92 |  0.025 % |
11.59/11.86	|      2080 |     900    69990   140820 |    41330     2080     90 |  0.000 % |
11.95/12.00	|      3219 |     899    69772   140384 |    45463     3065     85 |  0.111 % |
12.14/12.23	|      4928 |     899    69772   140384 |    50009     4774     74 |  0.134 % |
12.55/12.61	|      7491 |     899    69772   140384 |    55010     7337     73 |  0.131 % |
13.25/13.35	|     11336 |     899    69772   140384 |    60512    11182     74 |  0.132 % |
14.54/14.64	|     17105 |     899    69772   140384 |    66563    16951     71 |  0.111 % |
16.85/16.96	|     25754 |     899    69772   140384 |    73219    25600     69 |  0.130 % |
21.93/22.00	|     38734 |     899    69772   140384 |    80541    38580     67 |  0.111 % |
34.33/34.47	|     58195 |     899    69772   140384 |    88595    58041     70 |  0.133 % |
59.73/59.90	|     87387 |     899    69772   140384 |    97455    87233     71 |  0.111 % |
102.10/102.29	|    131176 |     899    69772   140384 |   107200    54169     80 |  0.111 % |
199.96/200.17	|    196860 |     898    69593   140026 |   117920    24701     74 |  0.222 % |
370.77/371.04	|    295386 |     898    69593   140026 |   129712    32257     73 |  0.222 % |
616.35/616.75	|    443177 |     897    69456   139752 |   142684    79076     94 |  0.445 % |
1166.38/1167.09	|    664861 |     895    69272   139384 |   156952    76431    103 |  0.667 % |
1199.36/1200.05	c Bin: Executing minisat20
1199.36/1200.05	c child exit by a signal
1199.36/1200.05	c minisat20 returned code 137.
1199.36/1200.05	c minisat20 returned code 137.
1199.36/1200.05	c satzilla running march_dl with preprocessing ... 
1199.58/1200.27	c Preprocessing...
1199.58/1200.27	c Inital problem has 900 variables, 30 nary clauses (69960 binary clauses).
1199.58/1200.27	c Num non-binary clauses 30, Average non-binary clause length 30.000
1199.58/1200.27	c Theory has no gaps
1199.58/1200.27	c Preprocessor runtime was 0.150 seconds.
1199.58/1200.27	c 
1199.58/1200.27	c Satisfiability of theory still undetermined.
1199.58/1200.27	c See file /tmp/luX3gB for simplified theory.
1199.58/1200.27	c Bin: Executing march_dl
1199.58/1200.27	c march_dl returned code 1.
1199.58/1200.27	c march_dl returned code 1.
1199.58/1200.27	c satzilla running march_dl ... 
1199.58/1200.27	c Bin: Executing march_dl
1199.58/1200.27	c march_dl returned code 1.
1199.58/1200.27	c march_dl returned code 1.
1199.58/1200.27	c satzilla running minisat20 with preprocessing ... 
1199.58/1200.27	c Bin: Executing minisat20
1199.58/1200.27	c minisat20 returned code 1.
1199.58/1200.27	c minisat20 returned code 1.
1199.58/1200.27	c satzilla running zchaff_rand with preprocessing ... 
1199.58/1200.27	c Bin: Executing zchaff_rand
1199.58/1200.27	c zchaff_rand returned code 1.
1199.58/1200.27	c zchaff_rand returned code 1.
1199.58/1200.27	c satzilla running vallst with preprocessing ... 
1199.58/1200.27	c Bin: Executing vallst
1199.58/1200.27	c vallst returned code 1.
1199.58/1200.27	c vallst returned code 1.
1199.58/1200.27	c satzilla running kcnfs with preprocessing ... 
1199.58/1200.27	c Bin: Executing kcnfs
1199.58/1200.27	c kcnfs returned code 1.
1199.58/1200.27	c kcnfs returned code 1.
1199.58/1200.27	c satzilla running kcnfs ... 
1199.58/1200.27	c Bin: Executing kcnfs
1199.58/1200.27	c kcnfs returned code 1.
1199.58/1200.27	c kcnfs returned code 1.
1199.58/1200.27	c satzilla running vallst ... 
1199.58/1200.27	c Bin: Executing vallst
1199.58/1200.27	c vallst returned code 1.
1199.58/1200.27	c vallst returned code 1.
1199.58/1200.27	c satzilla running zchaff_rand ... 
1199.58/1200.27	c Bin: Executing zchaff_rand
1199.58/1200.27	c zchaff_rand returned code 1.
1199.58/1200.27	c zchaff_rand returned code 1.
1199.58/1200.27	c ERROR: All Failed! 
1199.58/1200.27	c SATZILLA_TIME=1199.830000

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1212
/proc/meminfo: memFree=1653016/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=0
/proc/1212/stat : 1212 (SATzilla2007_C) R 1210 1212 950 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 104957337 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 0 0 0
/proc/1212/statm: 360 110 95 260 0 84 0
[pid=1213] ppid=1212 vsize=1188 CPUtime=0
/proc/1213/stat : 1213 (march_dl) R 1212 1212 950 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 104957337 1216512 158 1992294400 134512640 134996440 4294956240 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1213/statm: 297 158 50 118 0 176 0

[startup+0.0761101 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1212
/proc/meminfo: memFree=1653016/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=0
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104957337 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1212/statm: 360 110 95 260 0 84 0
[pid=1213] ppid=1212 vsize=4280 CPUtime=0.07
/proc/1213/stat : 1213 (march_dl) R 1212 1212 950 0 -1 4194304 720 0 0 0 7 0 0 0 19 0 1 0 104957337 4382720 714 1992294400 134512640 134996440 4294956240 18446744073709551615 134542414 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1213/statm: 1070 714 52 118 0 949 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5720

[startup+0.101113 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1212
/proc/meminfo: memFree=1653016/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=0
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104957337 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1212/statm: 360 110 95 260 0 84 0
[pid=1213] ppid=1212 vsize=4012 CPUtime=0.09
/proc/1213/stat : 1213 (march_dl) R 1212 1212 950 0 -1 4194304 725 0 0 0 9 0 0 0 19 0 1 0 104957337 4108288 648 1992294400 134512640 134996440 4294956240 18446744073709551615 134617632 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1213/statm: 1003 648 53 118 0 882 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5452

[startup+0.301148 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1212
/proc/meminfo: memFree=1653016/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=0
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104957337 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1212/statm: 360 110 95 260 0 84 0
[pid=1213] ppid=1212 vsize=4868 CPUtime=0.29
/proc/1213/stat : 1213 (march_dl) R 1212 1212 950 0 -1 4194304 1740 0 0 0 29 0 0 0 21 0 1 0 104957337 4984832 891 1992294400 134512640 134996440 4294956240 18446744073709551615 134546253 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1213/statm: 1217 891 65 118 0 1096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6308

[startup+0.701221 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 1212
/proc/meminfo: memFree=1653016/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=0
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104957337 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1212/statm: 360 110 95 260 0 84 0
[pid=1213] ppid=1212 vsize=12096 CPUtime=0.69
/proc/1213/stat : 1213 (march_dl) R 1212 1212 950 0 -1 4194304 4041 0 0 0 68 1 0 0 25 0 1 0 104957337 12386304 1948 1992294400 134512640 134996440 4294956240 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1213/statm: 3024 1948 73 118 0 2903 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13536

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1214
/proc/meminfo: memFree=1645056/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=0
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104957337 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1212/statm: 360 110 95 260 0 84 0
[pid=1213] ppid=1212 vsize=12680 CPUtime=1.49
/proc/1213/stat : 1213 (march_dl) R 1212 1212 950 0 -1 4194304 4661 0 0 0 148 1 0 0 25 0 1 0 104957337 12984320 2098 1992294400 134512640 134996440 4294956240 18446744073709551615 134528113 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1213/statm: 3170 2098 75 118 0 3049 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14120

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1214
/proc/meminfo: memFree=1644288/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=0
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 104957337 1474560 110 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1212/statm: 360 110 95 260 0 84 0
[pid=1213] ppid=1212 vsize=13208 CPUtime=3.08
/proc/1213/stat : 1213 (march_dl) R 1212 1212 950 0 -1 4194304 4789 0 0 0 306 2 0 0 25 0 1 0 104957337 13524992 2226 1992294400 134512640 134996440 4294956240 18446744073709551615 134551557 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1213/statm: 3302 2226 75 118 0 3181 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 14648

[startup+6.30124 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1215
/proc/meminfo: memFree=1649088/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=1440 CPUtime=4.99
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 135 4839 0 0 0 0 497 2 16 0 1 0 104957337 1474560 111 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 360 111 96 260 0 84 0
[pid=1215] ppid=1212 vsize=6188 CPUtime=1.28
/proc/1215/stat : 1215 (ubcsat2006) R 1212 1212 950 0 -1 4194304 1017 0 0 0 126 2 0 0 25 0 1 0 104957838 6336512 1000 1992294400 134512640 134777720 4294956096 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1215/statm: 1547 1000 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1644744/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=7036 CPUtime=1.06
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 1597 0 0 0 105 1 0 0 25 0 1 0 104958501 7204864 1592 1992294400 134512640 134998072 4294956240 18446744073709551615 134528297 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 1759 1592 58 118 0 1637 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 11660

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1631816/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=18908 CPUtime=13.84
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 4533 0 0 0 1381 3 0 0 25 0 1 0 104958501 19361792 4528 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 4727 4528 58 118 0 4605 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 23532

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1620872/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=29784 CPUtime=39.44
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 7252 0 0 0 3938 6 0 0 25 0 1 0 104958501 30498816 7247 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 7446 7247 58 118 0 7324 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 34408

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1613192/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=37260 CPUtime=90.61
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 9109 0 0 0 9054 7 0 0 25 0 1 0 104958501 38154240 9104 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 9315 9104 58 118 0 9193 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 41884

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1608392/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=42152 CPUtime=150.58
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 10302 0 0 0 15049 9 0 0 25 0 1 0 104958501 43163648 10297 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 10538 10297 58 118 0 10416 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 46776

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1599688/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=50800 CPUtime=210.55
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 12453 0 0 0 21044 11 0 0 25 0 1 0 104958501 52019200 12448 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 12700 12448 58 118 0 12578 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 55424

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1599112/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=51388 CPUtime=270.52
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 12603 0 0 0 27041 11 0 0 25 0 1 0 104958501 52621312 12598 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 12847 12598 58 118 0 12725 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 56012

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1592008/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=58620 CPUtime=330.49
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 14381 0 0 0 33036 13 0 0 25 0 1 0 104958501 60026880 14376 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 14655 14376 58 118 0 14533 0

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

/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=69512 CPUtime=750.29
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 17066 0 0 0 75013 16 0 0 25 0 1 0 104958501 71180288 17061 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 17378 17061 58 118 0 17256 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 74136

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1577096/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=73624 CPUtime=810.26
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 18040 0 0 0 81009 17 0 0 25 0 1 0 104958501 75390976 18035 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 18406 18035 58 118 0 18284 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 78248

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1576904/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=73780 CPUtime=870.22
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 18083 0 0 0 87005 17 0 0 25 0 1 0 104958501 75550720 18078 1992294400 134512640 134998072 4294956240 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 18445 18078 58 118 0 18323 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 78404

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1576584/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=74120 CPUtime=930.2
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 18156 0 0 0 93003 17 0 0 25 0 1 0 104958501 75898880 18151 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 18530 18151 58 118 0 18408 0
Current children cumulated CPU time (s) 941.79
Current children cumulated vsize (KiB) 78744

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1575880/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=74880 CPUtime=990.18
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 18318 0 0 0 99000 18 0 0 25 0 1 0 104958501 76677120 18313 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 18720 18313 58 118 0 18598 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 79504

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1573448/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=77716 CPUtime=1050.14
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 18970 0 0 0 104996 18 0 0 25 0 1 0 104958501 79581184 18965 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 19429 18965 58 118 0 19307 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 82340

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570440/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=80448 CPUtime=1110.11
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 19664 0 0 0 110992 19 0 0 25 0 1 0 104958501 82378752 19659 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 20112 19659 58 118 0 19990 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 85072

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=80732 CPUtime=1170.08
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 19732 0 0 0 116989 19 0 0 25 0 1 0 104958501 82669568 19727 1992294400 134512640 134998072 4294956240 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 20183 19727 58 118 0 20061 0
Current children cumulated CPU time (s) 1181.67
Current children cumulated vsize (KiB) 85356

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 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=80732 CPUtime=1178.07
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 19733 0 0 0 117788 19 0 0 25 0 1 0 104958501 82669568 19728 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1216/statm: 20183 19728 58 118 0 20061 0
Current children cumulated CPU time (s) 1189.66
Current children cumulated vsize (KiB) 85356

[startup+1196.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=80732 CPUtime=1184.47
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 19733 0 0 0 118428 19 0 0 25 0 1 0 104958501 82669568 19728 1992294400 134512640 134998072 4294956240 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 20183 19728 58 118 0 20061 0
Current children cumulated CPU time (s) 1196.06
Current children cumulated vsize (KiB) 85356

[startup+1198.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=80732 CPUtime=1186.07
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 19734 0 0 0 118588 19 0 0 25 0 1 0 104958501 82669568 19729 1992294400 134512640 134998072 4294956240 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 20183 19729 58 118 0 20061 0
Current children cumulated CPU time (s) 1197.66
Current children cumulated vsize (KiB) 85356

[startup+1199.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=80732 CPUtime=1186.87
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 19734 0 0 0 118668 19 0 0 25 0 1 0 104958501 82669568 19729 1992294400 134512640 134998072 4294956240 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 20183 19729 58 118 0 20061 0
Current children cumulated CPU time (s) 1198.46
Current children cumulated vsize (KiB) 85356

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=4624 CPUtime=11.59
/proc/1212/stat : 1212 (SATzilla2007_C) S 1210 1212 950 0 -1 4194304 3623 5862 0 0 446 4 703 6 25 0 1 0 104957337 4734976 966 1992294400 134512640 135579813 4294956208 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1212/statm: 1156 966 156 260 0 880 0
[pid=1216] ppid=1212 vsize=80732 CPUtime=1187.67
/proc/1216/stat : 1216 (minisat20) R 1212 1212 950 0 -1 4194304 19734 0 0 0 118748 19 0 0 25 0 1 0 104958501 82669568 19729 1992294400 134512640 134998072 4294956240 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 0 0 0
/proc/1216/statm: 20183 19729 58 118 0 20061 0
Current children cumulated CPU time (s) 1199.26
Current children cumulated vsize (KiB) 85356

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=6476 CPUtime=1199.48
/proc/1212/stat : 1212 (SATzilla2007_C) R 1210 1212 950 0 -1 4194304 4165 25596 0 0 452 4 119465 27 19 0 1 0 104957337 6631424 1426 1992294400 134512640 135579813 4294956208 18446744073709551615 135221773 0 0 4096 0 0 0 0 17 0 0 0
/proc/1212/statm: 1619 1427 156 260 0 1343 0
Current children cumulated CPU time (s) 1199.48
Current children cumulated vsize (KiB) 6476

[startup+1200.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 1216
/proc/meminfo: memFree=1570184/2055920 swapFree=4181900/4192956
[pid=1212] ppid=1210 vsize=9808 CPUtime=1199.58
/proc/1212/stat : 1212 (SATzilla2007_C) R 1210 1212 950 0 -1 4194304 4940 25596 0 0 461 5 119465 27 19 0 1 0 104957337 10043392 2199 1992294400 134512640 135579813 4294956208 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 0 0 0
/proc/1212/statm: 2452 2199 163 260 0 2176 0
Current children cumulated CPU time (s) 1199.58
Current children cumulated vsize (KiB) 9808

Child status: 17
Real time (s): 1200.28
CPU time (s): 1199.67
CPU user time (s): 1199.33
CPU system time (s): 0.336948
CPU usage (%): 99.9494
Max. virtual memory (cumulated for all children) (KiB): 85356

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

runsolver used 1.02184 second user time and 3.35149 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-26 20:08:13
IDJOB=1731328
IDBENCH=24749
IDSOLVER=558
FILE ID=node44/1731328-1240769293
PBS_JOBID= 9187174
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest03-SGI_30_50_30_20_1-dir.sat05-439.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731328-1240769293/watcher-1731328-1240769293 -o /tmp/evaluation-result-1731328-1240769293/solver-1731328-1240769293 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1731328-1240769293.cnf            

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

MD5SUM BENCH= be0552b4894b69c578ebcc0b17dda689
RANDOM SEED=783012164

node44.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.267
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	: 5931.00
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.267
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:       1653560 kB
Buffers:         43768 kB
Cached:         292668 kB
SwapCached:       4924 kB
Active:          62944 kB
Inactive:       281368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1653560 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            9104 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            44104 kB
Committed_AS:   442464 kB
PageTables:       1380 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= 66212 MiB
End job on node44 at 2009-04-26 20:28:14