Trace number 368871

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 1254.27 1254.61

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark786.482
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

10.56/10.60	c run March_dl for 5 seconds ... 
10.56/10.60	c Bin: Executing march_dl
10.56/10.60	c child exit by a signal
10.56/10.60	c march_dl returned code 137.
10.56/10.60	c run saps (UBCSAT implementation) for 2 seconds ... 
10.56/10.60	c Bin: Executing ubcsat2006
10.56/10.60	c child exited successfully
10.56/10.60	c ubcsat2006 returned code 0.
10.56/10.60	c satzilla computing base features
10.56/10.60	c satzilla doing unit-prop probe
10.56/10.60	c satzilla doing local search probe
10.56/10.60	c satzilla doing lobjois search-space size estimate
10.56/10.60	c satzilla's ranking:
10.56/10.60	c 1) minisat20: 1.958942
10.56/10.60	c 2) minisat20+P: 2.177928
10.56/10.60	c 3) march_dl: 2.390412
10.56/10.60	c 4) march_dl+P: 2.569142
10.56/10.60	c 5) zchaff_rand+P: 3.541652
10.56/10.60	c 6) vallst+P: 3.587834
10.56/10.60	c 7) kcnfs+P: 999.000000
10.56/10.60	c 8) kcnfs: 999.000000
10.56/10.60	c 9) vallst: 999.000000
10.56/10.60	c 10) zchaff_rand: 999.000000
10.56/10.60	c satzilla running minisat20 ... 
10.56/10.60	This is MiniSat 2.0 beta
10.56/10.60	WARNING: for repeatability, setting FPU to use double precision
10.56/10.60	============================[ Problem Statistics ]=============================
10.56/10.60	|                                                                             |
10.56/10.60	|  Number of variables:  1100                                                 |
10.56/10.60	|  Number of clauses:    7545                                                 |
10.56/10.61	|  Parsing time:         0.01         s                                       |
10.56/10.61	============================[ Search Statistics ]==============================
10.56/10.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.56/10.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.56/10.61	===============================================================================
10.56/10.61	|         0 |    1100     7545    30180 |     2515        0    nan |  0.000 % |
10.56/10.61	|       100 |    1100     7545    30180 |     2766      100      3 |  0.000 % |
10.56/10.62	|       251 |    1100     7545    30180 |     3043      251      3 |  0.000 % |
10.56/10.63	|       476 |    1100     7545    30180 |     3347      476      3 |  0.000 % |
10.56/10.64	|       813 |    1100     7545    30180 |     3682      813      3 |  0.000 % |
10.56/10.66	|      1319 |    1100     7545    30180 |     4050     1319      4 |  0.000 % |
10.56/10.70	|      2079 |    1100     7545    30180 |     4455     2079      7 |  0.000 % |
10.56/10.78	|      3218 |    1100     7545    30180 |     4901     3218     12 |  0.000 % |
10.85/10.93	|      4928 |    1100     7545    30180 |     5391     4928     14 |  0.000 % |
11.05/11.17	|      7491 |    1100     7545    30180 |     5930     4773     15 |  0.000 % |
11.44/11.56	|     11336 |    1100     7545    30180 |     6523     5603     15 |  0.000 % |
12.14/12.20	|     17103 |    1100     7545    30180 |     7175     4730     16 |  0.000 % |
13.05/13.18	|     25752 |    1100     7545    30180 |     7893     6115     18 |  0.000 % |
14.55/14.68	|     38727 |    1100     7545    30180 |     8682     7100     15 |  0.000 % |
17.04/17.10	|     58188 |    1100     7545    30180 |     9550     4605     15 |  0.000 % |
20.85/21.00	|     87380 |    1100     7545    30180 |    10505     4902     15 |  0.000 % |
27.04/27.13	|    131169 |    1100     7545    30180 |    11556     6325     16 |  0.000 % |
36.63/36.71	|    196854 |    1100     7545    30180 |    12711     7998     17 |  0.000 % |
51.53/51.62	|    295381 |    1100     7545    30180 |    13983    10634     16 |  0.000 % |
75.72/75.89	|    443170 |    1100     7545    30180 |    15381    10774     16 |  0.001 % |
113.91/114.02	|    664853 |    1100     7545    30180 |    16919     8340     14 |  0.000 % |
174.59/174.73	|    997378 |    1100     7545    30180 |    18611     9218     16 |  0.000 % |
271.08/271.27	|   1496166 |    1100     7545    30180 |    20472    12721     16 |  0.000 % |
429.13/429.35	|   2244348 |    1100     7545    30180 |    22520    10773     16 |  0.000 % |
678.48/678.75	|   3366623 |    1099     7529    30116 |    24772    21875     16 |  0.091 % |
1086.48/1086.89	|   5050036 |    1095     7444    29776 |    27249    15075     16 |  0.455 % |
1254.13/1254.60	===============================================================================
1254.13/1254.60	restarts              : 26
1254.13/1254.60	conflicts             : 5701018        (4584 /sec)
1254.13/1254.60	decisions             : 6790444        (1.79 % random) (5460 /sec)
1254.13/1254.60	propagations          : 730230164      (587168 /sec)
1254.13/1254.60	conflict literals     : 117748096      (38.26 % deleted)
1254.13/1254.60	Memory used           : 10.04 MB
1254.13/1254.60	CPU time              : 1243.65 s
1254.13/1254.60	
1254.23/1254.60	c Bin: Executing minisat20
1254.23/1254.60	c child exited successfully
1254.23/1254.60	c minisat20 returned code 20.
1254.23/1254.60	s UNSATISFIABLE
1254.23/1254.60	c SATZILLA_TIME=1254.450000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-368871-1177294835 -o ROOT/results/node48/solver-368871-1177294835 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/368871-1177294835/SATzilla2007_C /tmp/evaluation/368871-1177294835/instance-368871-1177294835.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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 2189
/proc/meminfo: memFree=1828424/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=0
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 84328833 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2189/statm: 360 110 95 260 0 84 0
[pid=2190] ppid=2189 vsize=768 CPUtime=0
/proc/2190/stat : 2190 (march_dl) R 2189 2189 1251 0 -1 4194304 100 0 0 0 0 0 0 0 19 0 1 0 84328833 786432 95 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134781624 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2190/statm: 192 95 50 118 0 71 0

