Trace number 1785069

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT07 reference solver: SATzilla CRAFTEDUNSAT 1318.02 1318.79

General information on the benchmark

Namecrafted/Hard/contest02/
pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
MD5SUMad877d677446ba8c798f8e71c4c035c2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1073.97
Satisfiable
(Un)Satisfiability was proved
Number of variables9638
Number of clauses31795
Sum of the clauses size82345
Maximum clause length3
Minimum clause length1
Number of clauses of size 183
Number of clauses of size 212874
Number of clauses of size 318838
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

10.94/11.48	c run March_dl for 5 seconds ... 
10.94/11.48	c Bin: Executing march_dl
10.94/11.48	c child exit by a signal
10.94/11.48	c march_dl returned code 137.
10.94/11.48	c run saps (UBCSAT implementation) for 2 seconds ... 
10.94/11.48	c Bin: Executing ubcsat2006
10.94/11.48	c child exited successfully
10.94/11.48	c ubcsat2006 returned code 0.
10.94/11.48	c satzilla computing base features
10.94/11.48	c satzilla doing unit-prop probe
10.94/11.48	c satzilla doing local search probe
10.94/11.48	c satzilla doing lobjois search-space size estimate
10.94/11.48	c satzilla's ranking:
10.94/11.48	c 1) minisat20+P: 2.533215
10.94/11.48	c 2) minisat20: 3.436913
10.94/11.48	c 3) vallst+P: 3.498037
10.94/11.48	c 4) march_dl: 3.615551
10.94/11.48	c 5) zchaff_rand+P: 3.888707
10.94/11.48	c 6) march_dl+P: 4.410456
10.94/11.48	c 7) kcnfs+P: 999.000000
10.94/11.48	c 8) kcnfs: 999.000000
10.94/11.48	c 9) vallst: 999.000000
10.94/11.48	c 10) zchaff_rand: 999.000000
10.94/11.48	c satzilla running minisat20 with preprocessing ... 
28.14/28.62	This is MiniSat 2.0 beta
28.14/28.62	WARNING: for repeatability, setting FPU to use double precision
28.14/28.62	============================[ Problem Statistics ]=============================
28.14/28.62	|                                                                             |
28.14/28.62	|  Number of variables:  4178                                                 |
28.14/28.62	|  Number of clauses:    37714                                                |
28.14/28.64	|  Parsing time:         0.02         s                                       |
28.14/28.64	============================[ Search Statistics ]==============================
28.14/28.64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.14/28.64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.14/28.64	===============================================================================
28.14/28.64	|         0 |    4178    37714    83858 |    12571        0    nan |  0.000 % |
28.14/28.67	|       100 |    4178    37714    83858 |    13828      100     77 |  0.001 % |
28.15/28.72	|       251 |    4178    37714    83858 |    15211      251     91 |  0.001 % |
28.15/28.77	|       476 |    4178    37714    83858 |    16732      476     67 |  0.001 % |
28.15/28.86	|       814 |    4178    37714    83858 |    18405      814     65 |  0.001 % |
28.15/28.99	|      1322 |    4178    37714    83858 |    20246     1322     57 |  0.000 % |
28.15/29.23	|      2081 |    4178    37714    83858 |    22270     2081     56 |  0.000 % |
29.22/29.75	|      3221 |    4178    37714    83858 |    24497     3221     59 |  0.002 % |
29.81/30.37	|      4930 |    4178    37714    83858 |    26947     4930     52 |  0.001 % |
30.72/31.29	|      7493 |    4178    37714    83858 |    29642     7493     48 |  0.001 % |
32.92/33.41	|     11337 |    4178    37714    83858 |    32606    11337     49 |  0.001 % |
36.41/36.98	|     17103 |    4178    37714    83858 |    35867    17103     52 |  0.000 % |
43.21/43.79	|     25754 |    4178    37714    83858 |    39454    25754     52 |  0.001 % |
56.91/57.45	|     38728 |    4178    37714    83858 |    43399    38728     53 |  0.001 % |
79.91/80.46	|     58189 |    4178    37714    83858 |    47739    29063     46 |  0.001 % |
113.40/113.96	|     87382 |    4178    37714    83858 |    52513    25535     48 |  0.000 % |
162.38/162.98	|    131171 |    4178    37714    83858 |    57764    32969     45 |  0.000 % |
244.07/244.61	|    196855 |    4178    37714    83858 |    63541    56984     41 |  0.001 % |
368.24/368.82	|    295382 |    4178    37714    83858 |    69895    61395     39 |  0.001 % |
566.59/567.21	|    443173 |    4178    37714    83858 |    76885    50218     40 |  0.002 % |
862.11/862.88	|    664857 |    4069    36703    81586 |    84573    61969     29 |  2.610 % |
1306.09/1306.98	|    997384 |    3190    22544    51492 |    93031    27102     27 | 23.648 % |
1317.89/1318.78	===============================================================================
1317.89/1318.78	restarts              : 22
1317.89/1318.78	conflicts             : 1008933        (782 /sec)
1317.89/1318.78	decisions             : 1136397        (0.75 % random) (881 /sec)
1317.89/1318.78	propagations          : 691863096      (536444 /sec)
1317.89/1318.78	conflict literals     : 38058936       (72.67 % deleted)
1317.89/1318.78	Memory used           : 21.21 MB
1317.89/1318.78	CPU time              : 1289.72 s
1317.89/1318.78	
1317.89/1318.78	c Preprocessing...
1317.89/1318.78	c Inital problem has 9638 variables, 18921 nary clauses (12874 binary clauses).
1317.89/1318.78	c Num non-binary clauses 18838, Average non-binary clause length 3.000
1317.89/1318.78	c Theory has no gaps
1317.89/1318.78	c Preprocessor runtime was 17.080 seconds.
1317.89/1318.78	c 
1317.89/1318.78	c Satisfiability of theory still undetermined.
1317.89/1318.78	c See file /tmp/eAeaHo for simplified theory.
1317.89/1318.78	c Bin: Executing minisat20
1317.89/1318.78	c child exited successfully
1317.89/1318.78	c minisat20 returned code 20.
1317.89/1318.78	s UNSATISFIABLE
1317.89/1318.78	c SATZILLA_TIME=1318.190000

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785069-1241887549/watcher-1785069-1241887549 -o /tmp/evaluation-result-1785069-1241887549/solver-1785069-1241887549 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785069-1241887549.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): 6000 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.89 1.00 0.99 3/64 23536
/proc/meminfo: memFree=1586360/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=0
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216787600 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 110 95 260 0 84 0
[pid=23537] ppid=23536 vsize=1448 CPUtime=0
/proc/23537/stat : 23537 (march_dl) R 23536 23536 23499 0 -1 4194304 245 0 0 0 0 0 0 0 20 0 1 0 216787600 1482752 240 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23537/statm: 362 240 50 118 0 241 0

