Trace number 319386

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.72

General information on the benchmark

Nameindustrial/
crypto/mizh-md5-48-2.cnf
MD5SUMa420102680cef46239a1a26d099d3bb5
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark83.6883
Satisfiable
(Un)Satisfiability was proved
Number of variables66892
Number of clauses279240
Sum of the clauses size832616
Maximum clause length4
Minimum clause length1
Number of clauses of size 1201
Number of clauses of size 2120480
Number of clauses of size 342781
Number of clauses of size 4115778
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

28.57/28.75	c run March_dl for 5 seconds ... 
28.57/28.75	c Bin: Executing march_dl
28.57/28.75	c child exit by a signal
28.57/28.75	c march_dl returned code 137.
28.57/28.75	c run saps for 2 seconds ... 
28.57/28.75	c Bin: Executing ubcsat2006
28.57/28.75	c child exited successfully
28.57/28.75	c ubcsat2006 returned code 0.
28.57/28.75	c satzilla computing base features
28.57/28.75	c satzilla doing unit-prop probe
28.57/28.75	c satzilla doing local search probe
28.57/28.75	c satzilla doing lobjois search-space size estimate
28.57/28.75	c satzilla's ranking:
28.57/28.75	c 1) minisat20: 1.751520
28.57/28.75	c 2) eureka: 2.622117
28.57/28.75	c 3) zchaff_rand: 2.659225
28.57/28.75	c 4) vallst: 3.199508
28.57/28.75	c 5) march_dl: 3.977318
28.57/28.75	c 6) kcnfs: 4.669013
28.57/28.75	c 7) kcnfs+P: 999.000000
28.57/28.75	c 8) march_dl+P: 999.000000
28.57/28.75	c 9) vallst+P: 999.000000
28.57/28.75	c 10) zchaff_rand+P: 999.000000
28.57/28.75	c 11) rsat+P: 999.000000
28.57/28.75	c 12) eureka+P: 999.000000
28.57/28.75	c 13) minisat20+P: 999.000000
28.57/28.75	c 14) rsat: 999.000000
28.57/28.75	c satzilla running minisat20 ... 
28.57/28.76	This is MiniSat 2.0 beta
28.57/28.76	WARNING: for repeatability, setting FPU to use double precision
28.57/28.76	============================[ Problem Statistics ]=============================
28.57/28.76	|                                                                             |
28.57/28.76	|  Number of variables:  66892                                                |
28.57/28.76	|  Number of clauses:    279240                                               |
28.63/28.93	|  Parsing time:         0.16         s                                       |
28.63/28.94	============================[ Search Statistics ]==============================
28.63/28.94	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.63/28.94	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.63/28.94	===============================================================================
28.63/28.94	|         0 |   61450   238499   688805 |    79499        0    nan |  0.000 % |
28.63/28.95	|       100 |   61450   238499   688805 |    87449      100      4 |  8.136 % |
28.63/28.97	|       250 |   61441   238499   688805 |    96194      249      4 |  8.182 % |
28.63/29.03	|       475 |   61437   238499   688805 |   105814      474      5 |  8.182 % |
28.63/29.08	|       812 |   61436   238499   688805 |   116395      811      6 |  8.182 % |
28.63/29.16	|      1320 |   61434   238499   688805 |   128035     1319      7 |  8.182 % |
28.63/29.29	|      2079 |   61434   238499   688805 |   140838     2078      7 |  8.182 % |
29.46/29.66	|      3218 |   61418   238358   688461 |   154922     3216      6 |  8.197 % |
29.86/30.09	|      4927 |   61409   238317   688359 |   170414     4925      7 |  8.197 % |
30.56/30.77	|      7491 |   61408   238310   688341 |   187456     7488      7 |  8.198 % |
31.56/31.73	|     11335 |   61408   238310   688341 |   206201    11332      8 |  8.198 % |
32.65/32.81	|     17103 |   61408   238310   688341 |   226821    17100     10 |  8.198 % |
34.15/34.35	|     25752 |   61397   238269   688239 |   249504    25747     10 |  8.215 % |
37.96/38.19	|     38726 |   61333   238028   687599 |   274454    36142     10 |  8.315 % |
40.35/40.59	|     58188 |   61230   237626   686567 |   301899    54154     11 |  8.539 % |
44.56/44.77	|     87382 |   61081   236960   684870 |   332089    83050     11 |  8.696 % |
50.35/50.56	|    131172 |   59080   228962   662660 |   365298    96675     12 | 11.879 % |
62.74/62.92	|    196857 |   57954   223950   648683 |   401828   141071     11 | 13.812 % |
142.21/142.42	|    295383 |   56983   219145   635185 |   442011   214123     23 | 14.813 % |
474.31/474.61	|    443172 |   56728   218181   632552 |   486212   360554     77 | 15.287 % |
1199.44/1200.15	c Bin: Executing minisat20
1199.44/1200.15	c child exit by a signal
1199.44/1200.15	c minisat20 returned code 137.
1199.44/1200.15	c minisat20 returned code 137.
1199.44/1200.15	c satzilla running eureka ... 
1199.44/1200.15	c Bin: Executing eureka
1199.44/1200.15	c eureka returned code 1.
1199.44/1200.15	c eureka returned code 1.
1199.44/1200.15	c satzilla running zchaff_rand ... 
1199.44/1200.15	c Bin: Executing zchaff_rand
1199.44/1200.15	c zchaff_rand returned code 1.
1199.44/1200.15	c zchaff_rand returned code 1.
1199.44/1200.15	c satzilla running vallst ... 
1199.44/1200.15	c Bin: Executing vallst
1199.44/1200.15	c vallst returned code 1.
1199.44/1200.15	c vallst returned code 1.
1199.44/1200.15	c satzilla running march_dl ... 
1199.44/1200.15	c Bin: Executing march_dl
1199.44/1200.15	c march_dl returned code 1.
1199.44/1200.15	c march_dl returned code 1.
1199.44/1200.15	c satzilla running kcnfs ... 
1199.44/1200.15	c Bin: Executing kcnfs
1199.44/1200.15	c kcnfs returned code 1.
1199.44/1200.15	c kcnfs returned code 1.
1199.44/1200.15	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/node39/watcher-319386-1173030149 -o ROOT/results/node39/solver-319386-1173030149 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319386-1173030149/SATzilla2007_F /tmp/evaluation/319386-1173030149/instance-319386-1173030149.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.69 3/64 12548
/proc/meminfo: memFree=1451344/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=0
/proc/12548/stat : 12548 (SATzilla2007_F) R 12546 12548 12416 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12549] ppid=12548 vsize=4528 CPUtime=0
/proc/12549/stat : 12549 (march_dl) R 12548 12548 12416 0 -1 4194304 514 0 0 0 0 0 0 0 18 0 1 0 322970825 4636672 508 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134549599 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12549/statm: 1132 510 49 118 0 1011 0

