Trace number 455784

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 800.109 800.454

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-02.cnf
MD5SUM9ded5d7f130643b725016d2e5e4c7da3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark662.346
Satisfiable
(Un)Satisfiability was proved
Number of variables6196
Number of clauses22741
Sum of the clauses size59967
Maximum clause length602
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212147
Number of clauses of size 39205
Number of clauses of size 4597
Number of clauses of size 5221
Number of clauses of size over 5570

Solver Data (download as text)

10.64/10.70	c run March_dl for 5 seconds ... 
10.64/10.70	c Bin: Executing march_dl
10.64/10.70	c child exit by a signal
10.64/10.70	c march_dl returned code 137.
10.64/10.70	c run saps (UBCSAT implementation) for 2 seconds ... 
10.64/10.70	c Bin: Executing ubcsat2006
10.64/10.70	c child exited successfully
10.64/10.70	c ubcsat2006 returned code 0.
10.64/10.70	c satzilla computing base features
10.64/10.70	c satzilla doing unit-prop probe
10.64/10.70	c satzilla doing local search probe
10.64/10.70	c satzilla doing lobjois search-space size estimate
10.64/10.70	c satzilla's ranking:
10.64/10.70	c 1) minisat20+P: 0.863202
10.64/10.70	c 2) march_dl: 1.489358
10.64/10.70	c 3) minisat20: 1.529392
10.64/10.70	c 4) march_dl+P: 1.619726
10.64/10.70	c 5) vallst+P: 3.210320
10.64/10.70	c 6) zchaff_rand+P: 6.055504
10.64/10.70	c 7) kcnfs+P: 999.000000
10.64/10.70	c 8) kcnfs: 999.000000
10.64/10.70	c 9) vallst: 999.000000
10.64/10.70	c 10) zchaff_rand: 999.000000
10.64/10.70	c satzilla running minisat20 with preprocessing ... 
11.04/11.16	This is MiniSat 2.0 beta
11.04/11.16	WARNING: for repeatability, setting FPU to use double precision
11.04/11.16	============================[ Problem Statistics ]=============================
11.04/11.16	|                                                                             |
11.04/11.17	|  Number of variables:  4525                                                 |
11.04/11.17	|  Number of clauses:    21348                                                |
11.04/11.18	|  Parsing time:         0.01         s                                       |
11.04/11.18	============================[ Search Statistics ]==============================
11.04/11.18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.04/11.18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.04/11.18	===============================================================================
11.04/11.18	|         0 |    4525    21348    55286 |     7116        0    nan |  0.000 % |
11.04/11.19	|       102 |    4525    21348    55286 |     7827      102      7 |  0.000 % |
11.10/11.21	|       254 |    4525    21348    55286 |     8610      254     16 |  0.000 % |
11.10/11.24	|       480 |    4525    21348    55286 |     9471      480     23 |  0.000 % |
11.10/11.31	|       817 |    4525    21348    55286 |    10418      817     36 |  0.000 % |
11.10/11.46	|      1323 |    4524    21343    55276 |    11460     1322     48 |  0.022 % |
11.10/11.55	|      2082 |    4524    21343    55276 |    12606     2081     36 |  0.022 % |
11.10/11.92	|      3222 |    4524    21343    55276 |    13867     3221     48 |  0.022 % |
12.22/12.34	|      4930 |    4524    21343    55276 |    15253     4929     42 |  0.022 % |
13.12/13.20	|      7492 |    4524    21343    55276 |    16779     7491     45 |  0.022 % |
15.02/15.12	|     11337 |    4524    21343    55276 |    18457    11336     46 |  0.022 % |
18.22/18.34	|     17104 |    4524    21343    55276 |    20302    17103     55 |  0.022 % |
20.83/20.98	|     25759 |    4524    21343    55276 |    22333    15458     32 |  0.022 % |
26.42/26.58	|     38736 |    4524    21343    55276 |    24566    17090     32 |  0.022 % |
38.71/38.85	|     58199 |    4524    21343    55276 |    27022    24023     51 |  0.022 % |
58.12/58.21	|     87391 |    4524    21343    55276 |    29725    25457     46 |  0.022 % |
84.11/84.25	|    131180 |    4524    21343    55276 |    32697    23322     20 |  0.022 % |
134.19/134.36	|    196864 |    4524    21343    55276 |    35967    21323     40 |  0.022 % |
219.08/219.20	|    295391 |    4524    21343    55276 |    39564    25206     38 |  0.022 % |
365.13/365.31	|    443180 |    4524    21343    55276 |    43520    25789     41 |  0.022 % |
586.48/586.72	|    664863 |    4482    19986    52485 |    47872    41060     40 |  1.105 % |
800.02/800.44	===============================================================================
800.02/800.44	restarts              : 21
800.02/800.44	conflicts             : 870183         (1103 /sec)
800.02/800.44	decisions             : 1097670        (1.09 % random) (1391 /sec)
800.02/800.44	propagations          : 830665646      (1052927 /sec)
800.02/800.44	conflict literals     : 40115099       (68.20 % deleted)
800.02/800.44	Memory used           : 15.64 MB
800.02/800.44	CPU time              : 788.911 s
800.02/800.44	
800.02/800.45	c Preprocessing...
800.02/800.45	c Inital problem has 6196 variables, 10594 nary clauses (12147 binary clauses).
800.02/800.45	c Num non-binary clauses 10593, Average non-binary clause length 3.368
800.02/800.45	c Theory has no gaps
800.02/800.45	c Preprocessor runtime was 0.440 seconds.
800.02/800.45	c 
800.02/800.45	c Satisfiability of theory still undetermined.
800.02/800.45	c See file /tmp/MPc2Qb for simplified theory.
800.02/800.45	c Bin: Executing minisat20
800.02/800.45	c child exited successfully
800.02/800.45	c minisat20 returned code 20.
800.02/800.45	s UNSATISFIABLE
800.02/800.45	c SATZILLA_TIME=800.220000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node48/watcher-455784-1178574597 -o ROOT/results/node48/solver-455784-1178574597 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455784-1178574597/SATzilla2007_C /tmp/evaluation/455784-1178574597/instance-455784-1178574597.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.92 0.97 0.93 3/64 12520
/proc/meminfo: memFree=1673584/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=0
/proc/12520/stat : 12520 (SATzilla2007_C) D 12518 12520 12223 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 212305055 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135221597 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12520/statm: 360 110 95 260 0 84 0

