Trace number 3288967

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? (TO) 1300.06 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3288967-1303775588.cnf'
0.00/0.00	c -- header says num vars:          44362
0.00/0.00	c -- header says num clauses:      148436
0.00/0.05	c -- clauses added:            0 learnts,       148436 normals,            0 xors
0.00/0.05	c -- vars added      44362
0.00/0.05	c Parsing time:  0.05 s
0.00/0.05	c  N st     0         0     44362     71422     67911         0    357440         0   no data   no data
0.79/0.82	c asymm  cl-useful: 8/40183/71422 lits-rem:88 time: 0.77
3.49/3.50	c Flit:    80 Blit:   3934 bXBeca:    0 bXProp: 7226 Bins:      0 BRemL:      0 BRemN:      0 P: 54.8M T:  2.66
3.49/3.50	c Cleaning up after failed var search:     0.00 s 
3.49/3.53	c Replacing     7226 vars Replaced   201931 lits Time:     0.02 s 
3.49/3.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.49/3.55	c bin-w-bin subsume rem          845 bins  time:  0.00 s
3.49/3.56	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
3.49/3.59	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  31096 time:  0.03 s
3.60/3.62	c Removed useless bin:      45  fixed:     0  props:   4.74M  time:  0.03 s
3.69/3.73	c lits-rem:         0  cl-subs:      255  v-elim:  10365  v-fix:    0  time:  0.11 s
3.79/3.81	c Finding binary XORs  T:     0.08 s  found:      20
3.79/3.81	c Replacing       20 vars Replaced      245 lits Time:     0.00 s 
3.79/3.86	c Finding non-binary XORs:     0.03 s (found:   10050, avg size: 3.0)
3.79/3.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1620 locsubst:  6422 time:   0.02
3.79/3.87	c Replacing     3211 vars Replaced    19266 lits Time:     0.01 s 
3.79/3.87	c calculated reachability. Time: 0.00
3.79/3.88	c Calc default polars -  time:   0.00 s pos:    1922 undec:   28535 neg:   13905
3.79/3.88	c =========================================================================================
3.79/3.88	c types(t): F = full restart, N = normal restart
3.79/3.88	c types(t): S = simplification begin/end, E = solution found
3.79/3.88	c restart types(rt): st = static, dy = dynamic
3.79/3.88	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.79/3.88	c  B st     0         0     15880     26056     20551         0    171687         0   no data   no data
4.09/4.10	c Decided on static restart strategy
4.39/4.45	c  N st     8      4915     15876     26056     20678      4630    171687    138366   no data   no data
5.49/5.59	c  N st    10     11297     15875     26056     20724     10876    171687    930714   no data   no data
6.30/6.37	c  N st    11     17040     15874     26056     20790     16361    171687   1211534   no data   no data
7.80/7.87	c  F st    12     25001     15869     26056     20840     14724    171687   1161564   no data   no data
7.80/7.89	c  N st    12     25001     15869     26053     20707     14713    171412   1161471   no data   no data
8.69/8.79	c Decided on static restart strategy
8.69/8.79	c  N st    18     30000     15865     26053     20758     19569    171412   1577785   no data   no data
8.69/8.79	c  S st    18     30000     15865     26053     20758     19569    171412   1577785   no data   no data
8.90/8.93	c  S st    18     30500     15865     26053     20814     20013    171412   1587037   no data   no data
8.90/8.95	c x-sub:  3211 x-cut:      0 vfix:      0 v-elim:    809 locsubst:     0 time:   0.02
9.90/9.94	c Flit:    86 Blit:      2 bXBeca:    0 bXProp:    9 Bins: 250022 BRemL: 104503 BRemN:      8 P: 15.1M T:  0.99
9.90/9.96	c Replacing        9 vars Replaced      838 lits Time:     0.02 s 
9.90/9.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.90/9.99	c bin-w-bin subsume rem          217 bins  time:  0.02 s
10.00/10.01	c subs with bin:      832  lits-rem:       679  v-fix:    0  time:  0.02 s
10.00/10.04	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:  14958 time:  0.03 s
10.00/10.05	c Removed useless bin:      37  fixed:     0  props:   0.52M  time:  0.01 s
10.00/10.10	c lits-rem:       291  cl-subs:      254  v-elim:   2160  v-fix:    0  time:  0.05 s
10.10/10.12	c subs with bin:       72  lits-rem:       284  v-fix:    0  time:  0.02 s
10.10/10.15	c lits-rem:       247  cl-subs:      316  v-elim:      0  v-fix:    0  time:  0.02 s
10.40/10.47	c asymm  cl-useful: 275/25625/25625 lits-rem:1195 time: 0.33
10.40/10.48	c calculated reachability. Time: 0.00
10.40/10.48	c  N st    18     30500     12798     25625    143656      4916    152437    335987   no data   no data
10.50/10.54	c Finding binary XORs  T:     0.06 s  found:       0
11.49/11.52	c  N st    20     37616     12796     25625    143656     11900    152437    855286   no data   no data
12.39/12.44	c  N st    21     44015     12796     25625    143657     10612    152437    701130   no data   no data
12.69/12.70	c  S st    22     45751     12796     25625    143661     12293    152437    840487   no data   no data
12.79/12.81	c  S st    22     46254     12796     25625    143666     12789    152437    849277   no data   no data
12.79/12.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    396 locsubst:     0 time:   0.01
13.49/13.52	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3343 BRemL:  69612 BRemN:    119 P:  8.0M T:  0.70
13.49/13.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.49/13.54	c bin-w-bin subsume rem          283 bins  time:  0.01 s
13.49/13.55	c subs with bin:       80  lits-rem:        44  v-fix:    0  time:  0.01 s
13.49/13.57	c Subs w/ non-existent bins:      0 l-rem:     48 v-fix:     0 done:  12398 time:  0.02 s
13.49/13.57	c Removed useless bin:       1  fixed:     0  props:   0.42M  time:  0.01 s
13.59/13.60	c lits-rem:         0  cl-subs:       46  v-elim:     51  v-fix:    0  time:  0.02 s
13.69/13.71	c subs with bin:       16  lits-rem:       157  v-fix:    0  time:  0.09 s
13.69/13.80	c lits-rem:       295  cl-subs:      326  v-elim:      0  v-fix:    0  time:  0.09 s
13.79/13.80	c vivif2 --  cl tried    25523 cl shrink      167 lits rem        359 time: 0.01
13.79/13.82	c vivif2 --  cl tried     9098 cl shrink     1782 lits rem      13456 time: 0.02
14.09/14.10	c asymm  cl-useful: 91/22726/25510 lits-rem:215 time: 0.28
14.09/14.11	c calculated reachability. Time: 0.00
14.09/14.11	c  N st    22     46254     12347     25510     70977      9097    149885    412586   no data   no data
16.69/16.76	c  N st    23     60652     12347     25510     70980     23259    149885   1191417   no data   no data
16.79/16.80	c Finding binary XORs  T:     0.05 s  found:       0
18.69/18.77	c  N st    24     69381     12345     25510     70981     19020    149885   1592260   no data   no data
18.69/18.77	c  S st    24     69381     12345     25510     70981     19020    149885   1592260   no data   no data
18.79/18.89	c  S st    24     69883     12345     25510     70985     19517    149885   1605068   no data   no data
18.89/18.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    198 locsubst:     0 time:   0.01
19.29/19.37	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:   16 Bins:    385 BRemL:    201 BRemN:      0 P:  8.6M T:  0.46
19.29/19.39	c Replacing       16 vars Replaced      359 lits Time:     0.01 s 
19.29/19.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.39/19.40	c bin-w-bin subsume rem           17 bins  time:  0.01 s
19.39/19.41	c subs with bin:       39  lits-rem:        18  v-fix:    0  time:  0.01 s
19.39/19.43	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:  12129 time:  0.02 s
19.39/19.44	c Removed useless bin:       1  fixed:     0  props:   0.45M  time:  0.01 s
19.39/19.46	c lits-rem:         0  cl-subs:      114  v-elim:     46  v-fix:    0  time:  0.02 s
19.60/19.68	c subs with bin:        0  lits-rem:        25  v-fix:    0  time:  0.21 s
19.70/19.78	c lits-rem:       408  cl-subs:      271  v-elim:      0  v-fix:    0  time:  0.10 s
19.70/19.79	c vivif2 --  cl tried    25329 cl shrink       45 lits rem         56 time: 0.01
19.80/19.81	c vivif2 --  cl tried    13154 cl shrink     1118 lits rem       5227 time: 0.02
19.80/19.87	c asymm  cl-useful: 143/2603/25329 lits-rem:429 time: 0.05
19.80/19.88	c calculated reachability. Time: 0.00
19.80/19.88	c  N st    24     69883     12083     25186     70343     13154    148378    569715   no data   no data
26.69/26.72	c  F st    25     87500     12081     25186     70355     15775    148378   1512643   no data   no data
26.69/26.74	c  N st    25     87500     12081     25183     69083     15728    148315   1509695   no data   no data
27.69/27.74	c Decided on static restart strategy
28.19/28.29	c  N st    32     95537     12080     25183     69087     23662    148315   2529913   no data   no data
30.39/30.45	c  N st    34    104824     12079     25183     69088     32810    148315   4066547   no data   no data
30.39/30.45	c  S st    34    104824     12079     25183     69088     32810    148315   4066547   no data   no data
30.59/30.61	c  S st    34    105324     12079     25183     69092     33303    148315   4081777   no data   no data
30.59/30.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     54 locsubst:     0 time:   0.02
31.09/31.19	c Flit:     9 Blit:      1 bXBeca:    0 bXProp:   99 Bins:    549 BRemL:    339 BRemN:     49 P: 12.2M T:  0.56
31.19/31.23	c Replacing       99 vars Replaced     3396 lits Time:     0.04 s 
31.19/31.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.19/31.24	c bin-w-bin subsume rem          106 bins  time:  0.01 s
31.19/31.25	c subs with bin:      160  lits-rem:       154  v-fix:    0  time:  0.01 s
31.19/31.27	c Subs w/ non-existent bins:      0 l-rem:      6 v-fix:     0 done:  11916 time:  0.01 s
31.19/31.28	c Removed useless bin:       0  fixed:     0  props:   0.44M  time:  0.01 s
31.29/31.33	c lits-rem:        22  cl-subs:      182  v-elim:     52  v-fix:    0  time:  0.05 s
32.89/32.90	c subs with bin:       11  lits-rem:       578  v-fix:    0  time:  1.44 s
35.20/35.20	c lits-rem:      1238  cl-subs:      797  v-elim:      0  v-fix:    0  time:  2.30 s
35.20/35.21	c vivif2 --  cl tried    24752 cl shrink        2 lits rem          2 time: 0.01
35.39/35.40	c vivif2 --  cl tried    31746 cl shrink     6278 lits rem      72849 time: 0.19
35.59/35.69	c asymm  cl-useful: 116/16263/24752 lits-rem:303 time: 0.29
35.69/35.70	c calculated reachability. Time: 0.00
35.69/35.70	c  N st    34    105324     11864     24742     62809     31746    145874   3701799   no data   no data
35.69/35.75	c Finding binary XORs  T:     0.04 s  found:       0
38.09/38.20	c  N st    35    114922     11864     24742     62810     22578    145874   1967075   no data   no data
41.09/41.12	c  N st    36    129319     11864     24742     62811     36806    145874   3444871   no data   no data
47.39/47.49	c  N st    37    150915     11864     24742     62811     36483    145874   5054393   no data   no data
48.69/48.77	c  S st    38    157986     11864     24742     62811     43430    145874   5561339   no data   no data
48.89/48.97	c  S st    38    158491     11864     24742     62813     43926    145874   5576680   no data   no data
48.89/48.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.50/49.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    136 BRemL:    222 BRemN:      4 P: 13.5M T:  0.60
49.50/49.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.50/49.60	c bin-w-bin subsume rem           98 bins  time:  0.01 s
49.60/49.61	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.01 s
49.60/49.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11864 time:  0.01 s
49.60/49.63	c Removed useless bin:       0  fixed:     0  props:   0.46M  time:  0.01 s
49.69/49.70	c lits-rem:         0  cl-subs:       34  v-elim:     26  v-fix:    0  time:  0.06 s
51.29/51.34	c subs with bin:        1  lits-rem:        84  v-fix:    0  time:  1.47 s
54.39/54.49	c lits-rem:      2450  cl-subs:      837  v-elim:      0  v-fix:    0  time:  3.15 s
54.39/54.50	c vivif2 --  cl tried    24679 cl shrink        1 lits rem          1 time: 0.01
54.70/54.76	c vivif2 --  cl tried    42368 cl shrink     8919 lits rem      71889 time: 0.26
54.90/54.93	c asymm  cl-useful: 18/8416/24679 lits-rem:54 time: 0.17
54.90/54.94	c calculated reachability. Time: 0.00
54.90/54.94	c  N st    38    158491     11838     24661     62653     42368    145469   5142821   no data   no data
71.29/71.38	c  N st    39    207081     11838     24661     62654     41853    145469   3973798   no data   no data
81.79/81.89	c  N st    40    237737     11838     24661     62655     46054    145469   4756149   no data   no data
81.79/81.89	c  S st    40    237737     11838     24661     62655     46054    145469   4756149   no data   no data
81.99/82.08	c  S st    40    238239     11838     24661     62655     46552    145469   4771386   no data   no data
82.09/82.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
82.69/82.75	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:   10 Bins:    548 BRemL:    447 BRemN:      7 P: 13.2M T:  0.65
82.69/82.80	c Replacing       10 vars Replaced      528 lits Time:     0.05 s 
82.79/82.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.79/82.81	c bin-w-bin subsume rem           11 bins  time:  0.01 s
82.79/82.82	c subs with bin:       15  lits-rem:        11  v-fix:    0  time:  0.01 s
82.79/82.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11825 time:  0.01 s
82.79/82.84	c Removed useless bin:       0  fixed:     0  props:   0.45M  time:  0.01 s
82.89/82.91	c lits-rem:         0  cl-subs:       10  v-elim:      3  v-fix:    0  time:  0.06 s
84.50/84.51	c subs with bin:       10  lits-rem:        97  v-fix:    0  time:  1.46 s
88.20/88.23	c lits-rem:      1978  cl-subs:     1225  v-elim:      0  v-fix:    0  time:  3.72 s
88.20/88.23	c vivif2 --  cl tried    24608 cl shrink        0 lits rem          0 time: 0.01
88.49/88.50	c vivif2 --  cl tried    45153 cl shrink    10996 lits rem      81520 time: 0.26
88.69/88.79	c asymm  cl-useful: 41/14929/24608 lits-rem:62 time: 0.29
88.79/88.80	c calculated reachability. Time: 0.00
88.79/88.80	c  N st    40    238239     11822     24606     61488     45153    145189   4539287   no data   no data
88.79/88.85	c Finding binary XORs  T:     0.04 s  found:       0
118.00/118.09	c  F st    41    306250     11822     24606     61492     56385    145189   6025271   no data   no data
118.10/118.11	c  N st    41    306250     11822     24606     61492     56385    145189   6025271   no data   no data
119.29/119.39	c Decided on static restart strategy
126.79/126.87	c  N st    51    334560     11820     24606     61499     55001    145189   6098146   no data   no data
131.90/131.97	c  N st    53    357358     11820     24606     61500     47167    145189   4471387   no data   no data
131.90/131.97	c  S st    53    357358     11820     24606     61500     47167    145189   4471387   no data   no data
132.10/132.17	c  S st    53    357863     11820     24606     61501     47669    145189   4489335   no data   no data
132.10/132.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
132.70/132.77	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    679 BRemL:   1897 BRemN:      0 P: 13.1M T:  0.58
132.80/132.81	c Replacing        1 vars Replaced       20 lits Time:     0.04 s 
132.80/132.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.80/132.83	c bin-w-bin subsume rem           13 bins  time:  0.01 s
132.80/132.84	c subs with bin:       10  lits-rem:         6  v-fix:    0  time:  0.01 s
132.80/132.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11817 time:  0.01 s
132.80/132.86	c Removed useless bin:       0  fixed:     0  props:   0.45M  time:  0.01 s
132.90/132.92	c lits-rem:         0  cl-subs:        8  v-elim:      2  v-fix:    0  time:  0.06 s
134.39/134.48	c subs with bin:       15  lits-rem:      2794  v-fix:    0  time:  1.44 s
137.50/137.58	c lits-rem:      3889  cl-subs:      638  v-elim:      0  v-fix:    0  time:  3.09 s
137.50/137.59	c vivif2 --  cl tried    24581 cl shrink        0 lits rem          0 time: 0.01
137.80/137.82	c vivif2 --  cl tried    46918 cl shrink     9605 lits rem     134555 time: 0.22
138.00/138.06	c asymm  cl-useful: 12/9652/24581 lits-rem:36 time: 0.25
138.00/138.07	c calculated reachability. Time: 0.00
138.00/138.07	c  N st    53    357863     11815     24569     58609     46917    145021   4281612   no data   no data
138.10/138.12	c Finding binary XORs  T:     0.05 s  found:       4
144.10/144.11	c  N st    54    390255     11815     24569     58613     47411    145021   2854473   no data   no data
159.69/159.70	c  N st    55    438844     11815     24569     58618     63058    145021   5023213   no data   no data
185.90/185.92	c  N st    56    511728     11814     24569     58626     66906    145020   5333968   no data   no data
197.80/197.82	c  N st    57    536798     11814     24569     58627     56370    145020   7198959   no data   no data
197.80/197.82	c  S st    57    536798     11814     24569     58627     56370    145020   7198959   no data   no data
198.00/198.06	c  S st    57    537299     11814     24569     58628     56865    145020   7212446   no data   no data
198.00/198.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
198.70/198.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    932 BRemL:   1095 BRemN:      4 P: 13.9M T:  0.65
198.80/198.83	c Replacing        6 vars Replaced     2319 lits Time:     0.09 s 
198.80/198.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
198.80/198.84	c bin-w-bin subsume rem           17 bins  time:  0.01 s
198.80/198.85	c subs with bin:       15  lits-rem:         9  v-fix:    0  time:  0.01 s
198.80/198.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11808 time:  0.01 s
198.80/198.87	c Removed useless bin:       2  fixed:     0  props:   0.45M  time:  0.01 s
198.90/198.96	c lits-rem:         2  cl-subs:        5  v-elim:      1  v-fix:    0  time:  0.08 s
200.59/200.61	c subs with bin:       13  lits-rem:       746  v-fix:    0  time:  1.45 s
204.70/204.71	c lits-rem:      3127  cl-subs:      828  v-elim:      0  v-fix:    0  time:  4.10 s
204.70/204.72	c vivif2 --  cl tried    24546 cl shrink        0 lits rem          0 time: 0.01
205.10/205.12	c vivif2 --  cl tried    54388 cl shrink    13695 lits rem     101101 time: 0.40
205.40/205.45	c asymm  cl-useful: 46/14425/24546 lits-rem:66 time: 0.33
205.40/205.46	c calculated reachability. Time: 0.00
205.40/205.46	c  N st    57    537299     11807     24546     58379     54386    144808   6612621   no data   no data
205.50/205.51	c Finding binary XORs  T:     0.05 s  found:       0
286.50/286.54	c  N st    58    701283     11807     24546     58382     66016    144807   6582736   no data   no data
346.20/346.21	c  N st    59    805949     11806     24546     58382     45233    144807   2649723   no data   no data
346.20/346.21	c  S st    59    805949     11806     24546     58382     45233    144807   2649723   no data   no data
346.40/346.40	c  S st    59    806449     11806     24546     58392     45719    144805   2664780   no data   no data
346.40/346.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
347.00/347.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    109 BRemL:    293 BRemN:      1 P: 12.9M T:  0.59
347.00/347.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
347.00/347.03	c bin-w-bin subsume rem            8 bins  time:  0.01 s
347.00/347.04	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.01 s
347.00/347.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11806 time:  0.01 s
347.00/347.06	c Removed useless bin:       0  fixed:     0  props:   0.45M  time:  0.01 s
347.10/347.11	c lits-rem:         1  cl-subs:       18  v-elim:      4  v-fix:    0  time:  0.05 s
348.60/348.63	c subs with bin:       21  lits-rem:       136  v-fix:    0  time:  1.43 s
349.70/349.72	c lits-rem:      1945  cl-subs:      545  v-elim:      0  v-fix:    0  time:  1.09 s
349.70/349.73	c vivif2 --  cl tried    24525 cl shrink        0 lits rem          0 time: 0.01
349.80/349.83	c vivif2 --  cl tried    44992 cl shrink     2487 lits rem      14116 time: 0.10
350.00/350.08	c asymm  cl-useful: 3/10100/24525 lits-rem:9 time: 0.25
350.00/350.09	c calculated reachability. Time: 0.00
350.00/350.09	c  N st    59    806449     11802     24522     56829     44992    144677   2593770   no data   no data
500.40/500.46	c  F st    60   1071875     11802     24522     56841     80576    144677   9401931   no data   no data
500.50/500.54	c  N st    60   1071875     11802     24521     55816     80575    144665   9399779   no data   no data
501.71/501.78	c Decided on static restart strategy
509.40/509.48	c  N st    70   1100179     11798     24521     55818     59815    144665   4203500   no data   no data
522.20/522.29	c  N st    72   1136173     11797     24521     55824     95025    144665   9027917   no data   no data
541.01/541.06	c  N st    73   1168565     11797     24521     55824     77950    144665   9268115   no data   no data
554.11/554.18	c  N st    74   1209675     11797     24521     55827     67775    144665   5172928   no data   no data
554.11/554.18	c  S st    74   1209675     11797     24521     55827     67775    144665   5172928   no data   no data
554.41/554.40	c  S st    74   1210179     11797     24521     55828     68277    144665   5185945   no data   no data
554.41/554.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
555.11/555.10	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    461 BRemL:   1294 BRemN:      1 P: 16.1M T:  0.68
555.11/555.16	c Replacing        2 vars Replaced      126 lits Time:     0.05 s 
555.11/555.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
555.11/555.17	c bin-w-bin subsume rem            4 bins  time:  0.00 s
555.11/555.18	c subs with bin:       11  lits-rem:         3  v-fix:    0  time:  0.01 s
555.11/555.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11794 time:  0.01 s
555.21/555.20	c Removed useless bin:       1  fixed:     0  props:   0.45M  time:  0.01 s
555.21/555.28	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.08 s
556.91/556.90	c subs with bin:       31  lits-rem:      2687  v-fix:    0  time:  1.48 s
559.71/559.71	c lits-rem:      4408  cl-subs:     1249  v-elim:      0  v-fix:    0  time:  2.81 s
559.71/559.72	c vivif2 --  cl tried    24504 cl shrink        0 lits rem          0 time: 0.01
559.91/559.99	c vivif2 --  cl tried    66974 cl shrink    11241 lits rem     115402 time: 0.27
560.30/560.34	c asymm  cl-useful: 24/13753/24504 lits-rem:39 time: 0.34
560.30/560.35	c calculated reachability. Time: 0.00
560.30/560.35	c  N st    74   1210179     11794     24503     53898     66974    144345   4974495   no data   no data
560.30/560.39	c Finding binary XORs  T:     0.05 s  found:       0
602.60/602.63	c  N st    75   1283061     11794     24503     53898     87823    144345  10654872   no data   no data
653.90/653.96	c  N st    76   1392384     11794     24503     53900     89929    144343   7053638   no data   no data
779.81/779.80	c  N st    77   1556370     11794     24503     53903     87034    144343  11854313   no data   no data
850.61/850.63	c  N st    78   1710180     11794     24503     53909     63838    144342   3785849   no data   no data
850.61/850.63	c  S st    78   1710180     11794     24503     53909     63838    144342   3785849   no data   no data
850.81/850.86	c  S st    78   1710681     11792     24503     53909     64336    144342   3801328   no data   no data
850.81/850.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
851.52/851.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     58 BRemL:    113 BRemN:      2 P: 15.3M T:  0.63
851.52/851.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
851.52/851.53	c bin-w-bin subsume rem            7 bins  time:  0.01 s
851.52/851.54	c subs with bin:       10  lits-rem:         2  v-fix:    0  time:  0.01 s
851.52/851.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11792 time:  0.01 s
851.52/851.56	c Removed useless bin:       3  fixed:     0  props:   0.45M  time:  0.01 s
851.61/851.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
853.21/853.24	c subs with bin:        9  lits-rem:       212  v-fix:    0  time:  1.48 s
855.21/855.21	c lits-rem:      4379  cl-subs:      687  v-elim:      0  v-fix:    0  time:  1.97 s
855.21/855.22	c vivif2 --  cl tried    24491 cl shrink        0 lits rem          0 time: 0.01
855.31/855.37	c vivif2 --  cl tried    63639 cl shrink     3321 lits rem      29596 time: 0.15
855.61/855.68	c asymm  cl-useful: 11/9245/24491 lits-rem:33 time: 0.30
855.61/855.68	c calculated reachability. Time: 0.00
855.61/855.68	c  N st    78   1710681     11792     24480     52038     63639    144281   3730103   no data   no data
1042.71/1042.71	c  N st    79   2079648     11792     24480     52042    115164    144281   8114092   no data   no data
1109.82/1109.89	c  N st    80   2210681     11792     24480     52043    114855    144281  13700302   no data   no data
1109.82/1109.89	c  S st    80   2210681     11792     24480     52043    114855    144281  13700302   no data   no data
1110.22/1110.29	c  S st    80   2211187     11792     24480     52043    115359    144281  13721922   no data   no data
1110.32/1110.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1111.12/1111.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:     45 BRemL:    346 BRemN:      2 P: 22.4M T:  0.85
1111.22/1111.22	c Replacing        5 vars Replaced      200 lits Time:     0.04 s 
1111.22/1111.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1111.22/1111.23	c bin-w-bin subsume rem           16 bins  time:  0.01 s
1111.22/1111.24	c subs with bin:        6  lits-rem:         2  v-fix:    0  time:  0.01 s
1111.22/1111.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11787 time:  0.01 s
1111.22/1111.26	c Removed useless bin:       0  fixed:     0  props:   0.44M  time:  0.01 s
1111.42/1111.42	c lits-rem:         0  cl-subs:        5  v-elim:      2  v-fix:    0  time:  0.15 s
1113.32/1113.38	c subs with bin:        6  lits-rem:        70  v-fix:    0  time:  1.55 s
1127.12/1127.14	c lits-rem:      6215  cl-subs:     1668  v-elim:      0  v-fix:    0  time: 13.75 s
1127.12/1127.15	c vivif2 --  cl tried    24462 cl shrink        0 lits rem          0 time: 0.01
1128.02/1128.08	c vivif2 --  cl tried   112588 cl shrink    36456 lits rem     350572 time: 0.92
1128.12/1128.16	c asymm  cl-useful: 0/1464/24462 lits-rem:0 time: 0.07
1128.12/1128.17	c calculated reachability. Time: 0.00
1128.12/1128.17	c  N st    80   2211187     11785     24462     51717    112588    144209  12962510   no data   no data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288967-1303775588/watcher-3288967-1303775588 -o /tmp/evaluation-result-3288967-1303775588/solver-3288967-1303775588 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3288967-1303775588.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: 1.31 2.72 3.40 2/179 11825
/proc/meminfo: memFree=20335196/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=35192 CPUtime=0 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 4523 0 0 0 0 0 0 0 21 0 1 0 221750111 36036608 3416 33554432000 4194304 4627331 140735789490112 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 8798 3421 320 106 0 3769 0

