Trace number 3175156

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 605.108 151.477

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
MD5SUMdc8d0e0ace98e64abf3fce79e5dbf973
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.57061
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
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-3175156-1304093137.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:        1278
0.00/0.00	c -- clauses added:            0 learnts,         1278 normals,            0 xors
0.00/0.00	c -- vars added        300
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       300      1278         0         0      3834         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/1278/1278 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.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 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:      8  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:     126 undec:      36 neg:     138
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       292      1266         0         0      3834         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.20/0.13	c  N st     8      4916       292      1266         0      4789      3834     78828   no data   no data  --
1.17/0.34	c  N st    10     11300       292      1266         0      4416      3834     53785   no data   no data  --
1.97/0.56	c  N st    11     17044       292      1266         0      9943      3834    140912   no data   no data  --
3.57/0.92	c  F st    12     25000       292      1266         0     12194      3834    180410   no data   no data  --
3.57/0.92	c  N st    12     25000       292      1266         0     12194      3834    180410   no data   no data  --
4.39/1.16	c Decided on static restart strategy
4.39/1.16	c  N st    18     30001       292      1266         0     10509      3834    136087   no data   no data  --
4.39/1.16	c  S st    18     30001       292      1266         0     10509      3834    136087   no data   no data  --
4.39/1.19	c  S st    18     30507       292      1266         0     11013      3834    144598   no data   no data  --
4.39/1.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/1.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/1.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.39/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
4.76/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.32	c lits-rem:       210  cl-subs:     1174  v-elim:      0  v-fix:    0  time:  0.49 s
5.17/1.33	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.03
5.17/1.33	c calculated reachability. Time: 0.00
5.17/1.33	c  N st    18     30507       292      1266         0      9839      3834    127651   no data   no data  --
6.77/1.72	c  N st    20     37619       292      1266         0      9108      3834    104125   no data   no data  --
7.97/2.05	c  N st    21     44018       292      1266         0     15282      3834    208254   no data   no data  --
8.38/2.17	c  S st    22     45761       292      1266         0     16969      3834    238229   no data   no data  --
8.79/2.22	c  S st    22     46264       292      1266         0      8865      3834     93051   no data   no data  --
8.79/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.79/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
8.79/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.26	c lits-rem:        60  cl-subs:      249  v-elim:      0  v-fix:    0  time:  0.14 s
8.79/2.26	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
8.79/2.26	c vivif2 --  cl tried     8616 cl shrink        0 lits rem          0 time: 0.00
8.79/2.27	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.02
8.79/2.27	c calculated reachability. Time: 0.00
8.79/2.27	c  N st    22     46264       292      1266         0      8616      3834     89620   no data   no data  --
11.96/3.06	c  N st    23     60661       292      1266         0     12924      3834    156468   no data   no data  --
14.36/3.66	c  N st    24     69398       292      1266         0     21276      3834    295554   no data   no data  --
14.36/3.66	c  S st    24     69398       292      1266         0     21276      3834    295554   no data   no data  --
14.76/3.70	c  S st    24     69903       292      1266         0     11219      3834    119336   no data   no data  --
14.76/3.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.76/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
14.76/3.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
14.76/3.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.16/3.81	c lits-rem:        51  cl-subs:      201  v-elim:      0  v-fix:    0  time:  0.39 s
15.16/3.81	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
15.16/3.81	c vivif2 --  cl tried    11018 cl shrink        0 lits rem          0 time: 0.00
15.16/3.82	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.03
15.16/3.82	c calculated reachability. Time: 0.00
15.16/3.82	c  N st    24     69903       292      1266         0     11018      3834    116451   no data   no data  --
19.95/5.06	c  F st    25     87500       292      1266         0     16387      3834    195704   no data   no data  --
19.95/5.06	c  N st    25     87500       292      1266         0     16387      3834    195704   no data   no data  --
21.57/5.46	c Decided on static restart strategy
22.75/5.72	c  N st    32     95537       292      1266         0     24187      3834    324171   no data   no data  --
25.14/6.35	c  N st    34    104855       292      1266         0     20634      3834    259604   no data   no data  --
25.14/6.35	c  S st    34    104855       292      1266         0     20634      3834    259604   no data   no data  --
25.54/6.40	c  S st    34    105357       292      1266         0     21131      3834    268045   no data   no data  --
25.54/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.54/6.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.54/6.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
25.54/6.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.94/7.00	c lits-rem:       777  cl-subs:     1537  v-elim:      0  v-fix:    0  time:  2.32 s
27.94/7.00	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
27.94/7.00	c vivif2 --  cl tried    19594 cl shrink        0 lits rem          0 time: 0.01
27.94/7.02	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.05
27.94/7.02	c calculated reachability. Time: 0.00
27.94/7.02	c  N st    34    105357       292      1266         0     19594      3834    244154   no data   no data  --
31.14/7.87	c  N st    35    114955       292      1266         0     15339      3834    158893   no data   no data  --
36.33/9.13	c  N st    36    129354       292      1266         0     14758      3834    139071   no data   no data  --
43.13/10.88	c  N st    37    150951       292      1266         0     20165      3834    218104   no data   no data  --
45.52/11.49	c  S st    38    158035       292      1266         0     26977      3834    332555   no data   no data  --
45.92/11.56	c  S st    38    158538       292      1266         0     27476      3834    340752   no data   no data  --
45.92/11.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.92/11.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.92/11.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
45.92/11.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.92/11.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.92/11.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
45.92/11.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.31/12.60	c lits-rem:       520  cl-subs:     2491  v-elim:      0  v-fix:    0  time:  4.10 s
50.31/12.61	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
50.31/12.61	c vivif2 --  cl tried    24985 cl shrink        0 lits rem          0 time: 0.01
50.31/12.63	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.07
50.31/12.63	c calculated reachability. Time: 0.00
50.31/12.63	c  N st    38    158538       292      1266         0     24985      3834    303313   no data   no data  --
68.69/17.25	c  N st    39    207127       292      1266         0     19852      3834    192491   no data   no data  --
80.68/20.23	c  N st    40    237807       292      1266         0     30043      3834    347249   no data   no data  --
80.68/20.23	c  S st    40    237807       292      1266         0     30043      3834    347249   no data   no data  --
81.08/20.30	c  S st    40    238309       292      1266         0     30541      3834    356292   no data   no data  --
81.08/20.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.08/20.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
81.08/20.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
81.08/20.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.08/20.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.08/20.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
81.08/20.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.47/21.47	c lits-rem:      1121  cl-subs:     3202  v-elim:      0  v-fix:    0  time:  4.60 s
85.47/21.47	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
85.47/21.48	c vivif2 --  cl tried    27339 cl shrink        0 lits rem          0 time: 0.01
85.47/21.50	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.07
85.87/21.50	c calculated reachability. Time: 0.00
85.87/21.50	c  N st    40    238309       292      1266         0     27339      3834    309799   no data   no data  --
115.02/28.84	c  F st    41    306254       292      1266         0     29157      3834    303750   no data   no data  --
115.02/28.84	c  N st    41    306254       292      1266         0     29157      3834    303750   no data   no data  --
117.03/29.39	c Decided on static restart strategy
128.21/32.17	c  N st    51    334562       292      1266         0     33367      3834    363898   no data   no data  --
138.60/34.77	c  N st    53    357464       292      1266         0     31386      3834    304370   no data   no data  --
138.60/34.77	c  S st    53    357464       292      1266         0     31386      3834    304370   no data   no data  --
139.00/34.85	c  S st    53    357967       292      1266         0     31883      3834    313020   no data   no data  --
139.00/34.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.00/34.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
139.00/34.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
139.00/34.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.00/34.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.00/34.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
139.00/34.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.59/35.76	c lits-rem:       477  cl-subs:     3302  v-elim:      0  v-fix:    0  time:  3.57 s
142.59/35.76	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
142.59/35.77	c vivif2 --  cl tried    28581 cl shrink        0 lits rem          0 time: 0.02
142.59/35.79	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.08
142.59/35.79	c calculated reachability. Time: 0.00
142.59/35.79	c  N st    53    357967       292      1266         0     28581      3834    274998   no data   no data  --
157.38/39.42	c  N st    54    390361       292      1266         0     34479      3834    351901   no data   no data  --
181.75/45.59	c  N st    55    438951       292      1266         0     28503      3834    255647   no data   no data  --
216.90/54.40	c  N st    56    511834       292      1266         1     41588      3834    433711   no data   no data  --
232.08/58.17	c  N st    57    536950       292      1266         1     36110      3834    348324   no data   no data  --
232.08/58.17	c  S st    57    536950       292      1266         1     36110      3834    348324   no data   no data  --
232.49/58.26	c  S st    57    537455       292      1266         1     36612      3834    357246   no data   no data  --
232.49/58.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
232.49/58.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
232.49/58.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
232.49/58.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
232.89/58.34	c subs with bin:     1303  lits-rem:       240  v-fix:    0  time:  0.26 s
232.89/58.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    292 time:  0.00 s
232.89/58.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.30/59.48	c lits-rem:       734  cl-subs:     2059  v-elim:      0  v-fix:    0  time:  4.54 s
237.30/59.48	c vivif2 --  cl tried     1266 cl shrink        0 lits rem          0 time: 0.00
237.30/59.48	c vivif2 --  cl tried    33250 cl shrink        0 lits rem          0 time: 0.02
237.68/59.51	c asymm  cl-useful: 0/1266/1266 lits-rem:0 time: 0.10
237.68/59.51	c calculated reachability. Time: 0.00
237.68/59.51	c  N st    57    537455       292      1266         1     33250      3834    315013   no data   no data  --
333.15/83.49	c  N st    58    701441       292      1266         2     61846      3834    690584   no data   no data  --
381.91/95.69	c Finding binary XORs  T:     0.00 s  found:       0
393.48/98.51	c  N st    59    806182       291      1245         9     39046      3785    394510   no data   no data  --
393.48/98.51	c  S st    59    806182       291      1245         9     39046      3785    394510   no data   no data  --
393.48/98.59	c  S st    59    806690       291      1245         9     39549      3785    403284   no data   no data  --
393.48/98.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
393.48/98.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
393.87/98.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
393.87/98.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
396.27/99.23	c subs with bin:     7621  lits-rem:       469  v-fix:    0  time:  2.47 s
396.27/99.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    291 time:  0.00 s
396.27/99.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
400.27/100.28	c lits-rem:      1463  cl-subs:     3104  v-elim:      0  v-fix:    0  time:  4.19 s
400.27/100.28	c vivif2 --  cl tried     1245 cl shrink        0 lits rem          0 time: 0.00
400.27/100.29	c vivif2 --  cl tried    28824 cl shrink        0 lits rem          0 time: 0.01
400.67/100.31	c asymm  cl-useful: 0/1245/1245 lits-rem:0 time: 0.09
400.67/100.31	c calculated reachability. Time: 0.00
400.67/100.31	c  N st    59    806690       291      1245         9     28824      3785    272009   no data   no data  --
417.06/104.43	c Finding binary XORs  T:     0.00 s  found:       0
563.26/141.00	c  F st    60   1071876       290      1223        21     60909      3737    630165   no data   no data  --
563.26/141.00	c  N st    60   1071876       290      1223        21     60909      3737    630165   no data   no data  --
563.26/141.02	c Finding binary XORs  T:     0.00 s  found:       0
567.25/142.01	c Decided on static restart strategy
584.84/146.45	c  N st    70   1100181       288      1188        52     42458      3654    373173   no data   no data  --
593.24/148.52	c Finding binary XORs  T:     0.00 s  found:       0
604.81/151.47	c Following stats are for *FIRST FINISHED THREAD ONLY*
604.81/151.47	c num threads              : 4          
604.81/151.47	c restarts                 : 69         
604.81/151.47	c dynamic restarts         : 0          
604.81/151.47	c static restarts          : 69         
604.81/151.47	c full restarts            : 4          
604.81/151.47	c total simplify time      : 0.51       
604.81/151.47	c learnts DL2              : 0          
604.81/151.47	c learnts size 2           : 307        
604.81/151.47	c learnts size 1           : 98          (32.67     % of vars)
604.81/151.47	c filedLit time            : 0.16        (0.03      % time)
604.81/151.47	c v-elim SatELite          : 8           (2.67      % vars)
604.81/151.47	c SatELite time            : 18.73       (3.10      % time)
604.81/151.47	c v-elim xor               : 0           (0.00      % vars)
604.81/151.47	c xor elim time            : 0.02        (0.00      % time)
604.81/151.47	c num binary xor trees     : 0          
604.81/151.47	c binxor trees' crown      : 0           (nan       leafs/tree)
604.81/151.47	c bin xor find time        : 0.00       
604.81/151.47	c OTF clause improved      : 50033       (0.05      clauses/conflict)
604.81/151.47	c OTF impr. size diff      : 52091       (1.04       lits/clause)
604.81/151.47	c OTF cl watch-shrink      : 238772      (0.22      clauses/conflict)
604.81/151.47	c OTF cl watch-sh-lit      : 296185      (1.24       lits/clause)
604.81/151.47	c tried to recurMin cls    : 160212      (14.62      % of conflicts)
604.81/151.47	c updated cache            : 2226        (0.01       lits/tried recurMin)
604.81/151.47	c unit cls received        : 5           (5.10      % of units)
604.81/151.47	c unit cls sent            : 4           (4.08      % of units)
604.81/151.47	c bin cls received         : 32         
604.81/151.47	c bin cls sent             : 6          
604.81/151.47	c clauses over max glue    : 0           (0.00      % of all clauses)
604.81/151.47	c conflicts                : 1095618     (1811.62   / sec)
604.81/151.47	c decisions                : 1267440     (0.96      % random)
604.81/151.47	c bogo-props               : 20061452059 (33171922.76 / sec)
604.81/151.47	c conflict literals        : 17053643    (28.03     % deleted)
604.81/151.47	c Memory used              : 290.71      MB
604.81/151.47	c single-thread CPU time   : 604.77      s
604.81/151.47	c all-threads sum CPU time : 604.77      s
604.81/151.47	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-3175156-1304093137/watcher-3175156-1304093137 -o /tmp/evaluation-result-3175156-1304093137/solver-3175156-1304093137 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175156-1304093137.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: 8.22 8.14 7.97 6/180 6131
/proc/meminfo: memFree=19671316/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 520913490 52465664 352 33554432000 4194304 4650419 140736989902368 18446744073709551615 47474368763830 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 12809 352 303 112 0 7774 0
[pid=6131/tid=6132] ppid=6129 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520913490 52465664 352 33554432000 4194304 4650419 140736989902368 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 520913490 52465664 352 33554432000 4194304 4650419 140736989902368 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 520913490 52465664 352 33554432000 4194304 4650419 140736989902368 18446744073709551615 47474368763824 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0567689 s]
/proc/loadavg: 8.22 8.14 7.97 6/180 6131
/proc/meminfo: memFree=19671316/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=282160 CPUtime=0.2 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 1255 0 0 0 20 0 0 0 25 0 4 0 520913490 288931840 1131 33554432000 4194304 4650419 140736989902368 18446744073709551615 4303936 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 70540 1131 391 112 0 65505 0
[pid=6131/tid=6132] ppid=6129 vsize=282160 CPUtime=0.04 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 222 0 0 0 4 0 0 0 25 0 4 0 520913490 288931840 1131 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=282160 CPUtime=0.04 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 220 0 0 0 4 0 0 0 25 0 4 0 520913490 288931840 1131 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363604 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=282160 CPUtime=0.05 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 175 0 0 0 5 0 0 0 25 0 4 0 520913490 288931840 1131 33554432000 4194304 4650419 140736989902368 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 282160

