Trace number 3175336

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-mtUNSAT 45.0282 11.2801

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S427778075-026.UNKNOWN.cnf
MD5SUMd38a82e2419451ef5d17985fa1c6cc2d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.506922
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175336-1304119403.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 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.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    250 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      5  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     110 undec:      21 neg:     119
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       245      1053         0         0      3185         0   no data   no data  --
0.00/0.04	c Decided on static restart strategy
0.38/0.11	c  N st     8      4916       245      1053         0      4719      3185     64611   no data   no data  --
1.18/0.32	c  N st    10     11298       245      1053         0      4373      3185     47964   no data   no data  --
1.97/0.53	c  N st    11     17042       245      1053         0      9856      3185    127730   no data   no data  --
3.17/0.86	c  F st    12     25002       245      1053         0     12112      3185    150427   no data   no data  --
3.17/0.86	c  N st    12     25002       245      1053         0     12112      3185    150427   no data   no data  --
3.99/1.08	c Decided on static restart strategy
3.99/1.08	c  N st    18     30001       245      1053         0     10402      3185    116743   no data   no data  --
3.99/1.08	c  S st    18     30001       245      1053         0     10402      3185    116743   no data   no data  --
4.39/1.12	c  S st    18     30504       245      1053         0     10900      3185    124204   no data   no data  --
4.39/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/1.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.39/1.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/1.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/1.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
4.39/1.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.22	c lits-rem:       273  cl-subs:     2092  v-elim:      0  v-fix:    0  time:  0.36 s
4.77/1.22	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.02
4.77/1.22	c calculated reachability. Time: 0.00
4.77/1.22	c  N st    18     30504       245      1053         0      8808      3185     98744   no data   no data  --
5.96/1.58	c  N st    20     37618       245      1053         0      8137      3185     81283   no data   no data  --
7.17/1.85	c  N st    21     44018       245      1053         0     14249      3185    171438   no data   no data  --
7.57/1.94	c  S st    22     45756       245      1053         0     15903      3185    195719   no data   no data  --
7.57/1.98	c  S st    22     46256       245      1053         0     16400      3185    203236   no data   no data  --
7.57/1.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.57/1.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.57/1.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.57/1.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.57/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.57/1.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
7.57/1.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.16/2.39	c lits-rem:       385  cl-subs:     2618  v-elim:      0  v-fix:    0  time:  1.56 s
9.16/2.39	c vivif2 --  cl tried     1053 cl shrink        0 lits rem          0 time: 0.00
9.16/2.39	c vivif2 --  cl tried    13782 cl shrink        0 lits rem          0 time: 0.00
9.56/2.40	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.04
9.56/2.40	c calculated reachability. Time: 0.00
9.56/2.40	c  N st    22     46256       245      1053         0     13782      3185    167567   no data   no data  --
12.36/3.18	c  N st    23     60653       245      1053         0     19025      3185    231690   no data   no data  --
14.35/3.67	c  N st    24     69386       245      1053         0     17781      3185    197804   no data   no data  --
14.35/3.67	c  S st    24     69386       245      1053         0     17781      3185    197804   no data   no data  --
14.75/3.72	c  S st    24     69888       245      1053         0     18276      3185    205479   no data   no data  --
14.75/3.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.75/3.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
14.75/3.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
14.75/3.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.35/4.14	c lits-rem:       616  cl-subs:     3060  v-elim:      0  v-fix:    0  time:  1.65 s
16.35/4.14	c vivif2 --  cl tried     1053 cl shrink        0 lits rem          0 time: 0.00
16.35/4.14	c vivif2 --  cl tried    15216 cl shrink        0 lits rem          0 time: 0.01
16.35/4.15	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.04
16.35/4.15	c calculated reachability. Time: 0.00
16.35/4.15	c  N st    24     69888       245      1053         0     15216      3185    169361   no data   no data  --
20.74/5.25	c  F st    25     87500       245      1053         0     21545      3185    242716   no data   no data  --
20.74/5.25	c  N st    25     87500       245      1053         0     21545      3185    242716   no data   no data  --
22.35/5.61	c Decided on static restart strategy
22.74/5.79	c  N st    32     95541       245      1053         1     17858      3185    189027   no data   no data  --
25.54/6.44	c  N st    34    104833       245      1053         1     14384      3185    134812   no data   no data  --
25.54/6.44	c  S st    34    104833       245      1053         1     14384      3185    134812   no data   no data  --
25.54/6.48	c  S st    34    105334       245      1053         1     14882      3185    142615   no data   no data  --
25.54/6.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.54/6.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
25.54/6.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.50	c subs with bin:      247  lits-rem:       353  v-fix:    0  time:  0.02 s
25.54/6.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
25.54/6.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.36/6.67	c lits-rem:       264  cl-subs:     1130  v-elim:      0  v-fix:    0  time:  0.67 s
26.36/6.67	c vivif2 --  cl tried     1053 cl shrink        0 lits rem          0 time: 0.00
26.36/6.67	c vivif2 --  cl tried    13505 cl shrink        0 lits rem          0 time: 0.01
26.36/6.68	c asymm  cl-useful: 0/1053/1053 lits-rem:0 time: 0.03
26.36/6.68	c calculated reachability. Time: 0.00
26.36/6.68	c  N st    34    105334       245      1053         1     13505      3185    127316   no data   no data  --
28.73/7.28	c  N st    35    114932       245      1053         1     22553      3185    242781   no data   no data  --
32.72/8.21	c  N st    36    129329       245      1053         1     22898      3185    235360   no data   no data  --
38.32/9.64	c  N st    37    150924       245      1053         2     29205      3185    321768   no data   no data  --
40.32/10.15	c  S st    38    158001       245      1053         4     20803      3185    196365   no data   no data  --
40.32/10.15	c Finding binary XORs  T:     0.00 s  found:       0
40.72/10.20	c  S st    38    158505       245      1053         8     21296      3185    203094   no data   no data  --
40.72/10.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.72/10.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.72/10.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      2 BRemN:      0 P:  0.3M T:  0.02
40.72/10.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.12/10.35	c subs with bin:     3973  lits-rem:      2538  v-fix:    0  time:  0.55 s
41.12/10.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
41.12/10.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.92/10.59	c lits-rem:       935  cl-subs:     1098  v-elim:      0  v-fix:    0  time:  0.95 s
41.92/10.59	c vivif2 --  cl tried     1051 cl shrink        0 lits rem          0 time: 0.00
41.92/10.59	c vivif2 --  cl tried    16227 cl shrink     2130 lits rem       2223 time: 0.02
42.32/10.60	c asymm  cl-useful: 0/1051/1051 lits-rem:0 time: 0.04
42.32/10.60	c calculated reachability. Time: 0.00
42.32/10.60	c  N st    38    158505       245      1051         9     16227      3183    144392   no data   no data  --
44.71/11.27	c  E st    39    167774       245      1051        25     24996      3183    242171   no data   no data  --
44.71/11.27	c Following stats are for *FIRST FINISHED THREAD ONLY*
44.71/11.27	c num threads              : 4          
44.71/11.27	c restarts                 : 39         
44.71/11.27	c dynamic restarts         : 0          
44.71/11.27	c static restarts          : 39         
44.71/11.27	c full restarts            : 2          
44.71/11.27	c total simplify time      : 0.00       
44.71/11.27	c learnts DL2              : 0          
44.71/11.27	c learnts size 2           : 27         
44.71/11.27	c learnts size 1           : 4           (1.60      % of vars)
44.71/11.27	c filedLit time            : 0.08        (0.17      % time)
44.71/11.27	c v-elim SatELite          : 5           (2.00      % vars)
44.71/11.27	c SatELite time            : 5.10        (11.33     % time)
44.71/11.27	c v-elim xor               : 0           (0.00      % vars)
44.71/11.27	c xor elim time            : 0.02        (0.04      % time)
44.71/11.27	c num binary xor trees     : 0          
44.71/11.27	c binxor trees' crown      : 0           (nan       leafs/tree)
44.71/11.27	c bin xor find time        : 0.00       
44.71/11.27	c OTF clause improved      : 8848        (0.05      clauses/conflict)
44.71/11.27	c OTF impr. size diff      : 9274        (1.05       lits/clause)
44.71/11.27	c OTF cl watch-shrink      : 37621       (0.22      clauses/conflict)
44.71/11.27	c OTF cl watch-sh-lit      : 45816       (1.22       lits/clause)
44.71/11.27	c tried to recurMin cls    : 23929       (14.26      % of conflicts)
44.71/11.27	c updated cache            : 0           (0.00       lits/tried recurMin)
44.71/11.27	c unit cls received        : 0           (0.00      % of units)
44.71/11.27	c unit cls sent            : 0           (0.00      % of units)
44.71/11.27	c bin cls received         : 6          
44.71/11.27	c bin cls sent             : 2          
44.71/11.27	c clauses over max glue    : 0           (0.00      % of all clauses)
44.71/11.27	c conflicts                : 167774      (3730.12   / sec)
44.71/11.27	c decisions                : 195539      (2.02      % random)
44.71/11.27	c bogo-props               : 1311360852  (29155501.11 / sec)
44.71/11.27	c conflict literals        : 2220342     (28.13     % deleted)
44.71/11.27	c Memory used              : 296.95      MB
44.71/11.27	c single-thread CPU time   : 44.98       s
44.71/11.27	c all-threads sum CPU time : 44.98       s
44.71/11.27	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-3175336-1304119403/watcher-3175336-1304119403 -o /tmp/evaluation-result-3175336-1304119403/solver-3175336-1304119403 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175336-1304119403.cnf 