[startup+0.0675651 s]
/proc/loadavg: 0.89 1.00 0.99 3/64 23536
/proc/meminfo: memFree=1586360/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=0
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216787600 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 110 95 260 0 84 0
[pid=23537] ppid=23536 vsize=3116 CPUtime=0.06
/proc/23537/stat : 23537 (march_dl) R 23536 23536 23499 0 -1 4194304 747 0 0 0 6 0 0 0 20 0 1 0 216787600 3190784 593 1992294400 134512640 134996440 4294956256 18446744073709551615 134544603 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23537/statm: 779 593 53 118 0 658 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4556

[startup+0.101565 s]
/proc/loadavg: 0.89 1.00 0.99 3/64 23536
/proc/meminfo: memFree=1586360/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=0
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216787600 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 110 95 260 0 84 0
[pid=23537] ppid=23536 vsize=4168 CPUtime=0.09
/proc/23537/stat : 23537 (march_dl) R 23536 23536 23499 0 -1 4194304 1006 0 0 0 9 0 0 0 20 0 1 0 216787600 4268032 852 1992294400 134512640 134996440 4294956256 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23537/statm: 1042 852 55 118 0 921 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5608

[startup+0.301581 s]
/proc/loadavg: 0.89 1.00 0.99 3/64 23536
/proc/meminfo: memFree=1586360/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=0
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216787600 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 110 95 260 0 84 0
[pid=23537] ppid=23536 vsize=4168 CPUtime=0.29
/proc/23537/stat : 23537 (march_dl) R 23536 23536 23499 0 -1 4194304 1006 0 0 0 29 0 0 0 20 0 1 0 216787600 4268032 852 1992294400 134512640 134996440 4294956256 18446744073709551615 134546877 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23537/statm: 1042 852 55 118 0 921 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5608