[startup+0.11243 s]
/proc/loadavg: 1.31 2.72 3.40 2/179 11825
/proc/meminfo: memFree=20335196/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=48880 CPUtime=0.11 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 6397 0 0 0 10 1 0 0 22 0 1 0 221750111 50053120 5287 33554432000 4194304 4627331 140735789490112 18446744073709551615 4299675 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 12220 5287 343 106 0 7191 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 48880

[startup+0.200398 s]
/proc/loadavg: 1.31 2.72 3.40 2/179 11825
/proc/meminfo: memFree=20335196/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=48880 CPUtime=0.19 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 6397 0 0 0 18 1 0 0 22 0 1 0 221750111 50053120 5287 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 12220 5287 343 106 0 7191 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48880

[startup+0.30038 s]
/proc/loadavg: 1.31 2.72 3.40 2/179 11825
/proc/meminfo: memFree=20335196/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=48880 CPUtime=0.29 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 6397 0 0 0 28 1 0 0 22 0 1 0 221750111 50053120 5287 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308461 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 12220 5287 343 106 0 7191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48880

[startup+0.700312 s]
/proc/loadavg: 1.31 2.72 3.40 2/179 11825
/proc/meminfo: memFree=20335196/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=48880 CPUtime=0.69 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 6397 0 0 0 68 1 0 0 24 0 1 0 221750111 50053120 5287 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308574 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 12220 5287 343 106 0 7191 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48880

