Trace number 3367361

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-Night2-st (fixed)? (TO) 1300.09 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
MD5SUM83f9a63a559155a858e739be2c598060
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.6951
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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 This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367361-1307640505.cnf'
0.00/0.00	c -- header says num vars:          40000
0.00/0.00	c -- header says num clauses:      168000
0.08/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.08/0.10	c -- vars added      40000
0.08/0.10	c Parsing time:  0.10 s
0.08/0.10	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.18/0.25	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.14
0.28/0.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
0.28/0.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.28/0.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.42	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.59/0.66	c lits-rem:         0  cl-subs:        0  v-elim:   1027  v-fix:    0  time:  0.23 s
0.59/0.67	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.72	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
0.69/0.72	c calculated reachability. Time: 0.00
0.69/0.73	c Calc default polars -  time:   0.01 s pos:   17710 undec:    4407 neg:   17883
0.69/0.73	c =========================================================================================
0.69/0.73	c types(t): F = full restart, N = normal restart
0.69/0.73	c types(t): S = simplification begin/end, E = solution found
0.69/0.73	c restart types(rt): st = static, dy = dynamic
0.69/0.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.73	c  B st     0         0     38973    166812         0         0    506780         0   no data   no data
2.49/2.53	c  N dy    21      4071     38973    166812         0      4071    506780   1236782    171.19    180.81
4.29/4.34	c  N dy    51      8173     38973    166812         0      8173    506780   2269841    171.27    182.50
6.09/6.19	c  N dy    84     12271     38973    166812         0     12271    506780   3371488    176.57    192.01
7.99/8.05	c  N dy   111     16330     38973    166812         0     16330    506780   4471386    177.52    190.48
9.99/10.03	c  N dy   141     20382     38973    166812         0     10385    506780    790078    178.09    216.64
11.69/11.79	c  N dy   169     24528     38973    166812         0     14530    506780   1889039    177.75    187.92
11.89/11.99	c  F st   174     25000     38973    166812         0     15002    506780   2026488    178.03   no data
14.19/14.26	c  N dy   180     30000     38973    166812         0     20000    506780   4000546    178.03   no data
14.19/14.26	c  S st   180     30000     38973    166812         0     20000    506780   4000546    178.03   no data
14.38/14.48	c  S st   180     30502     38973    166812         0     20502    506780   4094984    178.03   no data
14.48/14.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.48/14.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
14.58/14.65	c blocked clauses removed:      840 vars:    130 tried:       38973 T: 0.02 s
14.58/14.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
14.58/14.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.58/14.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38843 time:  0.01 s
14.58/14.69	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
14.79/14.87	c lits-rem:         0  cl-subs:        0  v-elim:     18  v-fix:    0  time:  0.18 s
15.09/15.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.09/16.18	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.96 s
16.29/16.36	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.17
16.29/16.37	c calculated reachability. Time: 0.00
16.29/16.37	c  N dy   180     30502     38825    165955         0     20348    504311   4011506    178.03   no data
18.19/18.23	c  N dy   208     34613     38825    165955         0     24459    504311   5094345    177.95    188.40
20.19/20.20	c  N dy   231     38704     38825    165955         0     28550    504311   6163662    176.89    194.57
22.29/22.38	c  N dy   257     42806     38825    165955         0     17230    504311   1309856    177.22    191.31
23.89/23.90	c  S st   281     45753     38825    165955         0     20177    504311   2128960    177.80   no data
24.10/24.15	c  S st   281     46256     38825    165955         0     20680    504311   2215326    177.80   no data
24.10/24.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
24.20/24.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
24.29/24.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.29/24.33	c bin-w-bin subsume rem            0 bins  time:  0.01 s
24.29/24.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.29/24.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
24.29/24.37	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
24.49/24.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
24.59/24.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.89/24.97	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.29 s
24.89/24.99	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
24.99/25.03	c vivif2 --  cl tried    20678 cl shrink        0 lits rem          0 time: 0.04
25.19/25.23	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.19
25.19/25.24	c calculated reachability. Time: 0.00
25.19/25.24	c  N dy   281     46256     38825    165955         0     20678    504311   2215087    177.80   no data
27.29/27.33	c  N dy   306     50503     38825    165955         0     24925    504311   3350785    177.56    198.61
29.29/29.36	c  N dy   334     54540     38825    165955         0     28962    504311   4393542    177.21    186.86
31.29/31.32	c  N dy   360     58568     38825    165955         0     32990    504311   5454021    177.11    188.37
33.29/33.35	c  N dy   386     62601     38825    165955         0     37023    504311   6540092    177.10    192.93
35.19/35.24	c  N dy   409     66613     38825    165955         0     22325    504311   1750178    176.84    186.21
36.48/36.54	c  S st   429     69384     38825    165955         0     25096    504311   2514357    176.94    164.38
36.68/36.78	c  S st   429     69889     38825    165955         0     25601    504311   2601591    176.94   no data
36.78/36.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
36.78/36.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.09
36.88/36.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.88/36.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
36.88/36.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
36.88/36.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
36.88/36.98	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
37.08/37.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
37.18/37.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.59/37.68	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.38 s
37.69/37.71	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
37.69/37.75	c vivif2 --  cl tried    25598 cl shrink        0 lits rem          0 time: 0.04
37.89/37.94	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.19
37.89/37.95	c calculated reachability. Time: 0.00
37.89/37.95	c  N dy   429     69889     38825    165955         0     25598    504311   2599882    176.94   no data
40.09/40.10	c  N dy   458     74375     38825    165955         0     30083    504311   3801185    176.94    186.69
42.49/42.51	c  N dy   495     79213     38825    165955         0     34920    504311   5124857    177.15    186.87
44.99/45.07	c  N dy   527     84334     38825    165955         0     40040    504311   6527034    177.34    198.73
46.59/46.67	c  F st   550     87501     38825    165955         0     22355    504311   1174847    177.74   no data
48.29/48.31	c  N st   555     90795     38825    165955         0     25648    504311   2388682    177.74   no data
51.19/51.23	c  N dy   584     96694     38825    165955         0     31545    504311   4175019    177.74    188.16
54.29/54.33	c  N dy   629    102993     38825    165955         0     37844    504311   5856940    177.83    190.28
55.19/55.25	c  S st   642    104833     38825    165955         0     39684    504311   6358195    177.82   no data
55.48/55.51	c  S st   642    105336     38825    165955         0     40187    504311   6469587    177.82   no data
55.48/55.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
55.58/55.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
55.58/55.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.58/55.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
55.68/55.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
55.68/55.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
55.68/55.73	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
55.88/55.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
56.19/56.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
57.89/57.93	c lits-rem:         6  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.62 s
57.89/57.95	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
57.99/58.06	c vivif2 --  cl tried    40185 cl shrink        0 lits rem          0 time: 0.10
58.20/58.27	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.21
58.20/58.28	c calculated reachability. Time: 0.00
58.20/58.28	c  N dy   642    105336     38825    165955         0     40185    504311   6468603    177.82   no data
61.69/61.70	c  N dy   692    112110     38825    165955         0     24534    504311   1267624    177.87    191.76
65.19/65.21	c  N dy   739    119357     38825    165955         0     31781    504311   3201448    177.72    224.58
68.99/69.06	c  N dy   799    126986     38825    165955         0     39409    504311   5305296    178.12    191.11
73.19/73.26	c  N dy   855    135098     38825    165955         0     23808    504311    689887    178.39    267.84
77.49/77.57	c  N dy   918    143812     38825    165955         0     32522    504311   3119448    178.73    188.35
82.19/82.20	c  N dy   982    153046     38825    165955         0     41755    504311   5601374    178.80    190.13
84.70/84.73	c  S st  1014    158005     38825    165955         0     46714    504311   6947488    178.77   no data
84.99/85.00	c  S st  1014    158509     38825    165955         0     47218    504311   7051722    178.77   no data
84.99/85.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
85.09/85.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
85.09/85.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.09/85.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
85.19/85.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
85.19/85.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
85.19/85.23	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
85.39/85.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
85.70/85.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
88.00/88.05	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.22 s
88.00/88.07	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
88.10/88.19	c vivif2 --  cl tried    47215 cl shrink        0 lits rem          0 time: 0.12
88.40/88.42	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.22
88.40/88.43	c calculated reachability. Time: 0.00
88.40/88.43	c  N dy  1014    158509     38825    165955         0     47215    504311   7050905    178.77   no data
93.39/93.49	c  N dy  1083    168704     38825    165955         0     32556    504311   2690693    178.75    226.94
99.00/99.05	c  N dy  1164    179607     38825    165955         0     43458    504311   5695710    179.07    196.85
104.50/104.59	c  N dy  1244    191137     38825    165955         0     29058    504311   1481471    179.20    191.84
110.90/110.94	c  N dy  1335    203429     38825    165955         0     41349    504311   4822880    179.31    194.13
118.39/118.45	c  N dy  1430    216647     38825    165955         0     27604    504311    750265    179.61    191.20
125.40/125.46	c  N dy  1524    230574     38825    165955         0     41531    504311   4595589    179.62    197.46
129.09/129.15	c  S st  1570    237763     38825    165955         0     48720    504311   6551592    179.57   no data
129.39/129.42	c  S st  1570    238267     38825    165955         0     49224    504311   6654552    179.57   no data
129.39/129.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
129.49/129.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
129.59/129.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.59/129.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
129.59/129.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
129.59/129.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
129.59/129.66	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
129.80/129.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
130.09/130.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
132.39/132.45	c lits-rem:         5  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.24 s
132.39/132.47	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
132.49/132.58	c vivif2 --  cl tried    49218 cl shrink        0 lits rem          0 time: 0.11
132.79/132.80	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.22
132.79/132.81	c calculated reachability. Time: 0.00
132.79/132.81	c  N dy  1570    238267     38825    165955         0     49218    504311   6652634    179.57   no data
140.70/140.79	c  N dy  1681    253702     38825    165955         0     36668    504311   2930098    179.65    190.14
149.19/149.26	c  N dy  1792    270059     38825    165955         0     53025    504311   7354901    179.52    192.15
157.99/158.07	c  N dy  1912    287301     38825    165955         0     41280    504311   3943593    179.64    200.84
167.60/167.66	c  N dy  2035    305666     38825    165955         0     59643    504311   8904149    179.57    198.41
168.00/168.00	c  F st  2039    306250     38825    165955         0     30238    504311    585744    179.54   no data
177.70/177.73	c  N dy  2134    325282     38825    165955         0     49268    504311   6433883    179.54    192.58
188.20/188.29	c  N dy  2277    345324     38825    165955         0     38314    504311   2493783    179.60    202.68
194.50/194.53	c  S st  2364    357401     38825    165955         0     50391    504311   5807363    179.65    157.74
194.80/194.81	c  S st  2364    357905     38825    165955         0     50895    504311   5906903    179.65   no data
194.80/194.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
194.90/194.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.12
194.90/194.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
195.00/195.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
195.00/195.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
195.00/195.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
195.00/195.04	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
195.20/195.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
195.50/195.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
197.60/197.65	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.11 s
197.60/197.67	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
197.70/197.76	c vivif2 --  cl tried    50893 cl shrink        0 lits rem          0 time: 0.10
197.90/197.99	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.23
197.90/198.00	c calculated reachability. Time: 0.00
198.00/198.00	c  N dy  2364    357905     38825    165955         0     50893    504311   5906495    179.65   no data
208.60/208.67	c  N dy  2514    377989     38825    165955         0     38981    504311   2441026    179.83    196.63
219.20/219.20	c  N dy  2655    398040     38825    165955         0     59029    504311   7985222    179.92    189.56
229.30/229.39	c  N dy  2798    418222     38825    165955         0     46206    504311   4125956    179.96    194.38
240.50/240.56	c  N dy  2941    438256     38825    165955         0     66239    504311   9628980    180.04    192.92
251.40/251.44	c  N dy  3089    458393     38825    165955         0     52378    504311   5586728    180.24    190.81
262.20/262.29	c  N dy  3229    478436     38825    165955         0     37425    504311   1173295    180.25    192.20
272.71/272.80	c  N dy  3368    498584     38825    165955         0     57573    504311   6656902    180.20    195.17
283.60/283.60	c  N dy  3513    518611     38825    165955         0     41596    504311   2022637    180.35    213.79
293.20/293.29	c  S st  3639    536857     38825    165955         0     59842    504311   7080601    180.41    192.95
293.50/293.57	c  S st  3639    537361     38825    165955         0     60345    504311   7174592    180.41   no data
293.60/293.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
293.70/293.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.12
293.70/293.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
293.70/293.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
293.70/293.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
293.80/293.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
293.80/293.82	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
294.00/294.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
294.30/294.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
297.40/297.43	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.04 s
297.40/297.45	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
297.50/297.57	c vivif2 --  cl tried    60344 cl shrink        0 lits rem          0 time: 0.12
297.80/297.81	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.24
297.80/297.82	c calculated reachability. Time: 0.00
297.80/297.82	c  N dy  3639    537361     38825    165955         0     60344    504311   7174107    180.41   no data
308.71/308.73	c  N dy  3779    557380     38825    165955         0     43364    504311   2278965    180.45    198.02
319.30/319.33	c  N dy  3915    577417     38825    165955         0     63400    504311   7711069    180.40    226.00
330.11/330.19	c  N dy  4055    597471     38825    165955         0     45459    504311   2553494    180.42    191.96
340.70/340.77	c  N dy  4181    617580     38825    165955         0     65566    504311   8062580    180.37    189.92
351.81/351.89	c  N dy  4326    637651     38825    165955         0     46638    504311   2684594    180.47    191.06
362.51/362.58	c  N dy  4460    657716     38825    165955         0     66702    504311   8183142    180.51    193.07
373.60/373.63	c  N dy  4603    677766     38825    165955         0     46754    504311   2304386    180.54    192.16
384.41/384.40	c  N dy  4746    697810     38825    165955         0     66798    504311   7891011    180.58    193.68
395.61/395.61	c  N dy  4882    717916     38825    165955         0     45905    504311   1857125    180.59    192.11
406.21/406.28	c  N dy  5026    737929     38825    165955         0     65917    504311   7395025    180.69    192.04
417.11/417.13	c  N dy  5170    757987     38825    165955         0     43972    504311   1058370    180.72    190.87
428.60/428.64	c  N dy  5308    778104     38825    165955         0     64086    504311   6652477    180.78    197.50
440.11/440.15	c  N dy  5445    798110     38825    165955         0     84092    504311  12203428    180.82    193.66
444.41/444.43	c  S st  5501    806042     38825    165955         0     49031    504311   2150335    180.82   no data
444.60/444.69	c  S st  5501    806544     38825    165955         0     49533    504311   2238706    180.82   no data
444.70/444.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
444.80/444.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.11
444.80/444.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
444.80/444.88	c bin-w-bin subsume rem            0 bins  time:  0.01 s
444.80/444.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
444.90/444.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
444.90/444.92	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
445.00/445.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
445.10/445.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
445.80/445.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.67 s
445.80/445.89	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
445.90/445.93	c vivif2 --  cl tried    49533 cl shrink        0 lits rem          0 time: 0.04
446.10/446.15	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.22
446.10/446.17	c calculated reachability. Time: 0.00
446.10/446.17	c  N dy  5501    806544     38825    165955         0     49533    504311   2238706    180.82   no data
457.01/457.09	c  N dy  5643    826603     38825    165955         0     69592    504311   7766841    180.86    204.84
468.51/468.57	c  N dy  5778    846651     38825    165955         0     45640    504311    945610    180.87    190.58
479.31/479.33	c  N dy  5915    866714     38825    165955         0     65702    504311   6455791    180.87    192.11
490.71/490.78	c  N dy  6055    886809     38825    165955         0     85796    504311  12027479    180.89    199.13
501.71/501.71	c  N dy  6191    906850     38825    165955         0     60839    504311   4916512    180.94    200.78
512.91/512.96	c  N dy  6325    927007     38825    165955         0     80995    504311  10480668    180.97    191.85
524.31/524.30	c  N dy  6462    947099     38825    165955         0     55086    504311   3043534    181.00    192.27
535.31/535.30	c  N dy  6606    967186     38825    165955         0     75172    504311   8639724    181.09    190.66
547.01/547.01	c  N dy  6743    987355     38825    165955         0     48346    504311    908971    181.07    191.58
557.81/557.82	c  N dy  6877   1007529     38825    165955         0     68520    504311   6441717    181.07    204.14
569.21/569.21	c  N dy  7014   1027592     38825    165955         0     88579    504311  11940906    181.05    196.85
580.41/580.44	c  N dy  7150   1047651     38825    165955         0     60637    504311   4027044    181.06    203.73
591.72/591.71	c  N dy  7291   1067758     38825    165955         0     80744    504311   9621874    181.10    200.79
594.11/594.12	c  F st  7322   1071875     38825    165955         0     84861    504311  10760790    181.12    231.23
603.42/603.41	c  N dy  7397   1087806     38825    165955         0     51790    504311   1309091    181.10    193.12
614.11/614.15	c  N dy  7522   1107910     38825    165955         0     71894    504311   6710519    181.04    190.64
625.72/625.77	c  N dy  7661   1127995     38825    165955         0     91975    504311  12271970    181.07    191.53
637.12/637.19	c  N dy  7807   1148119     38825    165955         0     62100    504311   3907632    181.14    198.65
648.32/648.38	c  N dy  7945   1168152     38825    165955         0     82131    504311   9472045    181.16    244.43
660.42/660.41	c  N dy  8089   1188295     38825    165955         0     51274    504311    605963    181.20    192.57
671.22/671.23	c  N dy  8223   1208331     38825    165955         0     71310    504311   6051069    181.19    194.44
672.03/672.06	c  S st  8234   1209818     38825    165955         0     72797    504311   6446762    181.18   no data
672.32/672.36	c  S st  8234   1210320     38825    165955         0     73299    504311   6545313    181.18   no data
672.32/672.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
672.52/672.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
672.52/672.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
672.52/672.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
672.52/672.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
672.62/672.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
672.62/672.62	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
672.82/672.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
673.13/673.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
676.22/676.29	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.13 s
676.32/676.31	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
676.43/676.41	c vivif2 --  cl tried    73296 cl shrink        0 lits rem          0 time: 0.11
676.62/676.67	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.26
676.62/676.68	c calculated reachability. Time: 0.00
676.62/676.68	c  N dy  8234   1210320     38825    165955         0     73296    504311   6543844    181.18   no data
688.31/688.38	c  N dy  8369   1230525     38825    165955         0     93499    504311  12222746    181.22    190.81
699.91/699.97	c  N dy  8509   1250626     38825    165955         0     61611    504311   3214686    181.23    196.14
710.92/710.98	c  N dy  8649   1270878     38825    165955         0     81863    504311   8790245    181.26    198.26
723.72/723.75	c  N dy  8795   1291041     38825    165955         0    102022    504311  14444966    181.31    196.82
735.12/735.14	c  N dy  8937   1311328     38825    165955         0     69308    504311   5069181    181.32    235.26
746.52/746.51	c  N dy  9066   1331364     38825    165955         0     89344    504311  10604977    181.32    195.13
758.72/758.74	c  N dy  9209   1351396     38825    165955         0     55378    504311    931331    181.36    202.57
769.62/769.65	c  N dy  9343   1371444     38825    165955         0     75425    504311   6452396    181.35    192.17
781.22/781.28	c  N dy  9471   1391616     38825    165955         0     95597    504311  12014322    181.35    199.69
793.22/793.27	c  N dy  9608   1411756     38825    165955         0     60736    504311   2139148    181.36    195.74
804.52/804.53	c  N dy  9751   1431872     38825    165955         0     80851    504311   7717901    181.39    191.68
816.52/816.54	c  N dy  9896   1451912     38825    165955         0    100889    504311  13400483    181.47    194.87
828.23/828.29	c  N dy 10039   1471929     38825    165955         0     64903    504311   3084123    181.52    258.15
839.63/839.66	c  N dy 10191   1491946     38825    165955         0     84918    504311   8587239    181.55    213.02
851.62/851.68	c  N dy 10334   1512034     38825    165955         0    105006    504311  14158944    181.58    194.17
863.22/863.26	c  N dy 10469   1532156     38825    165955         0     68139    504311   3595625    181.58    193.77
874.83/874.83	c  N dy 10610   1552381     38825    165955         0     88361    504311   9214226    181.61    194.05
886.83/886.84	c  N dy 10743   1572423     38825    165955         0    108401    504311  14736376    181.60    201.41
898.53/898.52	c  N dy 10879   1592501     38825    165955         0     70484    504311   4147876    181.62    194.31
910.03/910.06	c  N dy 11018   1612511     38825    165955         0     90494    504311   9690465    181.64    191.66
922.23/922.21	c  N dy 11147   1632597     38825    165955         0    110579    504311  15195959    181.62    192.34
934.03/934.01	c  N dy 11283   1652778     38825    165955         0     71757    504311   4105982    181.62    196.33
945.53/945.59	c  N dy 11416   1672830     38825    165955         0     91809    504311   9695068    181.61    194.28
957.84/957.85	c  N dy 11550   1692983     38825    165955         0    111960    504311  15265409    181.62    202.01
968.04/968.09	c  S st 11669   1710323     38825    165955         0     69310    504311   3165295    181.63   no data
968.33/968.37	c  S st 11669   1710829     38825    165955         0     69816    504311   3250568    181.63   no data
968.33/968.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
968.53/968.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.13
968.53/968.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
968.53/968.58	c bin-w-bin subsume rem            0 bins  time:  0.01 s
968.53/968.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
968.63/968.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
968.63/968.62	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
968.73/968.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
968.93/968.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
970.73/970.76	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.79 s
970.73/970.78	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.02
970.83/970.84	c vivif2 --  cl tried    69816 cl shrink        0 lits rem          0 time: 0.06
971.03/971.09	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.25
971.14/971.10	c calculated reachability. Time: 0.00
971.14/971.10	c  N dy 11669   1710829     38825    165955         0     69816    504311   3250564    181.63   no data
982.54/982.51	c  N dy 11799   1730830     38825    165955         0     89817    504311   8763564    181.63    191.92
994.73/994.72	c  N dy 11945   1750898     38825    165955         0    109883    504311  14351657    181.68    192.60
1006.84/1006.89	c  N dy 12078   1771090     38825    165955         0     69071    504311   2766796    181.67    192.61
1018.34/1018.39	c  N dy 12221   1791120     38825    165955         0     89100    504311   8328246    181.71    195.26
1030.54/1030.51	c  N dy 12362   1811228     38825    165955         0    109208    504311  13841444    181.72    196.48
1043.04/1043.02	c  N dy 12504   1831341     38825    165955         0     67323    504311   2075632    181.74    193.35
1054.34/1054.32	c  N dy 12635   1851466     38825    165955         0     87447    504311   7578398    181.73    193.96
1066.54/1066.53	c  N dy 12773   1871837     38825    165955         0    107818    504311  13148073    181.71    195.01
1079.14/1079.17	c  N dy 12908   1891957     38825    165955         0     64937    504311   1151278    181.72    191.76
1090.44/1090.45	c  N dy 13042   1911992     38825    165955         0     84968    504311   6699891    181.71    195.28
1102.53/1102.52	c  N dy 13181   1932062     38825    165955         0    105035    504311  12252150    181.72    223.37
1115.35/1115.32	c  N dy 13317   1952228     38825    165955         0    125200    504311  17853548    181.71    191.41
1126.64/1126.62	c  N dy 13449   1972398     38825    165955         0     81377    504311   5431468    181.72    200.20
1136.84/1136.80	c  N dy 13584   1992589     38825    165955         0    101568    504311  10998008    181.73    203.81
1147.64/1147.60	c  N dy 13719   2012863     38825    165955         0    121841    504311  16642521    181.72    191.77
1158.05/1158.01	c  N dy 13864   2032939     38825    165955         0     76921    504311   3899405    181.77    191.66
1168.04/1168.07	c  N dy 14003   2053058     38825    165955         0     97039    504311   9482099    181.77    192.82
1178.64/1178.67	c  N dy 14141   2073144     38825    165955         0    117123    504311  15008675    181.78    207.80
1189.54/1189.52	c  N dy 14276   2093459     38825    165955         0     71445    504311   2125573    181.79    191.71
1199.44/1199.46	c  N dy 14415   2113733     38825    165955         0     91718    504311   7792650    181.82    204.55
1209.95/1209.98	c  N dy 14557   2133804     38825    165955         0    111787    504311  13392992    181.85    223.99
1220.95/1220.96	c  N dy 14691   2153831     38825    165955         0    131812    504311  18897582    181.85    192.96
1230.95/1230.90	c  N dy 14832   2173884     38825    165955         0     84867    504311   5605065    181.87    225.64
1241.15/1241.11	c  N dy 14959   2194001     38825    165955         0    104983    504311  11052361    181.84    191.90
1250.14/1250.15	c  S st 15076   2210829     38825    165955         0    121811    504311  15667787    181.83   no data
1250.44/1250.47	c  S st 15076   2211330     38825    165955         0    122312    504311  15773373    181.83   no data
1250.54/1250.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1250.65/1250.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.15
1250.75/1250.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1250.75/1250.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1250.75/1250.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1250.75/1250.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38825 time:  0.01 s
1250.75/1250.76	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
1251.04/1251.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
1251.75/1251.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1259.05/1259.07	c lits-rem:         0  cl-subs:       10  v-elim:      0  v-fix:    0  time:  7.24 s
1259.05/1259.09	c vivif2 --  cl tried   165955 cl shrink        0 lits rem          0 time: 0.01
1259.35/1259.33	c vivif2 --  cl tried   122302 cl shrink        0 lits rem          0 time: 0.24
1259.65/1259.63	c asymm  cl-useful: 0/165955/165955 lits-rem:0 time: 0.30
1259.65/1259.64	c calculated reachability. Time: 0.00
1259.65/1259.64	c  N dy 15076   2211330     38825    165955         0    122302    504311  15768783    181.83   no data
1270.45/1270.42	c  N dy 15209   2231347     38825    165955         0     74323    504311   2344590    181.83    242.11
1280.45/1280.45	c  N dy 15345   2251412     38825    165955         0     94388    504311   7938068    181.84    194.68
1291.14/1291.18	c  N dy 15492   2271732     38825    165955         0    114707    504311  13619889    181.86    202.77

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3367361-1307640505/watcher-3367361-1307640505 -o /tmp/evaluation-result-3367361-1307640505/solver-3367361-1307640505 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367361-1307640505.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.91 3.94 3.75 4/189 11250
/proc/meminfo: memFree=30931208/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=25148 CPUtime=0 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 1629 0 0 0 0 0 0 0 25 0 1 0 856466142 25751552 1341 33554432000 4194304 4580011 140736321238560 18446744073709551615 4307916 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 6287 1346 322 95 0 1269 0

