Trace number 316250

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 716.465 716.692

General information on the benchmark

Namecrafted/spence/
medium/s93-100.cnf
MD5SUMcb4f09f5b8ab5c8da265c9ab7b857cb1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark65.515
Satisfiable
(Un)Satisfiability was proved
Number of variables93
Number of clauses196
Sum of the clauses size588
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3196
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

11.07/11.15	c run March_dl for 5 seconds ... 
11.07/11.15	c Bin: Executing march_dl
11.07/11.15	c child exit by a signal
11.07/11.15	c march_dl returned code 137.
11.07/11.15	c run saps (UBCSAT implementation) for 2 seconds ... 
11.07/11.15	c Bin: Executing ubcsat2006
11.07/11.15	c child exited successfully
11.07/11.15	c ubcsat2006 returned code 0.
11.07/11.15	c satzilla computing base features
11.07/11.15	c satzilla doing unit-prop probe
11.07/11.15	c satzilla doing local search probe
11.07/11.15	c satzilla doing lobjois search-space size estimate
11.07/11.15	c satzilla's ranking:
11.07/11.15	c 1) minisat20: -7.267338
11.07/11.15	c 2) vallst+P: -6.398363
11.07/11.15	c 3) minisat20+P: -4.345731
11.07/11.15	c 4) zchaff_rand+P: 0.344674
11.07/11.15	c 5) march_dl+P: 2.813341
11.07/11.15	c 6) march_dl: 3.435134
11.07/11.15	c 7) kcnfs+P: 999.000000
11.07/11.15	c 8) kcnfs: 999.000000
11.07/11.15	c 9) vallst: 999.000000
11.07/11.15	c 10) zchaff_rand: 999.000000
11.07/11.15	c satzilla running minisat20 ... 
11.07/11.15	This is MiniSat 2.0 beta
11.07/11.15	WARNING: for repeatability, setting FPU to use double precision
11.07/11.15	============================[ Problem Statistics ]=============================
11.07/11.15	|                                                                             |
11.07/11.15	|  Number of variables:  93                                                   |
11.07/11.15	|  Number of clauses:    196                                                  |
11.07/11.15	|  Parsing time:         0.00         s                                       |
11.07/11.15	============================[ Search Statistics ]==============================
11.07/11.15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.07/11.15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.07/11.15	===============================================================================
11.07/11.15	|         0 |      93      196      588 |       65        0    nan |  0.000 % |
11.07/11.15	|       100 |      93      196      588 |       71      100     16 |  0.012 % |
11.07/11.16	|       253 |      93      196      588 |       79       96     15 |  0.012 % |
11.07/11.16	|       478 |      93      196      588 |       86      106     13 |  0.012 % |
11.07/11.16	|       816 |      93      196      588 |       95       94     11 |  0.012 % |
11.07/11.17	|      1322 |      93      196      588 |      105       72      9 |  0.012 % |
11.07/11.18	|      2082 |      93      196      588 |      115       91      9 |  0.012 % |
11.07/11.19	|      3221 |      93      196      588 |      127       81      8 |  0.012 % |
11.13/11.21	|      4929 |      93      196      588 |      140       98      9 |  0.012 % |
11.13/11.24	|      7492 |      93      196      588 |      154      154     12 |  0.012 % |
11.13/11.29	|     11336 |      93      196      588 |      169      142     11 |  0.012 % |
11.13/11.36	|     17103 |      93      196      588 |      186      189     13 |  0.012 % |
11.13/11.48	|     25752 |      93      196      588 |      205      176     12 |  0.012 % |
11.13/11.66	|     38726 |      93      196      588 |      225      172     11 |  0.012 % |
11.13/11.92	|     58187 |      93      196      588 |      248      231     12 |  0.012 % |
12.26/12.37	|     87381 |      93      196      588 |      272      197     11 |  0.012 % |
12.86/13.00	|    131171 |      93      196      588 |      300      194     10 |  0.012 % |
13.86/13.96	|    196855 |      93      196      588 |      330      230     11 |  0.012 % |
15.37/15.49	|    295382 |      93      196      588 |      363      306     12 |  0.012 % |
17.76/17.86	|    443171 |      93      196      588 |      399      345     12 |  0.012 % |
21.16/21.24	|    664856 |      93      196      588 |      439      304     11 |  0.012 % |
26.16/26.30	|    997381 |      93      196      588 |      483      242      9 |  0.012 % |
34.35/34.42	|   1496171 |      93      196      588 |      531      351     11 |  0.012 % |
46.95/47.05	|   2244353 |      93      196      588 |      585      340     10 |  0.012 % |
65.85/65.97	|   3366630 |      93      196      588 |      643      500     11 |  0.012 % |
95.03/95.16	|   5050042 |      93      196      588 |      707      501     11 |  0.012 % |
141.82/141.95	|   7575159 |      93      196      588 |      778      629     11 |  0.012 % |
217.60/217.70	|  11362834 |      93      196      588 |      856      592     11 |  0.012 % |
328.46/328.61	|  17044347 |      93      196      588 |      942      587     10 |  0.012 % |
496.62/496.85	|  25566616 |      92      193      579 |     1036      571     11 |  1.087 % |
716.34/716.68	===============================================================================
716.34/716.68	restarts              : 30
716.34/716.68	conflicts             : 36261889       (51414 /sec)
716.34/716.68	decisions             : 44178384       (1.63 % random) (62638 /sec)
716.34/716.68	propagations          : 853733651      (1210458 /sec)
716.34/716.68	conflict literals     : 542748890      (14.40 % deleted)
716.34/716.68	Memory used           : 2.03 MB
716.34/716.68	CPU time              : 705.298 s
716.34/716.68	
716.34/716.69	c Bin: Executing minisat20
716.34/716.69	c child exited successfully
716.34/716.69	c minisat20 returned code 20.
716.34/716.69	s UNSATISFIABLE
716.34/716.69	c SATZILLA_TIME=716.560000

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/node20/watcher-316250-1172666297 -o ROOT/results/node20/solver-316250-1172666297 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316250-1172666297/SATzilla2007_C /tmp/evaluation/316250-1172666297/instance-316250-1172666297.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.93 0.98 0.96 3/77 31752
/proc/meminfo: memFree=1662040/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=0
/proc/31752/stat : 31752 (SATzilla2007_C) R 31750 31752 31266 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 286583721 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/31752/statm: 360 110 95 260 0 84 0
[pid=31753] ppid=31752 vsize=632 CPUtime=0
/proc/31753/stat : 31753 (march_dl) R 31752 31752 31266 0 -1 4194304 109 0 0 0 0 0 0 0 18 0 1 0 286583721 647168 103 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134536932 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31753/statm: 158 103 73 118 0 37 0