running on 4 cores: 0,2,4,6

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: 6.97 7.87 7.99 4/176 22187
/proc/meminfo: memFree=17892880/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 413 0 0 0 0 0 0 0 21 0 4 0 523542943 52465664 352 33554432000 4194304 4650419 140733472094784 18446744073709551615 47744637982642 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 12809 352 303 112 0 7774 0
[pid=22185/tid=22188] ppid=22182 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 523542944 52465664 352 33554432000 4194304 4650419 140733472094784 18446744073709551615 47744637982642 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 523542944 52465664 352 33554432000 4194304 4650419 140733472094784 18446744073709551615 47744637982636 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523542944 52465664 352 33554432000 4194304 4650419 140733472094784 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.089886 s]
/proc/loadavg: 6.97 7.87 7.99 4/176 22187
/proc/meminfo: memFree=17892880/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=282152 CPUtime=0.33 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 1347 0 0 0 33 0 0 0 18 0 4 0 523542943 288923648 1229 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 70538 1229 391 112 0 65503 0
[pid=22185/tid=22188] ppid=22182 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 252 0 0 0 8 0 0 0 18 0 4 0 523542944 288923648 1229 33554432000 4194304 4650419 140733472094784 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 233 0 0 0 8 0 0 0 18 0 4 0 523542944 288923648 1229 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366127 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=282152 CPUtime=0.08 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 200 0 0 0 8 0 0 0 24 0 4 0 523542944 288923648 1229 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 282152

