Trace number 3368145

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.06 1300.03

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark135.155
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

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-3368145-1305379171.cnf'
0.00/0.00	c -- header says num vars:           8713
0.00/0.00	c -- header says num clauses:       99699
0.00/0.03	c -- clauses added:            0 learnts,        99699 normals,            0 xors
0.00/0.03	c -- vars added       8713
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0      8713     88833     10866         0    335345         0   no data   no data
0.49/0.54	c asymm  cl-useful: 0/22769/88833 lits-rem:0 time: 0.51
0.59/0.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   16 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
0.59/0.61	c Replacing       16 vars Replaced      376 lits Time:     0.00 s 
0.59/0.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.59/0.64	c bin-w-bin subsume rem            4 bins  time:  0.00 s
0.59/0.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.59/0.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8697 time:  0.01 s
0.59/0.66	c Removed useless bin:       0  fixed:     0  props:   1.26M  time:  0.01 s
0.69/0.79	c lits-rem:         0  cl-subs:     5184  v-elim:      2  v-fix:    0  time:  0.13 s
0.69/0.79	c Finding binary XORs  T:     0.00 s  found:       4
0.69/0.79	c Replacing        4 vars Replaced      116 lits Time:     0.00 s 
0.79/0.82	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.79/0.82	c calculated reachability. Time: 0.00
0.79/0.82	c Calc default polars -  time:   0.00 s pos:     828 undec:      22 neg:    7863
0.79/0.82	c =========================================================================================
0.79/0.82	c types(t): F = full restart, N = normal restart
0.79/0.82	c types(t): S = simplification begin/end, E = solution found
0.79/0.82	c restart types(rt): st = static, dy = dynamic
0.79/0.82	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.79/0.82	c  B st     0         0      8691     83655     10840         0    319765         0   no data   no data
1.89/1.98	c  N dy    17      4047      8691     83655     11266      3615    319765    266277     14.42     15.19
2.89/2.90	c Finding binary XORs  T:     0.00 s  found:       0
3.30/3.39	c  N dy    43      8194      8691     83655     12146      6868    319765    542486     15.36     16.40
4.59/4.60	c  N dy    77     12257      8691     83655     13018     10043    319765    999875     17.64     18.81
5.09/5.12	c Finding binary XORs  T:     0.00 s  found:       0
5.69/5.76	c  N dy   114     16263      8691     83655     13692     13353    319765   1654528     20.07     34.31
6.89/6.98	c  N dy   151     20319      8691     83655     14196      8591    319765    448023     22.11     31.75
7.49/7.57	c Finding binary XORs  T:     0.00 s  found:       0
7.79/7.87	c  N dy   188     24331      8691     83655     14680     12090    319765   1191201     23.40     24.95
7.99/8.07	c  F st   194     25000      8691     83655     14797     12638    319765   1298901     23.47   no data
9.19/9.22	c  N dy   200     30000      8691     83655     15208     17175    319765   2299999     23.47   no data
9.19/9.22	c  S st   200     30000      8691     83655     15208     17175    319765   2299999     23.47   no data
9.29/9.32	c  S st   200     30501      8691     83655     15412     17472    319765   2301537     23.47   no data
9.29/9.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9.59/9.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  64138 BRemL:    383 BRemN:      0 P:  7.9M T:  0.29
9.59/9.64	c blocked clauses removed:        0 vars:      0 tried:        8691 T: 0.00 s
9.59/9.65	c bin-w-bin subsume rem           14 bins  time:  0.01 s
9.59/9.69	c subs with bin:        0  lits-rem:         4  v-fix:    0  time:  0.05 s
9.69/9.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8691 time:  0.01 s
9.69/9.71	c Removed useless bin:       0  fixed:     0  props:   0.85M  time:  0.01 s
9.69/9.80	c lits-rem:         0  cl-subs:       11  v-elim:      4  v-fix:    0  time:  0.08 s
11.29/11.35	c subs with bin:      285  lits-rem:      2739  v-fix:    0  time:  1.46 s
13.58/13.62	c lits-rem:       504  cl-subs:      517  v-elim:      0  v-fix:    0  time:  2.26 s
13.88/13.95	c asymm  cl-useful: 0/11714/83647 lits-rem:0 time: 0.33
13.88/13.96	c calculated reachability. Time: 0.00
13.88/13.96	c  N dy   200     30501      8687     83647     79157     16661    319699   2384935     23.47   no data
13.88/13.96	c Finding binary XORs  T:     0.01 s  found:       0
14.89/14.91	c  N dy   240     34520      8687     83647     79163     20638    319699   3446811     25.62     44.38
15.99/16.03	c  N dy   280     38562      8687     83647     79168     24648    319699   4550053     27.54     36.05
17.19/17.22	c  N dy   319     42570      8687     83647     79181     14695    319699   1673991     28.85     37.62
17.89/17.96	c  S st   350     45751      8687     83647     79204     17823    319699   2458761     29.61   no data
17.99/18.06	c  S st   350     46251      8687     83647     79388     18137    319699   2460662     29.61   no data
17.99/18.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.19/18.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2161 BRemL:    340 BRemN:      0 P:  7.0M T:  0.22
18.29/18.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.29/18.31	c bin-w-bin subsume rem           10 bins  time:  0.01 s
18.29/18.36	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  0.05 s
18.29/18.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8687 time:  0.01 s
18.29/18.38	c Removed useless bin:       0  fixed:     0  props:   0.79M  time:  0.01 s
18.39/18.46	c lits-rem:         1  cl-subs:        4  v-elim:      2  v-fix:    0  time:  0.08 s
19.81/19.86	c subs with bin:      122  lits-rem:       912  v-fix:    0  time:  1.35 s
20.99/21.05	c lits-rem:        15  cl-subs:       79  v-elim:      0  v-fix:    0  time:  1.17 s
20.99/21.06	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
21.09/21.19	c vivif2 --  cl tried    17936 cl shrink     8572 lits rem     171259 time: 0.12
21.39/21.47	c asymm  cl-useful: 0/12158/83643 lits-rem:0 time: 0.28
21.39/21.48	c calculated reachability. Time: 0.00
21.39/21.48	c  N dy   350     46251      8685     83643     81281     17872    319673   2283831     29.61   no data
22.59/22.63	c  N dy   382     51229      8685     83643     81294     22785    319673   3697194     30.06     31.66
23.79/23.80	c  N dy   422     55303      8685     83643     81305     26809    319673   4833036     30.72     32.41
23.79/23.81	c Finding binary XORs  T:     0.01 s  found:       0
24.99/25.02	c  N dy   447     59399      8685     83643     81329     30835    319673   5913185     30.96     42.87
26.40/26.45	c  N dy   480     63620      8685     83643     81377     34977    319673   7020053     31.30     33.01
27.50/27.57	c  N dy   519     67702      8685     83643     81392     21345    319673   3172920     31.69     34.98
27.99/28.02	c  S st   531     69376      8685     83643     81394     23000    319673   3638502     31.77     31.51
28.09/28.13	c  S st   531     69877      8685     83643     81562     23331    319673   3640327     31.77   no data
28.09/28.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.39/28.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3087 BRemL:    218 BRemN:      0 P:  7.6M T:  0.27
28.39/28.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.39/28.44	c bin-w-bin subsume rem           84 bins  time:  0.01 s
28.39/28.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
28.50/28.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
28.50/28.52	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
28.60/28.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
30.09/30.14	c subs with bin:       50  lits-rem:        87  v-fix:    0  time:  1.42 s
33.69/33.70	c lits-rem:        46  cl-subs:      191  v-elim:      0  v-fix:    0  time:  3.55 s
33.69/33.72	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
33.79/33.87	c vivif2 --  cl tried    23090 cl shrink     7406 lits rem     196041 time: 0.16
34.10/34.16	c asymm  cl-useful: 0/11654/83643 lits-rem:0 time: 0.28
34.10/34.17	c calculated reachability. Time: 0.00
34.10/34.17	c  N dy   531     69877      8685     83643     84349     23088    319673   3421527     31.77   no data
34.89/34.92	c Finding binary XORs  T:     0.01 s  found:       0
35.49/35.55	c  N dy   566     74375      8685     83643     84358     27525    319673   4656558     32.05     33.80
36.09/36.14	c  N dy   573     79496      8685     83643     84362     32501    319673   5958011     31.94     33.70
37.29/37.38	c  F st   578     87500      8685     83643     84362     20279    319673   2529257     31.43     26.58
37.29/37.40	c  N st   578     87500      8685     83643     84362     20279    319673   2529257     31.43     26.58
38.89/38.97	c  N dy   585     99055      8685     83643     84365     31398    319673   5098168     31.11     32.77
40.39/40.43	c  S st   609    104815      8685     83643     84365     37042    319673   6237022     31.21   no data
40.60/40.67	c  S st   609    105316      8685     83643     84581     37326    319673   6239066     31.21   no data
40.60/40.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
41.29/41.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    899 BRemL:    192 BRemN:      0 P: 18.8M T:  0.67
41.29/41.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.29/41.38	c bin-w-bin subsume rem            2 bins  time:  0.01 s
41.39/41.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
41.39/41.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
41.39/41.46	c Removed useless bin:       0  fixed:     0  props:   0.75M  time:  0.01 s
41.49/41.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
43.09/43.18	c subs with bin:        9  lits-rem:        36  v-fix:    0  time:  1.39 s
53.49/53.50	c lits-rem:       239  cl-subs:      731  v-elim:      0  v-fix:    0  time: 10.32 s
53.49/53.52	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
53.69/53.76	c vivif2 --  cl tried    36586 cl shrink    13109 lits rem     246108 time: 0.24
53.99/54.05	c asymm  cl-useful: 0/10294/83643 lits-rem:0 time: 0.29
53.99/54.06	c calculated reachability. Time: 0.00
53.99/54.06	c  N dy   609    105316      8685     83643     85288     36584    319673   5817527     31.21   no data
56.39/56.45	c  N dy   634    113241      8685     83643     85288     22763    319673   2305963     31.26     33.03
57.79/57.89	c  N dy   655    120784      8685     83643     85288     30073    319673   3689742     31.23     33.01
59.69/59.77	c Finding binary XORs  T:     0.01 s  found:       0
59.79/59.88	c  N dy   678    128847      8685     83643     85288     37894    319673   5188193     31.24     32.94
64.90/64.97	c  N dy   705    148085      8685     83643     85288     33720    319673   4208082     30.74     32.41
67.19/67.29	c  N dy   729    157974      8685     83643     85288     43366    319673   6086889     30.66     30.22
67.19/67.29	c  S st   729    157974      8685     83643     85288     43366    319673   6086889     30.66     30.22
67.49/67.59	c  S st   729    158476      8685     83643     85481     43674    319673   6088764     30.66   no data
67.59/67.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
68.29/68.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    734 BRemL:    176 BRemN:      0 P: 22.0M T:  0.72
68.29/68.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.29/68.35	c bin-w-bin subsume rem            2 bins  time:  0.01 s
68.39/68.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
68.39/68.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
68.39/68.42	c Removed useless bin:       0  fixed:     0  props:   0.74M  time:  0.01 s
68.49/68.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
70.09/70.14	c subs with bin:      133  lits-rem:        73  v-fix:    0  time:  1.46 s
83.09/83.18	c lits-rem:       185  cl-subs:      677  v-elim:      0  v-fix:    0  time: 13.03 s
83.09/83.19	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
83.39/83.45	c vivif2 --  cl tried    42864 cl shrink    15433 lits rem     207961 time: 0.25
83.69/83.73	c asymm  cl-useful: 0/8413/83643 lits-rem:0 time: 0.28
83.69/83.74	c calculated reachability. Time: 0.00
83.69/83.74	c  N dy   729    158476      8685     83643     86038     42863    319673   5742941     30.66   no data
88.09/88.12	c  N dy   781    173687      8685     83643     86038     33729    319673   3782620     30.78     32.56
88.09/88.13	c Finding binary XORs  T:     0.01 s  found:       0
91.39/91.40	c  N dy   821    186039      8685     83643     86038     45808    319673   6129194     30.79     32.77
95.60/95.61	c  N dy   879    198171      8685     83643     86038     32490    319673   3338940     30.98     32.85
99.40/99.46	c  N dy   908    210982      8685     83643     86038     45036    319673   5696066     30.91     32.70
107.09/107.18	c  N dy   940    237714      8685     83643     86038     44392    319673   4988430     30.46     23.81
107.09/107.18	c  S st   940    237714      8685     83643     86038     44392    319673   4988430     30.46     23.81
107.39/107.46	c  S st   940    238215      8685     83643     86218     44711    319673   4990010     30.46   no data
107.39/107.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
108.09/108.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    926 BRemL:    163 BRemN:      0 P: 21.8M T:  0.71
108.19/108.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
108.19/108.21	c bin-w-bin subsume rem            1 bins  time:  0.01 s
108.19/108.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
108.19/108.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
108.19/108.28	c Removed useless bin:       0  fixed:     0  props:   0.73M  time:  0.01 s
108.29/108.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
110.00/110.05	c subs with bin:       56  lits-rem:        93  v-fix:    0  time:  1.55 s
120.69/120.76	c lits-rem:       163  cl-subs:      950  v-elim:      0  v-fix:    0  time: 10.71 s
120.69/120.78	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
120.90/120.95	c vivif2 --  cl tried    43705 cl shrink    11056 lits rem     107975 time: 0.17
121.09/121.16	c asymm  cl-useful: 0/6641/83643 lits-rem:0 time: 0.21
121.09/121.17	c calculated reachability. Time: 0.00
121.09/121.17	c  N dy   940    238215      8685     83643     86980     43705    319673   4729516     30.46   no data
121.09/121.17	c Finding binary XORs  T:     0.01 s  found:       0
127.30/127.36	c  N dy   967    264353      8685     83643     86980     42093    319673   4955825     30.13     31.92
132.00/132.03	c  N dy  1033    282283      8685     83643     86980     31525    319673   2735106     30.18     31.77
137.50/137.53	c  N dy  1064    300348      8685     83643     86980     49276    319673   6310757     30.02     34.21
139.60/139.66	c  F st  1093    306253      8685     83643     86980     55075    319673   7419860     30.06     24.15
144.19/144.22	c  N dy  1152    320755      8685     83643     86980     40023    319673   4262613     30.18     31.81
153.69/153.75	c  N dy  1160    356812      8685     83643     86980     45279    319673   5026273     29.78     31.37
153.90/153.96	c  S st  1165    357324      8685     83643     86980     45778    319673   5129374     29.79     33.61
154.19/154.24	c  S st  1165    357824      8685     83643     87197     46060    319673   5131096     29.79   no data
154.19/154.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
154.89/154.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    972 BRemL:    102 BRemN:      0 P: 23.2M T:  0.73
155.00/155.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
155.00/155.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
155.00/155.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
155.00/155.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
155.00/155.09	c Removed useless bin:       0  fixed:     0  props:   0.73M  time:  0.01 s
155.10/155.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
156.79/156.80	c subs with bin:       38  lits-rem:        91  v-fix:    0  time:  1.50 s
165.79/165.83	c lits-rem:        47  cl-subs:      298  v-elim:      0  v-fix:    0  time:  9.02 s
165.79/165.84	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
166.00/166.04	c vivif2 --  cl tried    45724 cl shrink    12221 lits rem     262164 time: 0.20
166.30/166.35	c asymm  cl-useful: 0/4068/83643 lits-rem:0 time: 0.31
166.30/166.36	c calculated reachability. Time: 0.00
166.30/166.36	c  N dy  1165    357824      8685     83643     88069     45724    319673   4818628     29.79   no data
166.30/166.37	c Finding binary XORs  T:     0.01 s  found:       0
173.89/173.95	c  N dy  1276    381802      8685     83643     88069     37927    319673   3494298     29.96     31.59
180.09/180.20	c  N dy  1375    401845      8685     83643     88069     57689    319673   7344818     30.10     31.85
186.39/186.41	c  N dy  1419    425328      8685     83643     88069     48286    319673   5062501     30.02     31.73
192.90/192.95	c  N dy  1498    446379      8685     83643     88069     35532    319673   2845353     30.09     31.71
199.10/199.11	c  N dy  1582    467240      8685     83643     88069     55995    319673   6659341     30.17     32.04
206.90/206.96	c  N dy  1614    493463      8685     83643     88069     47348    319673   4870812     30.06     32.31
213.20/213.20	c  N dy  1703    513902      8685     83643     88069     67376    319673   8498340     30.10     31.88
218.59/218.62	c  N dy  1749    534838      8685     83643     88069     52605    319673   5578891     30.04     31.79
219.29/219.32	c  S st  1767    536737      8685     83643     88069     54480    319673   5929356     30.06   no data
219.59/219.60	c  S st  1767    537237      8685     83643     88261     54785    319673   5931167     30.06   no data
219.59/219.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
220.39/220.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1071 BRemL:    120 BRemN:      0 P: 26.0M T:  0.78
220.39/220.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
220.39/220.42	c bin-w-bin subsume rem            2 bins  time:  0.01 s
220.39/220.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
220.39/220.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
220.39/220.49	c Removed useless bin:       0  fixed:     0  props:   0.73M  time:  0.01 s
220.59/220.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
222.21/222.24	c subs with bin:       15  lits-rem:        91  v-fix:    0  time:  1.51 s
232.69/232.76	c lits-rem:        52  cl-subs:      531  v-elim:      0  v-fix:    0  time: 10.52 s
232.69/232.78	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
232.99/233.00	c vivif2 --  cl tried    54239 cl shrink    13634 lits rem     241477 time: 0.22
233.30/233.32	c asymm  cl-useful: 0/3712/83643 lits-rem:0 time: 0.32
233.30/233.33	c calculated reachability. Time: 0.00
233.30/233.33	c  N dy  1767    537237      8685     83643     89210     54239    319673   5601991     30.06   no data
233.30/233.34	c Finding binary XORs  T:     0.01 s  found:       0
246.99/247.08	c  N dy  1818    579264      8685     83643     89210     59499    319673   6474440     29.80     31.59
254.19/254.25	c  N dy  1922    600878      8685     83643     89210     43435    319673   3734340     29.89     31.51
259.90/259.97	c  N dy  1948    622785      8685     83643     89210     65037    319673   7731878     29.84     31.48
266.90/266.99	c  N dy  2038    643113      8685     83643     89210     46648    319673   4215729     29.90     31.47
273.19/273.27	c  N dy  2113    663196      8685     83643     89210     66385    319673   7730006     29.91     31.76
281.89/281.99	c  N dy  2188    684491      8685     83643     89210     47944    319673   4255494     29.92     31.78
292.50/292.55	c  N dy  2291    708778      8685     83643     89210     71818    319673   8789991     29.99     31.69
298.99/299.04	c  N dy  2318    732517      8685     83643     89210     54719    319673   4952370     29.86     31.49
305.99/306.04	c  N dy  2345    756457      8685     83643     89210     78228    319673   9099805     29.78     31.39
312.10/312.16	c  N dy  2414    776499      8685     83643     89210     56757    319673   5624194     29.79     31.45
318.49/318.58	c  N dy  2435    797569      8685     83643     89210     77366    319673   9357672     29.71     31.43
322.10/322.18	c  S st  2468    805855      8685     83643     89210     43337    319673   3184171     29.72     29.52
322.40/322.43	c  S st  2468    806355      8685     83643     89428     43619    319673   3185865     29.72   no data
322.40/322.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
323.00/323.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    747 BRemL:    121 BRemN:      0 P: 21.0M T:  0.61
323.00/323.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
323.00/323.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
323.10/323.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
323.10/323.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
323.10/323.15	c Removed useless bin:       0  fixed:     0  props:   0.73M  time:  0.01 s
323.20/323.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
324.40/324.45	c subs with bin:      326  lits-rem:       120  v-fix:    0  time:  1.13 s
327.00/327.01	c lits-rem:        30  cl-subs:      120  v-elim:      0  v-fix:    0  time:  2.55 s
327.00/327.02	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
327.00/327.09	c vivif2 --  cl tried    43173 cl shrink     2235 lits rem      28146 time: 0.07
327.40/327.40	c asymm  cl-useful: 0/6276/83643 lits-rem:0 time: 0.31
327.40/327.41	c calculated reachability. Time: 0.00
327.40/327.41	c  N dy  2468    806355      8685     83643     90054     43173    319673   3145866     29.72   no data
327.40/327.42	c Finding binary XORs  T:     0.01 s  found:       0
334.60/334.69	c  N dy  2543    833655      8685     83643     90054     69875    319673   7670601     29.72     31.34
341.80/341.86	c  N dy  2621    854458      8685     83643     90054     47242    319673   3782561     29.74     31.41
348.10/348.14	c  N dy  2652    875324      8685     83643     90054     67791    319673   7450411     29.71     31.48
359.80/359.85	c  N dy  2695    912948      8685     83643     90054     60703    319673   5867927     29.61     31.21
366.80/366.86	c  N dy  2769    933220      8685     83643     90054     80565    319673   9446544     29.63     31.22
377.10/377.16	c  N dy  2861    962557      8685     83643     90054     64183    319673   6499942     29.62     31.29
385.40/385.40	c  N dy  2943    982618      8685     83643     90054     83890    319673   9928073     29.65     47.45
391.70/391.79	c  N dy  2980   1005145      8685     83643     90054     59903    319673   5790071     29.60     31.49
399.80/399.85	c  N dy  3079   1025753      8685     83643     90055     80211    319673   9398017     29.65     31.34
407.30/407.34	c  N dy  3149   1045789      8685     83643     90055     52713    319673   4281777     29.66     31.27
415.00/415.02	c  N dy  3183   1070449      8685     83643     90055     76839    319673   8632851     29.61     31.21
415.50/415.54	c  F st  3188   1071877      8685     83643     90055     78244    319673   8875264     29.61     24.52
424.61/424.62	c  N dy  3249   1093923      8685     83643     90055     51857    319673   4090733     29.61     31.18
432.20/432.21	c  N dy  3359   1114282      8685     83643     90055     71884    319673   7633002     29.67     31.38
445.20/445.20	c  N dy  3491   1139335      8685     83643     90055     96550    319673  12047600     29.75     31.32
459.10/459.19	c  N dy  3547   1180525      8685     83643     90055     87796    319673  10229305     29.66     31.28
467.90/467.98	c  N dy  3651   1200554      8685     83643     90055     57433    319673   4920349     29.71     37.41
471.20/471.21	c  S st  3683   1209533      8685     83643     90055     66253    319673   6560632     29.71   no data
471.50/471.58	c  S st  3683   1210033      8685     83643     90229     66576    319673   6562430     29.71   no data
471.60/471.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
472.60/472.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1176 BRemL:     87 BRemN:      0 P: 32.3M T:  1.04
472.60/472.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
472.60/472.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
472.70/472.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
472.70/472.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
472.70/472.74	c Removed useless bin:       0  fixed:     0  props:   0.74M  time:  0.01 s
472.80/472.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
474.50/474.50	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  1.50 s
485.20/485.29	c lits-rem:        74  cl-subs:      358  v-elim:      0  v-fix:    0  time: 10.78 s
485.30/485.31	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
485.50/485.54	c vivif2 --  cl tried    66218 cl shrink    12366 lits rem     176332 time: 0.22
485.80/485.85	c asymm  cl-useful: 0/9773/83643 lits-rem:0 time: 0.32
485.80/485.86	c calculated reachability. Time: 0.00
485.80/485.86	c  N dy  3683   1210033      8685     83643     91321     66215    319673   6331030     29.71   no data
485.80/485.87	c Finding binary XORs  T:     0.01 s  found:       0
493.40/493.49	c  N dy  3754   1230098      8685     83643     91325     85963    319673  10741635     29.72     42.41
501.40/501.40	c  N dy  3846   1250153      8685     83643     91328     54621    319673   4314447     29.77     35.69
510.80/510.82	c  N dy  3939   1273113      8685     83643     91328     77237    319673   8461297     29.79     31.55
524.30/524.34	c  N dy  4037   1296255      8685     83643     91328     99995    319673  12517242     29.81     31.64
535.61/535.64	c  N dy  4079   1327182      8685     83643     91328     78217    319673   7854508     29.74     31.51
543.50/543.58	c  N dy  4126   1347249      8685     83643     91328     97842    319673  11082902     29.72     31.70
551.20/551.28	c  N dy  4183   1367732      8685     83643     91328     65042    319673   5928405     29.72     31.34
560.91/560.91	c  N dy  4221   1388870      8685     83643     91328     85861    319673   9751772     29.70     31.27
571.31/571.37	c  N dy  4302   1410146      8685     83643     91328    106778    319673  13389566     29.71     31.31
583.10/583.10	c  N dy  4342   1439261      8685     83643     91328     81386    319673   8621654     29.66     31.24
593.20/593.27	c  N dy  4452   1459313      8685     83643     91328    101113    319673  12145484     29.70     48.50
602.10/602.16	c  N dy  4526   1480904      8685     83643     91328     67328    319673   6163735     29.71     31.34
631.90/631.96	c  N dy  4608   1555337      8685     83643     91328     84609    319673   9194718     29.58     31.31
641.70/641.79	c  N dy  4659   1577760      8685     83643     91328    106767    319673  13136922     29.57     31.18
651.31/651.35	c  N dy  4747   1598056      8685     83643     91328     69597    319673   6645908     29.60     31.27
660.60/660.60	c  N dy  4805   1623337      8685     83643     91328     94430    319673  11085104     29.59     31.41
674.10/674.14	c  N dy  4859   1649875      8685     83643     91328     62440    319673   4982751     29.57     31.20
683.01/683.10	c  N dy  4980   1671993      8685     83643     91328     84202    319673   8832413     29.61     31.26
690.60/690.61	c  N dy  5015   1692184      8685     83643     91328    104010    319673  12045968     29.58     31.15
700.21/700.24	c  S st  5097   1710034      8685     83643     91328     62572    319673   5089219     29.60     24.52
700.51/700.57	c  S st  5097   1710535      8685     83643     91533     62867    319673   5090993     29.60   no data
700.51/700.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
701.51/701.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1343 BRemL:    127 BRemN:      0 P: 28.1M T:  0.94
701.51/701.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
701.51/701.56	c bin-w-bin subsume rem            3 bins  time:  0.01 s
701.61/701.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
701.61/701.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
701.61/701.63	c Removed useless bin:       0  fixed:     0  props:   0.76M  time:  0.01 s
701.71/701.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
703.31/703.37	c subs with bin:       23  lits-rem:        35  v-fix:    0  time:  1.51 s
708.71/708.79	c lits-rem:        34  cl-subs:      173  v-elim:      0  v-fix:    0  time:  5.41 s
708.81/708.80	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
708.91/708.92	c vivif2 --  cl tried    62671 cl shrink     4385 lits rem      54908 time: 0.12
709.21/709.24	c asymm  cl-useful: 0/9159/83643 lits-rem:0 time: 0.32
709.21/709.25	c calculated reachability. Time: 0.00
709.21/709.25	c  N dy  5097   1710535      8685     83643     92746     62671    319673   5017096     29.60   no data
709.21/709.26	c Finding binary XORs  T:     0.01 s  found:       0
723.60/723.65	c  N dy  5154   1743869      8685     83643     92746     95567    319673  10573767     29.55     31.47
736.41/736.44	c  N dy  5283   1763909      8685     83643     92746    115308    319673  14154870     29.60     34.00
745.30/745.35	c  N dy  5382   1784250      8685     83643     92746     75308    319673   6993561     29.62     31.37
754.90/754.92	c  N dy  5476   1804348      8685     83643     92746     95119    319673  10440184     29.65     32.47
768.50/768.59	c  N dy  5576   1826424      8685     83643     92746    116840    319673  14278109     29.67     31.34
781.11/781.12	c  N dy  5608   1857790      8685     83643     92746     86712    319673   8620093     29.61     31.40
792.11/792.18	c  N dy  5623   1884191      8685     83643     92746    112723    319673  12699424     29.54     31.19
801.40/801.42	c  N dy  5668   1905388      8685     83643     92746     71628    319673   5995265     29.54     31.17
812.30/812.33	c  N dy  5704   1931398      8685     83643     92746     97200    319673  10201248     29.51     31.13
823.81/823.84	c  N dy  5774   1951574      8685     83643     92746    116955    319673  13494978     29.52     31.15
832.61/832.62	c  N dy  5815   1974911      8685     83643     92746     76842    319673   6779078     29.49     31.09
840.71/840.78	c  N dy  5871   1995601      8685     83643     92746     97154    319673  10236704     29.49     31.21
854.11/854.10	c  N dy  6000   2015660      8685     83643     92746    116908    319673  13721553     29.54     38.16
865.11/865.17	c  N dy  6089   2035879      8685     83643     92746     72931    319673   6093020     29.56     31.26
879.50/879.58	c  N dy  6143   2074767      8685     83643     92746    111291    319673  12383341     29.50     31.16
891.60/891.64	c  N dy  6214   2094881      8685     83643     92746     66146    319673   4788614     29.51     31.11
900.31/900.37	c  N dy  6303   2115708      8685     83643     92746     86621    319673   8212204     29.54     31.23
913.91/913.97	c  N dy  6400   2137865      8685     83643     92746    108405    319673  11926011     29.55     31.76
930.81/930.82	c  N dy  6505   2157946      8685     83643     92746    128195    319673  15324569     29.58     34.29
940.91/940.93	c  N dy  6604   2178429      8685     83643     92746     82401    319673   7414890     29.60     31.32
951.52/951.52	c  N dy  6688   2199629      8685     83643     92746    103276    319673  10925332     29.61     31.38
957.02/957.06	c  S st  6725   2210536      8685     83643     92746    114012    319673  12683600     29.61     25.62
957.61/957.69	c  S st  6725   2211036      8685     83643     92943    114312    319673  12685351     29.61   no data
957.71/957.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
959.51/959.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1021 BRemL:     99 BRemN:      0 P: 47.1M T:  1.82
959.51/959.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
959.51/959.57	c bin-w-bin subsume rem            0 bins  time:  0.01 s
959.61/959.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
959.61/959.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
959.61/959.64	c Removed useless bin:       0  fixed:     0  props:   0.77M  time:  0.01 s
959.71/959.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
961.71/961.74	c subs with bin:       30  lits-rem:        74  v-fix:    0  time:  1.62 s
988.71/988.70	c lits-rem:        63  cl-subs:      981  v-elim:      0  v-fix:    0  time: 26.95 s
988.71/988.71	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
989.21/989.29	c vivif2 --  cl tried   113301 cl shrink    35384 lits rem     508762 time: 0.58
989.61/989.62	c asymm  cl-useful: 0/6563/83643 lits-rem:0 time: 0.33
989.61/989.63	c calculated reachability. Time: 0.00
989.61/989.63	c  N dy  6725   2211036      8685     83643     93866    113301    319673  12020332     29.61   no data
989.61/989.64	c Finding binary XORs  T:     0.01 s  found:       0
1007.51/1007.54	c  N dy  6847   2231106      8685     83643     93866    133132    319673  15593297     29.64     33.18
1015.32/1015.36	c  N dy  6904   2251252      8685     83643     93866     86115    319673   7909563     29.64     31.31
1023.81/1023.85	c  N dy  6956   2271295      8685     83643     93866    105770    319673  11149149     29.64     31.42
1039.01/1039.05	c  N dy  7052   2298983      8685     83643     93866    133039    319673  15784970     29.64     32.78
1047.71/1047.72	c  N dy  7133   2319504      8685     83643     93866     85421    319673   7896938     29.65     31.37
1103.82/1103.85	c  N dy  7135   2430904      8685     83643     93866    126402    319673  13433469     29.31     30.88
1112.51/1112.54	c  N dy  7179   2450932      8685     83643     93866     76102    319673   6423089     29.31     31.57
1121.51/1121.53	c  N dy  7258   2471015      8685     83643     93866     95894    319673   9870197     29.32     36.85
1130.71/1130.74	c  N dy  7304   2491016      8685     83643     93866    115592    319673  13100376     29.32     40.62
1142.41/1142.43	c  N dy  7358   2511039      8685     83643     93866    135291    319673  16411451     29.32     38.88
1166.03/1166.07	c  N dy  7404   2560467      8685     83643     93869    112873    319673  12443863     29.25     30.86
1176.71/1176.70	c  N dy  7480   2580504      8685     83643     93869    132535    319673  15749378     29.26     42.48
1190.61/1190.68	c  N dy  7509   2608997      8685     83643     93869     88806    319673   8031830     29.21     30.79
1200.81/1200.89	c  N dy  7560   2629047      8685     83643     93869    108545    319673  11157810     29.20     30.99
1213.71/1213.74	c  N dy  7595   2649079      8685     83643     93869    128336    319673  14773798     29.20     33.04
1231.02/1231.08	c  N dy  7718   2669132      8685     83643     93869     75279    319673   5849771     29.23     36.52
1239.31/1239.39	c  N dy  7794   2690596      8685     83643     93869     96460    319673   9369584     29.23     30.91
1252.32/1252.37	c  N dy  7931   2710679      8685     83643     93869    116216    319673  12800059     29.27     33.22
1252.72/1252.78	c  S st  7935   2711036      8685     83643     93869    116566    319673  12868850     29.27   no data
1253.32/1253.39	c  S st  7935   2711536      8685     83643     94066    116866    319673  12870822     29.27   no data
1253.42/1253.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1255.32/1255.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1395 BRemL:    105 BRemN:      0 P: 53.5M T:  1.97
1255.42/1255.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.42/1255.42	c bin-w-bin subsume rem            1 bins  time:  0.01 s
1255.42/1255.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1255.42/1255.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8685 time:  0.01 s
1255.52/1255.50	c Removed useless bin:       0  fixed:     0  props:   0.80M  time:  0.01 s
1255.62/1255.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
1257.42/1257.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
1287.82/1287.89	c lits-rem:        90  cl-subs:     1027  v-elim:      0  v-fix:    0  time: 30.42 s
1287.92/1287.91	c vivif2 --  cl tried    83643 cl shrink        0 lits rem          0 time: 0.01
1288.42/1288.49	c vivif2 --  cl tried   115839 cl shrink    37075 lits rem     472928 time: 0.57
1288.82/1288.82	c asymm  cl-useful: 0/6560/83643 lits-rem:0 time: 0.33
1288.82/1288.83	c calculated reachability. Time: 0.00
1288.82/1288.83	c  N dy  7935   2711536      8685     83643     95356    115838    319673  12245544     29.27   no data
1288.82/1288.84	c Finding binary XORs  T:     0.01 s  found:       0

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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368145-1305379171/watcher-3368145-1305379171 -o /tmp/evaluation-result-3368145-1305379171/solver-3368145-1305379171 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368145-1305379171.cnf 