[startup+0.156704 s]
/proc/loadavg: 8.22 8.14 7.97 6/180 6131
/proc/meminfo: memFree=19671316/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=283188 CPUtime=0.6 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 1928 0 0 0 60 0 0 0 25 0 4 0 520913490 289984512 1400 33554432000 4194304 4650419 140736989902368 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 70797 1400 393 112 0 65762 0
[pid=6131/tid=6132] ppid=6129 vsize=283188 CPUtime=0.14 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 395 0 0 0 14 0 0 0 25 0 4 0 520913490 289984512 1400 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363341 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=283188 CPUtime=0.14 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 383 0 0 0 14 0 0 0 25 0 4 0 520913490 289984512 1400 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=283188 CPUtime=0.15 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 346 0 0 0 15 0 0 0 25 0 4 0 520913490 289984512 1400 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364325 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283188

[startup+0.300678 s]
/proc/loadavg: 8.22 8.14 7.97 6/180 6131
/proc/meminfo: memFree=19671316/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=283344 CPUtime=1.17 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 2359 0 0 0 117 0 0 0 25 0 4 0 520913490 290144256 1831 33554432000 4194304 4650419 140736989902368 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 70836 1831 393 112 0 65801 0
[pid=6131/tid=6132] ppid=6129 vsize=283344 CPUtime=0.29 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 507 0 0 0 29 0 0 0 25 0 4 0 520913490 290144256 1831 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=283344 CPUtime=0.29 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 490 0 0 0 29 0 0 0 25 0 4 0 520913490 290144256 1831 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=283344 CPUtime=0.29 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 451 0 0 0 29 0 0 0 25 0 4 0 520913490 290144256 1831 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283344