[startup+0.0784721 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 12548
/proc/meminfo: memFree=1451344/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=0
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12549] ppid=12548 vsize=7824 CPUtime=0.07
/proc/12549/stat : 12549 (march_dl) R 12548 12548 12416 0 -1 4194304 1588 0 0 0 7 0 0 0 19 0 1 0 322970825 8011776 1582 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12549/statm: 1956 1582 50 118 0 1835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9336

[startup+0.101476 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 12548
/proc/meminfo: memFree=1451344/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=0
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12549] ppid=12548 vsize=8088 CPUtime=0.09
/proc/12549/stat : 12549 (march_dl) R 12548 12548 12416 0 -1 4194304 1676 0 0 0 9 0 0 0 19 0 1 0 322970825 8282112 1670 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12549/statm: 2022 1670 50 118 0 1901 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9600

[startup+0.301509 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 12548
/proc/meminfo: memFree=1451344/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=0
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12549] ppid=12548 vsize=10728 CPUtime=0.29
/proc/12549/stat : 12549 (march_dl) R 12548 12548 12416 0 -1 4194304 2446 0 0 0 29 0 0 0 20 0 1 0 322970825 10985472 2440 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12549/statm: 2682 2440 50 118 0 2561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12240

[startup+0.701577 s]
/proc/loadavg: 0.92 0.95 0.69 3/64 12548
/proc/meminfo: memFree=1451344/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=0
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12549] ppid=12548 vsize=26860 CPUtime=0.69
/proc/12549/stat : 12549 (march_dl) R 12548 12548 12416 0 -1 4194304 6132 0 0 0 67 2 0 0 24 0 1 0 322970825 27504640 5539 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12549/statm: 6715 5542 55 118 0 6594 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28372