running on 2 cores: 1,3

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: 0.15 0.03 0.01 5/317 10608
/proc/meminfo: memFree=12261904/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=33504 CPUtime=0 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 1797 0 0 0 0 0 0 0 22 0 1 0 649515907 34308096 1511 33554432000 4194304 4580011 140733343063472 18446744073709551615 4489408 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 8376 1512 324 95 0 3358 0

[startup+0.0947269 s]
/proc/loadavg: 0.15 0.03 0.01 5/317 10608
/proc/meminfo: memFree=12261904/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=37060 CPUtime=0.08 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 3191 0 0 0 8 0 0 0 22 0 1 0 649515907 37949440 2905 33554432000 4194304 4580011 140733343063472 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 9265 2905 339 95 0 4247 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37060

[startup+0.100727 s]
/proc/loadavg: 0.15 0.03 0.01 5/317 10608
/proc/meminfo: memFree=12261904/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=37060 CPUtime=0.09 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 3195 0 0 0 9 0 0 0 22 0 1 0 649515907 37949440 2909 33554432000 4194304 4580011 140733343063472 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 9265 2909 339 95 0 4247 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37060

[startup+0.300695 s]
/proc/loadavg: 0.15 0.03 0.01 5/317 10608
/proc/meminfo: memFree=12261904/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=37192 CPUtime=0.29 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 3232 0 0 0 29 0 0 0 23 0 1 0 649515907 38084608 2946 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 9298 2946 339 95 0 4280 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37192