[startup+0.700609 s]
/proc/loadavg: 8.22 8.14 7.97 6/180 6131
/proc/meminfo: memFree=19671316/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=284648 CPUtime=2.77 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 4108 0 0 0 277 0 0 0 25 0 4 0 520913490 291479552 2202 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 71162 2202 393 112 0 66127 0
[pid=6131/tid=6132] ppid=6129 vsize=284648 CPUtime=0.69 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 961 0 0 0 69 0 0 0 25 0 4 0 520913490 291479552 2202 33554432000 4194304 4650419 140736989902368 18446744073709551615 4333964 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=284648 CPUtime=0.69 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 927 0 0 0 69 0 0 0 25 0 4 0 520913490 291479552 2202 33554432000 4194304 4650419 140736989902368 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=284648 CPUtime=0.69 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 867 0 0 0 69 0 0 0 25 0 4 0 520913490 291479552 2202 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284648

[startup+1.50047 s]
/proc/loadavg: 8.22 8.14 7.97 9/184 6135
/proc/meminfo: memFree=19665952/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=276788 CPUtime=5.97 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 7152 0 0 0 596 1 0 0 25 0 4 0 520913490 283430912 3675 33554432000 4194304 4650419 140736989902368 18446744073709551615 4333931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 69197 3675 395 112 0 64162 0
[pid=6131/tid=6132] ppid=6129 vsize=276788 CPUtime=1.48 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 1582 0 0 0 148 0 0 0 25 0 4 0 520913490 283430912 3675 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=276788 CPUtime=1.48 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 1556 0 0 0 148 0 0 0 25 0 4 0 520913490 283430912 3675 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=276788 CPUtime=1.49 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 1285 0 0 0 149 0 0 0 25 0 4 0 520913490 283430912 3675 33554432000 4194304 4650419 140736989902368 18446744073709551615 4339788 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 276788