[startup+1.50171 s]
/proc/loadavg: 0.92 0.95 0.69 2/66 12550
/proc/meminfo: memFree=1430464/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=0
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12549] ppid=12548 vsize=25388 CPUtime=1.49
/proc/12549/stat : 12549 (march_dl) R 12548 12548 12416 0 -1 4194304 9406 0 0 0 145 4 0 0 25 0 1 0 322970825 25997312 5223 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134617632 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12549/statm: 6347 5223 55 118 0 6226 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26900

[startup+3.10199 s]
/proc/loadavg: 0.92 0.95 0.69 2/66 12550
/proc/meminfo: memFree=1430208/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=0
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12549] ppid=12548 vsize=25912 CPUtime=3.09
/proc/12549/stat : 12549 (march_dl) R 12548 12548 12416 0 -1 4194304 14506 0 0 0 303 6 0 0 25 0 1 0 322970825 26533888 5395 18446744073709551615 134512640 134996440 4294956736 18446744073709551615 134657999 0 0 8392704 0 0 0 0 17 1 0 0
/proc/12549/statm: 6478 5395 57 118 0 6357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27424

[startup+6.30154 s]
/proc/loadavg: 0.93 0.95 0.69 2/66 12551
/proc/meminfo: memFree=1445312/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=1512 CPUtime=4.99
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 149 23050 0 0 0 0 488 11 16 0 1 0 322970825 1548288 125 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/12548/statm: 378 125 110 260 0 84 0
[pid=12551] ppid=12548 vsize=26688 CPUtime=1.2
/proc/12551/stat : 12551 (ubcsat2006) R 12548 12548 12416 0 -1 4194304 4711 0 13 0 118 2 0 0 24 0 1 0 322971326 27328512 4706 18446744073709551615 134512640 134777720 4294956576 18446744073709551615 134553129 0 0 8392704 0 0 0 0 17 0 0 0
/proc/12551/statm: 6672 4706 156 64 0 6253 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 28200

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.69 2/65 12551
/proc/meminfo: memFree=1422736/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=30160 CPUtime=12.57
/proc/12548/stat : 12548 (SATzilla2007_F) R 12546 12548 12416 0 -1 4194304 7021 27771 0 13 512 3 728 14 25 0 1 0 322970825 30883840 6989 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217821 0 0 4096 0 0 0 0 17 1 0 0
/proc/12548/statm: 7540 6989 135 260 0 7246 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 30160