[startup+0.093228 s]
/proc/loadavg: 3.91 3.94 3.75 4/189 11250
/proc/meminfo: memFree=30931208/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=51412 CPUtime=0.08 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 7248 0 0 0 8 0 0 0 25 0 1 0 856466142 52645888 6138 33554432000 4194304 4580011 140736321238560 18446744073709551615 4299109 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/11250/statm: 12853 6138 324 95 0 7835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51412

[startup+0.100226 s]
/proc/loadavg: 3.91 3.94 3.75 4/189 11250
/proc/meminfo: memFree=30931208/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=51412 CPUtime=0.08 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 7349 0 0 0 8 0 0 0 25 0 1 0 856466142 52645888 6239 33554432000 4194304 4580011 140736321238560 18446744073709551615 4354859 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/11250/statm: 12853 6239 324 95 0 7835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51412

[startup+0.300188 s]
/proc/loadavg: 3.91 3.94 3.75 4/189 11250
/proc/meminfo: memFree=30931208/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=51876 CPUtime=0.28 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 7590 0 0 0 28 0 0 0 25 0 1 0 856466142 53121024 6480 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/11250/statm: 12969 6480 340 95 0 7951 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51876

[startup+0.701109 s]
/proc/loadavg: 3.91 3.94 3.75 4/189 11250
/proc/meminfo: memFree=30931208/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=76200 CPUtime=0.69 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 15276 0 0 0 67 2 0 0 25 0 1 0 856466142 78028800 12047 33554432000 4194304 4580011 140736321238560 18446744073709551615 4368007 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/11250/statm: 19050 12047 357 95 0 14032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76200