[startup+0.700622 s]
/proc/loadavg: 0.15 0.03 0.01 5/317 10608
/proc/meminfo: memFree=12261904/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=54020 CPUtime=0.69 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 7608 0 0 0 69 0 0 0 25 0 1 0 649515907 55316480 7107 33554432000 4194304 4580011 140733343063472 18446744073709551615 4415149 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 13505 7107 357 95 0 8487 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54020

[startup+1.50048 s]
/proc/loadavg: 0.15 0.03 0.01 5/321 10615
/proc/meminfo: memFree=12195964/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=51516 CPUtime=1.49 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 8057 0 0 0 148 1 0 0 25 0 1 0 649515907 52752384 6512 33554432000 4194304 4580011 140733343063472 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 12879 6512 365 95 0 7861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51516

[startup+3.1002 s]
/proc/loadavg: 0.54 0.11 0.04 5/321 10615
/proc/meminfo: memFree=12182200/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=51516 CPUtime=3.09 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 8365 0 0 0 308 1 0 0 25 0 1 0 649515907 52752384 6820 33554432000 4194304 4580011 140733343063472 18446744073709551615 4302476 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 12879 6820 365 95 0 7861 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51516

[startup+6.30064 s]
/proc/loadavg: 0.54 0.11 0.04 5/321 10615
/proc/meminfo: memFree=12178852/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=84924 CPUtime=6.29 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 9936 0 0 0 628 1 0 0 25 0 1 0 649515907 86962176 8391 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 21231 8391 365 95 0 16213 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84924

