Trace number 3368456

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.08 1300.04

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-3368456-1305388647.cnf'
0.00/0.02	c -- header says num vars:          44362
0.00/0.02	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.04 s
0.00/0.05	c  N st     0         0     44362     71422     67911         0    357440         0   no data   no data
0.69/0.74	c asymm  cl-useful: 8/40183/71422 lits-rem:88 time: 0.69
3.09/3.12	c Flit:    80 Blit:   3934 bXBeca:    0 bXProp: 7226 Bins:      0 BRemL:      0 BRemN:      0 P: 54.8M T:  2.37
3.09/3.13	c Cleaning up after failed var search:     0.00 s 
3.09/3.15	c Replacing     7226 vars Replaced   201931 lits Time:     0.02 s 
3.09/3.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.09/3.17	c bin-w-bin subsume rem          845 bins  time:  0.00 s
3.09/3.18	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
3.19/3.21	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  31096 time:  0.03 s
3.19/3.23	c Removed useless bin:      45  fixed:     0  props:   4.74M  time:  0.02 s
3.30/3.35	c lits-rem:         0  cl-subs:      255  v-elim:  10365  v-fix:    0  time:  0.11 s
3.41/3.42	c Finding binary XORs  T:     0.07 s  found:      20
3.41/3.43	c Replacing       20 vars Replaced      245 lits Time:     0.00 s 
3.41/3.47	c Finding non-binary XORs:     0.03 s (found:   10050, avg size: 3.0)
3.41/3.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1620 locsubst:  6422 time:   0.02
3.41/3.48	c Replacing     3211 vars Replaced    19266 lits Time:     0.01 s 
3.41/3.48	c calculated reachability. Time: 0.00
3.41/3.49	c Calc default polars -  time:   0.00 s pos:    1922 undec:   28535 neg:   13905
3.41/3.49	c =========================================================================================
3.41/3.49	c types(t): F = full restart, N = normal restart
3.41/3.49	c types(t): S = simplification begin/end, E = solution found
3.41/3.49	c restart types(rt): st = static, dy = dynamic
3.41/3.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.41/3.49	c  B st     0         0     15880     26056     20551         0    171687         0   no data   no data
3.69/3.70	c Decided on static restart strategy
3.99/4.04	c  N st     8      4915     15876     26056     20678      4630    171687    138366   no data   no data
5.09/5.14	c  N st    10     11297     15875     26056     20724     10876    171687    930714   no data   no data
5.89/5.90	c  N st    11     17040     15874     26056     20790     16361    171687   1211534   no data   no data
7.29/7.35	c  F st    12     25001     15869     26056     20840     14724    171687   1161564   no data   no data
7.29/7.37	c  N st    12     25001     15869     26053     20707     14713    171412   1161471   no data   no data
8.19/8.25	c Decided on static restart strategy
8.19/8.25	c  N st    18     30000     15865     26053     20758     19569    171412   1577785   no data   no data
8.19/8.25	c  S st    18     30000     15865     26053     20758     19569    171412   1577785   no data   no data
8.39/8.41	c  S st    18     30500     15865     26053     20814     20013    171412   1587037   no data   no data
8.39/8.42	c x-sub:  3211 x-cut:      0 vfix:      0 v-elim:    809 locsubst:     0 time:   0.02
9.29/9.34	c Flit:    86 Blit:      2 bXBeca:    0 bXProp:    9 Bins: 250022 BRemL: 104503 BRemN:      8 P: 15.1M T:  0.91
9.29/9.35	c Replacing        9 vars Replaced      838 lits Time:     0.01 s 
9.29/9.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.29/9.38	c bin-w-bin subsume rem          217 bins  time:  0.02 s
9.39/9.40	c subs with bin:      832  lits-rem:       679  v-fix:    0  time:  0.02 s
9.39/9.42	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:  14958 time:  0.02 s
9.39/9.43	c Removed useless bin:      37  fixed:     0  props:   0.52M  time:  0.01 s
9.39/9.48	c lits-rem:       291  cl-subs:      254  v-elim:   2160  v-fix:    0  time:  0.05 s
9.49/9.51	c subs with bin:       72  lits-rem:       284  v-fix:    0  time:  0.02 s
9.49/9.53	c lits-rem:       247  cl-subs:      316  v-elim:      0  v-fix:    0  time:  0.02 s
9.79/9.84	c asymm  cl-useful: 275/25625/25625 lits-rem:1195 time: 0.31
9.79/9.85	c calculated reachability. Time: 0.00
9.79/9.85	c  N st    18     30500     12798     25625    143656      4916    152437    335987   no data   no data
9.90/9.91	c Finding binary XORs  T:     0.06 s  found:       0
10.79/10.86	c  N st    20     37616     12796     25625    143656     11900    152437    855286   no data   no data
11.69/11.76	c  N st    21     44015     12796     25625    143657     10612    152437    701130   no data   no data
11.99/12.01	c  S st    22     45751     12796     25625    143661     12293    152437    840487   no data   no data
12.10/12.11	c  S st    22     46254     12796     25625    143666     12789    152437    849277   no data   no data
12.10/12.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    396 locsubst:     0 time:   0.01
12.69/12.75	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3343 BRemL:  69612 BRemN:    119 P:  8.0M T:  0.62
12.69/12.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.69/12.76	c bin-w-bin subsume rem          283 bins  time:  0.01 s
12.69/12.78	c subs with bin:       80  lits-rem:        44  v-fix:    0  time:  0.01 s
12.69/12.79	c Subs w/ non-existent bins:      0 l-rem:     48 v-fix:     0 done:  12398 time:  0.01 s
12.69/12.80	c Removed useless bin:       1  fixed:     0  props:   0.42M  time:  0.01 s
12.79/12.82	c lits-rem:         0  cl-subs:       46  v-elim:     51  v-fix:    0  time:  0.02 s
12.89/12.92	c subs with bin:       16  lits-rem:       157  v-fix:    0  time:  0.09 s
12.99/13.00	c lits-rem:       295  cl-subs:      326  v-elim:      0  v-fix:    0  time:  0.08 s
12.99/13.01	c vivif2 --  cl tried    25523 cl shrink      167 lits rem        359 time: 0.01
12.99/13.03	c vivif2 --  cl tried     9098 cl shrink     1782 lits rem      13456 time: 0.02
13.20/13.29	c asymm  cl-useful: 91/22726/25510 lits-rem:215 time: 0.26
13.20/13.30	c calculated reachability. Time: 0.00
13.20/13.30	c  N st    22     46254     12347     25510     70977      9097    149885    412586   no data   no data
15.89/15.91	c  N st    23     60652     12347     25510     70980     23259    149885   1191417   no data   no data
15.89/15.96	c Finding binary XORs  T:     0.05 s  found:       0
17.79/17.83	c  N st    24     69381     12345     25510     70981     19020    149885   1592260   no data   no data
17.79/17.83	c  S st    24     69381     12345     25510     70981     19020    149885   1592260   no data   no data
17.89/17.95	c  S st    24     69883     12345     25510     70985     19517    149885   1605068   no data   no data
17.89/17.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    198 locsubst:     0 time:   0.01
18.30/18.36	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:   16 Bins:    385 BRemL:    201 BRemN:      0 P:  8.6M T:  0.40
18.30/18.38	c Replacing       16 vars Replaced      359 lits Time:     0.01 s 
18.30/18.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.30/18.39	c bin-w-bin subsume rem           17 bins  time:  0.01 s
18.40/18.40	c subs with bin:       39  lits-rem:        18  v-fix:    0  time:  0.01 s
18.40/18.42	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:  12129 time:  0.01 s
18.40/18.42	c Removed useless bin:       1  fixed:     0  props:   0.45M  time:  0.01 s
18.40/18.44	c lits-rem:         0  cl-subs:      114  v-elim:     46  v-fix:    0  time:  0.02 s
18.59/18.66	c subs with bin:        0  lits-rem:        25  v-fix:    0  time:  0.20 s
18.70/18.76	c lits-rem:       408  cl-subs:      271  v-elim:      0  v-fix:    0  time:  0.10 s
18.70/18.76	c vivif2 --  cl tried    25329 cl shrink       45 lits rem         56 time: 0.01
18.70/18.78	c vivif2 --  cl tried    13154 cl shrink     1118 lits rem       5227 time: 0.02
18.81/18.84	c asymm  cl-useful: 143/2603/25329 lits-rem:429 time: 0.05
18.81/18.85	c calculated reachability. Time: 0.00
18.81/18.85	c  N st    24     69883     12083     25186     70343     13154    148378    569715   no data   no data
25.41/25.41	c  F st    25     87500     12081     25186     70355     15775    148378   1512643   no data   no data
25.41/25.43	c  N st    25     87500     12081     25183     69083     15728    148315   1509695   no data   no data
26.40/26.41	c Decided on static restart strategy
26.89/26.95	c  N st    32     95537     12080     25183     69087     23662    148315   2529913   no data   no data
28.99/29.08	c  N st    34    104824     12079     25183     69088     32810    148315   4066547   no data   no data
28.99/29.08	c  S st    34    104824     12079     25183     69088     32810    148315   4066547   no data   no data
29.19/29.24	c  S st    34    105324     12079     25183     69092     33303    148315   4081777   no data   no data
29.19/29.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     54 locsubst:     0 time:   0.02
29.70/29.76	c Flit:     9 Blit:      1 bXBeca:    0 bXProp:   99 Bins:    549 BRemL:    339 BRemN:     49 P: 12.2M T:  0.50
29.70/29.80	c Replacing       99 vars Replaced     3396 lits Time:     0.04 s 
29.70/29.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.70/29.81	c bin-w-bin subsume rem          106 bins  time:  0.00 s
29.80/29.82	c subs with bin:      160  lits-rem:       154  v-fix:    0  time:  0.01 s
29.80/29.83	c Subs w/ non-existent bins:      0 l-rem:      6 v-fix:     0 done:  11916 time:  0.01 s
29.80/29.84	c Removed useless bin:       0  fixed:     0  props:   0.44M  time:  0.01 s
29.80/29.88	c lits-rem:        22  cl-subs:      182  v-elim:     52  v-fix:    0  time:  0.04 s
31.30/31.37	c subs with bin:       11  lits-rem:       578  v-fix:    0  time:  1.35 s
33.49/33.55	c lits-rem:      1238  cl-subs:      797  v-elim:      0  v-fix:    0  time:  2.18 s
33.49/33.56	c vivif2 --  cl tried    24752 cl shrink        2 lits rem          2 time: 0.01
33.69/33.74	c vivif2 --  cl tried    31746 cl shrink     6278 lits rem      72849 time: 0.18
33.99/34.02	c asymm  cl-useful: 116/16263/24752 lits-rem:303 time: 0.28
33.99/34.03	c calculated reachability. Time: 0.00
33.99/34.03	c  N st    34    105324     11864     24742     62809     31746    145874   3701799   no data   no data
33.99/34.08	c Finding binary XORs  T:     0.04 s  found:       0
36.40/36.47	c  N st    35    114922     11864     24742     62810     22578    145874   1967075   no data   no data
39.29/39.31	c  N st    36    129319     11864     24742     62811     36806    145874   3444871   no data   no data
45.40/45.48	c  N st    37    150915     11864     24742     62811     36483    145874   5054393   no data   no data
46.69/46.75	c  S st    38    157986     11864     24742     62811     43430    145874   5561339   no data   no data
46.89/46.94	c  S st    38    158491     11864     24742     62813     43926    145874   5576680   no data   no data
46.89/46.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.49/47.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    136 BRemL:    222 BRemN:      4 P: 13.5M T:  0.54
47.49/47.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.49/47.52	c bin-w-bin subsume rem           98 bins  time:  0.00 s
47.49/47.53	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.01 s
47.49/47.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11864 time:  0.01 s
47.49/47.55	c Removed useless bin:       0  fixed:     0  props:   0.46M  time:  0.01 s
47.59/47.60	c lits-rem:         0  cl-subs:       34  v-elim:     26  v-fix:    0  time:  0.05 s
49.10/49.14	c subs with bin:        1  lits-rem:        84  v-fix:    0  time:  1.37 s
52.10/52.12	c lits-rem:      2450  cl-subs:      837  v-elim:      0  v-fix:    0  time:  2.98 s
52.10/52.13	c vivif2 --  cl tried    24679 cl shrink        1 lits rem          1 time: 0.01
52.29/52.38	c vivif2 --  cl tried    42368 cl shrink     8919 lits rem      71889 time: 0.25
52.49/52.55	c asymm  cl-useful: 18/8416/24679 lits-rem:54 time: 0.17
52.49/52.55	c calculated reachability. Time: 0.00
52.49/52.55	c  N st    38    158491     11838     24661     62653     42368    145469   5142821   no data   no data
68.59/68.65	c  N st    39    207081     11838     24661     62654     41853    145469   3973798   no data   no data
78.89/78.92	c  N st    40    237737     11838     24661     62655     46054    145469   4756149   no data   no data
78.89/78.92	c  S st    40    237737     11838     24661     62655     46054    145469   4756149   no data   no data
79.09/79.11	c  S st    40    238239     11838     24661     62655     46552    145469   4771386   no data   no data
79.09/79.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
79.69/79.71	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:   10 Bins:    548 BRemL:    447 BRemN:      7 P: 13.2M T:  0.59
79.69/79.76	c Replacing       10 vars Replaced      528 lits Time:     0.05 s 
79.69/79.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.69/79.77	c bin-w-bin subsume rem           11 bins  time:  0.00 s
79.69/79.78	c subs with bin:       15  lits-rem:        11  v-fix:    0  time:  0.01 s
79.79/79.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11825 time:  0.01 s
79.79/79.80	c Removed useless bin:       0  fixed:     0  props:   0.45M  time:  0.01 s
79.79/79.86	c lits-rem:         0  cl-subs:       10  v-elim:      3  v-fix:    0  time:  0.05 s
81.29/81.36	c subs with bin:       10  lits-rem:        97  v-fix:    0  time:  1.37 s
84.89/84.93	c lits-rem:      1978  cl-subs:     1225  v-elim:      0  v-fix:    0  time:  3.56 s
84.89/84.93	c vivif2 --  cl tried    24608 cl shrink        0 lits rem          0 time: 0.01
85.09/85.19	c vivif2 --  cl tried    45153 cl shrink    10996 lits rem      81520 time: 0.26
85.40/85.48	c asymm  cl-useful: 41/14929/24608 lits-rem:62 time: 0.29
85.40/85.49	c calculated reachability. Time: 0.00
85.40/85.49	c  N st    40    238239     11822     24606     61488     45153    145189   4539287   no data   no data
85.50/85.53	c Finding binary XORs  T:     0.04 s  found:       0
113.69/113.74	c  F st    41    306250     11822     24606     61492     56385    145189   6025271   no data   no data
113.69/113.75	c  N st    41    306250     11822     24606     61492     56385    145189   6025271   no data   no data
115.00/115.02	c Decided on static restart strategy
122.30/122.38	c  N st    51    334560     11820     24606     61499     55001    145189   6098146   no data   no data
128.19/128.23	c  N st    53    357358     11820     24606     61500     47167    145189   4471387   no data   no data
128.19/128.23	c  S st    53    357358     11820     24606     61500     47167    145189   4471387   no data   no data
128.49/128.52	c  S st    53    357863     11820     24606     61501     47669    145189   4489335   no data   no data
128.49/128.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
129.19/129.26	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    679 BRemL:   1897 BRemN:      0 P: 13.1M T:  0.72
129.29/129.31	c Replacing        1 vars Replaced       20 lits Time:     0.05 s 
129.29/129.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.29/129.32	c bin-w-bin subsume rem           13 bins  time:  0.01 s
129.29/129.34	c subs with bin:       10  lits-rem:         6  v-fix:    0  time:  0.01 s
129.29/129.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11817 time:  0.02 s
129.29/129.36	c Removed useless bin:       0  fixed:     0  props:   0.45M  time:  0.01 s
129.39/129.42	c lits-rem:         0  cl-subs:        8  v-elim:      2  v-fix:    0  time:  0.06 s
130.91/130.92	c subs with bin:       15  lits-rem:      2794  v-fix:    0  time:  1.36 s
133.90/133.97	c lits-rem:      3889  cl-subs:      638  v-elim:      0  v-fix:    0  time:  3.05 s
133.90/133.97	c vivif2 --  cl tried    24581 cl shrink        0 lits rem          0 time: 0.01
134.10/134.19	c vivif2 --  cl tried    46918 cl shrink     9605 lits rem     134555 time: 0.22
134.40/134.44	c asymm  cl-useful: 12/9652/24581 lits-rem:36 time: 0.24
134.40/134.44	c calculated reachability. Time: 0.00
134.40/134.44	c  N st    53    357863     11815     24569     58609     46917    145021   4281612   no data   no data
134.40/134.49	c Finding binary XORs  T:     0.04 s  found:       4
140.40/140.45	c  N st    54    390255     11815     24569     58613     47411    145021   2854473   no data   no data
155.80/155.85	c  N st    55    438844     11815     24569     58618     63058    145021   5023213   no data   no data
181.61/181.67	c  N st    56    511728     11814     24569     58626     66906    145020   5333968   no data   no data
192.89/192.99	c  N st    57    536798     11814     24569     58627     56370    145020   7198959   no data   no data
192.89/192.99	c  S st    57    536798     11814     24569     58627     56370    145020   7198959   no data   no data
193.19/193.23	c  S st    57    537299     11814     24569     58628     56865    145020   7212446   no data   no data
193.19/193.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
193.79/193.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    932 BRemL:   1095 BRemN:      4 P: 13.9M T:  0.59
193.89/193.94	c Replacing        6 vars Replaced     2319 lits Time:     0.09 s 
193.89/193.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
193.89/193.95	c bin-w-bin subsume rem           17 bins  time:  0.00 s
193.89/193.96	c subs with bin:       15  lits-rem:         9  v-fix:    0  time:  0.01 s
193.89/193.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11808 time:  0.01 s
193.89/193.98	c Removed useless bin:       2  fixed:     0  props:   0.45M  time:  0.01 s
193.99/194.05	c lits-rem:         2  cl-subs:        5  v-elim:      1  v-fix:    0  time:  0.07 s
195.60/195.60	c subs with bin:       13  lits-rem:       746  v-fix:    0  time:  1.35 s
199.50/199.54	c lits-rem:      3127  cl-subs:      828  v-elim:      0  v-fix:    0  time:  3.94 s
199.50/199.54	c vivif2 --  cl tried    24546 cl shrink        0 lits rem          0 time: 0.01
199.90/199.93	c vivif2 --  cl tried    54388 cl shrink    13695 lits rem     101101 time: 0.38
200.20/200.26	c asymm  cl-useful: 46/14425/24546 lits-rem:66 time: 0.33
200.20/200.26	c calculated reachability. Time: 0.00
200.20/200.26	c  N st    57    537299     11807     24546     58379     54386    144808   6612621   no data   no data
200.31/200.31	c Finding binary XORs  T:     0.05 s  found:       0
280.40/280.43	c  N st    58    701283     11807     24546     58382     66016    144807   6582736   no data   no data
336.90/336.94	c  N st    59    805949     11806     24546     58382     45233    144807   2649723   no data   no data
336.90/336.94	c  S st    59    805949     11806     24546     58382     45233    144807   2649723   no data   no data
337.10/337.14	c  S st    59    806449     11806     24546     58392     45719    144805   2664780   no data   no data
337.10/337.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
337.60/337.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    109 BRemL:    293 BRemN:      1 P: 12.9M T:  0.52
337.60/337.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
337.60/337.69	c bin-w-bin subsume rem            8 bins  time:  0.00 s
337.71/337.71	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.01 s
337.71/337.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11806 time:  0.01 s
337.71/337.72	c Removed useless bin:       0  fixed:     0  props:   0.45M  time:  0.01 s
337.71/337.76	c lits-rem:         1  cl-subs:       18  v-elim:      4  v-fix:    0  time:  0.04 s
339.20/339.20	c subs with bin:       21  lits-rem:       136  v-fix:    0  time:  1.35 s
340.30/340.33	c lits-rem:      1945  cl-subs:      545  v-elim:      0  v-fix:    0  time:  1.13 s
340.30/340.34	c vivif2 --  cl tried    24525 cl shrink        0 lits rem          0 time: 0.01
340.40/340.44	c vivif2 --  cl tried    44992 cl shrink     2487 lits rem      14116 time: 0.10
340.60/340.69	c asymm  cl-useful: 3/10100/24525 lits-rem:9 time: 0.25
340.70/340.70	c calculated reachability. Time: 0.00
340.70/340.70	c  N st    59    806449     11802     24522     56829     44992    144677   2593770   no data   no data
490.00/490.08	c  F st    60   1071875     11802     24522     56841     80576    144677   9401931   no data   no data
490.10/490.15	c  N st    60   1071875     11802     24521     55816     80575    144665   9399779   no data   no data
491.30/491.37	c Decided on static restart strategy
498.91/498.97	c  N st    70   1100179     11798     24521     55818     59815    144665   4203500   no data   no data
511.51/511.61	c  N st    72   1136173     11797     24521     55824     95025    144665   9027917   no data   no data
531.51/531.53	c  N st    73   1168565     11797     24521     55824     77950    144665   9268115   no data   no data
544.62/544.65	c  N st    74   1209675     11797     24521     55827     67775    144665   5172928   no data   no data
544.62/544.65	c  S st    74   1209675     11797     24521     55827     67775    144665   5172928   no data   no data
544.81/544.88	c  S st    74   1210179     11797     24521     55828     68277    144665   5185945   no data   no data
544.91/544.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
545.51/545.53	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    461 BRemL:   1294 BRemN:      1 P: 16.1M T:  0.63
545.51/545.58	c Replacing        2 vars Replaced      126 lits Time:     0.05 s 
545.51/545.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
545.51/545.59	c bin-w-bin subsume rem            4 bins  time:  0.00 s
545.61/545.61	c subs with bin:       11  lits-rem:         3  v-fix:    0  time:  0.01 s
545.61/545.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11794 time:  0.01 s
545.61/545.63	c Removed useless bin:       1  fixed:     0  props:   0.45M  time:  0.01 s
545.61/545.69	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.06 s
547.20/547.21	c subs with bin:       31  lits-rem:      2687  v-fix:    0  time:  1.38 s
549.90/549.95	c lits-rem:      4408  cl-subs:     1249  v-elim:      0  v-fix:    0  time:  2.74 s
549.90/549.96	c vivif2 --  cl tried    24504 cl shrink        0 lits rem          0 time: 0.01
550.21/550.22	c vivif2 --  cl tried    66974 cl shrink    11241 lits rem     115402 time: 0.26
550.51/550.57	c asymm  cl-useful: 24/13753/24504 lits-rem:39 time: 0.35
550.51/550.58	c calculated reachability. Time: 0.00
550.51/550.58	c  N st    74   1210179     11794     24503     53898     66974    144345   4974495   no data   no data
550.61/550.63	c Finding binary XORs  T:     0.04 s  found:       0
593.02/593.02	c  N st    75   1283061     11794     24503     53898     87823    144345  10654872   no data   no data
644.62/644.65	c  N st    76   1392384     11794     24503     53900     89929    144343   7053638   no data   no data
771.32/771.37	c  N st    77   1556370     11794     24503     53903     87034    144343  11854313   no data   no data
842.52/842.51	c  N st    78   1710180     11794     24503     53909     63838    144342   3785849   no data   no data
842.52/842.51	c  S st    78   1710180     11794     24503     53909     63838    144342   3785849   no data   no data
842.74/842.75	c  S st    78   1710681     11792     24503     53909     64336    144342   3801328   no data   no data
842.74/842.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
843.32/843.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     58 BRemL:    113 BRemN:      2 P: 15.3M T:  0.59
843.32/843.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
843.32/843.37	c bin-w-bin subsume rem            7 bins  time:  0.00 s
843.32/843.38	c subs with bin:       10  lits-rem:         2  v-fix:    0  time:  0.01 s
843.32/843.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11792 time:  0.01 s
843.42/843.40	c Removed useless bin:       3  fixed:     0  props:   0.45M  time:  0.01 s
843.42/843.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
844.93/844.99	c subs with bin:        9  lits-rem:       212  v-fix:    0  time:  1.40 s
846.92/846.94	c lits-rem:      4379  cl-subs:      687  v-elim:      0  v-fix:    0  time:  1.94 s
846.92/846.94	c vivif2 --  cl tried    24491 cl shrink        0 lits rem          0 time: 0.00
847.03/847.09	c vivif2 --  cl tried    63639 cl shrink     3321 lits rem      29596 time: 0.15
847.32/847.39	c asymm  cl-useful: 11/9245/24491 lits-rem:33 time: 0.30
847.42/847.40	c calculated reachability. Time: 0.00
847.42/847.40	c  N st    78   1710681     11792     24480     52038     63639    144281   3730103   no data   no data
1040.63/1040.61	c  N st    79   2079648     11792     24480     52042    115164    144281   8114092   no data   no data
1107.63/1107.64	c  N st    80   2210681     11792     24480     52043    114855    144281  13700302   no data   no data
1107.63/1107.64	c  S st    80   2210681     11792     24480     52043    114855    144281  13700302   no data   no data
1108.03/1108.05	c  S st    80   2211187     11792     24480     52043    115359    144281  13721922   no data   no data
1108.03/1108.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1108.84/1108.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:     45 BRemL:    346 BRemN:      2 P: 22.4M T:  0.77
1108.84/1108.89	c Replacing        5 vars Replaced      200 lits Time:     0.04 s 
1108.84/1108.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1108.84/1108.91	c bin-w-bin subsume rem           16 bins  time:  0.00 s
1108.94/1108.92	c subs with bin:        6  lits-rem:         2  v-fix:    0  time:  0.01 s
1108.94/1108.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11787 time:  0.01 s
1108.94/1108.94	c Removed useless bin:       0  fixed:     0  props:   0.44M  time:  0.01 s
1109.03/1109.06	c lits-rem:         0  cl-subs:        5  v-elim:      2  v-fix:    0  time:  0.12 s
1110.92/1110.93	c subs with bin:        6  lits-rem:        70  v-fix:    0  time:  1.45 s
1124.03/1124.08	c lits-rem:      6215  cl-subs:     1668  v-elim:      0  v-fix:    0  time: 13.15 s
1124.03/1124.08	c vivif2 --  cl tried    24462 cl shrink        0 lits rem          0 time: 0.00
1124.92/1124.96	c vivif2 --  cl tried   112588 cl shrink    36456 lits rem     350572 time: 0.87
1125.02/1125.04	c asymm  cl-useful: 0/1464/24462 lits-rem:0 time: 0.08
1125.02/1125.05	c calculated reachability. Time: 0.00
1125.02/1125.05	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: 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-3368456-1305388647/watcher-3368456-1305388647 -o /tmp/evaluation-result-3368456-1305388647/solver-3368456-1305388647 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368456-1305388647.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.19 3.84 3.83 4/370 13001
/proc/meminfo: memFree=25489392/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=35148 CPUtime=0 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 4526 0 0 0 0 0 0 0 22 0 1 0 729095418 35991552 3419 33554432000 4194304 4580011 140735324259504 18446744073709551615 4306996 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 8787 3424 322 95 0 3769 0