[startup+25.5018 s]
/proc/loadavg: 0.95 0.96 0.70 2/65 12551
/proc/meminfo: memFree=1429400/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=43636 CPUtime=25.37
/proc/12548/stat : 12548 (SATzilla2007_F) R 12546 12548 12416 0 -1 4194304 13587 27771 0 13 1786 9 728 14 25 0 1 0 322970825 44683264 9096 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134673025 0 0 4096 0 0 0 0 17 1 0 0
/proc/12548/statm: 10909 9096 164 260 0 10615 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 43636

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.70 2/66 12552
/proc/meminfo: memFree=1408072/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=26300 CPUtime=22.32
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 6212 0 0 0 2229 3 0 0 25 0 1 0 322973701 26931200 6205 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 6575 6205 59 118 0 6453 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 45584

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.72 2/66 12552
/proc/meminfo: memFree=1397256/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=37068 CPUtime=73.51
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 8905 0 0 0 7346 5 0 0 25 0 1 0 322973701 37957632 8898 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 9267 8898 59 118 0 9145 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 56352

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.73 2/66 12552
/proc/meminfo: memFree=1383368/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=51464 CPUtime=133.48
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 12424 0 0 0 13339 9 0 0 25 0 1 0 322973701 52699136 12417 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525497 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 12866 12417 59 118 0 12744 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 70748

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.75 2/66 12552
/proc/meminfo: memFree=1363784/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=70756 CPUtime=193.46
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 17266 0 0 0 19332 14 0 0 25 0 1 0 322973701 72454144 17259 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 17689 17259 59 118 0 17567 0
Current children cumulated CPU time (s) 222.09
Current children cumulated vsize (KiB) 90040

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.76 2/66 12552
/proc/meminfo: memFree=1348040/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=86608 CPUtime=253.44
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 21264 0 0 0 25326 18 0 0 25 0 1 0 322973701 88686592 21257 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525688 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 21652 21257 59 118 0 21530 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 105892

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/66 12552
/proc/meminfo: memFree=1326472/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=107880 CPUtime=313.42
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 26597 0 0 0 31317 25 0 0 25 0 1 0 322973701 110469120 26590 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134649756 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 26970 26590 59 118 0 26848 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 127164

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.78 2/66 12552
/proc/meminfo: memFree=1308424/2055920 swapFree=4184064/4192956

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

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.80 2/66 12552
/proc/meminfo: memFree=1282824/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=151676 CPUtime=493.35
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 37482 0 0 0 49298 37 0 0 25 0 1 0 322973701 155316224 37475 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 37919 37475 59 118 0 37797 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 170960

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 12552
/proc/meminfo: memFree=1268616/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=165808 CPUtime=553.34
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 41041 0 0 0 55291 43 0 0 25 0 1 0 322973701 169787392 41034 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525557 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 41452 41034 59 118 0 41330 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 185092

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 12552
/proc/meminfo: memFree=1245960/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=188240 CPUtime=613.32
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 46648 0 0 0 61285 47 0 0 25 0 1 0 322973701 192757760 46641 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 47060 46641 59 118 0 46938 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 207524

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 12552
/proc/meminfo: memFree=1229000/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=205300 CPUtime=673.29
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 50937 0 0 0 67277 52 0 0 25 0 1 0 322973701 210227200 50930 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525754 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 51325 50930 59 118 0 51203 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 224584

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 12552
/proc/meminfo: memFree=1209608/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=224480 CPUtime=733.27
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 55733 0 0 0 73271 56 0 0 25 0 1 0 322973701 229867520 55726 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134528282 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 56120 55726 59 118 0 55998 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 243764

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 12552
/proc/meminfo: memFree=1193544/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=240616 CPUtime=793.25
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 59774 0 0 0 79265 60 0 0 25 0 1 0 322973701 246390784 59767 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 60154 59767 59 118 0 60032 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 259900

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 12552
/proc/meminfo: memFree=1177608/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=256364 CPUtime=853.23
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 63707 0 0 0 85259 64 0 0 25 0 1 0 322973701 262516736 63700 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 64091 63700 59 118 0 63969 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 275648

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 12552
/proc/meminfo: memFree=1163144/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=270788 CPUtime=913.21
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 67350 0 0 0 91253 68 0 0 25 0 1 0 322973701 277286912 67343 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134527874 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 67697 67343 59 118 0 67575 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 290072

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 12552
/proc/meminfo: memFree=1148104/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=286632 CPUtime=973.19
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 71089 0 0 0 97248 71 0 0 25 0 1 0 322973701 293511168 71082 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525636 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 71658 71082 59 118 0 71536 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 305916

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 12552
/proc/meminfo: memFree=1132360/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=302496 CPUtime=1033.17
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 75056 0 0 0 103242 75 0 0 25 0 1 0 322973701 309755904 75049 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 75624 75049 59 118 0 75502 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 321780

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/72 12624
/proc/meminfo: memFree=1114560/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=318792 CPUtime=1093.12
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 79164 0 0 0 109232 80 0 0 25 0 1 0 322973701 326443008 79157 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 79698 79157 59 118 0 79576 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 338076

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/72 12722
/proc/meminfo: memFree=1098624/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=19284 CPUtime=28.63
/proc/12548/stat : 12548 (SATzilla2007_F) S 12546 12548 12416 0 -1 4194304 17253 27771 0 13 2109 12 728 14 25 0 1 0 322970825 19746816 4541 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/12548/statm: 4821 4541 170 260 0 4527 0
[pid=12552] ppid=12548 vsize=334804 CPUtime=1153.03
/proc/12552/stat : 12552 (minisat20) R 12548 12548 12416 0 -1 4194304 83159 0 0 0 115219 84 0 0 25 0 1 0 322973701 342839296 83152 18446744073709551615 134512640 134998072 4294956720 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/12552/statm: 83701 83152 59 118 0 83579 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 354088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12750
/proc/meminfo: memFree=1392760/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=61480 CPUtime=1200.06
/proc/12548/stat : 12548 (SATzilla2007_F) R 12546 12548 12416 0 -1 4194304 27292 112102 0 13 2159 17 117724 106 23 0 1 0 322970825 62955520 14434 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134580768 0 0 4096 0 0 0 0 17 1 0 0
/proc/12548/statm: 15370 14434 172 260 0 15076 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 61480

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.88 2/65 12750
/proc/meminfo: memFree=1392760/2055920 swapFree=4184064/4192956
[pid=12548] ppid=12546 vsize=61480 CPUtime=1200.06
/proc/12548/stat : 12548 (SATzilla2007_F) R 12546 12548 12416 0 -1 4194304 27292 112102 0 13 2159 17 117724 106 23 0 1 0 322970825 62955520 14434 18446744073709551615 134512640 135581085 4294956704 18446744073709551615 134580768 0 0 4096 0 0 0 0 17 1 0 0
/proc/12548/statm: 15370 14434 172 260 0 15076 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 61480

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.72
CPU time (s): 1200.09
CPU user time (s): 1198.84
CPU system time (s): 1.24981
CPU usage (%): 99.9477
Max. virtual memory (cumulated for all children) (KiB): 358708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.84
system time used= 1.24981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139395
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= 54
involuntary context switches= 2606