[startup+0.0435811 s]
/proc/loadavg: 0.92 0.97 0.93 3/64 12520
/proc/meminfo: memFree=1673584/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=0
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212305055 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.101584 s]
/proc/loadavg: 0.92 0.97 0.93 3/64 12520
/proc/meminfo: memFree=1673584/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=0
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212305055 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.301602 s]
/proc/loadavg: 0.92 0.97 0.93 3/64 12520
/proc/meminfo: memFree=1673584/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=0
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212305055 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+0.701639 s]
/proc/loadavg: 0.92 0.97 0.93 3/64 12520
/proc/meminfo: memFree=1673584/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=0
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212305055 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 360 110 95 260 0 84 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1440

[startup+1.50171 s]
/proc/loadavg: 0.92 0.97 0.93 2/66 12522
/proc/meminfo: memFree=1665440/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=0
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212305055 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 360 110 95 260 0 84 0
[pid=12522] ppid=12520 vsize=9580 CPUtime=1.47
/proc/12522/stat : 12522 (march_dl) R 12520 12520 12223 0 -1 4194304 3849 0 0 0 146 1 0 0 25 0 1 0 212305057 9809920 2096 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134527389 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12522/statm: 2395 2096 75 118 0 2274 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 11020

[startup+3.10186 s]
/proc/loadavg: 0.92 0.97 0.93 2/66 12522
/proc/meminfo: memFree=1664480/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=0
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 212305055 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 360 110 95 260 0 84 0
[pid=12522] ppid=12520 vsize=10952 CPUtime=3.07
/proc/12522/stat : 12522 (march_dl) R 12520 12520 12223 0 -1 4194304 4155 0 0 0 306 1 0 0 25 0 1 0 212305057 11214848 2402 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134533018 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12522/statm: 2738 2402 75 118 0 2617 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12392

[startup+6.30216 s]
/proc/loadavg: 0.93 0.97 0.93 2/66 12523
/proc/meminfo: memFree=1671520/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=1440 CPUtime=4.99
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 134 4294 0 0 0 0 497 2 17 0 1 0 212305055 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 360 111 96 260 0 84 0
[pid=12523] ppid=12520 vsize=6188 CPUtime=1.27
/proc/12523/stat : 12523 (ubcsat2006) R 12520 12520 12223 0 -1 4194304 596 0 0 0 117 10 0 0 25 0 1 0 212305557 6336512 579 18446744073709551615 134512640 134777720 4294956544 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12523/statm: 1547 579 156 64 0 1128 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 7628

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1664224/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=4148 CPUtime=1.52
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 853 0 0 0 152 0 0 0 25 0 1 0 212306172 4247552 847 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525843 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 1037 847 58 118 0 915 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 11676

[startup+25.5019 s]
/proc/loadavg: 0.95 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1660128/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=7708 CPUtime=14.32
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 1752 0 0 0 1431 1 0 0 25 0 1 0 212306172 7892992 1746 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134536243 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 1927 1746 58 118 0 1805 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 15236

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1657632/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=10268 CPUtime=39.91
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 2378 0 0 0 3989 2 0 0 25 0 1 0 212306172 10514432 2372 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525828 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 2567 2372 58 118 0 2445 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 17796

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1657504/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=10568 CPUtime=91.1
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 2428 0 0 0 9108 2 0 0 25 0 1 0 212306172 10821632 2422 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 2642 2422 58 118 0 2520 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 18096

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1656800/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=11236 CPUtime=151.09
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 2589 0 0 0 15106 3 0 0 25 0 1 0 212306172 11505664 2583 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525534 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 2809 2583 58 118 0 2687 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 18764

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1656352/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=11636 CPUtime=211.07
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 2699 0 0 0 21104 3 0 0 25 0 1 0 212306172 11915264 2693 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 2909 2693 58 118 0 2787 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 19164

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1655200/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=12844 CPUtime=271.05
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 2991 0 0 0 27102 3 0 0 25 0 1 0 212306172 13152256 2985 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 3211 2985 58 118 0 3089 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20372

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1655136/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=12844 CPUtime=331.04
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 2999 0 0 0 33101 3 0 0 25 0 1 0 212306172 13152256 2993 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 3211 2993 58 118 0 3089 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 20372

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1654112/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=13984 CPUtime=391.03
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3254 0 0 0 39099 4 0 0 25 0 1 0 212306172 14319616 3248 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 3496 3248 58 118 0 3374 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 21512


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