[startup+0.100884 s]
/proc/loadavg: 6.97 7.87 7.99 4/176 22187
/proc/meminfo: memFree=17892880/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=282152 CPUtime=0.38 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 1378 0 0 0 38 0 0 0 18 0 4 0 523542943 288923648 1260 33554432000 4194304 4650419 140733472094784 18446744073709551615 4331159 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 70538 1260 391 112 0 65503 0
[pid=22185/tid=22188] ppid=22182 vsize=282152 CPUtime=0.09 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 259 0 0 0 9 0 0 0 18 0 4 0 523542944 288923648 1260 33554432000 4194304 4650419 140733472094784 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=282152 CPUtime=0.09 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 239 0 0 0 9 0 0 0 18 0 4 0 523542944 288923648 1260 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=282152 CPUtime=0.09 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 210 0 0 0 9 0 0 0 24 0 4 0 523542944 288923648 1260 33554432000 4194304 4650419 140733472094784 18446744073709551615 216634183845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282152

[startup+0.300849 s]
/proc/loadavg: 6.97 7.87 7.99 4/176 22187
/proc/meminfo: memFree=17892880/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=283136 CPUtime=1.18 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 2207 0 0 0 118 0 0 0 18 0 4 0 523542943 289931264 1742 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 70784 1742 393 112 0 65749 0
[pid=22185/tid=22188] ppid=22182 vsize=283136 CPUtime=0.29 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 461 0 0 0 29 0 0 0 18 0 4 0 523542944 289931264 1742 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=283136 CPUtime=0.29 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 451 0 0 0 29 0 0 0 18 0 4 0 523542944 289931264 1742 33554432000 4194304 4650419 140733472094784 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=283136 CPUtime=0.29 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 421 0 0 0 29 0 0 0 25 0 4 0 523542944 289931264 1742 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283136