[startup+1.50017 s]
/proc/loadavg: 1.31 2.72 3.40 5/187 11840
/proc/meminfo: memFree=20232368/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=80392 CPUtime=1.49 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 14125 0 0 0 148 1 0 0 25 0 1 0 221750111 82321408 13015 33554432000 4194304 4627331 140735789490112 18446744073709551615 4229226 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 20098 13015 347 106 0 15069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80392

[startup+3.10089 s]
/proc/loadavg: 1.31 2.72 3.40 5/190 11846
/proc/meminfo: memFree=20054560/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=117692 CPUtime=3.09 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 23417 0 0 0 307 2 0 0 25 0 1 0 221750111 120516608 22307 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 29423 22307 347 106 0 24394 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117692

[startup+6.30033 s]
/proc/loadavg: 1.53 2.74 3.41 5/190 11846
/proc/meminfo: memFree=19695412/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=171440 CPUtime=6.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 30225 0 0 0 626 4 0 0 22 0 1 0 221750111 175554560 29115 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309616 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 42860 29115 373 106 0 37831 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 171440

[startup+12.7002 s]
/proc/loadavg: 1.73 2.76 3.41 5/190 11846
/proc/meminfo: memFree=19399672/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=156188 CPUtime=12.69 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 37291 0 0 0 1264 5 0 0 25 0 1 0 221750111 159936512 31218 33554432000 4194304 4627331 140735789490112 18446744073709551615 4321475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 39047 31218 377 106 0 34018 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 156188

