Trace number 318484

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 FULL? (TO) 1200.09 1200.52

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1081.cnf
MD5SUM8a3e5e1fd068ee5229d7193ac5bcb167
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.20981
Satisfiable
(Un)Satisfiability was proved
Number of variables118354
Number of clauses375699
Sum of the clauses size995041
Maximum clause length3
Minimum clause length1
Number of clauses of size 13289
Number of clauses of size 2125478
Number of clauses of size 3246932
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

68.55/68.64	c run March_dl for 5 seconds ... 
68.55/68.64	c Bin: Executing march_dl
68.55/68.64	c child exit by a signal
68.55/68.64	c march_dl returned code 137.
68.55/68.64	c run saps for 2 seconds ... 
68.55/68.64	c Bin: Executing ubcsat2006
68.55/68.64	c child exited successfully
68.55/68.64	c ubcsat2006 returned code 0.
68.55/68.64	c satzilla computing base features
68.55/68.64	c satzilla doing unit-prop probe
68.55/68.64	c satzilla doing local search probe
68.55/68.64	c satzilla doing lobjois search-space size estimate
68.55/68.64	c satzilla's ranking:
68.55/68.64	c 1) minisat20: 1.982261
68.55/68.64	c 2) zchaff_rand: 2.890601
68.55/68.64	c 3) eureka: 3.061627
68.55/68.64	c 4) march_dl: 3.429412
68.55/68.64	c 5) kcnfs: 3.955796
68.55/68.64	c 6) vallst: 4.142614
68.55/68.64	c 7) kcnfs+P: 999.000000
68.55/68.64	c 8) march_dl+P: 999.000000
68.55/68.64	c 9) vallst+P: 999.000000
68.55/68.64	c 10) zchaff_rand+P: 999.000000
68.55/68.64	c 11) rsat+P: 999.000000
68.55/68.64	c 12) eureka+P: 999.000000
68.55/68.64	c 13) minisat20+P: 999.000000
68.55/68.64	c 14) rsat: 999.000000
68.55/68.64	c satzilla running minisat20 ... 
68.55/68.64	This is MiniSat 2.0 beta
68.55/68.64	WARNING: for repeatability, setting FPU to use double precision
68.55/68.64	============================[ Problem Statistics ]=============================
68.55/68.64	|                                                                             |
68.55/68.64	|  Number of variables:  118426                                               |
68.55/68.64	|  Number of clauses:    375699                                               |
68.61/68.89	|  Parsing time:         0.22         s                                       |
68.61/68.90	============================[ Search Statistics ]==============================
68.61/68.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
68.61/68.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
68.61/68.90	===============================================================================
68.61/68.90	|         0 |  114595   371081   988647 |   123693        0    nan |  0.000 % |
68.61/68.92	|       100 |  114527   371081   988647 |   136063       52      6 |  3.294 % |
68.61/68.96	|       250 |  114527   371081   988647 |   149669      202      8 |  3.294 % |
68.61/69.00	|       475 |  114527   371081   988647 |   164636      427     14 |  3.294 % |
68.61/69.07	|       812 |  114526   371081   988647 |   181099      763     43 |  3.295 % |
68.61/69.11	|      1318 |  114526   371081   988647 |   199209     1269     38 |  3.295 % |
69.16/69.22	|      2077 |  114526   371081   988647 |   219130     2028     41 |  3.295 % |
69.35/69.42	|      3217 |  114524   370742   987829 |   241043     3152     55 |  3.295 % |
69.65/69.74	|      4925 |  114524   370742   987829 |   265148     4860     54 |  3.295 % |
71.05/71.12	|      7488 |  114523   370737   987817 |   291663     7422     54 |  3.296 % |
72.55/72.67	|     11332 |  114520   370727   987790 |   320829    10652     50 |  3.307 % |
73.25/73.38	|     17099 |  114520   370727   987790 |   352912    16419     49 |  3.307 % |
76.05/76.18	|     25748 |  114233   368982   983116 |   388203    24120     41 |  3.541 % |
84.94/85.04	|     38722 |  114223   368940   983018 |   427024    37087     54 |  3.549 % |
136.03/136.18	|     58183 |  114223   368940   983018 |   469726    56548     66 |  3.549 % |
143.03/143.10	|     87375 |  114222   368935   983006 |   516699    85739     55 |  3.550 % |
184.12/184.26	|    131166 |  114065   368014   980549 |   568369   129501     61 |  3.684 % |
239.19/239.33	|    196851 |  114044   367817   979997 |   625205   194754     60 |  3.700 % |
572.28/572.54	|    295377 |  114020   367600   979395 |   687726   293197     78 |  3.720 % |
1074.21/1074.69	|    443168 |  113970   367298   978589 |   756499   440557     75 |  3.779 % |
1199.36/1199.89	c Bin: Executing minisat20
1199.36/1199.89	c child exit by a signal
1199.36/1199.89	c minisat20 returned code 137.
1199.36/1199.89	c minisat20 returned code 137.
1199.36/1199.89	c satzilla running zchaff_rand ... 
1199.36/1199.89	c Bin: Executing zchaff_rand
1199.36/1199.89	c zchaff_rand returned code 1.
1199.36/1199.89	c zchaff_rand returned code 1.
1199.36/1199.89	c satzilla running eureka ... 
1199.36/1199.89	c Bin: Executing eureka
1199.36/1199.89	c eureka returned code 1.
1199.36/1199.89	c eureka returned code 1.
1199.36/1199.89	c satzilla running march_dl ... 
1199.36/1199.89	c Bin: Executing march_dl
1199.36/1199.89	c march_dl returned code 1.
1199.36/1199.89	c march_dl returned code 1.
1199.36/1199.89	c satzilla running kcnfs ... 
1199.36/1199.89	c Bin: Executing kcnfs
1199.36/1199.89	c kcnfs returned code 1.
1199.36/1199.89	c kcnfs returned code 1.
1199.36/1199.89	c satzilla running vallst ... 
1199.36/1199.89	c Bin: Executing vallst
1199.36/1199.89	c vallst returned code 1.
1199.36/1199.89	c vallst returned code 1.
1199.36/1199.89	c satzilla running kcnfs with preprocessing ... 

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node38/watcher-318484-1176319011 -o ROOT/results/node38/solver-318484-1176319011 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318484-1176319011/SATzilla2007_F /tmp/evaluation/318484-1176319011/instance-318484-1176319011.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.92 0.95 0.90 3/64 6683
/proc/meminfo: memFree=520816/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=0
/proc/6683/stat : 6683 (SATzilla2007_F) R 6681 6683 6044 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6684] ppid=6683 vsize=6156 CPUtime=0
/proc/6684/stat : 6684 (march_dl) R 6683 6683 6044 0 -1 4194304 563 0 0 0 0 0 0 0 18 0 1 0 64067802 6303744 557 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6684/statm: 1539 561 49 118 0 1418 0