[startup+0.701609 s]
/proc/loadavg: 0.89 1.00 0.99 3/64 23536
/proc/meminfo: memFree=1586360/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=0
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216787600 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 110 95 260 0 84 0
[pid=23537] ppid=23536 vsize=8616 CPUtime=0.69
/proc/23537/stat : 23537 (march_dl) R 23536 23536 23499 0 -1 4194304 2444 0 0 0 68 1 0 0 24 0 1 0 216787600 8822784 1947 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23537/statm: 2154 1947 69 118 0 2033 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10056

[startup+1.50167 s]
/proc/loadavg: 0.89 1.00 0.99 2/66 23538
/proc/meminfo: memFree=1578024/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=0
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216787600 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 110 95 260 0 84 0
[pid=23537] ppid=23536 vsize=10940 CPUtime=1.49
/proc/23537/stat : 23537 (march_dl) R 23536 23536 23499 0 -1 4194304 3225 0 0 0 148 1 0 0 25 0 1 0 216787600 11202560 2520 1992294400 134512640 134996440 4294956256 18446744073709551615 134557546 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23537/statm: 2735 2520 69 118 0 2614 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12380

[startup+3.10179 s]
/proc/loadavg: 0.89 1.00 0.99 2/66 23538
/proc/meminfo: memFree=1573352/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=0
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 216787600 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 110 95 260 0 84 0
[pid=23537] ppid=23536 vsize=15104 CPUtime=3.09
/proc/23537/stat : 23537 (march_dl) R 23536 23536 23499 0 -1 4194304 4539 0 0 0 307 2 0 0 25 0 1 0 216787600 15466496 3589 1992294400 134512640 134996440 4294956256 18446744073709551615 134559676 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23537/statm: 3776 3589 69 118 0 3655 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16544

[startup+6.30203 s]
/proc/loadavg: 0.90 1.00 0.99 1/66 23539
/proc/meminfo: memFree=1584936/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=1440 CPUtime=5
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 135 6504 0 0 0 0 496 4 16 0 1 0 216787600 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 360 111 96 260 0 84 0
[pid=23539] ppid=23536 vsize=6188 CPUtime=0.86
/proc/23539/stat : 23539 (ubcsat2006) R 23536 23536 23499 0 -1 4194304 737 0 13 0 83 3 0 0 25 0 1 0 216788101 6336512 733 1992294400 134512640 134777720 4294956112 18446744073709551615 134553135 0 0 8392704 0 0 0 0 17 0 0 0
/proc/23539/statm: 1547 733 156 64 0 1128 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 7628

[startup+12.7015 s]
/proc/loadavg: 0.91 1.00 0.99 2/65 23539
/proc/meminfo: memFree=1575344/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=16400 CPUtime=12.24
/proc/23536/stat : 23536 (SATzilla2007_C) R 23534 23536 23499 0 -1 4194304 4565 7247 0 13 503 8 698 15 25 0 1 0 216787600 16793600 2831 1992294400 134512640 135579813 4294956224 18446744073709551615 134593971 0 0 4096 0 0 0 0 17 1 0 0
/proc/23536/statm: 4100 2831 165 260 0 3824 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 16400

