Trace number 3368832

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-1-mt (fixed)UNSAT 21.0008 5.27108

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S534787376-095.UNKNOWN.cnf
MD5SUM30a6e61471a22008cda0ff7e2d23efa4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.251961
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368832-1305404186.cnf'
0.00/0.01	c -- header says num vars:            250
0.00/0.01	c -- header says num clauses:        1065
0.00/0.01	c -- clauses added:            0 learnts,         1065 normals,            0 xors
0.00/0.01	c -- vars added        250
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       250      1065         0         0      3195         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1065/1065 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.42/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
3.42/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.42/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.42/0.90	c calculated reachability. Time: 0.00
3.42/0.90	c Calc default polars -  time:   0.00 s pos:     114 undec:      41 neg:      95
3.42/0.90	c =========================================================================================
3.42/0.90	c types(t): F = full restart, N = normal restart
3.42/0.90	c types(t): S = simplification begin/end, E = solution found
3.42/0.90	c restart types(rt): st = static, dy = dynamic
3.42/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.42/0.90	c  B st     0         0       240      1055         0         0      3209         0   no data   no data  --
3.42/0.90	c Decided on static restart strategy
3.42/0.90	c  N st     8      4915       240      1055         0      4695      3209     60917   no data   no data  --
3.42/0.90	c  N st    10     11301       240      1055         0      4345      3209     44507   no data   no data  --
3.42/0.90	c  N st    11     17044       240      1055         0      9778      3209    114285   no data   no data  --
3.42/0.90	c  F st    12     25001       240      1055         0     12105      3209    142217   no data   no data  --
3.42/0.90	c  N st    12     25001       240      1055         0     12105      3209    142217   no data   no data  --
4.36/1.10	c Decided on static restart strategy
4.36/1.10	c  N st    18     30000       240      1055         0     10423      3209    112806   no data   no data  --
4.36/1.10	c  S st    18     30000       240      1055         0     10423      3209    112806   no data   no data  --
4.36/1.10	c  S st    18     30503       240      1055         0     10922      3209    120188   no data   no data  --
4.36/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.36/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.36/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.36/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.36/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.36/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
4.36/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.20	c lits-rem:       234  cl-subs:     2057  v-elim:      0  v-fix:    0  time:  0.32 s
4.76/1.20	c asymm  cl-useful: 0/1055/1055 lits-rem:0 time: 0.02
4.76/1.20	c calculated reachability. Time: 0.00
4.76/1.20	c  N st    18     30503       240      1055         0      8865      3208     97191   no data   no data  --
5.96/1.52	c  N st    20     37614       240      1055         0      8183      3208     79082   no data   no data  --
7.19/1.81	c  N st    21     44014       240      1055         0     14266      3208    159663   no data   no data  --
7.60/1.91	c  S st    22     45754       240      1055         0     15928      3208    182898   no data   no data  --
7.60/1.96	c  S st    22     46255       240      1055         0     16425      3208    190298   no data   no data  --
7.60/1.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.60/1.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.60/1.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.60/1.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.60/1.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.60/1.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
7.60/1.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.75/2.28	c lits-rem:       430  cl-subs:     2267  v-elim:      0  v-fix:    0  time:  1.25 s
8.75/2.28	c vivif2 --  cl tried     1055 cl shrink        0 lits rem          0 time: 0.00
8.75/2.28	c vivif2 --  cl tried    14158 cl shrink        0 lits rem          0 time: 0.01
8.75/2.29	c asymm  cl-useful: 0/1055/1055 lits-rem:0 time: 0.04
8.75/2.29	c calculated reachability. Time: 0.00
8.75/2.29	c  N st    22     46255       240      1055         0     14158      3208    162600   no data   no data  --
11.99/3.05	c  N st    23     60652       240      1055         0      9884      3208     88287   no data   no data  --
13.55/3.48	c  N st    24     69383       240      1055         2     18057      3208    183665   no data   no data  --
13.55/3.48	c  S st    24     69383       240      1055         2     18057      3208    183665   no data   no data  --
13.95/3.53	c  S st    24     69884       240      1055         3     18549      3208    190375   no data   no data  --
13.95/3.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.95/3.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.95/3.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
13.95/3.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.75	c subs with bin:     5719  lits-rem:      1243  v-fix:    0  time:  0.87 s
14.74/3.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
14.74/3.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.89	c lits-rem:       183  cl-subs:      790  v-elim:      0  v-fix:    0  time:  0.54 s
15.14/3.89	c vivif2 --  cl tried     1055 cl shrink        0 lits rem          0 time: 0.00
15.14/3.89	c vivif2 --  cl tried    12040 cl shrink        0 lits rem          0 time: 0.00
15.54/3.90	c asymm  cl-useful: 0/1055/1055 lits-rem:0 time: 0.03
15.54/3.90	c calculated reachability. Time: 0.00
15.54/3.90	c  N st    24     69884       240      1055         4     12040      3207    117425   no data   no data  --
19.13/4.89	c  F st    25     87504       240      1055         9     18548      3207    183518   no data   no data  --
19.13/4.89	c  N st    25     87504       240      1055         9     18548      3207    183518   no data   no data  --
19.13/4.89	c Finding binary XORs  T:     0.00 s  found:       0
20.77/5.25	c Decided on static restart strategy
20.77/5.26	c Following stats are for *FIRST FINISHED THREAD ONLY*
20.77/5.26	c num threads              : 4          
20.77/5.26	c restarts                 : 32         
20.77/5.26	c dynamic restarts         : 0          
20.77/5.26	c static restarts          : 32         
20.77/5.26	c full restarts            : 2          
20.77/5.26	c total simplify time      : 0.00       
20.77/5.26	c learnts DL2              : 0          
20.77/5.26	c learnts size 2           : 57         
20.77/5.26	c learnts size 1           : 53          (21.20     % of vars)
20.77/5.26	c filedLit time            : 0.02        (0.11      % time)
20.77/5.26	c v-elim SatELite          : 10          (4.00      % vars)
20.77/5.26	c SatELite time            : 1.22        (5.80      % time)
20.77/5.26	c v-elim xor               : 0           (0.00      % vars)
20.77/5.26	c xor elim time            : 0.01        (0.04      % time)
20.77/5.26	c num binary xor trees     : 0          
20.77/5.26	c binxor trees' crown      : 0           (nan       leafs/tree)
20.77/5.26	c bin xor find time        : 0.00       
20.77/5.26	c OTF clause improved      : 5105        (0.05      clauses/conflict)
20.77/5.26	c OTF impr. size diff      : 5253        (1.03       lits/clause)
20.77/5.26	c OTF cl watch-shrink      : 17635       (0.18      clauses/conflict)
20.77/5.26	c OTF cl watch-sh-lit      : 21069       (1.19       lits/clause)
20.77/5.26	c tried to recurMin cls    : 15389       (15.90      % of conflicts)
20.77/5.26	c updated cache            : 0           (0.00       lits/tried recurMin)
20.77/5.26	c unit cls received        : 0           (0.00      % of units)
20.77/5.26	c unit cls sent            : 1           (1.89      % of units)
20.77/5.26	c bin cls received         : 12         
20.77/5.26	c bin cls sent             : 13         
20.77/5.26	c clauses over max glue    : 0           (0.00      % of all clauses)
20.77/5.26	c conflicts                : 96805       (4616.62   / sec)
20.77/5.26	c decisions                : 113923      (2.73      % random)
20.77/5.26	c bogo-props               : 601710350   (28695490.71 / sec)
20.77/5.26	c conflict literals        : 1203376     (28.00     % deleted)
20.77/5.26	c Memory used              : 276.75      MB
20.77/5.26	c single-thread CPU time   : 20.97       s
20.77/5.26	c all-threads sum CPU time : 20.97       s
20.77/5.26	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: 961)

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-3368832-1305404186/watcher-3368832-1305404186 -o /tmp/evaluation-result-3368832-1305404186/solver-3368832-1305404186 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368832-1305404186.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: 3.74 4.38 5.93 2/344 26654
/proc/meminfo: memFree=21558992/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 411 0 0 0 1 0 0 0 22 0 4 0 632834757 52465664 352 33554432000 4194304 4650419 140736106734160 18446744073709551615 47130940913576 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 12809 352 303 112 0 7774 0
[pid=26654/tid=26655] ppid=26652 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 632834757 52465664 352 33554432000 4194304 4650419 140736106734160 18446744073709551615 47130940913586 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 632834757 52465664 352 33554432000 4194304 4650419 140736106734160 18446744073709551615 47130940913586 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 632834757 52465664 352 33554432000 4194304 4650419 140736106734160 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0588271 s]
/proc/loadavg: 3.74 4.38 5.93 2/344 26654
/proc/meminfo: memFree=21558992/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=284168 CPUtime=3.42 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 4071 0 0 0 342 0 0 0 19 0 4 0 632834757 290988032 2449 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 71042 2449 394 112 0 66007 0
[pid=26654/tid=26655] ppid=26652 vsize=284168 CPUtime=0.85 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 970 0 0 0 85 0 0 0 18 0 4 0 632834757 290988032 2449 33554432000 4194304 4650419 140736106734160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=284168 CPUtime=0.85 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 963 0 0 0 85 0 0 0 18 0 4 0 632834757 290988032 2449 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=284168 CPUtime=0.84 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 776 0 0 0 84 0 0 0 19 0 4 0 632834757 290988032 2449 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 284168

