Trace number 3174015

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mtUNSAT 25.995 6.51335

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
MD5SUM7d874fabf91f4391d9452197998f82c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.427934
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174015-1304076784.cnf'
0.00/0.00	c -- header says num vars:            250
0.00/0.00	c -- header says num clauses:        1065
0.00/0.00	c -- clauses added:            0 learnts,         1065 normals,            0 xors
0.00/0.00	c -- vars added        250
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       250      1065         0         0      3195         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1065/1065 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:      5  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     109 undec:      26 neg:     115
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       245      1061         0         0      3218         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.77/0.20	c  N st     8      4913       245      1061         0      4730      3218     66513   no data   no data
1.17/0.31	c  N st    10     11297       245      1061         0      4375      3218     48395   no data   no data
1.97/0.51	c  N st    11     17041       245      1061         0      9896      3218    128584   no data   no data
3.17/0.85	c  F st    12     25001       245      1061         0     12093      3218    155008   no data   no data
3.17/0.85	c  N st    12     25001       245      1061         0     12093      3218    155008   no data   no data
3.97/1.09	c Decided on static restart strategy
3.97/1.09	c  N st    18     30000       245      1061         0     10377      3218    119172   no data   no data
3.97/1.09	c  S st    18     30000       245      1061         0     10377      3218    119172   no data   no data
4.37/1.12	c  S st    18     30501       245      1061         0     10864      3218    126152   no data   no data
4.37/1.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.37/1.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.37/1.13	c blocked clauses removed:        0 vars:      0 tried:         245 T: 0.00 s
4.37/1.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.37/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.37/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
4.37/1.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.37/1.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.37/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/1.20	c lits-rem:       298  cl-subs:     1910  v-elim:      0  v-fix:    0  time:  0.07 s
4.78/1.21	c asymm  cl-useful: 0/1061/1061 lits-rem:0 time: 0.00
4.78/1.21	c calculated reachability. Time: 0.00
4.78/1.21	c  N st    18     30501       245      1061         0      8954      3218    102510   no data   no data
5.97/1.58	c  N st    20     37612       245      1061         0      8250      3218     83842   no data   no data
7.57/1.90	c  N st    21     44013       245      1061         0     14309      3218    166165   no data   no data
7.97/2.00	c  S st    22     45752       245      1061         0     15962      3218    189096   no data   no data
7.97/2.04	c  S st    22     46255       245      1061         0     16459      3218    196685   no data   no data
7.97/2.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
7.97/2.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.24	c lits-rem:       264  cl-subs:     2892  v-elim:      0  v-fix:    0  time:  0.18 s
8.77/2.24	c vivif2 --  cl tried     1061 cl shrink        0 lits rem          0 time: 0.00
8.77/2.24	c vivif2 --  cl tried    13567 cl shrink        0 lits rem          0 time: 0.00
8.77/2.24	c asymm  cl-useful: 0/1061/1061 lits-rem:0 time: 0.01
8.77/2.24	c calculated reachability. Time: 0.00
8.77/2.24	c  N st    22     46255       245      1061         0     13567      3218    160352   no data   no data
11.96/3.03	c  N st    23     60652       245      1061         0     18786      3218    216975   no data   no data
13.58/3.49	c  N st    24     69382       245      1061         1     17588      3218    194216   no data   no data
13.58/3.49	c  S st    24     69382       245      1061         1     17588      3218    194216   no data   no data
13.96/3.54	c  S st    24     69887       245      1061         2     18086      3218    201370   no data   no data
13.96/3.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.96/3.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.96/3.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.96/3.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.96/3.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.96/3.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
13.96/3.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.96/3.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.96/3.58	c subs with bin:      568  lits-rem:      2362  v-fix:    0  time:  0.03 s
14.75/3.75	c lits-rem:       597  cl-subs:     3403  v-elim:      0  v-fix:    0  time:  0.17 s
14.75/3.76	c vivif2 --  cl tried     1061 cl shrink        0 lits rem          0 time: 0.00
14.75/3.76	c vivif2 --  cl tried    14115 cl shrink        0 lits rem          0 time: 0.00
14.75/3.77	c asymm  cl-useful: 0/1061/1061 lits-rem:0 time: 0.01
14.75/3.77	c calculated reachability. Time: 0.00
14.75/3.77	c  N st    24     69887       245      1061         2     14115      3218    152375   no data   no data
18.74/4.73	c  F st    25     87502       245      1061         5     20377      3218    208793   no data   no data
18.74/4.73	c  N st    25     87502       245      1061         5     20377      3218    208793   no data   no data
19.95/5.05	c Decided on static restart strategy
19.95/5.05	c Finding binary XORs  T:     0.00 s  found:       0
20.75/5.20	c  N st    32     95544       245      1061         8     16826      3218    164360   no data   no data
22.74/5.76	c  N st    34    104830       245      1061         9     13482      3218    120429   no data   no data
22.74/5.76	c  S st    34    104830       245      1061         9     13482      3218    120429   no data   no data
22.74/5.79	c  S st    34    105330       245      1061        14     13974      3218    126682   no data   no data
22.74/5.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.74/5.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.74/5.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.74/5.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.74/5.79	c subs with bin:       12  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
22.74/5.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.14/5.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.14/5.84	c subs with bin:     2560  lits-rem:      2571  v-fix:    0  time:  0.04 s
23.14/5.86	c lits-rem:       225  cl-subs:      609  v-elim:      0  v-fix:    0  time:  0.02 s
23.14/5.86	c vivif2 --  cl tried     1049 cl shrink        0 lits rem          0 time: 0.00
23.14/5.86	c vivif2 --  cl tried    10805 cl shrink      246 lits rem        252 time: 0.00
23.14/5.86	c asymm  cl-useful: 0/1049/1049 lits-rem:0 time: 0.01
23.14/5.86	c calculated reachability. Time: 0.00
23.14/5.86	c  N st    34    105330       245      1049        18     10805      3176     93034   no data   no data
25.14/6.30	c Finding binary XORs  T:     0.00 s  found:       0
25.14/6.38	c  N st    35    114928       242       991        46     11697      3040    108036   no data   no data
25.54/6.47	c  E st    36    116548       236       991        80     13177      3040    121023   no data   no data
25.94/6.51	c Following stats are for *FIRST FINISHED THREAD ONLY*
25.94/6.51	c num threads              : 4          
25.94/6.51	c restarts                 : 36         
25.94/6.51	c dynamic restarts         : 0          
25.94/6.51	c static restarts          : 36         
25.94/6.51	c full restarts            : 2          
25.94/6.51	c total simplify time      : 0.01       
25.94/6.51	c learnts DL2              : 0          
25.94/6.51	c learnts size 2           : 94         
25.94/6.51	c learnts size 1           : 53          (21.20     % of vars)
25.94/6.51	c filedLit time            : 0.01        (0.22      % time)
25.94/6.51	c v-elim SatELite          : 5           (2.00      % vars)
25.94/6.51	c SatELite time            : 0.44        (6.71      % time)
25.94/6.51	c v-elim xor               : 0           (0.00      % vars)
25.94/6.51	c xor elim time            : 0.00        (0.03      % time)
25.94/6.51	c num binary xor trees     : 0          
25.94/6.51	c binxor trees' crown      : 0           (nan       leafs/tree)
25.94/6.51	c bin xor find time        : 0.00       
25.94/6.51	c OTF clause improved      : 6088        (0.05      clauses/conflict)
25.94/6.51	c OTF impr. size diff      : 6414        (1.05       lits/clause)
25.94/6.51	c OTF cl watch-shrink      : 24568       (0.21      clauses/conflict)
25.94/6.51	c OTF cl watch-sh-lit      : 30648       (1.25       lits/clause)
25.94/6.51	c tried to recurMin cls    : 12692       (10.89      % of conflicts)
25.94/6.51	c updated cache            : 0           (0.00       lits/tried recurMin)
25.94/6.51	c unit cls recevied        : 2           (3.77      % of units)
25.94/6.51	c unit cls sent            : 1           (1.89      % of units)
25.94/6.51	c bin cls recevied         : 13         
25.94/6.51	c bin cls sent             : 19         
25.94/6.51	c clauses over max glue    : 0           (0.00      % of all clauses)
25.94/6.51	c conflicts                : 116548      (17944.23  / sec)
25.94/6.51	c decisions                : 136412      (2.28      % random)
25.94/6.51	c bogo-props               : 751231130   (115662777.84 / sec)
25.94/6.51	c conflict literals        : 1494723     (27.58     % deleted)
25.94/6.51	c Memory used              : 277.98      MB
25.94/6.51	c single-thread CPU time   : 6.50        s
25.94/6.51	c all-threads sum CPU time : 25.95       s
25.94/6.51	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174015-1304076784/watcher-3174015-1304076784 -o /tmp/evaluation-result-3174015-1304076784/solver-3174015-1304076784 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174015-1304076784.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.36 7.84 7.68 3/172 636
/proc/meminfo: memFree=19213056/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=20396 CPUtime=0 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4194304 170 0 0 0 0 0 0 0 25 0 1 0 519278110 20885504 125 33554432000 4194304 4627427 140733754860672 18446744073709551615 274468997995 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/636/statm: 5099 140 115 106 0 57 0
[pid=636/tid=637] ppid=634 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 519278111 52441088 354 33554432000 4194304 4627427 140733754860672 18446744073709551615 47334224934834 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=638] ppid=634 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 519278111 52441088 354 33554432000 4194304 4627427 140733754860672 18446744073709551615 274469014614 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 519278111 52441088 354 33554432000 4194304 4627427 140733754860672 18446744073709551615 274469014614 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.107376 s]
/proc/loadavg: 7.36 7.84 7.68 3/172 636
/proc/meminfo: memFree=19213056/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=282124 CPUtime=0.4 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 1378 0 0 0 40 0 0 0 25 0 4 0 519278110 288894976 1298 33554432000 4194304 4627427 140733754860672 18446744073709551615 4299724 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 70531 1298 384 106 0 65502 0
[pid=636/tid=637] ppid=634 vsize=282124 CPUtime=0.1 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 231 0 0 0 10 0 0 0 25 0 4 0 519278111 288894976 1298 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=282124 CPUtime=0.1 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 253 0 0 0 10 0 0 0 25 0 4 0 519278111 288894976 1298 33554432000 4194304 4627427 140733754860672 18446744073709551615 4321457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=282124 CPUtime=0.1 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 231 0 0 0 10 0 0 0 25 0 4 0 519278111 288894976 1298 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282124