[startup+0.0988139 s]
/proc/loadavg: 0.93 0.98 0.96 3/77 31752
/proc/meminfo: memFree=1662040/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=0
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 286583721 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31752/statm: 360 110 95 260 0 84 0
[pid=31753] ppid=31752 vsize=632 CPUtime=0.09
/proc/31753/stat : 31753 (march_dl) R 31752 31752 31266 0 -1 4194304 114 0 0 0 9 0 0 0 19 0 1 0 286583721 647168 108 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551565 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31753/statm: 158 108 73 118 0 37 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2072

[startup+0.101815 s]
/proc/loadavg: 0.93 0.98 0.96 3/77 31752
/proc/meminfo: memFree=1662040/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=0
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 286583721 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31752/statm: 360 110 95 260 0 84 0
[pid=31753] ppid=31752 vsize=632 CPUtime=0.09
/proc/31753/stat : 31753 (march_dl) R 31752 31752 31266 0 -1 4194304 114 0 0 0 9 0 0 0 19 0 1 0 286583721 647168 108 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134551340 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31753/statm: 158 108 73 118 0 37 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2072

[startup+0.301838 s]
/proc/loadavg: 0.93 0.98 0.96 3/77 31752
/proc/meminfo: memFree=1662040/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=0
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 286583721 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31752/statm: 360 110 95 260 0 84 0
[pid=31753] ppid=31752 vsize=632 CPUtime=0.29
/proc/31753/stat : 31753 (march_dl) R 31752 31752 31266 0 -1 4194304 116 0 0 0 29 0 0 0 21 0 1 0 286583721 647168 110 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134532808 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31753/statm: 158 110 73 118 0 37 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2072