[startup+25.501 s]
/proc/loadavg: 2.23 2.82 3.42 5/190 11846
/proc/meminfo: memFree=19276880/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=216012 CPUtime=25.5 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 48445 0 0 0 2543 7 0 0 25 0 1 0 221750111 221196288 40139 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 54003 40139 377 106 0 48974 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 216012

[startup+51.1004 s]
/proc/loadavg: 2.83 2.91 3.43 5/190 11847
/proc/meminfo: memFree=19075432/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=356224 CPUtime=51.09 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 94434 0 0 0 5096 13 0 0 25 0 1 0 221750111 364773376 66862 33554432000 4194304 4627331 140735789490112 18446744073709551615 4424902 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 89056 66862 377 106 0 84027 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 356224

[startup+102.3 s]
/proc/loadavg: 3.56 3.10 3.47 5/190 11848
/proc/meminfo: memFree=18960816/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=383396 CPUtime=102.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 124346 0 0 0 10211 19 0 0 25 0 1 0 221750111 392597504 72512 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 95849 72512 377 106 0 90820 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 383396

[startup+162.301 s]
/proc/loadavg: 3.84 3.26 3.50 5/190 11853
/proc/meminfo: memFree=18805164/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=352908 CPUtime=162.29 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 158913 0 0 0 16201 28 0 0 25 0 1 0 221750111 361377792 80102 33554432000 4194304 4627331 140735789490112 18446744073709551615 4327402 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 88227 80102 377 106 0 83198 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 352908