[startup+0.964362 s]
/proc/loadavg: 3.74 4.38 5.93 2/344 26654
/proc/meminfo: memFree=21558992/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=284308 CPUtime=3.82 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 4528 0 0 0 382 0 0 0 19 0 4 0 632834757 291131392 2317 33554432000 4194304 4650419 140736106734160 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 71077 2317 394 112 0 66042 0
[pid=26654/tid=26655] ppid=26652 vsize=284308 CPUtime=0.95 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1108 0 0 0 95 0 0 0 19 0 4 0 632834757 291131392 2317 33554432000 4194304 4650419 140736106734160 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=284308 CPUtime=0.95 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1092 0 0 0 95 0 0 0 19 0 4 0 632834757 291131392 2317 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=284308 CPUtime=0.94 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 832 0 0 0 94 0 0 0 19 0 4 0 632834757 291131392 2317 33554432000 4194304 4650419 140736106734160 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 284308

[startup+1.00035 s]
/proc/loadavg: 3.74 4.38 5.93 2/344 26654
/proc/meminfo: memFree=21558992/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=284308 CPUtime=3.96 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 4589 0 0 0 396 0 0 0 19 0 4 0 632834757 291131392 2378 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 71077 2378 394 112 0 66042 0
[pid=26654/tid=26655] ppid=26652 vsize=284308 CPUtime=0.99 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1122 0 0 0 99 0 0 0 19 0 4 0 632834757 291131392 2378 33554432000 4194304 4650419 140736106734160 18446744073709551615 4328325 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=284308 CPUtime=0.99 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1113 0 0 0 99 0 0 0 19 0 4 0 632834757 291131392 2378 33554432000 4194304 4650419 140736106734160 18446744073709551615 4520040 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=284308 CPUtime=0.98 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 845 0 0 0 98 0 0 0 19 0 4 0 632834757 291131392 2378 33554432000 4194304 4650419 140736106734160 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 284308