[startup+0.0924281 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 6683
/proc/meminfo: memFree=520816/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=0
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6684] ppid=6683 vsize=11772 CPUtime=0.08
/proc/6684/stat : 6684 (march_dl) R 6683 6683 6044 0 -1 4194304 2425 0 0 0 8 0 0 0 19 0 1 0 64067802 12054528 2419 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6684/statm: 2943 2420 50 118 0 2822 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13284

[startup+0.101429 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 6683
/proc/meminfo: memFree=520816/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=0
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6684] ppid=6683 vsize=11772 CPUtime=0.09
/proc/6684/stat : 6684 (march_dl) R 6683 6683 6044 0 -1 4194304 2456 0 0 0 8 1 0 0 19 0 1 0 64067802 12054528 2450 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6684/statm: 2943 2450 50 118 0 2822 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13284

[startup+0.301467 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 6683
/proc/meminfo: memFree=520816/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=0
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6684] ppid=6683 vsize=14016 CPUtime=0.29
/proc/6684/stat : 6684 (march_dl) R 6683 6683 6044 0 -1 4194304 3119 0 0 0 28 1 0 0 21 0 1 0 64067802 14352384 3113 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6684/statm: 3504 3113 50 118 0 3383 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15528

[startup+0.701543 s]
/proc/loadavg: 0.92 0.95 0.90 3/64 6683
/proc/meminfo: memFree=520816/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=0
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6684] ppid=6683 vsize=35052 CPUtime=0.69
/proc/6684/stat : 6684 (march_dl) R 6683 6683 6044 0 -1 4194304 7716 0 0 0 66 3 0 0 24 0 1 0 64067802 35893248 7232 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134649583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6684/statm: 8763 7232 52 118 0 8642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36564

[startup+1.5017 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 6685
/proc/meminfo: memFree=490784/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=0
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6684] ppid=6683 vsize=40748 CPUtime=1.49
/proc/6684/stat : 6684 (march_dl) R 6683 6683 6044 0 -1 4194304 11639 0 0 0 144 5 0 0 25 0 1 0 64067802 41725952 8699 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134544569 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6684/statm: 10187 8699 55 118 0 10066 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42260