[startup+1.50099 s]
/proc/loadavg: 3.91 3.94 3.75 5/190 11252
/proc/meminfo: memFree=30882504/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=76200 CPUtime=1.49 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 15825 0 0 0 147 2 0 0 25 0 1 0 856466142 78028800 12596 33554432000 4194304 4580011 140736321238560 18446744073709551615 4295876 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 19050 12596 364 95 0 14032 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 76200

[startup+3.10066 s]
/proc/loadavg: 3.91 3.94 3.75 5/190 11252
/proc/meminfo: memFree=30877668/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=109016 CPUtime=3.08 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 16820 0 0 0 306 2 0 0 25 0 1 0 856466142 111632384 13591 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 27254 13591 364 95 0 22236 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109016

[startup+6.30103 s]
/proc/loadavg: 3.92 3.94 3.75 5/190 11252
/proc/meminfo: memFree=30867084/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=109016 CPUtime=6.29 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 18674 0 0 0 626 3 0 0 25 0 1 0 856466142 111632384 15445 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 27254 15445 364 95 0 22236 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109016

[startup+12.7008 s]
/proc/loadavg: 3.93 3.94 3.75 5/190 11252
/proc/meminfo: memFree=30867176/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=84252 CPUtime=12.69 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 24258 0 0 0 1266 3 0 0 25 0 1 0 856466142 86274048 14601 33554432000 4194304 4580011 140736321238560 18446744073709551615 4320840 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 21063 14601 365 95 0 16045 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84252