[startup+0.0219679 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2189
/proc/meminfo: memFree=1828424/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=0
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 84328833 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2189/statm: 360 110 95 260 0 84 0
[pid=2190] ppid=2189 vsize=1192 CPUtime=0.01
/proc/2190/stat : 2190 (march_dl) R 2189 2189 1251 0 -1 4194304 209 0 0 0 1 0 0 0 19 0 1 0 84328833 1220608 201 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134658160 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2190/statm: 298 201 53 118 0 177 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2632

[startup+0.101975 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2189
/proc/meminfo: memFree=1828424/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=0
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 84328833 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2189/statm: 360 110 95 260 0 84 0
[pid=2190] ppid=2189 vsize=1832 CPUtime=0.09
/proc/2190/stat : 2190 (march_dl) R 2189 2189 1251 0 -1 4194304 442 0 0 0 9 0 0 0 20 0 1 0 84328833 1875968 377 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134583110 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2190/statm: 458 377 67 118 0 337 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3272

[startup+0.301993 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2189
/proc/meminfo: memFree=1828424/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=0
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 84328833 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2189/statm: 360 110 95 260 0 84 0
[pid=2190] ppid=2189 vsize=5760 CPUtime=0.29
/proc/2190/stat : 2190 (march_dl) R 2189 2189 1251 0 -1 4194304 1440 0 0 0 26 3 0 0 21 0 1 0 84328833 5898240 1326 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2190/statm: 1440 1326 72 118 0 1319 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7200

[startup+0.70103 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2189
/proc/meminfo: memFree=1828424/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=0
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 84328833 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2189/statm: 360 110 95 260 0 84 0
[pid=2190] ppid=2189 vsize=6336 CPUtime=0.69
/proc/2190/stat : 2190 (march_dl) R 2189 2189 1251 0 -1 4194304 1579 0 0 0 53 16 0 0 24 0 1 0 84328833 6488064 1465 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2190/statm: 1584 1465 72 118 0 1463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7776

[startup+1.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2191
/proc/meminfo: memFree=1822712/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=0
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 84328833 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2189/statm: 360 110 95 260 0 84 0
[pid=2190] ppid=2189 vsize=6336 CPUtime=1.49
/proc/2190/stat : 2190 (march_dl) R 2189 2189 1251 0 -1 4194304 1956 0 0 0 122 27 0 0 25 0 1 0 84328833 6488064 1438 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527856 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2190/statm: 1584 1438 74 118 0 1463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7776

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2191
/proc/meminfo: memFree=1822648/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=0
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 84328833 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2189/statm: 360 110 95 260 0 84 0
[pid=2190] ppid=2189 vsize=6336 CPUtime=3.09
/proc/2190/stat : 2190 (march_dl) R 2189 2189 1251 0 -1 4194304 1960 0 0 0 282 27 0 0 25 0 1 0 84328833 6488064 1442 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2190/statm: 1584 1442 74 118 0 1463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7776

[startup+6.30256 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2192
/proc/meminfo: memFree=1827128/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=1440 CPUtime=4.99
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 135 1960 0 0 0 0 472 27 16 0 1 0 84328833 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 360 111 96 260 0 84 0
[pid=2192] ppid=2189 vsize=6188 CPUtime=1.29
/proc/2192/stat : 2192 (ubcsat2006) R 2189 2189 1251 0 -1 4194304 360 0 0 0 118 11 0 0 25 0 1 0 84329333 6336512 343 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/2192/statm: 1547 343 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7628

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1825728/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=3000 CPUtime=2.08
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 454 0 0 0 208 0 0 0 25 0 1 0 84329894 3072000 448 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525514 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 750 448 59 118 0 628 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 5104

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1824896/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=3788 CPUtime=14.88
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 661 0 0 0 1488 0 0 0 25 0 1 0 84329894 3878912 655 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 947 655 59 118 0 825 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 5892

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1824384/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=4364 CPUtime=40.46
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 797 0 0 0 4046 0 0 0 25 0 1 0 84329894 4468736 791 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 1091 791 59 118 0 969 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 6468

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1823616/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=5176 CPUtime=91.65
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 987 0 0 0 9165 0 0 0 25 0 1 0 84329894 5300224 981 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 1294 981 59 118 0 1172 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 7280

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1823040/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=5836 CPUtime=151.63
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 1151 0 0 0 15163 0 0 0 25 0 1 0 84329894 5976064 1145 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 1459 1145 59 118 0 1337 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 7940

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1822272/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=6508 CPUtime=211.63
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 1325 0 0 0 21162 1 0 0 25 0 1 0 84329894 6664192 1319 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 1627 1319 59 118 0 1505 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 8612

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1821952/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=6772 CPUtime=271.61
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 1387 0 0 0 27160 1 0 0 25 0 1 0 84329894 6934528 1381 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525816 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 1693 1381 59 118 0 1571 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 8876

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1821632/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=7036 CPUtime=331.59
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 1454 0 0 0 33158 1 0 0 25 0 1 0 84329894 7204864 1448 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 1759 1448 59 118 0 1637 0

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


[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1819392/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=9384 CPUtime=871.46
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2004 0 0 0 87144 2 0 0 25 0 1 0 84329894 9609216 1998 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2346 1998 59 118 0 2224 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 11488

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1819328/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=9384 CPUtime=931.44
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2015 0 0 0 93142 2 0 0 25 0 1 0 84329894 9609216 2009 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2346 2009 59 118 0 2224 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 11488

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1819264/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=9384 CPUtime=991.43
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2022 0 0 0 99141 2 0 0 25 0 1 0 84329894 9609216 2016 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2346 2016 59 118 0 2224 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 11488

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1819008/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=9676 CPUtime=1051.41
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2075 0 0 0 105139 2 0 0 25 0 1 0 84329894 9908224 2069 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2419 2069 59 118 0 2297 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 11780

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818816/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=9840 CPUtime=1111.41
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2111 0 0 0 111138 3 0 0 25 0 1 0 84329894 10076160 2105 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2460 2105 59 118 0 2338 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 11944

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818688/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=9972 CPUtime=1171.39
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2165 0 0 0 117136 3 0 0 25 0 1 0 84329894 10211328 2159 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525488 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2493 2159 59 118 0 2371 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 12076

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=10276 CPUtime=1231.38
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2206 0 0 0 123135 3 0 0 25 0 1 0 84329894 10522624 2200 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2569 2200 59 118 0 2447 0
Current children cumulated CPU time (s) 1241.94
Current children cumulated vsize (KiB) 12380

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

[startup+1247.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=10276 CPUtime=1236.97
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2207 0 0 0 123694 3 0 0 25 0 1 0 84329894 10522624 2201 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2569 2201 59 118 0 2447 0
Current children cumulated CPU time (s) 1247.53
Current children cumulated vsize (KiB) 12380

[startup+1251.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=10276 CPUtime=1240.17
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2207 0 0 0 124014 3 0 0 25 0 1 0 84329894 10522624 2201 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134530043 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2569 2201 59 118 0 2447 0
Current children cumulated CPU time (s) 1250.73
Current children cumulated vsize (KiB) 12380

[startup+1252.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=10276 CPUtime=1241.77
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2207 0 0 0 124174 3 0 0 25 0 1 0 84329894 10522624 2201 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2569 2201 59 118 0 2447 0
Current children cumulated CPU time (s) 1252.33
Current children cumulated vsize (KiB) 12380

[startup+1253.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=10276 CPUtime=1242.57
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2207 0 0 0 124254 3 0 0 25 0 1 0 84329894 10522624 2201 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2569 2201 59 118 0 2447 0
Current children cumulated CPU time (s) 1253.13
Current children cumulated vsize (KiB) 12380

[startup+1254.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=10276 CPUtime=1243.37
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2207 0 0 0 124334 3 0 0 25 0 1 0 84329894 10522624 2201 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2569 2201 59 118 0 2447 0
Current children cumulated CPU time (s) 1253.93
Current children cumulated vsize (KiB) 12380

[startup+1254.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=10276 CPUtime=1243.57
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194304 2207 0 0 0 124354 3 0 0 25 0 1 0 84329894 10522624 2201 18446744073709551615 134512640 134998072 4294956672 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 2569 2201 59 118 0 2447 0
Current children cumulated CPU time (s) 1254.13
Current children cumulated vsize (KiB) 12380

[startup+1254.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2193
/proc/meminfo: memFree=1818496/2055920 swapFree=4184608/4192956
[pid=2189] ppid=2187 vsize=2104 CPUtime=10.56
/proc/2189/stat : 2189 (SATzilla2007_C) S 2187 2189 1251 0 -1 4194304 899 2326 0 0 317 16 673 50 25 0 1 0 84328833 2154496 353 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2189/statm: 526 353 156 260 0 250 0
[pid=2193] ppid=2189 vsize=0 CPUtime=1243.67
/proc/2193/stat : 2193 (minisat20) R 2189 2189 1251 0 -1 4194308 2215 0 0 0 124364 3 0 0 25 0 1 0 84329894 0 0 18446744073709551615 0 0 0 0 0 0 0 8392704 3 0 0 0 17 1 0 0
/proc/2193/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1254.23
Current children cumulated vsize (KiB) 2104

Child status: 20
Real time (s): 1254.61
CPU time (s): 1254.27
CPU user time (s): 1253.57
CPU system time (s): 0.706892
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 12380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1253.57
system time used= 0.706892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5449
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= 27
involuntary context switches= 2399

runsolver used 0.936857 second user time and 2.50962 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Apr 23 02:20:35 UTC 2007

IDJOB= 368871
IDBENCH= 24750
IDSOLVER= 179
FILE ID= node48/368871-1177294835

PBS_JOBID= 4650835

Free space on /tmp= 66478 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/368871-1177294835/SATzilla2007_C /tmp/evaluation/368871-1177294835/instance-368871-1177294835.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-368871-1177294835 -o ROOT/results/node48/solver-368871-1177294835 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/368871-1177294835/SATzilla2007_C /tmp/evaluation/368871-1177294835/instance-368871-1177294835.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  3c6e2bf4052a26ce5bdb6cfc9e1f735c

RANDOM SEED= 736653130

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

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

/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.238
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.238
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:       1828896 kB
Buffers:         27552 kB
Cached:         118344 kB
SwapCached:       2140 kB
Active:          52384 kB
Inactive:       103028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828896 kB
SwapTotal:     4192956 kB
SwapFree:      4184608 kB
Dirty:            8512 kB
Writeback:           0 kB
Mapped:          16424 kB
Slab:            57720 kB
Committed_AS:  1126336 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66478 MiB

End job on node48 on Mon Apr 23 02:41:30 UTC 2007