[startup+12.7005 s]
/proc/loadavg: 1.15 0.26 0.08 5/321 10615
/proc/meminfo: memFree=11975632/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=112908 CPUtime=12.69 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 26559 0 0 0 1266 3 0 0 25 0 1 0 649515907 115617792 22144 33554432000 4194304 4580011 140733343063472 18446744073709551615 4415677 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 28227 22144 368 95 0 23209 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112908

[startup+25.5002 s]
/proc/loadavg: 1.59 0.38 0.13 5/321 10615
/proc/meminfo: memFree=11943492/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=192512 CPUtime=25.49 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 39470 0 0 0 2543 6 0 0 25 0 1 0 649515907 197132288 29239 33554432000 4194304 4580011 140733343063472 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 48128 29239 376 95 0 43110 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 192512

[startup+51.1007 s]
/proc/loadavg: 2.41 0.67 0.23 5/321 10643
/proc/meminfo: memFree=11828972/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=352168 CPUtime=51.09 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 88817 0 0 0 5095 14 0 0 25 0 1 0 649515907 360620032 59116 33554432000 4194304 4580011 140733343063472 18446744073709551615 4416641 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 88042 59116 368 95 0 83024 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 352168

[startup+102.312 s]
/proc/loadavg: 3.36 1.23 0.44 5/321 10644
/proc/meminfo: memFree=11626816/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=327648 CPUtime=102.3 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 126938 0 0 0 10207 23 0 0 25 0 1 0 649515907 335511552 72971 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 81912 72971 368 95 0 76894 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 327648