[startup+25.5002 s]
/proc/loadavg: 3.94 3.94 3.75 5/190 11252
/proc/meminfo: memFree=30622264/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=178800 CPUtime=25.49 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 55397 0 0 0 2540 9 0 0 25 0 1 0 856466142 183091200 37965 33554432000 4194304 4580011 140736321238560 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 44700 37965 367 95 0 39682 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 178800

[startup+51.1011 s]
/proc/loadavg: 3.96 3.94 3.76 5/190 11253
/proc/meminfo: memFree=30584404/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=259348 CPUtime=51.09 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 76048 0 0 0 5094 15 0 0 25 0 1 0 856466142 265572352 43090 33554432000 4194304 4580011 140736321238560 18446744073709551615 4302328 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 64837 43090 367 95 0 59819 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 259348

[startup+102.307 s]
/proc/loadavg: 3.98 3.95 3.77 5/190 11254
/proc/meminfo: memFree=30421256/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=376308 CPUtime=102.3 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 122894 0 0 0 10205 25 0 0 25 0 1 0 856466142 385339392 76564 33554432000 4194304 4580011 140736321238560 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 94077 76564 367 95 0 89059 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 376308

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.78 5/190 11256
/proc/meminfo: memFree=30329292/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=394696 CPUtime=162.29 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 147816 0 0 0 16196 33 0 0 25 0 1 0 856466142 404168704 80251 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 98674 80251 367 95 0 93656 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 394696

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.79 5/190 11257
/proc/meminfo: memFree=30274932/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=403784 CPUtime=222.29 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 172843 0 0 0 22188 41 0 0 25 0 1 0 856466142 413474816 85922 33554432000 4194304 4580011 140736321238560 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 100946 85922 367 95 0 95928 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 403784

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.80 5/190 11259
/proc/meminfo: memFree=30173524/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=341024 CPUtime=282.3 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 195488 0 0 0 28182 48 0 0 25 0 1 0 856466142 349208576 79508 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 85256 79508 367 95 0 80238 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 341024