[startup+0.20036 s]
/proc/loadavg: 7.36 7.84 7.68 3/172 636
/proc/meminfo: memFree=19213056/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=282888 CPUtime=0.77 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 1855 0 0 0 77 0 0 0 25 0 4 0 519278110 289677312 1425 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 70722 1425 385 106 0 65693 0
[pid=636/tid=637] ppid=634 vsize=282888 CPUtime=0.19 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 341 0 0 0 19 0 0 0 25 0 4 0 519278111 289677312 1425 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=282888 CPUtime=0.19 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 368 0 0 0 19 0 0 0 25 0 4 0 519278111 289677312 1425 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=282888 CPUtime=0.19 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 365 0 0 0 19 0 0 0 25 0 4 0 519278111 289677312 1425 33554432000 4194304 4627427 140733754860672 18446744073709551615 4305848 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282888

[startup+0.300343 s]
/proc/loadavg: 7.36 7.84 7.68 3/172 636
/proc/meminfo: memFree=19213056/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=283168 CPUtime=1.17 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 2216 0 0 0 117 0 0 0 25 0 4 0 519278110 289964032 1651 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 70792 1651 385 106 0 65763 0
[pid=636/tid=637] ppid=634 vsize=283168 CPUtime=0.29 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 421 0 0 0 29 0 0 0 25 0 4 0 519278111 289964032 1651 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=283168 CPUtime=0.29 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 435 0 0 0 29 0 0 0 25 0 4 0 519278111 289964032 1651 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=283168 CPUtime=0.29 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 507 0 0 0 29 0 0 0 25 0 4 0 519278111 289964032 1651 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283168