runsolver used 1.17482 second user time and 2.50562 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Mar  4 17:42:29 UTC 2007

IDJOB= 319386
IDBENCH= 20477
IDSOLVER= 136
FILE ID= node39/319386-1173030149

PBS_JOBID= 4012458

Free space on /tmp= 66532 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-md5-48-2.cnf
COMMAND LINE= /tmp/evaluation/319386-1173030149/SATzilla2007_F /tmp/evaluation/319386-1173030149/instance-319386-1173030149.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-319386-1173030149 -o ROOT/results/node39/solver-319386-1173030149 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319386-1173030149/SATzilla2007_F /tmp/evaluation/319386-1173030149/instance-319386-1173030149.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  a420102680cef46239a1a26d099d3bb5

RANDOM SEED= 607414438

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.285
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.285
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:       1451816 kB
Buffers:         38064 kB
Cached:         495460 kB
SwapCached:       2928 kB
Active:         173684 kB
Inactive:       369352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1451816 kB
SwapTotal:     4192956 kB
SwapFree:      4184064 kB
Dirty:           15636 kB
Writeback:           0 kB
Mapped:          15412 kB
Slab:            47132 kB
Committed_AS:   746268 kB
PageTables:       1412 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= 66532 MiB

End job on node39 on Sun Mar  4 18:02:32 UTC 2007