[startup+162.301 s]
/proc/loadavg: 3.76 1.73 0.66 5/321 10646
/proc/meminfo: memFree=11550152/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=452232 CPUtime=162.29 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 151620 0 0 0 16201 28 0 0 25 0 1 0 649515907 463085568 83879 33554432000 4194304 4580011 140733343063472 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 113058 83879 368 95 0 108040 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 452232

[startup+222.301 s]
/proc/loadavg: 3.97 2.16 0.87 5/321 10648
/proc/meminfo: memFree=11516392/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=429776 CPUtime=222.29 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 185880 0 0 0 22192 37 0 0 25 0 1 0 649515907 440090624 76317 33554432000 4194304 4580011 140733343063472 18446744073709551615 4451722 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 107444 76317 368 95 0 102426 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 429776

[startup+282.301 s]
/proc/loadavg: 3.99 2.49 1.06 5/321 10649
/proc/meminfo: memFree=11366924/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=360432 CPUtime=282.29 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 226509 0 0 0 28184 45 0 0 25 0 1 0 649515907 369082368 80497 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 90108 80497 368 95 0 85090 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 360432

[startup+342.3 s]
/proc/loadavg: 3.99 2.76 1.25 5/321 10678
/proc/meminfo: memFree=11406408/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=361652 CPUtime=342.29 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 269256 0 0 0 34173 56 0 0 25 0 1 0 649515907 370331648 80145 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 90413 80145 368 95 0 85395 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 361652