[startup+3.10018 s]
/proc/loadavg: 8.20 8.14 7.97 9/184 6135
/proc/meminfo: memFree=19637060/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=280352 CPUtime=12.36 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 13466 0 0 0 1235 1 0 0 25 0 4 0 520913490 287080448 7407 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 70088 7407 395 112 0 65053 0
[pid=6131/tid=6132] ppid=6129 vsize=280352 CPUtime=3.07 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 3102 0 0 0 307 0 0 0 25 0 4 0 520913490 287080448 7407 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=280352 CPUtime=3.08 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 3421 0 0 0 308 0 0 0 25 0 4 0 520913490 287080448 7407 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=280352 CPUtime=3.09 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 3043 0 0 0 309 0 0 0 25 0 4 0 520913490 287080448 7407 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 280352

[startup+6.30061 s]
/proc/loadavg: 8.20 8.14 7.97 9/184 6136
/proc/meminfo: memFree=19618712/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=285288 CPUtime=25.14 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 19793 0 0 0 2512 2 0 0 25 0 4 0 520913490 292134912 9790 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 71322 9790 395 112 0 66287 0
[pid=6131/tid=6132] ppid=6129 vsize=285288 CPUtime=6.26 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 5102 0 0 0 626 0 0 0 25 0 4 0 520913490 292134912 9790 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=285288 CPUtime=6.28 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 5240 0 0 0 628 0 0 0 25 0 4 0 520913490 292134912 9790 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=285288 CPUtime=6.29 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 3976 0 0 0 629 0 0 0 25 0 4 0 520913490 292134912 9790 33554432000 4194304 4650419 140736989902368 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 285288

