Trace number 335112

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 FULLUNSAT 938.324 938.73

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd005.sat05-3111.reshuffled-07.cnf
MD5SUM7f866db903b373b6b7f75057c2353f02
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark416.484
Satisfiable
(Un)Satisfiability was proved
Number of variables502
Number of clauses11816
Sum of the clauses size41772
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21080
Number of clauses of size 38731
Number of clauses of size 4281
Number of clauses of size 5285
Number of clauses of size over 51404

Solver Data (download as text)

10.48/10.56	c run March_dl for 5 seconds ... 
10.48/10.56	c Bin: Executing march_dl
10.48/10.56	c child exit by a signal
10.48/10.56	c march_dl returned code 137.
10.48/10.56	c run saps for 2 seconds ... 
10.48/10.56	c Bin: Executing ubcsat2006
10.48/10.56	c child exited successfully
10.48/10.56	c ubcsat2006 returned code 0.
10.48/10.56	c satzilla computing base features
10.48/10.56	c satzilla doing unit-prop probe
10.48/10.56	c satzilla doing local search probe
10.48/10.56	c satzilla doing lobjois search-space size estimate
10.48/10.56	c satzilla's ranking:
10.48/10.56	c 1) minisat20: 0.310560
10.48/10.56	c 2) zchaff_rand: 1.710344
10.48/10.56	c 3) eureka: 2.118238
10.48/10.56	c 4) march_dl: 2.324521
10.48/10.56	c 5) vallst: 3.059487
10.48/10.56	c 6) kcnfs: 3.505423
10.48/10.56	c 7) kcnfs+P: 999.000000
10.48/10.56	c 8) march_dl+P: 999.000000
10.48/10.56	c 9) vallst+P: 999.000000
10.48/10.56	c 10) zchaff_rand+P: 999.000000
10.48/10.56	c 11) rsat+P: 999.000000
10.48/10.56	c 12) eureka+P: 999.000000
10.48/10.56	c 13) minisat20+P: 999.000000
10.48/10.56	c 14) rsat: 999.000000
10.48/10.56	c satzilla running minisat20 ... 
10.48/10.57	This is MiniSat 2.0 beta
10.48/10.57	WARNING: for repeatability, setting FPU to use double precision
10.48/10.57	============================[ Problem Statistics ]=============================
10.48/10.57	|                                                                             |
10.48/10.57	|  Number of variables:  502                                                  |
10.48/10.57	|  Number of clauses:    11816                                                |
10.48/10.57	|  Parsing time:         0.01         s                                       |
10.48/10.58	============================[ Search Statistics ]==============================
10.48/10.58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.48/10.58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.48/10.58	===============================================================================
10.48/10.58	|         0 |     446    10353    35613 |     3451        0    nan |  0.000 % |
10.48/10.58	|       100 |     446    10353    35613 |     3796      100     17 | 11.163 % |
10.48/10.59	|       253 |     446    10353    35613 |     4175      253     24 | 11.156 % |
10.48/10.59	|       478 |     446    10353    35613 |     4593      478     23 | 11.163 % |
10.54/10.61	|       815 |     446    10353    35613 |     5052      815     23 | 11.156 % |
10.54/10.64	|      1321 |     446    10353    35613 |     5557     1321     24 | 11.163 % |
10.54/10.69	|      2080 |     446    10353    35613 |     6113     2080     25 | 11.156 % |
10.54/10.78	|      3219 |     446    10353    35613 |     6725     3219     25 | 11.156 % |
10.87/10.93	|      4928 |     446    10353    35613 |     7397     4928     26 | 11.156 % |
11.16/11.24	|      7491 |     446    10353    35613 |     8137     7491     26 | 11.156 % |
11.66/11.74	|     11335 |     446    10353    35613 |     8951     7180     23 | 11.156 % |
12.36/12.43	|     17102 |     446    10353    35613 |     9846     8389     25 | 11.163 % |
13.46/13.56	|     25751 |     446    10353    35613 |    10830     7035     24 | 11.163 % |
15.36/15.43	|     38727 |     446    10353    35613 |    11913     9019     34 | 11.163 % |
18.66/18.76	|     58188 |     446    10353    35613 |    13105    10364     24 | 11.156 % |
23.95/24.02	|     87381 |     446    10353    35613 |    14415    13081     25 | 11.157 % |
31.76/31.90	|    131170 |     446    10353    35613 |    15857    13115     24 | 11.157 % |
44.84/44.90	|    196855 |     446    10353    35613 |    17442    14747     25 | 11.156 % |
67.73/67.86	|    295381 |     446    10353    35613 |    19187    16442     26 | 11.156 % |
108.53/108.69	|    443172 |     446    10353    35613 |    21106    19107     24 | 11.156 % |
174.81/174.95	|    664855 |     446    10353    35613 |    23216    17535     25 | 11.156 % |
285.18/285.33	|    997381 |     446    10353    35613 |    25538    22833     26 | 11.156 % |
457.63/457.80	|   1496171 |     444    10252    35302 |    28092    23747     25 | 11.554 % |
722.96/723.29	|   2244354 |     443    10193    35114 |    30901    23492     22 | 11.755 % |
938.27/938.72	===============================================================================
938.27/938.72	restarts              : 24
938.27/938.72	conflicts             : 2858526        (3081 /sec)
938.27/938.72	decisions             : 3190893        (1.51 % random) (3440 /sec)
938.27/938.72	propagations          : 208701893      (224975 /sec)
938.27/938.72	conflict literals     : 77463436       (41.65 % deleted)
938.27/938.72	Memory used           : 11.83 MB
938.27/938.72	CPU time              : 927.668 s
938.27/938.72	
938.27/938.72	c Bin: Executing minisat20
938.27/938.72	c child exited successfully
938.27/938.72	c minisat20 returned code 20.
938.27/938.72	s UNSATISFIABLE
938.27/938.72	c SATZILLA_TIME=938.450000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-335112-1173610035 -o ROOT/results/node14/solver-335112-1173610035 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335112-1173610035/SATzilla2007_F /tmp/evaluation/335112-1173610035/instance-335112-1173610035.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): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 10325
/proc/meminfo: memFree=1412296/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=0
/proc/10325/stat : 10325 (SATzilla2007_F) R 10323 10325 9509 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10326] ppid=10325 vsize=768 CPUtime=0
/proc/10326/stat : 10326 (march_dl) R 10325 10325 9509 0 -1 4194304 97 0 0 0 0 0 0 0 18 0 1 0 380957941 786432 91 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10326/statm: 192 91 50 118 0 71 0