[startup+0.121497 s]
/proc/loadavg: 3.19 3.84 3.83 4/370 13001
/proc/meminfo: memFree=25489392/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=48836 CPUtime=0.11 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 6392 0 0 0 11 0 0 0 23 0 1 0 729095418 50008064 5283 33554432000 4194304 4580011 140735324259504 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 12209 5283 340 95 0 7191 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 48836

[startup+0.200482 s]
/proc/loadavg: 3.19 3.84 3.83 4/370 13001
/proc/meminfo: memFree=25489392/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=48836 CPUtime=0.19 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 6392 0 0 0 19 0 0 0 23 0 1 0 729095418 50008064 5283 33554432000 4194304 4580011 140735324259504 18446744073709551615 4288930 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 12209 5283 340 95 0 7191 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 48836

[startup+0.300468 s]
/proc/loadavg: 3.19 3.84 3.83 4/370 13001
/proc/meminfo: memFree=25489392/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=48836 CPUtime=0.29 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 6392 0 0 0 29 0 0 0 23 0 1 0 729095418 50008064 5283 33554432000 4194304 4580011 140735324259504 18446744073709551615 4292939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 12209 5283 340 95 0 7191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48836

[startup+0.700391 s]
/proc/loadavg: 3.19 3.84 3.83 4/370 13001
/proc/meminfo: memFree=25489392/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=48836 CPUtime=0.69 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 6392 0 0 0 69 0 0 0 25 0 1 0 729095418 50008064 5283 33554432000 4194304 4580011 140735324259504 18446744073709551615 4292881 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 12209 5283 340 95 0 7191 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48836