[startup+0.700272 s]
/proc/loadavg: 7.36 7.84 7.68 3/172 636
/proc/meminfo: memFree=19213056/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=284156 CPUtime=2.77 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 3651 0 0 0 277 0 0 0 25 0 4 0 519278110 290975744 2014 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 71039 2014 385 106 0 66010 0
[pid=636/tid=637] ppid=634 vsize=284156 CPUtime=0.69 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 793 0 0 0 69 0 0 0 25 0 4 0 519278111 290975744 2014 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=284156 CPUtime=0.69 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 812 0 0 0 69 0 0 0 25 0 4 0 519278111 290975744 2014 33554432000 4194304 4627427 140733754860672 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=284156 CPUtime=0.69 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 811 0 0 0 69 0 0 0 25 0 4 0 519278111 290975744 2014 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284156

[startup+1.50113 s]
/proc/loadavg: 7.36 7.84 7.68 9/184 648
/proc/meminfo: memFree=19188160/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=284988 CPUtime=5.97 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 7383 0 0 0 596 1 0 0 25 0 4 0 519278110 291827712 4004 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 71247 4004 389 106 0 66218 0
[pid=636/tid=637] ppid=634 vsize=284988 CPUtime=1.48 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 2062 0 0 0 148 0 0 0 25 0 4 0 519278111 291827712 4004 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=284988 CPUtime=1.49 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 1387 0 0 0 149 0 0 0 25 0 4 0 519278111 291827712 4004 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=284988 CPUtime=1.49 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 1373 0 0 0 149 0 0 0 25 0 4 0 519278111 291827712 4004 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284988