[startup+0.700779 s]
/proc/loadavg: 6.97 7.87 7.99 4/176 22187
/proc/meminfo: memFree=17892880/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=284192 CPUtime=2.77 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 3795 0 0 0 277 0 0 0 18 0 4 0 523542943 291012608 2101 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 71048 2101 393 112 0 66013 0
[pid=22185/tid=22188] ppid=22182 vsize=284192 CPUtime=0.69 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 880 0 0 0 69 0 0 0 18 0 4 0 523542944 291012608 2101 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=284192 CPUtime=0.69 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 818 0 0 0 69 0 0 0 18 0 4 0 523542944 291012608 2101 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=284192 CPUtime=0.69 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 812 0 0 0 69 0 0 0 25 0 4 0 523542944 291012608 2101 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284192

[startup+1.50064 s]
/proc/loadavg: 6.97 7.87 7.99 10/184 22195
/proc/meminfo: memFree=17871864/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=285228 CPUtime=5.96 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 7336 0 0 0 596 0 0 0 20 0 4 0 523542943 292073472 4020 33554432000 4194304 4650419 140733472094784 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 71307 4020 395 112 0 66272 0
[pid=22185/tid=22188] ppid=22182 vsize=285228 CPUtime=1.49 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 2121 0 0 0 149 0 0 0 20 0 4 0 523542944 292073472 4020 33554432000 4194304 4650419 140733472094784 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=285228 CPUtime=1.49 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 1371 0 0 0 149 0 0 0 19 0 4 0 523542944 292073472 4020 33554432000 4194304 4650419 140733472094784 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=285228 CPUtime=1.48 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 1315 0 0 0 148 0 0 0 25 0 4 0 523542944 292073472 4020 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285228

[startup+3.10036 s]
/proc/loadavg: 7.05 7.87 7.99 10/184 22195
/proc/meminfo: memFree=17845080/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=289772 CPUtime=12.36 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 12852 0 0 0 1235 1 0 0 25 0 4 0 523542943 296726528 7188 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 72443 7188 395 112 0 67408 0
[pid=22185/tid=22188] ppid=22182 vsize=289772 CPUtime=3.09 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 2992 0 0 0 309 0 0 0 25 0 4 0 523542944 296726528 7188 33554432000 4194304 4650419 140733472094784 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=289772 CPUtime=3.08 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 3101 0 0 0 308 0 0 0 25 0 4 0 523542944 296726528 7188 33554432000 4194304 4650419 140733472094784 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=289772 CPUtime=3.07 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 2916 0 0 0 307 0 0 0 25 0 4 0 523542944 296726528 7188 33554432000 4194304 4650419 140733472094784 18446744073709551615 4328270 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 289772