[startup+402.301 s]
/proc/loadavg: 4.06 3.00 1.42 5/321 10679
/proc/meminfo: memFree=11348076/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=466860 CPUtime=402.3 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 310005 0 0 0 40166 64 0 0 25 0 1 0 649515907 478064640 86419 33554432000 4194304 4580011 140733343063472 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 116715 86420 368 95 0 111697 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 466860

[startup+462.3 s]
/proc/loadavg: 4.02 3.18 1.58 5/321 10681
/proc/meminfo: memFree=11318284/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=472492 CPUtime=462.3 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 348456 0 0 0 46159 71 0 0 25 0 1 0 649515907 483831808 87359 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 118123 87359 368 95 0 113105 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 472492

[startup+522.301 s]
/proc/loadavg: 4.13 3.36 1.74 5/321 10683
/proc/meminfo: memFree=11246216/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=476668 CPUtime=522.3 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 379363 0 0 0 52151 79 0 0 25 0 1 0 649515907 488108032 88188 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 119167 88188 368 95 0 114149 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 476668

[startup+582.301 s]
/proc/loadavg: 4.11 3.49 1.88 5/321 10684
/proc/meminfo: memFree=11258084/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=484544 CPUtime=582.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 416438 0 0 0 58143 88 0 0 25 0 1 0 649515907 496173056 84733 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 121136 84733 368 95 0 116118 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 484544