[startup+12.7005 s]
/proc/loadavg: 8.32 8.17 7.98 9/184 6136
/proc/meminfo: memFree=19613092/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=287828 CPUtime=50.71 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 30275 0 0 0 5067 4 0 0 25 0 4 0 520913490 294735872 13428 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 71957 13428 395 112 0 66922 0
[pid=6131/tid=6132] ppid=6129 vsize=287828 CPUtime=12.62 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 7564 0 0 0 1262 0 0 0 25 0 4 0 520913490 294735872 13428 33554432000 4194304 4650419 140736989902368 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=287828 CPUtime=12.69 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 8017 0 0 0 1268 1 0 0 25 0 4 0 520913490 294735872 13428 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=287828 CPUtime=12.69 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 5776 0 0 0 1268 1 0 0 25 0 4 0 520913490 294735872 13428 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364406 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 287828

[startup+25.5002 s]
/proc/loadavg: 8.27 8.16 7.98 9/184 6136
/proc/meminfo: memFree=19596740/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=294204 CPUtime=101.84 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 45356 0 0 0 10176 8 0 0 25 0 4 0 520913490 301264896 18345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 73551 18345 395 112 0 68516 0
[pid=6131/tid=6132] ppid=6129 vsize=294204 CPUtime=25.36 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 11863 0 0 0 2535 1 0 0 25 0 4 0 520913490 301264896 18345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=294204 CPUtime=25.48 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 12377 0 0 0 2546 2 0 0 25 0 4 0 520913490 301264896 18345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=294204 CPUtime=25.48 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 8285 0 0 0 2547 1 0 0 25 0 4 0 520913490 301264896 18345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 294204