[startup+0.701887 s]
/proc/loadavg: 0.93 0.98 0.96 3/77 31752
/proc/meminfo: memFree=1662040/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=0
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 286583721 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31752/statm: 360 110 95 260 0 84 0
[pid=31753] ppid=31752 vsize=632 CPUtime=0.69
/proc/31753/stat : 31753 (march_dl) R 31752 31752 31266 0 -1 4194304 117 0 0 0 69 0 0 0 24 0 1 0 286583721 647168 111 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134587957 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31753/statm: 158 111 73 118 0 37 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2072

[startup+1.50198 s]
/proc/loadavg: 0.93 0.98 0.96 2/79 31754
/proc/meminfo: memFree=1661704/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=0
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 286583721 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31752/statm: 360 110 95 260 0 84 0
[pid=31753] ppid=31752 vsize=632 CPUtime=1.49
/proc/31753/stat : 31753 (march_dl) R 31752 31752 31266 0 -1 4194304 118 0 0 0 149 0 0 0 25 0 1 0 286583721 647168 112 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134587746 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31753/statm: 158 112 73 118 0 37 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2072

[startup+3.10118 s]
/proc/loadavg: 0.93 0.98 0.96 2/79 31754
/proc/meminfo: memFree=1661448/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=0
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 286583721 1474560 110 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31752/statm: 360 110 95 260 0 84 0
[pid=31753] ppid=31752 vsize=764 CPUtime=3.09
/proc/31753/stat : 31753 (march_dl) R 31752 31752 31266 0 -1 4194304 119 0 0 0 309 0 0 0 25 0 1 0 286583721 782336 113 18446744073709551615 134512640 134996440 4294956656 18446744073709551615 134564486 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31753/statm: 191 113 73 118 0 70 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2204

[startup+6.30156 s]
/proc/loadavg: 0.93 0.98 0.96 2/79 31755
/proc/meminfo: memFree=1661512/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1440 CPUtime=4.99
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 135 119 0 0 0 0 499 0 16 0 1 0 286583721 1474560 111 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/31752/statm: 360 111 96 260 0 84 0
[pid=31755] ppid=31752 vsize=6188 CPUtime=1.28
/proc/31755/stat : 31755 (ubcsat2006) R 31752 31752 31266 0 -1 4194304 236 0 0 0 86 42 0 0 25 0 1 0 286584221 6336512 219 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/31755/statm: 1547 219 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.96 2/79 31756
/proc/meminfo: memFree=1661256/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=1680 CPUtime=1.53
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 97 0 0 0 153 0 0 0 25 0 1 0 286584837 1720320 91 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525616 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 420 91 58 118 0 298 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 3236

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.96 2/79 31756
/proc/meminfo: memFree=1661256/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=1812 CPUtime=14.33
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 112 0 0 0 1433 0 0 0 25 0 1 0 286584837 1855488 106 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528539 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 453 106 58 118 0 331 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 3368

[startup+51.102 s]
/proc/loadavg: 0.97 0.98 0.96 2/79 31756
/proc/meminfo: memFree=1661192/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=1812 CPUtime=39.92
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 129 0 0 0 3992 0 0 0 25 0 1 0 286584837 1855488 123 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525677 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 453 123 58 118 0 331 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 3368

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.96 2/79 31756
/proc/meminfo: memFree=1661064/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=1944 CPUtime=91.11
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 143 0 0 0 9111 0 0 0 25 0 1 0 286584837 1990656 137 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 486 137 58 118 0 364 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 3500

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31756
/proc/meminfo: memFree=1660936/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=1944 CPUtime=151.08
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 154 0 0 0 15108 0 0 0 25 0 1 0 286584837 1990656 148 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525520 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 486 148 58 118 0 364 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 3500

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31756
/proc/meminfo: memFree=1660872/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=1944 CPUtime=211.06
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 167 0 0 0 21106 0 0 0 25 0 1 0 286584837 1990656 161 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528348 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 486 161 58 118 0 364 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 3500

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660616/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=271.04
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 172 0 0 0 27104 0 0 0 25 0 1 0 286584837 2125824 166 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 166 58 118 0 397 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 3632

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660616/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=331.03
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 177 0 0 0 33103 0 0 0 25 0 1 0 286584837 2125824 171 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 171 58 118 0 397 0

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