[startup+1.50024 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25331780/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=87248 CPUtime=1.49 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 15845 0 0 0 148 1 0 0 25 0 1 0 729095418 89341952 14736 33554432000 4194304 4580011 140735324259504 18446744073709551615 4231546 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 21812 14736 342 95 0 16794 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87248

[startup+3.10094 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25164996/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=118440 CPUtime=3.09 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 23614 0 0 0 307 2 0 0 25 0 1 0 729095418 121282560 22505 33554432000 4194304 4580011 140735324259504 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 29610 22505 342 95 0 24592 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118440

[startup+6.30037 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25012468/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=142380 CPUtime=6.29 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 31152 0 0 0 627 2 0 0 25 0 1 0 729095418 145797120 27795 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294991 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 35595 27795 365 95 0 30577 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142380

[startup+12.7002 s]
/proc/loadavg: 3.44 3.86 3.84 5/371 13002
/proc/meminfo: memFree=24906968/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=156548 CPUtime=12.69 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 37389 0 0 0 1266 3 0 0 25 0 1 0 729095418 160305152 31317 33554432000 4194304 4580011 140735324259504 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 39137 31317 367 95 0 34119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 156548

[startup+25.5008 s]
/proc/loadavg: 3.52 3.87 3.84 5/371 13002
/proc/meminfo: memFree=24812892/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=173288 CPUtime=25.5 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 50753 0 0 0 2544 6 0 0 25 0 1 0 729095418 177446912 35113 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 43322 35113 367 95 0 38304 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 173288

[startup+51.1011 s]
/proc/loadavg: 3.69 3.88 3.84 5/371 13003
/proc/meminfo: memFree=24606796/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=358620 CPUtime=51.1 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 94859 0 0 0 5099 11 0 0 25 0 1 0 729095418 367226880 67289 33554432000 4194304 4580011 140735324259504 18446744073709551615 251367207034 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 89655 67289 367 95 0 84637 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 358620

[startup+102.301 s]
/proc/loadavg: 3.87 3.89 3.85 5/371 13004
/proc/meminfo: memFree=24382032/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=333992 CPUtime=102.3 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 127551 0 0 0 10214 16 0 0 25 0 1 0 729095418 342007808 73207 33554432000 4194304 4580011 140735324259504 18446744073709551615 4319357 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 83498 73207 367 95 0 78480 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 333992

[startup+162.301 s]
/proc/loadavg: 4.19 3.96 3.87 5/371 13006
/proc/meminfo: memFree=24292708/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=422272 CPUtime=162.3 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 159085 0 0 0 16206 24 0 0 25 0 1 0 729095418 432406528 80276 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 105568 80276 367 95 0 100550 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 422272

[startup+222.314 s]
/proc/loadavg: 4.25 4.01 3.89 5/371 13017
/proc/meminfo: memFree=24198012/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=464340 CPUtime=222.31 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 192497 0 0 0 22201 30 0 0 25 0 1 0 729095418 475484160 92878 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 116085 92878 367 95 0 111067 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 464340

[startup+282.3 s]
/proc/loadavg: 4.09 4.01 3.90 5/371 13018
/proc/meminfo: memFree=24141820/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=472300 CPUtime=282.3 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 220206 0 0 0 28194 36 0 0 25 0 1 0 729095418 483635200 92237 33554432000 4194304 4580011 140735324259504 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 118075 92237 367 95 0 113057 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 472300

[startup+342.3 s]
/proc/loadavg: 4.03 4.00 3.90 5/371 13020
/proc/meminfo: memFree=23913012/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=395656 CPUtime=342.3 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 253907 0 0 0 34188 42 0 0 25 0 1 0 729095418 405151744 88749 33554432000 4194304 4580011 140735324259504 18446744073709551615 4295429 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 98914 88749 367 95 0 93896 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 395656

[startup+402.3 s]
/proc/loadavg: 4.08 4.02 3.91 5/371 13021
/proc/meminfo: memFree=23711484/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=481280 CPUtime=402.3 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 281076 0 0 0 40183 47 0 0 25 0 1 0 729095418 492830720 93384 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 120320 93384 367 95 0 115302 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 481280

[startup+462.3 s]
/proc/loadavg: 4.10 4.03 3.92 5/371 13023
/proc/meminfo: memFree=23662976/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=483816 CPUtime=462.3 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 305280 0 0 0 46178 52 0 0 25 0 1 0 729095418 495427584 94504 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 120954 94504 367 95 0 115936 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 483816

[startup+522.3 s]
/proc/loadavg: 4.16 4.05 3.93 5/371 13025
/proc/meminfo: memFree=23716640/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=486488 CPUtime=522.3 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 335405 0 0 0 52172 58 0 0 25 0 1 0 729095418 498163712 90675 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 121622 90675 367 95 0 116604 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 486488

[startup+582.3 s]
/proc/loadavg: 4.11 4.06 3.93 5/371 13026
/proc/meminfo: memFree=23671460/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=497344 CPUtime=582.31 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 363725 0 0 0 58166 65 0 0 25 0 1 0 729095418 509280256 94040 33554432000 4194304 4580011 140735324259504 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 124336 94040 367 95 0 119318 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 497344

[startup+642.301 s]
/proc/loadavg: 4.04 4.04 3.93 5/371 13028
/proc/meminfo: memFree=23536272/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=498636 CPUtime=642.31 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 386047 0 0 0 64160 71 0 0 25 0 1 0 729095418 510603264 93071 33554432000 4194304 4580011 140735324259504 18446744073709551615 4316606 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 124659 93071 367 95 0 119641 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 498636

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.93 5/371 13029
/proc/meminfo: memFree=23553224/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=406612 CPUtime=702.32 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 414562 0 0 0 70155 77 0 0 25 0 1 0 729095418 416370688 91034 33554432000 4194304 4580011 140735324259504 18446744073709551615 4317080 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 101653 91034 367 95 0 96635 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 406612

[startup+762.301 s]
/proc/loadavg: 4.12 4.05 3.94 5/371 13031
/proc/meminfo: memFree=22975460/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=510180 CPUtime=762.32 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 439346 0 0 0 76150 82 0 0 25 0 1 0 729095418 522424320 95169 33554432000 4194304 4580011 140735324259504 18446744073709551615 4316976 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 127545 95169 367 95 0 122527 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 510180

[startup+822.301 s]
/proc/loadavg: 4.04 4.04 3.94 5/371 13033
/proc/meminfo: memFree=22955108/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=513120 CPUtime=822.32 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 466466 0 0 0 82144 88 0 0 25 0 1 0 729095418 525434880 95476 33554432000 4194304 4580011 140735324259504 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 128280 95476 367 95 0 123262 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 513120

[startup+882.314 s]
/proc/loadavg: 4.01 4.03 3.94 5/371 13034
/proc/meminfo: memFree=23019060/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=439940 CPUtime=882.33 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 490626 0 0 0 88140 93 0 0 25 0 1 0 729095418 450498560 99896 33554432000 4194304 4580011 140735324259504 18446744073709551615 4321618 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 109985 99896 367 95 0 104967 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 439940

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/371 13036
/proc/meminfo: memFree=22920708/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=464908 CPUtime=942.32 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 505759 0 0 0 94135 97 0 0 25 0 1 0 729095418 476065792 107125 33554432000 4194304 4580011 140735324259504 18446744073709551615 4295238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 116227 107125 367 95 0 111209 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 464908

[startup+1002.3 s]
/proc/loadavg: 4.07 4.05 3.96 5/371 13037
/proc/meminfo: memFree=22848624/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=565340 CPUtime=1002.32 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 512113 0 0 0 100133 99 0 0 25 0 1 0 729095418 578908160 109731 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 141335 109731 367 95 0 136317 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 565340

[startup+1062.3 s]
/proc/loadavg: 4.03 4.04 3.96 5/371 13039
/proc/meminfo: memFree=22752116/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=591228 CPUtime=1062.33 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 528623 0 0 0 106128 105 0 0 25 0 1 0 729095418 605417472 116005 33554432000 4194304 4580011 140735324259504 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 147807 116005 367 95 0 142789 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 591228

[startup+1122.3 s]
/proc/loadavg: 4.04 4.04 3.96 5/371 13041
/proc/meminfo: memFree=22704584/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=673088 CPUtime=1122.32 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 559921 0 0 0 112121 111 0 0 25 0 1 0 729095418 689242112 138163 33554432000 4194304 4580011 140735324259504 18446744073709551615 4391598 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 168272 138163 367 95 0 163254 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 673088

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.96 5/371 13042
/proc/meminfo: memFree=22715960/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=596076 CPUtime=1182.33 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 586792 0 0 0 118116 117 0 0 25 0 1 0 729095418 610381824 135267 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 149019 135267 367 95 0 144001 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 596076

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/371 13044
/proc/meminfo: memFree=22737756/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=700976 CPUtime=1242.33 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 601983 0 0 0 124112 121 0 0 25 0 1 0 729095418 717799424 137777 33554432000 4194304 4580011 140735324259504 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 175244 137777 367 95 0 170226 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 700976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.06 3.98 2/365 13048
/proc/meminfo: memFree=25003376/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=702204 CPUtime=1300.03 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 614592 0 0 0 129878 125 0 0 25 0 1 0 729095418 719056896 137782 33554432000 4194304 4580011 140735324259504 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 175551 137782 367 95 0 170533 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 702204

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.15 4.06 3.98 2/365 13048
/proc/meminfo: memFree=25003376/32950928 swapFree=38710892/67111528
[pid=13001] ppid=12999 vsize=702204 CPUtime=1300.03 cores=5,7
/proc/13001/stat : 13001 (strangenight2-s) R 12999 13001 12941 0 -1 4202496 614592 0 0 0 129878 125 0 0 25 0 1 0 729095418 719056896 137782 33554432000 4194304 4580011 140735324259504 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13001/statm: 175551 137782 367 95 0 170533 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 702204

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.08
CPU user time (s): 1298.8
CPU system time (s): 1.28181
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 702204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.8
system time used= 1.2818
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614593
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= 995

runsolver used 4.51231 second user time and 10.8853 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 17:57:27
IDJOB=3368456
IDBENCH=83110
IDSOLVER=1845
FILE ID=node113/3368456-1305388647
RUNJOBID= node113-1305388647-12962
PBS_JOBID= 13324409
Free space on /tmp= 73416 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3368456-1305388647/watcher-3368456-1305388647 -o /tmp/evaluation-result-3368456-1305388647/solver-3368456-1305388647 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368456-1305388647.cnf

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=575892427

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25489424 kB
Buffers:        242592 kB
Cached:        2491832 kB
SwapCached:      93712 kB
Active:         824768 kB
Inactive:      6373312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25489424 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           34992 kB
Writeback:          12 kB
AnonPages:     4380604 kB
Mapped:          14180 kB
Slab:           103696 kB
PageTables:      92420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87212348 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= 73416 MiB
End job on node113 at 2011-05-14 18:19:10