[startup+51.1007 s]
/proc/loadavg: 8.18 8.15 7.98 9/184 6137
/proc/meminfo: memFree=19552240/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=303472 CPUtime=204.12 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 70248 0 0 0 20397 15 0 0 25 0 4 0 520913490 310755328 21103 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 75868 21103 395 112 0 70833 0
[pid=6131/tid=6132] ppid=6129 vsize=303472 CPUtime=50.83 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 19583 0 0 0 5080 3 0 0 25 0 4 0 520913490 310755328 21103 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=303472 CPUtime=51.08 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 19247 0 0 0 5104 4 0 0 25 0 4 0 520913490 310755328 21103 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=303472 CPUtime=51.08 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 11564 0 0 0 5106 2 0 0 25 0 4 0 520913490 310755328 21103 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 303472

[startup+102.307 s]
/proc/loadavg: 8.11 8.13 7.98 9/184 6138
/proc/meminfo: memFree=19552472/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=298532 CPUtime=408.68 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 105639 0 0 0 40843 25 0 0 25 0 4 0 520913490 305696768 26640 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 74633 26640 395 112 0 69598 0
[pid=6131/tid=6132] ppid=6129 vsize=298532 CPUtime=101.77 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 29221 0 0 0 10172 5 0 0 25 0 4 0 520913490 305696768 26640 33554432000 4194304 4650419 140736989902368 18446744073709551615 4336753 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=298532 CPUtime=102.29 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 29330 0 0 0 10221 8 0 0 25 0 4 0 520913490 305696768 26640 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=298532 CPUtime=102.28 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 16865 0 0 0 10225 3 0 0 25 0 4 0 520913490 305696768 26640 33554432000 4194304 4650419 140736989902368 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.68
Current children cumulated vsize (KiB) 298532

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

[startup+127.901 s]
/proc/loadavg: 8.14 8.14 7.99 9/184 6139
/proc/meminfo: memFree=19521712/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=287232 CPUtime=510.92 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 119966 0 0 0 51063 29 0 0 25 0 4 0 520913490 294125568 29475 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 71808 29475 395 112 0 66773 0
[pid=6131/tid=6132] ppid=6129 vsize=287232 CPUtime=127.24 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 32269 0 0 0 12717 7 0 0 25 0 4 0 520913490 294125568 29475 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=287232 CPUtime=127.89 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 34758 0 0 0 12779 10 0 0 25 0 4 0 520913490 294125568 29475 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=287232 CPUtime=127.88 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 19314 0 0 0 12784 4 0 0 25 0 4 0 520913490 294125568 29475 33554432000 4194304 4650419 140736989902368 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 510.92
Current children cumulated vsize (KiB) 287232