[startup+222.307 s]
/proc/loadavg: 3.94 3.39 3.53 5/190 11855
/proc/meminfo: memFree=18717304/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=464676 CPUtime=222.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 190466 0 0 0 22196 34 0 0 25 0 1 0 221750111 475828224 90845 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 116169 90845 377 106 0 111140 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 464676

[startup+282.301 s]
/proc/loadavg: 4.04 3.51 3.56 5/190 11856
/proc/meminfo: memFree=18653676/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=472636 CPUtime=282.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 218049 0 0 0 28190 40 0 0 25 0 1 0 221750111 483979264 90078 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308393 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 118159 90078 377 106 0 113130 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 472636

[startup+342.3 s]
/proc/loadavg: 4.01 3.60 3.58 5/190 11858
/proc/meminfo: memFree=18288720/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=477728 CPUtime=342.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 248834 0 0 0 34183 47 0 0 25 0 1 0 221750111 489193472 97230 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 119432 97230 377 106 0 114403 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 477728

[startup+402.301 s]
/proc/loadavg: 4.00 3.67 3.61 5/190 11859
/proc/meminfo: memFree=18260544/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=396160 CPUtime=402.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 277682 0 0 0 40178 52 0 0 25 0 1 0 221750111 405667840 89988 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 99040 89988 377 106 0 94011 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 396160