[startup+342.3 s]
/proc/loadavg: 4.03 3.98 3.82 5/190 11261
/proc/meminfo: memFree=30088140/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=435880 CPUtime=342.31 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 225361 0 0 0 34174 57 0 0 25 0 1 0 856466142 446341120 93266 33554432000 4194304 4580011 140736321238560 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 108970 93266 367 95 0 103952 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 435880

[startup+402.3 s]
/proc/loadavg: 4.01 3.98 3.83 5/190 11300
/proc/meminfo: memFree=30479724/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=437544 CPUtime=402.31 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 248525 0 0 0 40166 65 0 0 25 0 1 0 856466142 448045056 90148 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 109386 90148 367 95 0 104368 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 437544

[startup+462.301 s]
/proc/loadavg: 4.04 4.00 3.84 5/190 11302
/proc/meminfo: memFree=30352684/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=437700 CPUtime=462.31 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 272363 0 0 0 46158 73 0 0 25 0 1 0 856466142 448204800 95016 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 109425 95016 367 95 0 104407 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 437700

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.84 5/190 11303
/proc/meminfo: memFree=30336000/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=374020 CPUtime=522.31 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 295472 0 0 0 52149 82 0 0 25 0 1 0 856466142 382996480 87792 33554432000 4194304 4580011 140736321238560 18446744073709551615 4324064 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 93505 87792 367 95 0 88487 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 374020

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 11305
/proc/meminfo: memFree=30317320/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=438296 CPUtime=582.31 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 319009 0 0 0 58143 88 0 0 25 0 1 0 856466142 448815104 89791 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 109574 89791 367 95 0 104556 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 438296

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 11307
/proc/meminfo: memFree=30314272/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=438520 CPUtime=642.32 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 343763 0 0 0 64135 97 0 0 25 0 1 0 856466142 449044480 91287 33554432000 4194304 4580011 140736321238560 18446744073709551615 4320608 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 109630 91287 367 95 0 104612 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 438520

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.86 6/190 11308
/proc/meminfo: memFree=30310976/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=442108 CPUtime=702.32 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 366389 0 0 0 70127 105 0 0 25 0 1 0 856466142 452718592 90027 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 110527 90027 367 95 0 105509 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 442108

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 11310
/proc/meminfo: memFree=30216644/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=393452 CPUtime=762.33 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 394130 0 0 0 76118 115 0 0 25 0 1 0 856466142 402894848 92701 33554432000 4194304 4580011 140736321238560 18446744073709551615 4489428 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 98363 92701 367 95 0 93345 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 393452

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 11311
/proc/meminfo: memFree=30151728/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=458676 CPUtime=822.33 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 419870 0 0 0 82110 123 0 0 25 0 1 0 856466142 469684224 105598 33554432000 4194304 4580011 140736321238560 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 114669 105598 367 95 0 109651 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 458676

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 11313
/proc/meminfo: memFree=30201260/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=432224 CPUtime=882.33 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 445136 0 0 0 88101 132 0 0 25 0 1 0 856466142 442597376 95583 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 108056 95583 367 95 0 103038 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 432224