[startup+3.10201 s]
/proc/loadavg: 0.92 0.95 0.90 2/66 6685
/proc/meminfo: memFree=485664/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=0
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6684] ppid=6683 vsize=41540 CPUtime=3.09
/proc/6684/stat : 6684 (march_dl) R 6683 6683 6044 0 -1 4194304 15619 0 0 0 301 8 0 0 25 0 1 0 64067802 42536960 9042 18446744073709551615 134512640 134996440 4294956624 18446744073709551615 134650634 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6684/statm: 10385 9042 57 118 0 10264 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43052

[startup+6.30162 s]
/proc/loadavg: 1.01 0.97 0.91 2/66 6686
/proc/meminfo: memFree=515040/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=1512 CPUtime=5
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 149 16093 0 0 0 0 490 10 16 0 1 0 64067802 1548288 125 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/6683/statm: 378 125 110 260 0 84 0
[pid=6686] ppid=6683 vsize=34888 CPUtime=1.28
/proc/6686/stat : 6686 (ubcsat2006) R 6683 6683 6044 0 -1 4194304 6412 0 0 0 125 3 0 0 25 0 1 0 64068303 35725312 6394 18446744073709551615 134512640 134777720 4294956464 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/6686/statm: 8722 6394 156 64 0 8303 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36400

[startup+12.7018 s]
/proc/loadavg: 1.01 0.97 0.91 2/65 6686
/proc/meminfo: memFree=482352/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=42360 CPUtime=12.68
/proc/6683/stat : 6683 (SATzilla2007_F) R 6681 6683 6044 0 -1 4194304 9747 22511 0 0 507 4 743 14 25 0 1 0 64067802 43376640 9715 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134542152 0 0 4096 0 0 0 0 17 1 0 0
/proc/6683/statm: 10590 9715 135 260 0 10296 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42360