[startup+462.301 s]
/proc/loadavg: 4.03 3.74 3.63 5/190 11861
/proc/meminfo: memFree=18245776/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=484152 CPUtime=462.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 302063 0 0 0 46174 56 0 0 25 0 1 0 221750111 495771648 91285 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309234 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 121038 91285 377 106 0 116009 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 484152

[startup+522.301 s]
/proc/loadavg: 4.01 3.79 3.65 5/190 11872
/proc/meminfo: memFree=18276536/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=486684 CPUtime=522.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 327907 0 0 0 52170 60 0 0 25 0 1 0 221750111 498364416 93919 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 121671 93919 377 106 0 116642 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 486684

[startup+582.301 s]
/proc/loadavg: 4.00 3.82 3.67 5/190 11873
/proc/meminfo: memFree=18236940/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=405256 CPUtime=582.31 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 360393 0 0 0 58164 67 0 0 25 0 1 0 221750111 414982144 90705 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 101314 90705 377 106 0 96285 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 405256

[startup+642.3 s]
/proc/loadavg: 4.00 3.85 3.69 5/190 11875
/proc/meminfo: memFree=18200220/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=405516 CPUtime=642.31 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 383552 0 0 0 64159 72 0 0 25 0 1 0 221750111 415248384 90573 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 101379 90573 377 106 0 96350 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 405516