[startup+6.3008 s]
/proc/loadavg: 7.05 7.87 7.99 10/184 22195
/proc/meminfo: memFree=17794160/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=308052 CPUtime=25.14 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 19249 0 0 0 2511 3 0 0 25 0 4 0 523542943 315445248 9506 33554432000 4194304 4650419 140733472094784 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 77013 9506 395 112 0 71978 0
[pid=22185/tid=22188] ppid=22182 vsize=308052 CPUtime=6.28 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 4863 0 0 0 628 0 0 0 25 0 4 0 523542944 315445248 9506 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=308052 CPUtime=6.28 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 5000 0 0 0 628 0 0 0 25 0 4 0 523542944 315445248 9506 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=308052 CPUtime=6.25 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 4010 0 0 0 625 0 0 0 25 0 4 0 523542944 315445248 9506 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 308052

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

[startup+9.50024 s]
/proc/loadavg: 7.13 7.87 7.99 10/184 22195
/proc/meminfo: memFree=17774236/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=303900 CPUtime=37.92 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 24267 0 0 0 3788 4 0 0 25 0 4 0 523542943 311193600 11458 33554432000 4194304 4650419 140733472094784 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 75975 11458 395 112 0 70940 0
[pid=22185/tid=22188] ppid=22182 vsize=303900 CPUtime=9.48 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 5988 0 0 0 948 0 0 0 25 0 4 0 523542944 311193600 11458 33554432000 4194304 4650419 140733472094784 18446744073709551615 4364358 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=303900 CPUtime=9.49 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6155 0 0 0 948 1 0 0 25 0 4 0 523542944 311193600 11458 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365398 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=303900 CPUtime=9.43 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 5300 0 0 0 943 0 0 0 25 0 4 0 523542944 311193600 11458 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 303900

[startup+10.3011 s]
/proc/loadavg: 7.13 7.87 7.99 9/184 22195
/proc/meminfo: memFree=17767528/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=304024 CPUtime=41.12 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 25466 0 0 0 4108 4 0 0 25 0 4 0 523542943 311320576 11383 33554432000 4194304 4650419 140733472094784 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 76006 11383 395 112 0 70971 0
[pid=22185/tid=22188] ppid=22182 vsize=304024 CPUtime=10.28 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6312 0 0 0 1028 0 0 0 25 0 4 0 523542944 311320576 11383 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=304024 CPUtime=10.29 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6569 0 0 0 1028 1 0 0 25 0 4 0 523542944 311320576 11383 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=304024 CPUtime=10.23 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 5302 0 0 0 1023 0 0 0 25 0 4 0 523542944 311320576 11383 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.12
Current children cumulated vsize (KiB) 304024

[startup+10.701 s]
/proc/loadavg: 7.13 7.87 7.99 9/184 22195
/proc/meminfo: memFree=17767528/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=304024 CPUtime=42.72 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 25826 0 0 0 4268 4 0 0 25 0 4 0 523542943 311320576 11629 33554432000 4194304 4650419 140733472094784 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 76006 11629 395 112 0 70971 0
[pid=22185/tid=22188] ppid=22182 vsize=304024 CPUtime=10.68 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6407 0 0 0 1068 0 0 0 25 0 4 0 523542944 311320576 11629 33554432000 4194304 4650419 140733472094784 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=304024 CPUtime=10.69 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6643 0 0 0 1068 1 0 0 25 0 4 0 523542944 311320576 11629 33554432000 4194304 4650419 140733472094784 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=304024 CPUtime=10.63 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 5302 0 0 0 1063 0 0 0 25 0 4 0 523542944 311320576 11629 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 42.72
Current children cumulated vsize (KiB) 304024