[startup+25.5013 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6686
/proc/meminfo: memFree=481840/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=42360 CPUtime=25.47
/proc/6683/stat : 6683 (SATzilla2007_F) R 6681 6683 6044 0 -1 4194304 9887 22511 0 0 1784 6 743 14 25 0 1 0 64067802 43376640 9855 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6683/statm: 10590 9855 135 260 0 10296 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 42360

[startup+51.1012 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6686
/proc/meminfo: memFree=480816/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=42360 CPUtime=51.06
/proc/6683/stat : 6683 (SATzilla2007_F) R 6681 6683 6044 0 -1 4194304 10154 22511 0 0 4340 9 743 14 25 0 1 0 64067802 43376640 10122 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/6683/statm: 10590 10122 135 260 0 10296 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 42360

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6687
/proc/meminfo: memFree=461096/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=37024 CPUtime=33.64
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 8754 0 0 0 3358 6 0 0 25 0 1 0 64074666 37912576 8728 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 9256 8728 59 118 0 9134 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 63756

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6687
/proc/meminfo: memFree=448360/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=49780 CPUtime=93.61
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 11928 0 0 0 9352 9 0 0 25 0 1 0 64074666 50974720 11902 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134535746 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 12445 11902 59 118 0 12323 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 76512

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6687
/proc/meminfo: memFree=424296/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=73932 CPUtime=153.59
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 17936 0 0 0 15344 15 0 0 25 0 1 0 64074666 75706368 17910 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 18483 17910 59 118 0 18361 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 100664

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=410856/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=87204 CPUtime=213.57
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 21298 0 0 0 21338 19 0 0 25 0 1 0 64074666 89296896 21272 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 21801 21272 59 118 0 21679 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 113936

[startup+342.303 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=403176/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=95156 CPUtime=273.55
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 23169 0 0 0 27335 20 0 0 25 0 1 0 64074666 97439744 23143 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525352 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 23789 23143 59 118 0 23667 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 121888

[startup+402.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=397096/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0

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

[startup+522.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=380200/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=118204 CPUtime=453.49
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 28969 0 0 0 45322 27 0 0 25 0 1 0 64074666 121040896 28943 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134528267 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 29551 28943 59 118 0 29429 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 144936

[startup+582.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=368168/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=130012 CPUtime=513.47
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 31955 0 0 0 51317 30 0 0 25 0 1 0 64074666 133132288 31929 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 32503 31929 59 118 0 32381 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 156744

[startup+642.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=362088/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=135996 CPUtime=573.45
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 33452 0 0 0 57313 32 0 0 25 0 1 0 64074666 139259904 33426 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 33999 33426 59 118 0 33877 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 162728

[startup+702.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=357096/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=141488 CPUtime=633.42
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 34685 0 0 0 63309 33 0 0 25 0 1 0 64074666 144883712 34659 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 35372 34659 59 118 0 35250 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 168220

[startup+762.305 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=354024/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=144424 CPUtime=693.41
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 35442 0 0 0 69306 35 0 0 25 0 1 0 64074666 147890176 35416 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 36106 35416 59 118 0 35984 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 171156

[startup+822.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=345064/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=153356 CPUtime=753.38
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 37698 0 0 0 75300 38 0 0 25 0 1 0 64074666 157036544 37672 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 38339 37672 59 118 0 38217 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 180088

[startup+882.301 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=331816/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=166212 CPUtime=813.37
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 40962 0 0 0 81294 43 0 0 25 0 1 0 64074666 170201088 40936 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134528117 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 41553 40936 59 118 0 41431 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 192944

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=329448/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=168824 CPUtime=873.35
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 41611 0 0 0 87291 44 0 0 25 0 1 0 64074666 172875776 41585 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525570 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 42206 41585 59 118 0 42084 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 195556

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=326184/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=172076 CPUtime=933.32
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 42414 0 0 0 93288 44 0 0 25 0 1 0 64074666 176205824 42388 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 43019 42388 59 118 0 42897 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 198808

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=323048/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=175112 CPUtime=993.3
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 43183 0 0 0 99284 46 0 0 25 0 1 0 64074666 179314688 43157 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134535777 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 43778 43157 59 118 0 43656 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 201844

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=314600/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=184432 CPUtime=1053.28
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 45298 0 0 0 105280 48 0 0 25 0 1 0 64074666 188858368 45272 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 46108 45272 59 118 0 45986 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 211164

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 6689
/proc/meminfo: memFree=308456/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=26732 CPUtime=68.61
/proc/6683/stat : 6683 (SATzilla2007_F) S 6681 6683 6044 0 -1 4194304 24239 22511 0 0 6085 19 743 14 25 0 1 0 64067802 27373568 6382 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/6683/statm: 6683 6382 170 260 0 6389 0
[pid=6687] ppid=6683 vsize=190376 CPUtime=1113.26
/proc/6687/stat : 6687 (minisat20) R 6683 6683 6044 0 -1 4194304 46819 0 0 0 111277 49 0 0 25 0 1 0 64074666 194945024 46793 18446744073709551615 134512640 134998072 4294956608 18446744073709551615 134527603 0 0 8392704 3 0 0 0 17 1 0 0
/proc/6687/statm: 47594 46793 59 118 0 47472 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 217108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6689
/proc/meminfo: memFree=461168/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=64528 CPUtime=1200.06
/proc/6683/stat : 6683 (SATzilla2007_F) R 6681 6683 6044 0 -1 4194304 33719 69573 0 0 6142 22 113776 66 23 0 1 0 64067802 66076672 15540 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134579785 0 0 4096 0 0 0 0 17 1 0 0
/proc/6683/statm: 16132 15545 172 260 0 15838 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 64528

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 0.97 0.91 2/65 6689
/proc/meminfo: memFree=461168/2055920 swapFree=4192812/4192956
[pid=6683] ppid=6681 vsize=64528 CPUtime=1200.06
/proc/6683/stat : 6683 (SATzilla2007_F) R 6681 6683 6044 0 -1 4194304 33719 69573 0 0 6142 22 113776 66 23 0 1 0 64067802 66076672 15540 18446744073709551615 134512640 135581085 4294956592 18446744073709551615 134579785 0 0 4096 0 0 0 0 17 1 0 0
/proc/6683/statm: 16132 15545 172 260 0 15838 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 64528

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1199.19
CPU system time (s): 0.906862
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 218032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.19
system time used= 0.906862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 2584

runsolver used 1.08683 second user time and 2.49762 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Wed Apr 11 19:16:52 UTC 2007

IDJOB= 318484
IDBENCH= 20455
IDSOLVER= 136
FILE ID= node38/318484-1176319011

PBS_JOBID= 4516695

Free space on /tmp= 66548 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc1081.cnf
COMMAND LINE= /tmp/evaluation/318484-1176319011/SATzilla2007_F /tmp/evaluation/318484-1176319011/instance-318484-1176319011.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-318484-1176319011 -o ROOT/results/node38/solver-318484-1176319011 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318484-1176319011/SATzilla2007_F /tmp/evaluation/318484-1176319011/instance-318484-1176319011.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  8a3e5e1fd068ee5229d7193ac5bcb167

RANDOM SEED= 817632662

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:        521224 kB
Buffers:         42184 kB
Cached:        1257636 kB
SwapCached:          0 kB
Active:         875004 kB
Inactive:       440348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        521224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           17244 kB
Writeback:           0 kB
Mapped:          25668 kB
Slab:           205360 kB
Committed_AS:   116908 kB
PageTables:       1468 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= 66548 MiB

End job on node38 on Wed Apr 11 19:36:54 UTC 2007