[startup+702.301 s]
/proc/loadavg: 4.03 3.89 3.71 5/190 11876
/proc/meminfo: memFree=18147364/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=499776 CPUtime=702.3 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 407839 0 0 0 70154 76 0 0 25 0 1 0 221750111 511770624 104922 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 124944 104922 377 106 0 119915 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 499776

[startup+762.3 s]
/proc/loadavg: 4.01 3.91 3.73 5/190 11878
/proc/meminfo: memFree=18075792/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=408688 CPUtime=762.31 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 435615 0 0 0 76149 82 0 0 25 0 1 0 221750111 418496512 91435 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309607 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 102172 91435 377 106 0 97143 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 408688

[startup+822.301 s]
/proc/loadavg: 4.06 3.94 3.75 5/190 11880
/proc/meminfo: memFree=18107756/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=410564 CPUtime=822.31 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 462649 0 0 0 82143 88 0 0 25 0 1 0 221750111 420417536 91656 33554432000 4194304 4627331 140735789490112 18446744073709551615 4333020 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 102641 91656 377 106 0 97612 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 410564

[startup+882.307 s]
/proc/loadavg: 4.02 3.95 3.76 5/190 11881
/proc/meminfo: memFree=18125464/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=519472 CPUtime=882.32 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 485568 0 0 0 88138 94 0 0 25 0 1 0 221750111 531939328 98327 33554432000 4194304 4627331 140735789490112 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 129868 98327 377 106 0 124839 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 519472

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.77 5/190 11883
/proc/meminfo: memFree=18000836/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=565888 CPUtime=942.31 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 504757 0 0 0 94134 97 0 0 25 0 1 0 221750111 579469312 109117 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 141472 109117 377 106 0 136443 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 565888