[startup+0.0629721 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 10325
/proc/meminfo: memFree=1412296/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=0
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10326] ppid=10325 vsize=1436 CPUtime=0.05
/proc/10326/stat : 10326 (march_dl) R 10325 10325 9509 0 -1 4194304 275 0 0 0 5 0 0 0 19 0 1 0 380957941 1470464 263 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134663600 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10326/statm: 359 263 65 118 0 238 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2948

[startup+0.101975 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 10325
/proc/meminfo: memFree=1412296/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=0
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10326] ppid=10325 vsize=2756 CPUtime=0.09
/proc/10326/stat : 10326 (march_dl) R 10325 10325 9509 0 -1 4194304 622 0 0 0 9 0 0 0 19 0 1 0 380957941 2822144 581 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533681 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10326/statm: 689 581 72 118 0 568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4268

[startup+0.301993 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 10325
/proc/meminfo: memFree=1412296/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=0
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10326] ppid=10325 vsize=3052 CPUtime=0.29
/proc/10326/stat : 10326 (march_dl) R 10325 10325 9509 0 -1 4194304 786 0 0 0 29 0 0 0 21 0 1 0 380957941 3125248 633 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134514060 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10326/statm: 763 633 74 118 0 642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4564

[startup+0.701031 s]
/proc/loadavg: 0.91 0.98 0.99 3/77 10325
/proc/meminfo: memFree=1412296/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=0
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10326] ppid=10325 vsize=3224 CPUtime=0.69
/proc/10326/stat : 10326 (march_dl) R 10325 10325 9509 0 -1 4194304 798 0 0 0 69 0 0 0 24 0 1 0 380957941 3301376 645 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134527911 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10326/statm: 806 645 74 118 0 685 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4736

[startup+1.50111 s]
/proc/loadavg: 0.91 0.98 0.99 2/79 10327
/proc/meminfo: memFree=1409784/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=0
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10326] ppid=10325 vsize=3224 CPUtime=1.49
/proc/10326/stat : 10326 (march_dl) R 10325 10325 9509 0 -1 4194304 799 0 0 0 149 0 0 0 25 0 1 0 380957941 3301376 646 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134533005 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10326/statm: 806 646 74 118 0 685 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4736