[startup+11.101 s]
/proc/loadavg: 7.13 7.87 7.99 10/184 22195
/proc/meminfo: memFree=17761584/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=304072 CPUtime=44.31 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 26318 0 0 0 4427 4 0 0 25 0 4 0 523542943 311369728 11643 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 76018 11643 395 112 0 70983 0
[pid=22185/tid=22188] ppid=22182 vsize=304072 CPUtime=11.08 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6475 0 0 0 1108 0 0 0 25 0 4 0 523542944 311369728 11643 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=304072 CPUtime=11.08 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6992 0 0 0 1107 1 0 0 25 0 4 0 523542944 311369728 11643 33554432000 4194304 4650419 140733472094784 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=304072 CPUtime=11.02 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 5304 0 0 0 1102 0 0 0 25 0 4 0 523542944 311369728 11643 33554432000 4194304 4650419 140733472094784 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.31
Current children cumulated vsize (KiB) 304072

[startup+11.2009 s]
/proc/loadavg: 7.13 7.87 7.99 10/184 22195
/proc/meminfo: memFree=17761584/32951124 swapFree=67111528/67111528
[pid=22185] ppid=22182 vsize=304072 CPUtime=44.71 cores=0,2,4,6
/proc/22185/stat : 22185 (strangenight1-m) R 22182 22185 21853 0 -1 4202496 26375 0 0 0 4467 4 0 0 25 0 4 0 523542943 311369728 11700 33554432000 4194304 4650419 140733472094784 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22185/statm: 76018 11700 395 112 0 70983 0
[pid=22185/tid=22188] ppid=22182 vsize=304072 CPUtime=11.18 cores=0,2,4,6
/proc/22185/task/22188/stat : 22188 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 6496 0 0 0 1118 0 0 0 25 0 4 0 523542944 311369728 11700 33554432000 4194304 4650419 140733472094784 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=22185/tid=22189] ppid=22182 vsize=304072 CPUtime=11.18 cores=0,2,4,6
/proc/22185/task/22189/stat : 22189 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 7012 0 0 0 1117 1 0 0 25 0 4 0 523542944 311369728 11700 33554432000 4194304 4650419 140733472094784 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22185/tid=22193] ppid=22182 vsize=304072 CPUtime=11.12 cores=0,2,4,6
/proc/22185/task/22193/stat : 22193 (strangenight1-m) R 22182 22185 21853 0 -1 4202560 5304 0 0 0 1112 0 0 0 25 0 4 0 523542944 311369728 11700 33554432000 4194304 4650419 140733472094784 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.71
Current children cumulated vsize (KiB) 304072

Child status: 20
Real time (s): 11.2801
CPU time (s): 45.0282
CPU user time (s): 44.9782
CPU system time (s): 0.049992
CPU usage (%): 399.18
Max. virtual memory (cumulated for all children) (KiB): 308092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.9782
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26417
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= 287
involuntary context switches= 410

runsolver used 0.022996 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 01:23:23
IDJOB=3175336
IDBENCH=82954
IDSOLVER=1588
FILE ID=node103/3175336-1304119403
RUNJOBID= node103-1304119403-22168
PBS_JOBID= 13170711
Free space on /tmp= 71520 MiB

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

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

MD5SUM BENCH= d38a82e2419451ef5d17985fa1c6cc2d
RANDOM SEED=1010791097

node103.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.858
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.71
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.858
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	: 5332.75
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.858
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.858
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.77
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.858
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.858
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.75
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.858
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.83
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.858
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:     32951124 kB
MemFree:      17893316 kB
Buffers:       2149604 kB
Cached:       12260856 kB
SwapCached:          0 kB
Active:        5601972 kB
Inactive:      8871800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17893316 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12560 kB
Writeback:           0 kB
AnonPages:       63040 kB
Mapped:          14480 kB
Slab:           520332 kB
PageTables:       4488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187244 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= 71508 MiB
End job on node103 at 2011-04-30 01:23:35