[startup+140.701 s]
/proc/loadavg: 8.12 8.13 7.99 9/184 6139
/proc/meminfo: memFree=19536468/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=317460 CPUtime=562.08 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 125393 0 0 0 56177 31 0 0 25 0 4 0 520913490 325079040 31260 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 79365 31260 395 112 0 74330 0
[pid=6131/tid=6132] ppid=6129 vsize=317460 CPUtime=139.98 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 33200 0 0 0 13991 7 0 0 25 0 4 0 520913490 325079040 31260 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=317460 CPUtime=140.69 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 36302 0 0 0 14058 11 0 0 25 0 4 0 520913490 325079040 31260 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=317460 CPUtime=140.68 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 20157 0 0 0 14064 4 0 0 25 0 4 0 520913490 325079040 31260 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 562.08
Current children cumulated vsize (KiB) 317460

[startup+147.101 s]
/proc/loadavg: 8.11 8.13 7.99 9/184 6139
/proc/meminfo: memFree=19533364/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=297688 CPUtime=587.63 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 127807 0 0 0 58731 32 0 0 25 0 4 0 520913490 304832512 30345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 74422 30345 395 112 0 69387 0
[pid=6131/tid=6132] ppid=6129 vsize=297688 CPUtime=146.35 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 33474 0 0 0 14628 7 0 0 25 0 4 0 520913490 304832512 30345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=297688 CPUtime=147.09 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 37329 0 0 0 14698 11 0 0 25 0 4 0 520913490 304832512 30345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=297688 CPUtime=147.08 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 20275 0 0 0 14704 4 0 0 25 0 4 0 520913490 304832512 30345 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 587.63
Current children cumulated vsize (KiB) 297688

[startup+148.7 s]
/proc/loadavg: 8.10 8.13 7.99 9/184 6139
/proc/meminfo: memFree=19530140/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=297688 CPUtime=594.02 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 128090 0 0 0 59370 32 0 0 25 0 4 0 520913490 304832512 30628 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 74422 30628 395 112 0 69387 0
[pid=6131/tid=6132] ppid=6129 vsize=297688 CPUtime=147.94 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 33474 0 0 0 14787 7 0 0 25 0 4 0 520913490 304832512 30628 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=297688 CPUtime=148.69 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 37458 0 0 0 14858 11 0 0 25 0 4 0 520913490 304832512 30628 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=297688 CPUtime=148.68 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 20275 0 0 0 14864 4 0 0 25 0 4 0 520913490 304832512 30628 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 594.02
Current children cumulated vsize (KiB) 297688

[startup+150.301 s]
/proc/loadavg: 8.10 8.13 7.99 9/184 6139
/proc/meminfo: memFree=19528272/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=297688 CPUtime=600.42 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 128724 0 0 0 60010 32 0 0 25 0 4 0 520913490 304832512 31262 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 74422 31262 395 112 0 69387 0
[pid=6131/tid=6132] ppid=6129 vsize=297688 CPUtime=149.53 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 33474 0 0 0 14946 7 0 0 25 0 4 0 520913490 304832512 31262 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=297688 CPUtime=150.29 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 37946 0 0 0 15018 11 0 0 25 0 4 0 520913490 304832512 31262 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=297688 CPUtime=150.28 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 20275 0 0 0 15024 4 0 0 25 0 4 0 520913490 304832512 31262 33554432000 4194304 4650419 140736989902368 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 600.42
Current children cumulated vsize (KiB) 297688

[startup+151.101 s]
/proc/loadavg: 8.10 8.13 7.99 9/184 6139
/proc/meminfo: memFree=19532240/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=297688 CPUtime=603.61 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 128933 0 0 0 60329 32 0 0 25 0 4 0 520913490 304832512 31471 33554432000 4194304 4650419 140736989902368 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 74422 31471 395 112 0 69387 0
[pid=6131/tid=6132] ppid=6129 vsize=297688 CPUtime=150.33 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 33527 0 0 0 15026 7 0 0 25 0 4 0 520913490 304832512 31471 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=297688 CPUtime=151.09 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 38033 0 0 0 15098 11 0 0 25 0 4 0 520913490 304832512 31471 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=297688 CPUtime=151.08 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 20277 0 0 0 15104 4 0 0 25 0 4 0 520913490 304832512 31471 33554432000 4194304 4650419 140736989902368 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 603.61
Current children cumulated vsize (KiB) 297688