[startup+1002.3 s]
/proc/loadavg: 4.04 3.97 3.79 5/190 11884
/proc/meminfo: memFree=17949604/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=565372 CPUtime=1002.32 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 511314 0 0 0 100133 99 0 0 25 0 1 0 221750111 578940928 108928 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 141343 108928 377 106 0 136314 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 565372

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.80 5/190 11886
/proc/meminfo: memFree=17864380/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=591256 CPUtime=1062.32 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 527648 0 0 0 106129 103 0 0 25 0 1 0 221750111 605446144 115026 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 147814 115026 377 106 0 142785 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 591256

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.81 5/190 11888
/proc/meminfo: memFree=17764424/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=672784 CPUtime=1122.32 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 559925 0 0 0 112122 110 0 0 25 0 1 0 221750111 688930816 138163 33554432000 4194304 4627331 140735789490112 18446744073709551615 4467521 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 168196 138163 377 106 0 163167 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 672784

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 11889
/proc/meminfo: memFree=17707380/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=595772 CPUtime=1182.32 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 586036 0 0 0 118117 115 0 0 25 0 1 0 221750111 610070528 134507 33554432000 4194304 4627331 140735789490112 18446744073709551615 4308297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 148943 134507 377 106 0 143914 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 595772

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.83 5/190 11891
/proc/meminfo: memFree=17765024/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=596056 CPUtime=1242.32 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 601378 0 0 0 124114 118 0 0 25 0 1 0 221750111 610361344 137168 33554432000 4194304 4627331 140735789490112 18446744073709551615 4352108 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 149014 137168 377 106 0 143985 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 596056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.84 4/188 11893
/proc/meminfo: memFree=18561984/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=701900 CPUtime=1300.03 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 615983 0 0 0 129881 122 0 0 25 0 1 0 221750111 718745600 139169 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 175475 139169 377 106 0 170446 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 701900

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

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

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.84 4/188 11893
/proc/meminfo: memFree=18561984/32951124 swapFree=67111528/67111528
[pid=11825] ppid=11823 vsize=701900 CPUtime=1300.03 cores=1,3
/proc/11825/stat : 11825 (strangenight2-s) R 11823 11825 8658 0 -1 4202496 615983 0 0 0 129881 122 0 0 25 0 1 0 221750111 718745600 139169 33554432000 4194304 4627331 140735789490112 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11825/statm: 175475 139169 377 106 0 170446 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 701900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.81
CPU system time (s): 1.24981
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 701900

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

runsolver used 2.05069 second user time and 5.05623 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-26 01:53:08
IDJOB=3288967
IDBENCH=83110
IDSOLVER=1587
FILE ID=node107/3288967-1303775588
RUNJOBID= node107-1303775584-11805
PBS_JOBID= 13157153
Free space on /tmp= 71520 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288967-1303775588/watcher-3288967-1303775588 -o /tmp/evaluation-result-3288967-1303775588/solver-3288967-1303775588 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3288967-1303775588.cnf

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=463909052

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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:      20335476 kB
Buffers:       2034064 kB
Cached:       10008696 kB
SwapCached:          0 kB
Active:        7975344 kB
Inactive:      4160444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20335476 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18052 kB
Writeback:           0 kB
AnonPages:       92568 kB
Mapped:          15204 kB
Slab:           416536 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   247488 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71508 MiB
End job on node107 at 2011-04-26 02:14:51