[startup+642.3 s]
/proc/loadavg: 4.04 3.58 2.01 5/321 10686
/proc/meminfo: memFree=11186256/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=489200 CPUtime=642.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 449805 0 0 0 64136 95 0 0 25 0 1 0 649515907 500940800 89662 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 122300 89662 368 95 0 117282 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 489200

[startup+702.301 s]
/proc/loadavg: 4.01 3.65 2.13 5/321 10687
/proc/meminfo: memFree=11160416/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=368768 CPUtime=702.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 486816 0 0 0 70128 103 0 0 25 0 1 0 649515907 377618432 81558 33554432000 4194304 4580011 140733343063472 18446744073709551615 4413250 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 92192 81558 368 95 0 87174 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 368768

[startup+762.312 s]
/proc/loadavg: 4.00 3.71 2.25 5/321 10689
/proc/meminfo: memFree=11089832/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=487080 CPUtime=762.32 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 508589 0 0 0 76122 110 0 0 25 0 1 0 649515907 498769920 87224 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 121770 87224 368 95 0 116752 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 487080

[startup+822.301 s]
/proc/loadavg: 4.00 3.76 2.35 5/321 10691
/proc/meminfo: memFree=11060784/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=520308 CPUtime=822.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 532311 0 0 0 82115 116 0 0 25 0 1 0 649515907 532795392 95985 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 130077 95985 368 95 0 125059 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 520308