[startup+942.3 s]
/proc/loadavg: 4.06 4.02 3.89 5/190 11314
/proc/meminfo: memFree=30177148/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=465344 CPUtime=942.33 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 476539 0 0 0 94092 141 0 0 25 0 1 0 856466142 476512256 99261 33554432000 4194304 4580011 140736321238560 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 116336 99261 367 95 0 111318 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 465344

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.89 5/190 11316
/proc/meminfo: memFree=30149668/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=431560 CPUtime=1002.34 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 500191 0 0 0 100084 150 0 0 25 0 1 0 856466142 441917440 100195 33554432000 4194304 4580011 140736321238560 18446744073709551615 4324035 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 107890 100196 367 95 0 102872 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 431560

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.90 5/190 11318
/proc/meminfo: memFree=30147488/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=464932 CPUtime=1062.34 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 531387 0 0 0 106075 159 0 0 25 0 1 0 856466142 476090368 102111 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 116233 102111 367 95 0 111215 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 464932

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 11319
/proc/meminfo: memFree=30141700/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=465264 CPUtime=1122.34 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 553758 0 0 0 112068 166 0 0 25 0 1 0 856466142 476430336 94135 33554432000 4194304 4580011 140736321238560 18446744073709551615 4318375 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 116316 94135 367 95 0 111298 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 465264