[startup+3.10085 s]
/proc/loadavg: 7.36 7.84 7.68 9/184 648
/proc/meminfo: memFree=19146252/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=291176 CPUtime=12.36 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 13963 0 0 0 1235 1 0 0 25 0 4 0 519278110 298164224 7608 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309103 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 72794 7608 389 106 0 67765 0
[pid=636/tid=637] ppid=634 vsize=291176 CPUtime=3.07 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 3342 0 0 0 307 0 0 0 25 0 4 0 519278111 298164224 7608 33554432000 4194304 4627427 140733754860672 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=291176 CPUtime=3.09 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 3405 0 0 0 309 0 0 0 25 0 4 0 519278111 298164224 7608 33554432000 4194304 4627427 140733754860672 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=291176 CPUtime=3.08 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 3213 0 0 0 308 0 0 0 25 0 4 0 519278111 298164224 7608 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291176

[startup+6.30029 s]
/proc/loadavg: 7.41 7.84 7.68 9/184 648
/proc/meminfo: memFree=19126928/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=284560 CPUtime=25.14 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 19837 0 0 0 2511 3 0 0 25 0 4 0 519278110 291389440 9001 33554432000 4194304 4627427 140733754860672 18446744073709551615 4222423 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 71140 9001 389 106 0 66111 0
[pid=636/tid=637] ppid=634 vsize=284560 CPUtime=6.25 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 4685 0 0 0 625 0 0 0 25 0 4 0 519278111 291389440 9001 33554432000 4194304 4627427 140733754860672 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=284560 CPUtime=6.28 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 4953 0 0 0 628 0 0 0 25 0 4 0 519278111 291389440 9001 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=284560 CPUtime=6.29 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 4675 0 0 0 628 1 0 0 25 0 4 0 519278111 291389440 9001 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 284560

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