[startup+882.301 s]
/proc/loadavg: 4.08 3.83 2.46 5/321 10692
/proc/meminfo: memFree=11058384/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=554808 CPUtime=882.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 556022 0 0 0 88110 121 0 0 25 0 1 0 649515907 568123392 103971 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 138702 103971 368 95 0 133684 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 554808

[startup+942.301 s]
/proc/loadavg: 4.07 3.87 2.56 5/321 10694
/proc/meminfo: memFree=10888584/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=558552 CPUtime=942.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 574972 0 0 0 94103 128 0 0 25 0 1 0 649515907 571957248 98718 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 139638 98718 368 95 0 134620 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 558552

[startup+1002.3 s]
/proc/loadavg: 4.05 3.91 2.66 5/321 10695
/proc/meminfo: memFree=10736768/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=617668 CPUtime=1002.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 600760 0 0 0 100101 130 0 0 25 0 1 0 649515907 632492032 124506 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 154417 124506 368 95 0 149399 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 617668

[startup+1062.3 s]
/proc/loadavg: 4.02 3.92 2.74 5/321 10697
/proc/meminfo: memFree=10780508/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=620644 CPUtime=1062.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 632183 0 0 0 106095 136 0 0 25 0 1 0 649515907 635539456 116484 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 155161 116484 368 95 0 150143 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 620644

[startup+1122.3 s]
/proc/loadavg: 4.12 3.96 2.82 5/321 10726
/proc/meminfo: memFree=10271088/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=634064 CPUtime=1122.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 661677 0 0 0 112088 143 0 0 25 0 1 0 649515907 649281536 113813 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 158516 113813 368 95 0 153498 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 634064

[startup+1182.3 s]
/proc/loadavg: 4.04 3.97 2.89 5/321 10727
/proc/meminfo: memFree=10151112/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=635840 CPUtime=1182.31 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 686663 0 0 0 118080 151 0 0 25 0 1 0 649515907 651100160 120859 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 158960 120859 368 95 0 153942 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 635840

[startup+1242.3 s]
/proc/loadavg: 4.06 3.99 2.97 5/321 10729
/proc/meminfo: memFree=10152548/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=637240 CPUtime=1242.32 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 715850 0 0 0 124067 165 0 0 25 0 1 0 649515907 652533760 113885 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 159310 113885 368 95 0 154292 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 637240



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.02 5/321 10784
/proc/meminfo: memFree=11024784/32950928 swapFree=67111348/67111528
[pid=10608] ppid=10606 vsize=649868 CPUtime=1300.02 cores=1,3
/proc/10608/stat : 10608 (strangenight2-s) R 10606 10608 10553 0 -1 4202496 730035 0 0 0 129835 167 0 0 25 0 1 0 649515907 665464832 128070 33554432000 4194304 4580011 140733343063472 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10608/statm: 162467 128070 368 95 0 157449 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 649868

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.06
CPU user time (s): 1298.36
CPU system time (s): 1.70074
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 652004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.36
system time used= 1.70074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 730035
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= 6
involuntary context switches= 17029

runsolver used 3.74743 second user time and 9.29159 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 15:19:31
IDJOB=3368145
IDBENCH=70910
IDSOLVER=1845
FILE ID=node120/3368145-1305379171
RUNJOBID= node120-1305379154-10573
PBS_JOBID= 13324382
Free space on /tmp= 73492 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368145-1305379171/watcher-3368145-1305379171 -o /tmp/evaluation-result-3368145-1305379171/solver-3368145-1305379171 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368145-1305379171.cnf

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1901053635

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12262556 kB
Buffers:        237048 kB
Cached:        3513828 kB
SwapCached:          0 kB
Active:       17491492 kB
Inactive:      2909648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12262556 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           26412 kB
Writeback:           0 kB
AnonPages:    16649492 kB
Mapped:          25340 kB
Slab:           175104 kB
PageTables:      49380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51757984 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= 73476 MiB
End job on node120 at 2011-05-14 15:41:13