[startup+151.301 s]
/proc/loadavg: 8.10 8.13 7.99 9/184 6139
/proc/meminfo: memFree=19532240/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=297688 CPUtime=604.41 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 128988 0 0 0 60409 32 0 0 25 0 4 0 520913490 304832512 31526 33554432000 4194304 4650419 140736989902368 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 74422 31526 395 112 0 69387 0
[pid=6131/tid=6132] ppid=6129 vsize=297688 CPUtime=150.53 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 33542 0 0 0 15046 7 0 0 25 0 4 0 520913490 304832512 31526 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=297688 CPUtime=151.28 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 38055 0 0 0 15117 11 0 0 25 0 4 0 520913490 304832512 31526 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=297688 CPUtime=151.28 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 20279 0 0 0 15124 4 0 0 25 0 4 0 520913490 304832512 31526 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 604.41
Current children cumulated vsize (KiB) 297688

[startup+151.401 s]
/proc/loadavg: 8.10 8.13 7.99 9/184 6139
/proc/meminfo: memFree=19532240/32950904 swapFree=67082284/67111528
[pid=6131] ppid=6129 vsize=297688 CPUtime=604.81 cores=0,2,4,6
/proc/6131/stat : 6131 (strangenight1-m) R 6129 6131 5556 0 -1 4202496 129015 0 0 0 60449 32 0 0 25 0 4 0 520913490 304832512 31553 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6131/statm: 74422 31553 395 112 0 69387 0
[pid=6131/tid=6132] ppid=6129 vsize=297688 CPUtime=150.63 cores=0,2,4,6
/proc/6131/task/6132/stat : 6132 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 33549 0 0 0 15056 7 0 0 25 0 4 0 520913490 304832512 31553 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6131/tid=6133] ppid=6129 vsize=297688 CPUtime=151.38 cores=0,2,4,6
/proc/6131/task/6133/stat : 6133 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 38067 0 0 0 15127 11 0 0 25 0 4 0 520913490 304832512 31553 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6131/tid=6134] ppid=6129 vsize=297688 CPUtime=151.38 cores=0,2,4,6
/proc/6131/task/6134/stat : 6134 (strangenight1-m) R 6129 6131 5556 0 -1 4202560 20279 0 0 0 15134 4 0 0 25 0 4 0 520913490 304832512 31553 33554432000 4194304 4650419 140736989902368 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 604.81
Current children cumulated vsize (KiB) 297688

Child status: 20
Real time (s): 151.477
CPU time (s): 605.108
CPU user time (s): 604.772
CPU system time (s): 0.335948
CPU usage (%): 399.472
Max. virtual memory (cumulated for all children) (KiB): 317460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 604.772
system time used= 0.335948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129031
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= 169
involuntary context switches= 2940

runsolver used 0.253961 second user time and 0.516921 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 18:05:37
IDJOB=3175156
IDBENCH=82774
IDSOLVER=1588
FILE ID=node121/3175156-1304093137
RUNJOBID= node121-1304091596-5933
PBS_JOBID= 13170562
Free space on /tmp= 72648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1869766438-024.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175156-1304093137/watcher-3175156-1304093137 -o /tmp/evaluation-result-3175156-1304093137/solver-3175156-1304093137 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175156-1304093137.cnf

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

MD5SUM BENCH= dc8d0e0ace98e64abf3fce79e5dbf973
RANDOM SEED=1867611603

node121.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.817
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.63
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.817
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.07
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.817
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.817
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.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      19671480 kB
Buffers:       2182956 kB
Cached:       10241048 kB
SwapCached:       2776 kB
Active:        9431560 kB
Inactive:      3328712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19671480 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            6388 kB
Writeback:           0 kB
AnonPages:      334172 kB
Mapped:          14564 kB
Slab:           456212 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   614352 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= 72644 MiB
End job on node121 at 2011-04-29 18:08:09