[startup+1.10034 s]
/proc/loadavg: 3.74 4.38 5.93 2/344 26654
/proc/meminfo: memFree=21558992/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=287832 CPUtime=4.36 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 5629 0 0 0 436 0 0 0 19 0 4 0 632834757 294739968 3222 33554432000 4194304 4650419 140736106734160 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 71958 3222 395 112 0 66923 0
[pid=26654/tid=26655] ppid=26652 vsize=287832 CPUtime=1.09 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1159 0 0 0 109 0 0 0 19 0 4 0 632834757 294739968 3222 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=287832 CPUtime=1.09 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1149 0 0 0 109 0 0 0 19 0 4 0 632834757 294739968 3222 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=287832 CPUtime=1.08 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 982 0 0 0 108 0 0 0 19 0 4 0 632834757 294739968 3222 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 287832

[startup+1.50027 s]
/proc/loadavg: 3.74 4.38 5.93 2/344 26654
/proc/meminfo: memFree=21558992/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=296676 CPUtime=5.96 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 7367 0 0 0 596 0 0 0 20 0 4 0 632834757 303796224 4276 33554432000 4194304 4650419 140736106734160 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 74169 4282 395 112 0 69134 0
[pid=26654/tid=26655] ppid=26652 vsize=296676 CPUtime=1.49 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 2115 0 0 0 149 0 0 0 19 0 4 0 632834757 303796224 4285 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=296676 CPUtime=1.49 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1438 0 0 0 149 0 0 0 19 0 4 0 632834757 303796224 4288 33554432000 4194304 4650419 140736106734160 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=296676 CPUtime=1.48 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 1224 0 0 0 148 0 0 0 20 0 4 0 632834757 303796224 4288 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 296676