[startup+25.5014 s]
/proc/loadavg: 0.93 1.00 0.99 2/65 23539
/proc/meminfo: memFree=1566704/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24232 CPUtime=25.04
/proc/23536/stat : 23536 (SATzilla2007_C) R 23534 23536 23499 0 -1 4194304 6487 7247 0 13 1772 19 698 15 25 0 1 0 216787600 24813568 4723 1992294400 134512640 135579813 4294956224 18446744073709551615 134570940 0 0 4096 0 0 0 0 17 1 0 0
/proc/23536/statm: 6058 4723 165 260 0 5782 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 24232

[startup+51.1013 s]
/proc/loadavg: 0.95 1.00 0.99 2/66 23540
/proc/meminfo: memFree=1554344/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=11568 CPUtime=22.47
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 2741 0 0 0 2244 3 0 0 25 0 1 0 216790462 11845632 2736 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 2892 2736 58 118 0 2770 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 35904

[startup+102.305 s]
/proc/loadavg: 0.98 1.00 0.99 2/66 23540
/proc/meminfo: memFree=1551016/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=14708 CPUtime=73.65
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 3534 0 0 0 7361 4 0 0 25 0 1 0 216790462 15060992 3529 1992294400 134512640 134998072 4294956304 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 3677 3529 58 118 0 3555 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 39044

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 23540
/proc/meminfo: memFree=1548904/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=16880 CPUtime=133.63
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 4050 0 0 0 13358 5 0 0 25 0 1 0 216790462 17285120 4045 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 4220 4045 58 118 0 4098 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 41216

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 23540
/proc/meminfo: memFree=1548712/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=16880 CPUtime=193.62
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 4084 0 0 0 19356 6 0 0 25 0 1 0 216790462 17285120 4079 1992294400 134512640 134998072 4294956304 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 4220 4079 58 118 0 4098 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 41216

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/66 23540
/proc/meminfo: memFree=1547880/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=17844 CPUtime=253.6
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 4283 0 0 0 25354 6 0 0 25 0 1 0 216790462 18272256 4278 1992294400 134512640 134998072 4294956304 18446744073709551615 134525767 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 4461 4278 58 118 0 4339 0
Current children cumulated CPU time (s) 281.75
Current children cumulated vsize (KiB) 42180