[startup+6.40027 s]
/proc/loadavg: 7.41 7.84 7.68 9/184 648
/proc/meminfo: memFree=19126928/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=284648 CPUtime=25.54 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 20211 0 0 0 2551 3 0 0 25 0 4 0 519278110 291479552 8671 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308291 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 71162 8671 389 106 0 66133 0
[pid=636/tid=637] ppid=634 vsize=284648 CPUtime=6.35 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 4861 0 0 0 635 0 0 0 25 0 4 0 519278111 291479552 8671 33554432000 4194304 4627427 140733754860672 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=284648 CPUtime=6.38 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 5125 0 0 0 638 0 0 0 25 0 4 0 519278111 291479552 8671 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=284648 CPUtime=6.39 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 4693 0 0 0 638 1 0 0 25 0 4 0 519278111 291479552 8671 33554432000 4194304 4627427 140733754860672 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 284648

[startup+6.50025 s]
/proc/loadavg: 7.41 7.84 7.68 9/184 648
/proc/meminfo: memFree=19126928/32950928 swapFree=67111528/67111528
[pid=636] ppid=634 vsize=284648 CPUtime=25.94 cores=1,3,5,7
/proc/636/stat : 636 (strangenight2-m) R 634 636 499 0 -1 4202496 20573 0 0 0 2591 3 0 0 25 0 4 0 519278110 291479552 8857 33554432000 4194304 4627427 140733754860672 18446744073709551615 47334224910020 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/636/statm: 71162 8857 389 106 0 66133 0
[pid=636/tid=637] ppid=634 vsize=284648 CPUtime=6.45 cores=1,3,5,7
/proc/636/task/637/stat : 637 (strangenight2-m) R 634 636 499 0 -1 4202560 4878 0 0 0 645 0 0 0 25 0 4 0 519278111 291479552 8857 33554432000 4194304 4627427 140733754860672 18446744073709551615 47334224934425 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=636/tid=638] ppid=634 vsize=284648 CPUtime=6.48 cores=1,3,5,7
/proc/636/task/638/stat : 638 (strangenight2-m) R 634 636 499 0 -1 4202560 5144 0 0 0 648 0 0 0 25 0 4 0 519278111 291479552 8857 33554432000 4194304 4627427 140733754860672 18446744073709551615 47334224934425 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=636/tid=639] ppid=634 vsize=284648 CPUtime=6.49 cores=1,3,5,7
/proc/636/task/639/stat : 639 (strangenight2-m) R 634 636 499 0 -1 4202560 5006 0 0 0 648 1 0 0 25 0 4 0 519278111 291479552 8857 33554432000 4194304 4627427 140733754860672 18446744073709551615 4408555 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.94
Current children cumulated vsize (KiB) 284648

Child status: 20
Real time (s): 6.51335
CPU time (s): 25.995
CPU user time (s): 25.9541
CPU system time (s): 0.040993
CPU usage (%): 399.104
Max. virtual memory (cumulated for all children) (KiB): 293404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9541
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20576
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= 107
involuntary context switches= 218

runsolver used 0.014997 second user time and 0.027995 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 13:33:04
IDJOB=3174015
IDBENCH=82833
IDSOLVER=1586
FILE ID=node125/3174015-1304076784
RUNJOBID= node125-1304075581-518
PBS_JOBID= 13170502
Free space on /tmp= 72764 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1295196126-061.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174015-1304076784/watcher-3174015-1304076784 -o /tmp/evaluation-result-3174015-1304076784/solver-3174015-1304076784 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174015-1304076784.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7d874fabf91f4391d9452197998f82c2
RANDOM SEED=1001955623

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19213336 kB
Buffers:       2217780 kB
Cached:       10924904 kB
SwapCached:          0 kB
Active:        8424984 kB
Inactive:      4781908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19213336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11340 kB
Writeback:           0 kB
AnonPages:       63360 kB
Mapped:          14688 kB
Slab:           466808 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   187016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72752 MiB
End job on node125 at 2011-04-29 13:33:11