[startup+3.10126 s]
/proc/loadavg: 0.91 0.98 0.99 2/79 10327
/proc/meminfo: memFree=1409656/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=0
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10326] ppid=10325 vsize=3224 CPUtime=3.09
/proc/10326/stat : 10326 (march_dl) R 10325 10325 9509 0 -1 4194304 820 0 0 0 309 0 0 0 25 0 1 0 380957941 3301376 667 18446744073709551615 134512640 134996440 4294956720 18446744073709551615 134528326 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10326/statm: 806 667 74 118 0 685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4736

[startup+6.30156 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 10328
/proc/meminfo: memFree=1410872/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=1512 CPUtime=4.99
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 149 844 0 0 0 0 499 0 16 0 1 0 380957941 1548288 125 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/10325/statm: 378 125 110 260 0 84 0
[pid=10328] ppid=10325 vsize=6188 CPUtime=1.29
/proc/10328/stat : 10328 (ubcsat2006) R 10325 10325 9509 0 -1 4194304 405 0 0 0 122 7 0 0 25 0 1 0 380958441 6336512 387 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/10328/statm: 1547 387 156 64 0 1128 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7700

[startup+12.7022 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1408696/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=3532 CPUtime=2.12
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 614 0 0 0 212 0 0 0 25 0 1 0 380958998 3616768 607 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528560 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 883 607 58 118 0 761 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 6232

[startup+25.5014 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1407480/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=4592 CPUtime=14.91
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 876 0 0 0 1491 0 0 0 25 0 1 0 380958998 4702208 869 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 1148 869 58 118 0 1026 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7292

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1406584/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=5540 CPUtime=40.5
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 1096 0 0 0 4050 0 0 0 25 0 1 0 380958998 5672960 1089 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 1385 1089 58 118 0 1263 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 8240

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1405624/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=6604 CPUtime=91.69
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 1354 0 0 0 9168 1 0 0 25 0 1 0 380958998 6762496 1347 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 1651 1347 58 118 0 1529 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9304

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1404856/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=7280 CPUtime=151.66
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 1526 0 0 0 15165 1 0 0 25 0 1 0 380958998 7454720 1519 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525788 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 1820 1519 58 118 0 1698 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 9980

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1404152/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=7948 CPUtime=211.65
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 1691 0 0 0 21163 2 0 0 25 0 1 0 380958998 8138752 1684 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 1987 1684 58 118 0 1865 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 10648

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1403576/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=8696 CPUtime=271.64
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 1869 0 0 0 27161 3 0 0 25 0 1 0 380958998 8904704 1862 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2174 1862 58 118 0 2052 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 11396

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/79 10329
/proc/meminfo: memFree=1402680/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=9524 CPUtime=331.61
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2065 0 0 0 33158 3 0 0 25 0 1 0 380958998 9752576 2058 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2381 2058 58 118 0 2259 0

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


[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10329
/proc/meminfo: memFree=1401848/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=10516 CPUtime=571.56
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2295 0 0 0 57150 6 0 0 25 0 1 0 380958998 10768384 2288 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525536 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2629 2288 58 118 0 2507 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 13216

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10329
/proc/meminfo: memFree=1401592/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=10660 CPUtime=631.54
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2353 0 0 0 63148 6 0 0 25 0 1 0 380958998 10915840 2346 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2665 2346 58 118 0 2543 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 13360

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10329
/proc/meminfo: memFree=1401464/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=10812 CPUtime=691.53
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2392 0 0 0 69146 7 0 0 25 0 1 0 380958998 11071488 2385 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2703 2385 58 118 0 2581 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 13512

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10329
/proc/meminfo: memFree=1400952/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=11364 CPUtime=751.51
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2523 0 0 0 75144 7 0 0 25 0 1 0 380958998 11636736 2516 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2841 2516 58 118 0 2719 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 14064

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10329
/proc/meminfo: memFree=1400632/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=11772 CPUtime=811.49
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2592 0 0 0 81141 8 0 0 25 0 1 0 380958998 12054528 2585 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2943 2585 58 118 0 2821 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 14472

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 10485
/proc/meminfo: memFree=1399096/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=11772 CPUtime=871.37
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2623 0 0 0 87129 8 0 0 25 0 1 0 380958998 12054528 2616 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2943 2616 58 118 0 2821 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 14472

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

[startup+895.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/85 10499
/proc/meminfo: memFree=1399032/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=11928 CPUtime=884.96
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2638 0 0 0 88488 8 0 0 25 0 1 0 380958998 12214272 2631 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2982 2631 58 118 0 2860 0
Current children cumulated CPU time (s) 895.5
Current children cumulated vsize (KiB) 14628

[startup+921.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10527
/proc/meminfo: memFree=1399992/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=11928 CPUtime=910.53
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2656 0 0 0 91044 9 0 0 25 0 1 0 380958998 12214272 2649 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2982 2649 58 118 0 2860 0
Current children cumulated CPU time (s) 921.07
Current children cumulated vsize (KiB) 14628

[startup+927.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10527
/proc/meminfo: memFree=1400056/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=11928 CPUtime=916.93
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2656 0 0 0 91684 9 0 0 25 0 1 0 380958998 12214272 2649 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528258 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 2982 2649 58 118 0 2860 0
Current children cumulated CPU time (s) 927.47
Current children cumulated vsize (KiB) 14628

[startup+934.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10527
/proc/meminfo: memFree=1400056/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=12112 CPUtime=923.33
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2669 0 0 0 92324 9 0 0 25 0 1 0 380958998 12402688 2662 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 3028 2662 58 118 0 2906 0
Current children cumulated CPU time (s) 933.87
Current children cumulated vsize (KiB) 14812

[startup+935.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10527
/proc/meminfo: memFree=1400056/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=12112 CPUtime=924.93
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2669 0 0 0 92484 9 0 0 25 0 1 0 380958998 12402688 2662 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 3028 2662 58 118 0 2906 0
Current children cumulated CPU time (s) 935.47
Current children cumulated vsize (KiB) 14812

[startup+937.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10527
/proc/meminfo: memFree=1400056/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=12112 CPUtime=926.53
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2669 0 0 0 92644 9 0 0 25 0 1 0 380958998 12402688 2662 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 3028 2662 58 118 0 2906 0
Current children cumulated CPU time (s) 937.07
Current children cumulated vsize (KiB) 14812

[startup+938.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10527
/proc/meminfo: memFree=1399992/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=12112 CPUtime=927.33
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2669 0 0 0 92724 9 0 0 25 0 1 0 380958998 12402688 2662 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525578 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 3028 2662 58 118 0 2906 0
Current children cumulated CPU time (s) 937.87
Current children cumulated vsize (KiB) 14812

[startup+938.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 10527
/proc/meminfo: memFree=1399992/2055920 swapFree=4146600/4192956
[pid=10325] ppid=10323 vsize=2700 CPUtime=10.54
/proc/10325/stat : 10325 (SATzilla2007_F) S 10323 10325 9509 0 -1 4194304 1066 1255 0 0 326 14 701 13 25 0 1 0 380957941 2764800 478 18446744073709551615 134512640 135581085 4294956688 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10325/statm: 675 478 169 260 0 381 0
[pid=10329] ppid=10325 vsize=12112 CPUtime=927.73
/proc/10329/stat : 10329 (minisat20) R 10325 10325 9509 0 -1 4194304 2669 0 0 0 92764 9 0 0 25 0 1 0 380958998 12402688 2662 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134536361 0 0 8392704 3 0 0 0 17 1 0 0
/proc/10329/statm: 3028 2662 58 118 0 2906 0
Current children cumulated CPU time (s) 938.27
Current children cumulated vsize (KiB) 14812

Child status: 20
Real time (s): 938.73
CPU time (s): 938.324
CPU user time (s): 937.953
CPU system time (s): 0.370943
CPU usage (%): 99.9568
Max. virtual memory (cumulated for all children) (KiB): 14812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 937.953
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5008
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= 26
involuntary context switches= 2501

runsolver used 0.882865 second user time and 2.53661 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Mar 11 10:47:15 UTC 2007

IDJOB= 335112
IDBENCH= 24643
IDSOLVER= 136
FILE ID= node14/335112-1173610035

PBS_JOBID= 4101254

Free space on /tmp= 66462 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd005.sat05-3111.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335112-1173610035/SATzilla2007_F /tmp/evaluation/335112-1173610035/instance-335112-1173610035.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-335112-1173610035 -o ROOT/results/node14/solver-335112-1173610035 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335112-1173610035/SATzilla2007_F /tmp/evaluation/335112-1173610035/instance-335112-1173610035.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  7f866db903b373b6b7f75057c2353f02

RANDOM SEED= 718765382

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1412704 kB
Buffers:         54900 kB
Cached:         493860 kB
SwapCached:      14960 kB
Active:         183700 kB
Inactive:       387984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412704 kB
SwapTotal:     4192956 kB
SwapFree:      4146600 kB
Dirty:           10332 kB
Writeback:           0 kB
Mapped:          29640 kB
Slab:            57160 kB
Committed_AS:  1293760 kB
PageTables:       1736 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= 66462 MiB

End job on node14 on Sun Mar 11 11:02:54 UTC 2007