[startup+3.10099 s]
/proc/loadavg: 4.08 4.44 5.94 9/356 26666
/proc/meminfo: memFree=21502176/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=281744 CPUtime=12.34 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 12640 0 0 0 1233 1 0 0 25 0 4 0 632834757 288505856 7042 33554432000 4194304 4650419 140736106734160 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 70436 7042 395 112 0 65401 0
[pid=26654/tid=26655] ppid=26652 vsize=281744 CPUtime=3.09 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 2829 0 0 0 309 0 0 0 25 0 4 0 632834757 288505856 7042 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=281744 CPUtime=3.08 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3222 0 0 0 308 0 0 0 25 0 4 0 632834757 288505856 7042 33554432000 4194304 4650419 140736106734160 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=281744 CPUtime=3.05 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 2896 0 0 0 305 0 0 0 25 0 4 0 632834757 288505856 7042 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 281744

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

[startup+3.90085 s]
/proc/loadavg: 4.08 4.44 5.94 9/356 26666
/proc/meminfo: memFree=21502176/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=283168 CPUtime=15.54 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 14561 0 0 0 1552 2 0 0 25 0 4 0 632834757 289964032 8670 33554432000 4194304 4650419 140736106734160 18446744073709551615 4370730 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 70792 8670 395 112 0 65757 0
[pid=26654/tid=26655] ppid=26652 vsize=283168 CPUtime=3.88 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3675 0 0 0 388 0 0 0 25 0 4 0 632834757 289964032 8670 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=283168 CPUtime=3.88 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3571 0 0 0 388 0 0 0 25 0 4 0 632834757 289964032 8670 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=283168 CPUtime=3.85 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3194 0 0 0 385 0 0 0 25 0 4 0 632834757 289964032 8670 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 283168

[startup+4.70071 s]
/proc/loadavg: 4.08 4.44 5.94 9/356 26696
/proc/meminfo: memFree=21513576/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=274484 CPUtime=18.73 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 15730 0 0 0 1871 2 0 0 25 0 4 0 632834757 281071616 8764 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363531 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 68621 8764 395 112 0 63586 0
[pid=26654/tid=26655] ppid=26652 vsize=274484 CPUtime=4.68 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3994 0 0 0 468 0 0 0 25 0 4 0 632834757 281071616 8764 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=274484 CPUtime=4.68 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3910 0 0 0 468 0 0 0 25 0 4 0 632834757 281071616 8764 33554432000 4194304 4650419 140736106734160 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=274484 CPUtime=4.64 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3356 0 0 0 464 0 0 0 25 0 4 0 632834757 281071616 8764 33554432000 4194304 4650419 140736106734160 18446744073709551615 4313657 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.73
Current children cumulated vsize (KiB) 274484