[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660552/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=391.01
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 179 0 0 0 39101 0 0 0 25 0 1 0 286584837 2125824 173 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529260 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 173 58 118 0 397 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 3632

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660552/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=451
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 182 0 0 0 45099 1 0 0 25 0 1 0 286584837 2125824 176 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528267 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 176 58 118 0 397 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 3632

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660552/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=510.98
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 189 0 0 0 51097 1 0 0 25 0 1 0 286584837 2125824 183 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 183 58 118 0 397 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 3632

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660488/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=570.96
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 196 0 0 0 57095 1 0 0 25 0 1 0 286584837 2125824 190 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134519469 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 190 58 118 0 397 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 3632

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660488/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=630.94
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 201 0 0 0 63093 1 0 0 25 0 1 0 286584837 2125824 195 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525688 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 195 58 118 0 397 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 3632

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=690.92
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 69091 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535771 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 3632

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

[startup+703.902 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=692.52
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 69251 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535739 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 703.65
Current children cumulated vsize (KiB) 3632

[startup+710.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=698.92
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 69891 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525460 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 710.05
Current children cumulated vsize (KiB) 3632

[startup+713.502 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=702.12
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 70211 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 713.25
Current children cumulated vsize (KiB) 3632

[startup+715.102 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=703.72
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 70371 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535777 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 714.85
Current children cumulated vsize (KiB) 3632

[startup+715.902 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=704.52
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 70451 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525504 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 715.65
Current children cumulated vsize (KiB) 3632

[startup+716.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=704.91
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 70490 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528341 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 716.04
Current children cumulated vsize (KiB) 3632

[startup+716.501 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=705.11
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 70510 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 716.24
Current children cumulated vsize (KiB) 3632

[startup+716.601 s]
/proc/loadavg: 0.99 0.98 0.96 2/79 31758
/proc/meminfo: memFree=1660424/2055920 swapFree=4133844/4192956
[pid=31752] ppid=31750 vsize=1556 CPUtime=11.13
/proc/31752/stat : 31752 (SATzilla2007_C) S 31750 31752 31266 0 -1 4194304 519 361 0 0 259 57 700 97 25 0 1 0 286583721 1593344 224 18446744073709551615 134512640 135579813 4294956624 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/31752/statm: 389 224 157 260 0 113 0
[pid=31756] ppid=31752 vsize=2076 CPUtime=705.21
/proc/31756/stat : 31756 (minisat20) R 31752 31752 31266 0 -1 4194304 203 0 0 0 70520 1 0 0 25 0 1 0 286584837 2125824 197 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529260 0 0 8392704 3 0 0 0 17 1 0 0
/proc/31756/statm: 519 197 58 118 0 397 0
Current children cumulated CPU time (s) 716.34
Current children cumulated vsize (KiB) 3632

Child status: 20
Real time (s): 716.692
CPU time (s): 716.465
CPU user time (s): 714.897
CPU system time (s): 1.56776
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 7628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 714.897
system time used= 1.56776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1100
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= 28
involuntary context switches= 2620

runsolver used 0.711891 second user time and 1.90171 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Wed Feb 28 12:38:17 UTC 2007

IDJOB= 316250
IDBENCH= 20436
IDSOLVER= 135
FILE ID= node20/316250-1172666297

PBS_JOBID= 3981214

Free space on /tmp= 66537 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s93-100.cnf
COMMAND LINE= /tmp/evaluation/316250-1172666297/SATzilla2007_C /tmp/evaluation/316250-1172666297/instance-316250-1172666297.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-316250-1172666297 -o ROOT/results/node20/solver-316250-1172666297 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316250-1172666297/SATzilla2007_C /tmp/evaluation/316250-1172666297/instance-316250-1172666297.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  cb4f09f5b8ab5c8da265c9ab7b857cb1

RANDOM SEED= 634199035

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.234
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.234
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:       1662512 kB
Buffers:         24108 kB
Cached:         288960 kB
SwapCached:      23396 kB
Active:          56568 kB
Inactive:       294344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662512 kB
SwapTotal:     4192956 kB
SwapFree:      4133844 kB
Dirty:            8444 kB
Writeback:           0 kB
Mapped:          30172 kB
Slab:            28156 kB
Committed_AS:   677240 kB
PageTables:       1704 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= 66537 MiB

End job on node20 on Wed Feb 28 12:50:14 UTC 2007