[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1652192/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=15840 CPUtime=511
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3719 0 0 0 51096 4 0 0 25 0 1 0 212306172 16220160 3713 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525131 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 3960 3713 58 118 0 3838 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 23368

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1652192/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=15840 CPUtime=570.98
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3720 0 0 0 57094 4 0 0 25 0 1 0 212306172 16220160 3714 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 3960 3714 58 118 0 3838 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 23368

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12524
/proc/meminfo: memFree=1652064/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=15840 CPUtime=630.97
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3747 0 0 0 63093 4 0 0 25 0 1 0 212306172 16220160 3741 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134528518 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 3960 3741 58 118 0 3838 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 23368

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/72 12690
/proc/meminfo: memFree=1650648/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=690.86
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 69080 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 23536

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651680/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=750.84
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 75078 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 23536

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

[startup+767.902 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651680/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=756.43
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 75637 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 767.53
Current children cumulated vsize (KiB) 23536

[startup+780.702 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=769.23
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 76917 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525619 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 780.33
Current children cumulated vsize (KiB) 23536

[startup+793.503 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=782.02
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 78196 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134535746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 793.12
Current children cumulated vsize (KiB) 23536

[startup+796.701 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=785.22
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 78516 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134527403 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 796.32
Current children cumulated vsize (KiB) 23536

[startup+798.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=786.82
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 78676 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 797.92
Current children cumulated vsize (KiB) 23536

[startup+799.101 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=787.62
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 78756 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 798.72
Current children cumulated vsize (KiB) 23536

[startup+799.901 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=788.42
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 78836 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525443 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 799.52
Current children cumulated vsize (KiB) 23536

[startup+800.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=788.82
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 78876 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525583 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 799.92
Current children cumulated vsize (KiB) 23536

[startup+800.401 s]
/proc/loadavg: 0.99 0.97 0.93 2/66 12722
/proc/meminfo: memFree=1651744/2055920 swapFree=4183976/4192956
[pid=12520] ppid=12518 vsize=7528 CPUtime=11.1
/proc/12520/stat : 12520 (SATzilla2007_C) S 12518 12520 12223 0 -1 4194304 3007 4896 0 0 379 10 700 21 25 0 1 0 212305055 7708672 1618 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12520/statm: 1882 1618 165 260 0 1606 0
[pid=12524] ppid=12520 vsize=16008 CPUtime=788.92
/proc/12524/stat : 12524 (minisat20) R 12520 12520 12223 0 -1 4194304 3758 0 0 0 78886 6 0 0 25 0 1 0 212306172 16392192 3752 18446744073709551615 134512640 134998072 4294956736 18446744073709551615 134525397 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12524/statm: 4002 3752 58 118 0 3880 0
Current children cumulated CPU time (s) 800.02
Current children cumulated vsize (KiB) 23536

Child status: 20
Real time (s): 800.454
CPU time (s): 800.109
CPU user time (s): 799.72
CPU system time (s): 0.38894
CPU usage (%): 99.9569
Max. virtual memory (cumulated for all children) (KiB): 23536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 799.72
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11679
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= 32
involuntary context switches= 944

runsolver used 0.629904 second user time and 1.62075 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon May  7 21:49:57 UTC 2007

IDJOB= 455784
IDBENCH= 20389
IDSOLVER= 179
FILE ID= node48/455784-1178574597

PBS_JOBID= 5217880

Free space on /tmp= 66556 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-02.cnf
COMMAND LINE= /tmp/evaluation/455784-1178574597/SATzilla2007_C /tmp/evaluation/455784-1178574597/instance-455784-1178574597.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-455784-1178574597 -o ROOT/results/node48/solver-455784-1178574597 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455784-1178574597/SATzilla2007_C /tmp/evaluation/455784-1178574597/instance-455784-1178574597.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9ded5d7f130643b725016d2e5e4c7da3

RANDOM SEED= 929962354

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1674056 kB
Buffers:         21616 kB
Cached:         245396 kB
SwapCached:       3016 kB
Active:          40040 kB
Inactive:       236900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674056 kB
SwapTotal:     4192956 kB
SwapFree:      4183976 kB
Dirty:            8704 kB
Writeback:           0 kB
Mapped:          15964 kB
Slab:            90988 kB
Committed_AS:  3729356 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB

End job on node48 on Mon May  7 22:03:18 UTC 2007