[startup+5.10064 s]
/proc/loadavg: 4.08 4.44 5.94 9/356 26697
/proc/meminfo: memFree=21499296/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=274536 CPUtime=20.36 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 16615 0 0 0 2034 2 0 0 25 0 4 0 632834757 281124864 9347 33554432000 4194304 4650419 140736106734160 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 68634 9347 395 112 0 63599 0
[pid=26654/tid=26655] ppid=26652 vsize=274536 CPUtime=5.1 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 4222 0 0 0 510 0 0 0 25 0 4 0 632834757 281124864 9348 33554432000 4194304 4650419 140736106734160 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=274536 CPUtime=5.09 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 4256 0 0 0 509 0 0 0 25 0 4 0 632834757 281124864 9348 33554432000 4194304 4650419 140736106734160 18446744073709551615 4438220 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=274536 CPUtime=5.04 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3584 0 0 0 504 0 0 0 25 0 4 0 632834757 281124864 9348 33554432000 4194304 4650419 140736106734160 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.36
Current children cumulated vsize (KiB) 274536

[startup+5.21362 s]
/proc/loadavg: 4.08 4.44 5.94 9/356 26697
/proc/meminfo: memFree=21499296/32951124 swapFree=67111348/67111528
[pid=26654] ppid=26652 vsize=274536 CPUtime=20.77 cores=1,3,5,7
/proc/26654/stat : 26654 (strangenight1-m) R 26652 26654 26096 0 -1 4202496 16701 0 0 0 2075 2 0 0 25 0 4 0 632834757 281124864 9433 33554432000 4194304 4650419 140736106734160 18446744073709551615 4313051 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26654/statm: 68634 9433 395 112 0 63599 0
[pid=26654/tid=26655] ppid=26652 vsize=274536 CPUtime=5.2 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 4245 0 0 0 520 0 0 0 25 0 4 0 632834757 281124864 9433 33554432000 4194304 4650419 140736106734160 18446744073709551615 4330612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26654/tid=26656] ppid=26652 vsize=274536 CPUtime=5.19 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 4282 0 0 0 519 0 0 0 25 0 4 0 632834757 281124864 9433 33554432000 4194304 4650419 140736106734160 18446744073709551615 4438216 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26654/tid=26657] ppid=26652 vsize=274536 CPUtime=5.14 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (strangenight1-m) R 26652 26654 26096 0 -1 4202560 3603 0 0 0 514 0 0 0 25 0 4 0 632834757 281124864 9433 33554432000 4194304 4650419 140736106734160 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.77
Current children cumulated vsize (KiB) 274536

Child status: 20
Real time (s): 5.27108
CPU time (s): 21.0008
CPU user time (s): 20.9718
CPU system time (s): 0.028995
CPU usage (%): 398.416
Max. virtual memory (cumulated for all children) (KiB): 296676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.9718
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16883
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= 273
involuntary context switches= 195

runsolver used 0.014997 second user time and 0.046992 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-14 22:16:26
IDJOB=3368832
IDBENCH=82841
IDSOLVER=1846
FILE ID=node144/3368832-1305404186
RUNJOBID= node144-1305404186-26640
PBS_JOBID= 13324479
Free space on /tmp= 73240 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S534787376-095.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368832-1305404186/watcher-3368832-1305404186 -o /tmp/evaluation-result-3368832-1305404186/solver-3368832-1305404186 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368832-1305404186.cnf

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

MD5SUM BENCH= 30a6e61471a22008cda0ff7e2d23efa4
RANDOM SEED=278003545

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21559024 kB
Buffers:        288472 kB
Cached:        3629840 kB
SwapCached:          0 kB
Active:        8172488 kB
Inactive:      2873020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21559024 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:     7127608 kB
Mapped:          26796 kB
Slab:           245136 kB
PageTables:      37312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81968740 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= 73228 MiB
End job on node144 at 2011-05-14 22:16:32