[startup+342.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 23540
/proc/meminfo: memFree=1547304/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=18504 CPUtime=313.59
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 4432 0 0 0 31352 7 0 0 25 0 1 0 216790462 18948096 4427 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 4626 4427 58 118 0 4504 0
Current children cumulated CPU time (s) 341.74
Current children cumulated vsize (KiB) 42840

[startup+402.301 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 23540
/proc/meminfo: memFree=1547048/2055920 swapFree=4181160/4192956

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


[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1544296/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21092 CPUtime=913.43
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5052 0 0 0 91334 9 0 0 25 0 1 0 216790462 21598208 5047 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5273 5047 58 118 0 5151 0
Current children cumulated CPU time (s) 941.58
Current children cumulated vsize (KiB) 45428

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1544296/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21256 CPUtime=973.42
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5089 0 0 0 97333 9 0 0 25 0 1 0 216790462 21766144 5084 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5314 5084 58 118 0 5192 0
Current children cumulated CPU time (s) 1001.57
Current children cumulated vsize (KiB) 45592

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1544168/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21412 CPUtime=1033.4
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5118 0 0 0 103331 9 0 0 25 0 1 0 216790462 21925888 5113 1992294400 134512640 134998072 4294956304 18446744073709551615 134525395 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5353 5113 58 118 0 5231 0
Current children cumulated CPU time (s) 1061.55
Current children cumulated vsize (KiB) 45748

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543848/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21576 CPUtime=1093.39
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5178 0 0 0 109329 10 0 0 25 0 1 0 216790462 22093824 5173 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5394 5173 58 118 0 5272 0
Current children cumulated CPU time (s) 1121.54
Current children cumulated vsize (KiB) 45912

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543848/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21576 CPUtime=1153.38
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5178 0 0 0 115328 10 0 0 25 0 1 0 216790462 22093824 5173 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5394 5173 58 118 0 5272 0
Current children cumulated CPU time (s) 1181.53
Current children cumulated vsize (KiB) 45912

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543784/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1213.36
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5185 0 0 0 121326 10 0 0 25 0 1 0 216790462 22237184 5180 1992294400 134512640 134998072 4294956304 18446744073709551615 134525964 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5180 58 118 0 5307 0
Current children cumulated CPU time (s) 1241.51
Current children cumulated vsize (KiB) 46052

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1273.34
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 127324 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1301.49
Current children cumulated vsize (KiB) 46052

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

[startup+1305.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1276.54
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 127644 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1304.69
Current children cumulated vsize (KiB) 46052

[startup+1311.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1282.94
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 128284 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1311.09
Current children cumulated vsize (KiB) 46052

[startup+1315.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1286.14
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 128604 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1314.29
Current children cumulated vsize (KiB) 46052

[startup+1316.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1287.74
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 128764 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1315.89
Current children cumulated vsize (KiB) 46052

[startup+1317.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1288.54
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 128844 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1316.69
Current children cumulated vsize (KiB) 46052

[startup+1318.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1289.34
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 128924 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1317.49
Current children cumulated vsize (KiB) 46052

[startup+1318.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23546
/proc/meminfo: memFree=1543656/2055920 swapFree=4181160/4192956
[pid=23536] ppid=23534 vsize=24336 CPUtime=28.15
/proc/23536/stat : 23536 (SATzilla2007_C) S 23534 23536 23499 0 -1 4194304 6714 7247 0 13 2080 22 698 15 25 0 1 0 216787600 24920064 4946 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23536/statm: 6084 4946 165 260 0 5808 0
[pid=23540] ppid=23536 vsize=21716 CPUtime=1289.74
/proc/23540/stat : 23540 (minisat20) R 23536 23536 23499 0 -1 4194304 5208 0 0 0 128964 10 0 0 25 0 1 0 216790462 22237184 5203 1992294400 134512640 134998072 4294956304 18446744073709551615 134519370 0 0 8392704 3 0 0 0 17 1 0 0
/proc/23540/statm: 5429 5203 58 118 0 5307 0
Current children cumulated CPU time (s) 1317.89
Current children cumulated vsize (KiB) 46052

Child status: 20
Real time (s): 1318.79
CPU time (s): 1318.02
CPU user time (s): 1317.52
CPU system time (s): 0.496924
CPU usage (%): 99.9415
Max. virtual memory (cumulated for all children) (KiB): 46052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1317.52
system time used= 0.496924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19188
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40
involuntary context switches= 2889

runsolver used 1.54377 second user time and 3.2505 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-09 18:45:49
IDJOB=1785069
IDBENCH=24690
IDSOLVER=640
FILE ID=node34/1785069-1241887549
PBS_JOBID= 9264701
Free space on /tmp= 66228 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Hard/contest02/pyhala-braun-unsat-40-4-02.sat05-459.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785069-1241887549/watcher-1785069-1241887549 -o /tmp/evaluation-result-1785069-1241887549/solver-1785069-1241887549 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785069-1241887549.cnf            

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

MD5SUM BENCH= ad877d677446ba8c798f8e71c4c035c2
RANDOM SEED=178137050

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1586904 kB
Buffers:         34024 kB
Cached:         367232 kB
SwapCached:       5588 kB
Active:         121376 kB
Inactive:       287620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586904 kB
SwapTotal:     4192956 kB
SwapFree:      4181160 kB
Dirty:            8976 kB
Writeback:           0 kB
Mapped:          13416 kB
Slab:            46160 kB
Committed_AS:   744748 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node34 at 2009-05-09 19:07:48