[startup+1182.3 s]
/proc/loadavg: 2.95 3.72 3.82 3/178 11371
/proc/meminfo: memFree=31767524/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=465800 CPUtime=1182.34 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 583015 0 0 0 118062 172 0 0 25 0 1 0 856466142 476979200 107695 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 116450 107695 367 95 0 111432 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 465800

[startup+1242.3 s]
/proc/loadavg: 2.35 3.40 3.70 3/178 11372
/proc/meminfo: memFree=31796316/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=466020 CPUtime=1242.34 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 610031 0 0 0 124056 178 0 0 25 0 1 0 856466142 477204480 102562 33554432000 4194304 4580011 140736321238560 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 116505 102562 367 95 0 111487 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 466020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.13 3.15 3.59 3/178 11374
/proc/meminfo: memFree=31686240/32951124 swapFree=67055520/67111528
[pid=11250] ppid=11248 vsize=549100 CPUtime=1300.06 cores=5,7
/proc/11250/stat : 11250 (strangenight2-s) R 11248 11250 8202 0 -1 4202496 652956 0 0 0 129820 186 0 0 25 0 1 0 856466142 562278400 129206 33554432000 4194304 4580011 140736321238560 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11250/statm: 137275 129206 367 95 0 132257 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 549100

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.09
CPU user time (s): 1298.2
CPU system time (s): 1.88371
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 549100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.2
system time used= 1.88371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652956
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= 12
involuntary context switches= 14094

runsolver used 2.00669 second user time and 5.10722 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-09 19:28:25
IDJOB=3367361
IDBENCH=82570
IDSOLVER=1845
FILE ID=node143/3367361-1307640505
RUNJOBID= node143-1307640308-11036
PBS_JOBID= 13549349
Free space on /tmp= 74104 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S709305826-098-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367361-1307640505/watcher-3367361-1307640505 -o /tmp/evaluation-result-3367361-1307640505/solver-3367361-1307640505 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367361-1307640505.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 83f9a63a559155a858e739be2c598060
RANDOM SEED=313327543

node143.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.846
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.69
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.846
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.15
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.846
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.74
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30931760 kB
Buffers:         51448 kB
Cached:         437876 kB
SwapCached:       8636 kB
Active:        1517024 kB
Inactive:       342848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30931760 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           23084 kB
Writeback:           0 kB
AnonPages:     1368696 kB
Mapped:          14136 kB
Slab:            90748 kB
PageTables:       7904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1750060 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= 74156 MiB
End job on node143 at 2011-06-09 19:50:07