Trace number 3368454

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368454-1305388748.cnf'
0.00/0.01	c -- header says num vars:          36410
0.00/0.01	c -- header says num clauses:      121578
0.00/0.04	c -- clauses added:            0 learnts,       121578 normals,            0 xors
0.00/0.04	c -- vars added      36410
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0     36410     58011     56175         0    292484         0   no data   no data
0.69/0.72	c asymm  cl-useful: 9/41976/58011 lits-rem:83 time: 0.68
2.39/2.41	c Flit:    74 Blit:   3284 bXBeca:    0 bXProp: 5937 Bins:      0 BRemL:      0 BRemN:      0 P: 39.2M T:  1.66
2.39/2.41	c Cleaning up after failed var search:     0.00 s 
2.39/2.43	c Replacing     5937 vars Replaced   164268 lits Time:     0.01 s 
2.39/2.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.44	c bin-w-bin subsume rem          749 bins  time:  0.00 s
2.39/2.45	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
2.39/2.47	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  25378 time:  0.02 s
2.39/2.49	c Removed useless bin:      43  fixed:     0  props:   3.73M  time:  0.02 s
2.49/2.59	c lits-rem:         0  cl-subs:      225  v-elim:   8459  v-fix:    0  time:  0.09 s
2.59/2.64	c Finding binary XORs  T:     0.05 s  found:      18
2.59/2.64	c Replacing       18 vars Replaced      225 lits Time:     0.00 s 
2.59/2.68	c Finding non-binary XORs:     0.02 s (found:    8091, avg size: 3.0)
2.59/2.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1296 locsubst:  5168 time:   0.01
2.59/2.68	c Replacing     2584 vars Replaced    15504 lits Time:     0.00 s 
2.59/2.69	c calculated reachability. Time: 0.00
2.59/2.69	c Calc default polars -  time:   0.00 s pos:    1670 undec:   23440 neg:   11300
2.59/2.69	c =========================================================================================
2.59/2.69	c types(t): F = full restart, N = normal restart
2.59/2.69	c types(t): S = simplification begin/end, E = solution found
2.59/2.69	c restart types(rt): st = static, dy = dynamic
2.59/2.69	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.59/2.69	c  B st     0         0     13021     21302     17135         0    140425         0   no data   no data
2.79/2.89	c Decided on static restart strategy
3.09/3.12	c  N st     8      4915     13020     21302     17205      4722    140425    148935   no data   no data
3.99/4.04	c  N st    10     11297     13019     21302     17267      6376    140425    223379   no data   no data
5.39/5.42	c  N st    11     17040     13014     21302     17296     11980    140425   1236698   no data   no data
6.39/6.46	c  F st    12     25002     13013     21302     17353     12447    140425    585909   no data   no data
6.39/6.47	c  N st    12     25002     13013     21302     17217     12431    140143    585752   no data   no data
7.29/7.39	c Decided on static restart strategy
7.29/7.39	c  N st    18     30000     13007     21302     17253     17296    140143    950128   no data   no data
7.29/7.39	c  S st    18     30000     13007     21302     17253     17296    140143    950128   no data   no data
7.49/7.51	c  S st    18     30504     13007     21302     17303     17747    140143    956707   no data   no data
7.49/7.52	c x-sub:  2584 x-cut:      0 vfix:      0 v-elim:    648 locsubst:     0 time:   0.01
8.29/8.32	c Flit:    67 Blit:      2 bXBeca:    0 bXProp:    7 Bins: 224627 BRemL: 102589 BRemN:     11 P: 12.9M T:  0.79
8.29/8.33	c Replacing        7 vars Replaced      554 lits Time:     0.01 s 
8.29/8.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.29/8.35	c bin-w-bin subsume rem           99 bins  time:  0.01 s
8.29/8.37	c subs with bin:      729  lits-rem:       636  v-fix:    0  time:  0.02 s
8.29/8.39	c Subs w/ non-existent bins:      0 l-rem:      7 v-fix:     0 done:  12282 time:  0.02 s
8.39/8.40	c Removed useless bin:      34  fixed:     0  props:   0.43M  time:  0.01 s
8.39/8.44	c lits-rem:       254  cl-subs:      220  v-elim:   1897  v-fix:    0  time:  0.04 s
8.39/8.47	c subs with bin:      132  lits-rem:       677  v-fix:    0  time:  0.02 s
8.39/8.48	c lits-rem:       144  cl-subs:      286  v-elim:      0  v-fix:    0  time:  0.02 s
8.69/8.74	c asymm  cl-useful: 210/20941/20941 lits-rem:917 time: 0.26
8.69/8.75	c calculated reachability. Time: 0.00
8.69/8.75	c  N st    18     30504     10385     20940    119805      4393    124383    296984   no data   no data
8.69/8.79	c Finding binary XORs  T:     0.04 s  found:       0
9.89/9.91	c  N st    20     37617     10385     20940    119806      8421    124383    903938   no data   no data
10.69/10.79	c  N st    21     44016     10385     20940    119807     14652    124383   1497893   no data   no data
11.00/11.05	c  S st    22     45756     10383     20940    119807      8734    124383    551429   no data   no data
11.10/11.15	c  S st    22     46258     10383     20940    119811      9232    124383    563562   no data   no data
11.10/11.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    324 locsubst:     0 time:   0.01
11.39/11.49	c Flit:    29 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   2435 BRemL:  39048 BRemN:    107 P:  5.4M T:  0.33
11.49/11.50	c Replacing        1 vars Replaced       17 lits Time:     0.01 s 
11.49/11.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.49/11.51	c bin-w-bin subsume rem          304 bins  time:  0.00 s
11.49/11.51	c subs with bin:      101  lits-rem:        64  v-fix:    0  time:  0.01 s
11.49/11.52	c Subs w/ non-existent bins:      0 l-rem:     45 v-fix:     0 done:  10029 time:  0.01 s
11.49/11.53	c Removed useless bin:       0  fixed:     0  props:   0.36M  time:  0.00 s
11.49/11.54	c lits-rem:         0  cl-subs:       36  v-elim:     38  v-fix:    0  time:  0.01 s
11.49/11.57	c subs with bin:        2  lits-rem:        46  v-fix:    0  time:  0.03 s
11.49/11.60	c lits-rem:       147  cl-subs:      249  v-elim:      0  v-fix:    0  time:  0.02 s
11.59/11.60	c vivif2 --  cl tried    20767 cl shrink      107 lits rem        296 time: 0.00
11.59/11.61	c vivif2 --  cl tried     5778 cl shrink      234 lits rem       1480 time: 0.00
11.79/11.83	c asymm  cl-useful: 79/20759/20759 lits-rem:240 time: 0.23
11.79/11.84	c calculated reachability. Time: 0.00
11.79/11.84	c  N st    22     46258      9991     20759     44443      5778    121839    177489   no data   no data
11.79/11.87	c Finding binary XORs  T:     0.03 s  found:       0
14.49/14.55	c  N st    23     60655      9991     20759     44444     11064    121839    734984   no data   no data
15.79/15.86	c  N st    24     69388      9991     20759     44446     19665    121839   1850783   no data   no data
15.79/15.86	c  S st    24     69388      9991     20759     44446     19665    121839   1850783   no data   no data
15.89/15.96	c  S st    24     69890      9991     20759     44446     20164    121839   1861398   no data   no data
15.89/15.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    162 locsubst:     2 time:   0.01
16.19/16.28	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    185 BRemL:    113 BRemN:      0 P:  6.6M T:  0.31
16.19/16.29	c Replacing        2 vars Replaced       40 lits Time:     0.01 s 
16.29/16.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.29/16.30	c bin-w-bin subsume rem           31 bins  time:  0.00 s
16.29/16.31	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.01 s
16.29/16.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9826 time:  0.01 s
16.29/16.32	c Removed useless bin:       0  fixed:     0  props:   0.36M  time:  0.00 s
16.29/16.35	c lits-rem:         0  cl-subs:       55  v-elim:     44  v-fix:    0  time:  0.02 s
16.69/16.76	c subs with bin:        1  lits-rem:        30  v-fix:    0  time:  0.38 s
17.09/17.12	c lits-rem:       680  cl-subs:      367  v-elim:      0  v-fix:    0  time:  0.36 s
17.09/17.13	c vivif2 --  cl tried    20706 cl shrink       50 lits rem         64 time: 0.00
17.09/17.18	c vivif2 --  cl tried    15084 cl shrink     1945 lits rem      13596 time: 0.04
17.39/17.41	c asymm  cl-useful: 449/20706/20706 lits-rem:1237 time: 0.23
17.39/17.41	c calculated reachability. Time: 0.00
17.39/17.41	c  N st    24     69890      9782     20383     44140     15084    120520   1092671   no data   no data
20.69/20.75	c  F st    25     87502      9782     20383     44140     23272    120520   2388389   no data   no data
20.69/20.76	c  N st    25     87502      9782     20383     44140     23272    120520   2388389   no data   no data
21.39/21.48	c Decided on static restart strategy
22.10/22.13	c  N st    32     95545      9781     20383     44145     18836    120520   1407871   no data   no data
22.89/22.98	c Finding binary XORs  T:     0.03 s  found:     127
22.99/23.00	c Replacing      127 vars Replaced     3606 lits Time:     0.02 s 
23.39/23.48	c  N st    34    104836      9653     20382     43111     27809    120253   1922191   no data   no data
23.39/23.48	c  S st    34    104836      9653     20382     43111     27809    120253   1922191   no data   no data
23.59/23.62	c  S st    34    105336      9653     20382     43112     28305    120253   1936246   no data   no data
23.59/23.63	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:     16 locsubst:     0 time:   0.01
23.89/23.97	c Flit:     3 Blit:      5 bXBeca:    0 bXProp:    0 Bins:    198 BRemL:     66 BRemN:      0 P:  7.8M T:  0.34
23.89/23.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.89/23.98	c bin-w-bin subsume rem          238 bins  time:  0.00 s
23.89/23.98	c subs with bin:      162  lits-rem:       186  v-fix:    0  time:  0.01 s
23.89/23.99	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:   9626 time:  0.01 s
23.99/24.00	c Removed useless bin:       2  fixed:     0  props:   0.36M  time:  0.00 s
23.99/24.03	c lits-rem:        21  cl-subs:      260  v-elim:     57  v-fix:    0  time:  0.03 s
24.69/24.74	c subs with bin:        3  lits-rem:        30  v-fix:    0  time:  0.66 s
25.40/25.43	c lits-rem:       990  cl-subs:      528  v-elim:      0  v-fix:    0  time:  0.69 s
25.40/25.43	c vivif2 --  cl tried    19926 cl shrink        1 lits rem          1 time: 0.00
25.49/25.50	c vivif2 --  cl tried    23687 cl shrink     3603 lits rem      27594 time: 0.07
25.69/25.76	c asymm  cl-useful: 74/19926/19926 lits-rem:155 time: 0.26
25.69/25.77	c calculated reachability. Time: 0.00
25.69/25.77	c  N st    34    105336      9569     19908     38238     23687    117883   1511112   no data   no data
27.50/27.51	c  N st    35    114935      9569     19908     38240     20990    117883   1804575   no data   no data
31.09/31.10	c  N st    36    129332      9568     19908     38240     20426    117883   1727595   no data   no data
36.99/37.00	c  N st    37    150927      9568     19908     38244     25167    117883   2403728   no data   no data
36.99/37.05	c Finding binary XORs  T:     0.03 s  found:       7
38.09/38.17	c  S st    38    158004      9568     19907     37561     32084    117870   2955668   no data   no data
38.29/38.30	c  S st    38    158509      9568     19907     37562     32588    117870   2968633   no data   no data
38.29/38.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
38.60/38.66	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   1639 BRemL:   3098 BRemN:      6 P:  8.7M T:  0.35
38.60/38.69	c Replacing        8 vars Replaced      152 lits Time:     0.03 s 
38.60/38.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.69/38.70	c bin-w-bin subsume rem          120 bins  time:  0.00 s
38.69/38.70	c subs with bin:       16  lits-rem:        17  v-fix:    0  time:  0.01 s
38.69/38.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9559 time:  0.01 s
38.69/38.72	c Removed useless bin:       1  fixed:     0  props:   0.37M  time:  0.01 s
38.69/38.75	c lits-rem:         4  cl-subs:       20  v-elim:     40  v-fix:    0  time:  0.03 s
39.99/40.06	c subs with bin:        4  lits-rem:       298  v-fix:    0  time:  1.22 s
41.99/42.06	c lits-rem:       963  cl-subs:      748  v-elim:      0  v-fix:    0  time:  2.00 s
41.99/42.07	c vivif2 --  cl tried    19841 cl shrink        1 lits rem          1 time: 0.00
42.19/42.23	c vivif2 --  cl tried    31655 cl shrink     8265 lits rem      85654 time: 0.16
42.39/42.48	c asymm  cl-useful: 31/14826/19841 lits-rem:66 time: 0.25
42.39/42.49	c calculated reachability. Time: 0.00
42.39/42.49	c  N st    38    158509      9519     19836     35452     31655    117503   2786444   no data   no data
57.09/57.14	c  N st    39    207097      9519     19836     35455     22535    117503   1114766   no data   no data
57.09/57.18	c Finding binary XORs  T:     0.03 s  found:       0
65.09/65.14	c  N st    40    237763      9518     19835     34761     31483    117489   1932356   no data   no data
65.09/65.14	c  S st    40    237763      9518     19835     34761     31483    117489   1932356   no data   no data
65.29/65.30	c  S st    40    238264      9518     19835     34766     31975    117489   1948842   no data   no data
65.29/65.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
65.59/65.64	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    105 BRemL:     54 BRemN:      1 P:  8.1M T:  0.33
65.59/65.66	c Replacing        2 vars Replaced     1316 lits Time:     0.02 s 
65.59/65.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
65.59/65.67	c bin-w-bin subsume rem            8 bins  time:  0.00 s
65.59/65.68	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.01 s
65.59/65.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9515 time:  0.01 s
65.59/65.69	c Removed useless bin:       0  fixed:     0  props:   0.36M  time:  0.00 s
65.69/65.72	c lits-rem:         0  cl-subs:        4  v-elim:      2  v-fix:    0  time:  0.03 s
66.39/66.49	c subs with bin:        1  lits-rem:        79  v-fix:    0  time:  0.71 s
67.69/67.72	c lits-rem:       733  cl-subs:      682  v-elim:      0  v-fix:    0  time:  1.23 s
67.69/67.73	c vivif2 --  cl tried    19814 cl shrink        0 lits rem          0 time: 0.01
67.79/67.82	c vivif2 --  cl tried    31185 cl shrink     6148 lits rem      55064 time: 0.09
67.89/67.90	c asymm  cl-useful: 0/4988/19814 lits-rem:0 time: 0.07
67.89/67.90	c calculated reachability. Time: 0.00
67.89/67.90	c  N st    40    238264      9513     19814     34775     31185    117360   1843164   no data   no data
89.10/89.17	c  F st    41    306250      9511     19814     34779     28486    117360   1415674   no data   no data
89.10/89.19	c  N st    41    306250      9511     19813     34409     28486    117295   1414917   no data   no data
90.09/90.19	c Decided on static restart strategy
96.09/96.19	c  N st    51    334558      9509     19813     34415     31219    117295   1675121   no data   no data
103.09/103.17	c  N st    53    357396      9509     19813     34415     53531    117295   3758729   no data   no data
103.09/103.17	c  S st    53    357396      9509     19813     34415     53531    117295   3758729   no data   no data
103.29/103.37	c  S st    53    357899      9509     19813     34415     27847    117295   1087430   no data   no data
103.29/103.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.59/103.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     89 BRemL:    123 BRemN:      0 P:  7.6M T:  0.28
103.59/103.67	c Replacing        1 vars Replaced       24 lits Time:     0.02 s 
103.59/103.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.59/103.68	c bin-w-bin subsume rem            4 bins  time:  0.00 s
103.59/103.69	c subs with bin:        7  lits-rem:         3  v-fix:    0  time:  0.01 s
103.69/103.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9508 time:  0.01 s
103.69/103.70	c Removed useless bin:       0  fixed:     0  props:   0.36M  time:  0.00 s
103.69/103.72	c lits-rem:         0  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.02 s
103.99/104.05	c subs with bin:        7  lits-rem:        87  v-fix:    0  time:  0.30 s
104.29/104.30	c lits-rem:      2159  cl-subs:      559  v-elim:      0  v-fix:    0  time:  0.24 s
104.29/104.30	c vivif2 --  cl tried    19800 cl shrink        0 lits rem          0 time: 0.00
104.29/104.34	c vivif2 --  cl tried    27229 cl shrink      907 lits rem       4226 time: 0.03
104.60/104.61	c asymm  cl-useful: 21/19800/19800 lits-rem:34 time: 0.27
104.60/104.61	c calculated reachability. Time: 0.00
104.60/104.61	c  N st    53    357899      9507     19798     34155     27229    117158   1062977   no data   no data
115.19/115.22	c  N st    54    390291      9507     19798     34155     31908    117158   1593344   no data   no data
128.89/128.97	c  N st    55    438880      9507     19798     34157     51321    117158   3201845   no data   no data
152.19/152.28	c  N st    56    511762      9507     19798     34157     32869    117158   1213173   no data   no data
160.10/160.12	c  N st    57    536850      9507     19798     34160     57844    117158   6420985   no data   no data
160.10/160.12	c  S st    57    536850      9507     19798     34160     57844    117158   6420985   no data   no data
160.30/160.32	c  S st    57    537351      9507     19798     34160     58342    117158   6435947   no data   no data
160.30/160.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
160.71/160.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    176 BRemL:     62 BRemN:      1 P: 11.2M T:  0.40
160.71/160.76	c Replacing        1 vars Replaced      342 lits Time:     0.02 s 
160.71/160.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.71/160.77	c bin-w-bin subsume rem            2 bins  time:  0.00 s
160.71/160.78	c subs with bin:        2  lits-rem:        13  v-fix:    0  time:  0.01 s
160.71/160.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9506 time:  0.01 s
160.71/160.79	c Removed useless bin:       0  fixed:     0  props:   0.36M  time:  0.00 s
160.80/160.85	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.06 s
162.50/162.54	c subs with bin:        3  lits-rem:       496  v-fix:    0  time:  1.49 s
167.90/167.91	c lits-rem:     26527  cl-subs:      821  v-elim:      0  v-fix:    0  time:  5.37 s
167.90/167.92	c vivif2 --  cl tried    19790 cl shrink        0 lits rem          0 time: 0.00
168.19/168.28	c vivif2 --  cl tried    57518 cl shrink    15635 lits rem     430699 time: 0.36
168.49/168.59	c asymm  cl-useful: 19/12150/19790 lits-rem:29 time: 0.31
168.49/168.59	c calculated reachability. Time: 0.00
168.49/168.59	c  N st    57    537351      9506     19788     34274     57517    117085   5892822   no data   no data
168.59/168.63	c Finding binary XORs  T:     0.03 s  found:       0
226.79/226.81	c  N st    58    701336      9506     19788     34276     48807    117084   2779138   no data   no data
270.60/270.61	c  N st    59    806026      9504     19788     34282     75960    117083   5194789   no data   no data
270.60/270.61	c  S st    59    806026      9504     19788     34282     75960    117083   5194789   no data   no data
270.79/270.88	c  S st    59    806527      9504     19788     34282     76459    117083   5211252   no data   no data
270.89/270.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
271.29/271.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     55 BRemL:    142 BRemN:      0 P: 12.9M T:  0.44
271.29/271.40	c Replacing        1 vars Replaced       50 lits Time:     0.05 s 
271.39/271.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
271.39/271.40	c bin-w-bin subsume rem            6 bins  time:  0.00 s
271.39/271.41	c subs with bin:        7  lits-rem:         3  v-fix:    0  time:  0.01 s
271.39/271.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9503 time:  0.01 s
271.39/271.43	c Removed useless bin:       1  fixed:     0  props:   0.36M  time:  0.00 s
271.39/271.48	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.06 s
273.00/273.02	c subs with bin:        3  lits-rem:       590  v-fix:    0  time:  1.39 s
302.40/302.43	c lits-rem:      3295  cl-subs:    15420  v-elim:      0  v-fix:    0  time: 29.41 s
302.40/302.43	c vivif2 --  cl tried    19773 cl shrink        0 lits rem          0 time: 0.00
302.61/302.67	c vivif2 --  cl tried    61032 cl shrink    13406 lits rem      99804 time: 0.23
302.80/302.87	c asymm  cl-useful: 0/7623/19773 lits-rem:0 time: 0.20
302.80/302.88	c calculated reachability. Time: 0.00
302.80/302.88	c  N st    59    806527      9503     19773     33090     61032    117009   3926222   no data   no data
406.60/406.68	c  F st    60   1071875      9503     19773     33092     73654    117009   5318324   no data   no data
406.60/406.69	c  N st    60   1071875      9503     19773     33092     73654    117009   5318324   no data   no data
408.10/408.11	c Decided on static restart strategy
414.40/414.42	c  N st    70   1100180      9500     19773     33104     56650    117009   2477375   no data   no data
432.20/432.28	c  N st    72   1136174      9500     19773     33104     92118    117009   6132929   no data   no data
440.30/440.30	c  N st    73   1168566      9499     19773     33107     77626    117009   3880478   no data   no data
454.10/454.15	c  N st    74   1209793      9499     19773     33108     71813    117009   3628304   no data   no data
454.10/454.15	c  S st    74   1209793      9499     19773     33108     71813    117009   3628304   no data   no data
454.30/454.38	c  S st    74   1210297      9499     19773     33109     72313    117009   3643149   no data   no data
454.30/454.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
454.80/454.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    154 BRemL:    197 BRemN:      1 P: 12.2M T:  0.43
454.80/454.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
454.80/454.84	c bin-w-bin subsume rem            5 bins  time:  0.00 s
454.80/454.85	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.01 s
454.80/454.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9499 time:  0.01 s
454.80/454.86	c Removed useless bin:       0  fixed:     0  props:   0.36M  time:  0.00 s
454.90/454.91	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.05 s
456.30/456.38	c subs with bin:        3  lits-rem:        55  v-fix:    0  time:  1.35 s
459.50/459.58	c lits-rem:      6629  cl-subs:     1991  v-elim:      0  v-fix:    0  time:  3.20 s
459.50/459.59	c vivif2 --  cl tried    19767 cl shrink        0 lits rem          0 time: 0.00
459.70/459.79	c vivif2 --  cl tried    69949 cl shrink    13433 lits rem      74642 time: 0.20
460.10/460.11	c asymm  cl-useful: 27/7298/19767 lits-rem:40 time: 0.32
460.10/460.11	c calculated reachability. Time: 0.00
460.10/460.11	c  N st    74   1210297      9498     19767     32159     69949    116830   3429068   no data   no data
460.10/460.15	c Finding binary XORs  T:     0.03 s  found:       0
486.80/486.84	c  N st    75   1283179      9498     19767     32168     93576    116830   6616681   no data   no data
524.60/524.69	c  N st    76   1392502      9497     19767     32172    103680    116830   8506264   no data   no data
600.51/600.54	c  N st    77   1556487      9497     19767     32173    109621    116830   8959748   no data   no data
659.10/659.12	c  N st    78   1710298      9497     19767     32174     95957    116830   6871692   no data   no data
659.10/659.12	c  S st    78   1710298      9497     19767     32174     95957    116830   6871692   no data   no data
659.40/659.45	c  S st    78   1710801      9497     19767     32175     96453    116830   6889283   no data   no data
659.40/659.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
660.01/660.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    104 BRemL:    196 BRemN:      0 P: 16.0M T:  0.53
660.01/660.07	c Replacing        2 vars Replaced       77 lits Time:     0.07 s 
660.01/660.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
660.01/660.08	c bin-w-bin subsume rem            9 bins  time:  0.00 s
660.01/660.09	c subs with bin:        5  lits-rem:         1  v-fix:    0  time:  0.01 s
660.01/660.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9495 time:  0.01 s
660.01/660.10	c Removed useless bin:       2  fixed:     0  props:   0.37M  time:  0.01 s
660.11/660.18	c lits-rem:         0  cl-subs:       13  v-elim:      2  v-fix:    0  time:  0.07 s
661.80/661.80	c subs with bin:       14  lits-rem:       235  v-fix:    0  time:  1.43 s
671.80/671.82	c lits-rem:      7303  cl-subs:     3097  v-elim:      0  v-fix:    0  time: 10.02 s
671.80/671.83	c vivif2 --  cl tried    19746 cl shrink        0 lits rem          0 time: 0.00
672.22/672.26	c vivif2 --  cl tried    93196 cl shrink    23739 lits rem     221661 time: 0.43
672.51/672.58	c asymm  cl-useful: 6/7728/19746 lits-rem:10 time: 0.32
672.51/672.59	c calculated reachability. Time: 0.00
672.51/672.59	c  N st    78   1710801      9493     19744     31710     93196    116722   6440802   no data   no data
810.71/810.77	c  N st    79   2079767      9493     19744     31719    101048    116722   5091187   no data   no data
891.12/891.14	c  N st    80   2210801      9493     19744     31724    105744    116721   8953341   no data   no data
891.12/891.14	c  S st    80   2210801      9493     19744     31724    105744    116721   8953341   no data   no data
891.51/891.51	c  S st    80   2211305      9493     19744     31726    106243    116721   8971424   no data   no data
891.51/891.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
892.01/892.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    907 BRemL:   1628 BRemN:      6 P: 15.1M T:  0.53
892.01/892.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
892.01/892.08	c bin-w-bin subsume rem            1 bins  time:  0.00 s
892.01/892.08	c subs with bin:        6  lits-rem:         2  v-fix:    0  time:  0.01 s
892.01/892.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9493 time:  0.01 s
892.12/892.11	c Removed useless bin:       0  fixed:     0  props:   0.37M  time:  0.00 s
892.12/892.19	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.09 s
893.91/893.90	c subs with bin:       18  lits-rem:      1133  v-fix:    0  time:  1.46 s
902.71/902.74	c lits-rem:     38649  cl-subs:     1297  v-elim:      0  v-fix:    0  time:  8.83 s
902.71/902.74	c vivif2 --  cl tried    19737 cl shrink        0 lits rem          0 time: 0.00
903.22/903.29	c vivif2 --  cl tried   104928 cl shrink    25865 lits rem     218225 time: 0.54
903.51/903.52	c asymm  cl-useful: 3/4711/19737 lits-rem:9 time: 0.22
903.51/903.52	c calculated reachability. Time: 0.00
903.51/903.52	c  N st    80   2211305      9493     19734     31004    104928    116695   8603772   no data   no data
903.51/903.56	c Finding binary XORs  T:     0.03 s  found:       0
1135.61/1135.65	c  N st    81   2711305      9493     19734     31020    123436    116694   8902020   no data   no data
1135.61/1135.65	c  S st    81   2711305      9493     19734     31020    123436    116694   8902020   no data   no data
1136.11/1136.10	c  S st    81   2711810      9493     19734     31020    123938    116694   8916758   no data   no data
1136.11/1136.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1137.01/1137.07	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    619 BRemL:   1328 BRemN:      1 P: 19.8M T:  0.94
1137.01/1137.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1137.01/1137.09	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1137.01/1137.09	c subs with bin:        6  lits-rem:         2  v-fix:    0  time:  0.01 s
1137.11/1137.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9492 time:  0.01 s
1137.11/1137.12	c Removed useless bin:       0  fixed:     0  props:   0.37M  time:  0.01 s
1137.21/1137.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1139.51/1139.50	c subs with bin:        4  lits-rem:       233  v-fix:    0  time:  1.95 s
1154.12/1154.20	c lits-rem:     22422  cl-subs:     1910  v-elim:      0  v-fix:    0  time: 14.69 s
1154.22/1154.20	c vivif2 --  cl tried    19727 cl shrink        0 lits rem          0 time: 0.00
1154.72/1154.80	c vivif2 --  cl tried   122017 cl shrink    35225 lits rem     310696 time: 0.59
1155.13/1155.13	c asymm  cl-useful: 13/2373/19727 lits-rem:21 time: 0.33
1155.13/1155.14	c calculated reachability. Time: 0.00
1155.13/1155.14	c  N st    81   2711810      9492     19727     30249    122015    116615   8442307   no data   no data
1155.13/1155.17	c Finding binary XORs  T:     0.03 s  found:       0

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 4,6

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.08 3.76 3.91 4/320 12050
/proc/meminfo: memFree=11627264/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=24868 CPUtime=0 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 1591 0 0 0 0 0 0 0 25 0 1 0 650473598 25464832 1304 33554432000 4194304 4580011 140736751423184 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 6217 1309 322 95 0 1199 0

[startup+0.105114 s]
/proc/loadavg: 3.08 3.76 3.91 4/320 12050
/proc/meminfo: memFree=11627264/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=46128 CPUtime=0.09 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 5436 0 0 0 9 0 0 0 25 0 1 0 650473598 47235072 4334 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293126 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 11532 4334 340 95 0 6514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46128

[startup+0.201154 s]
/proc/loadavg: 3.08 3.76 3.91 4/320 12050
/proc/meminfo: memFree=11627264/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=46128 CPUtime=0.19 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 5436 0 0 0 19 0 0 0 25 0 1 0 650473598 47235072 4334 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 11532 4334 340 95 0 6514 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 46128

[startup+0.301143 s]
/proc/loadavg: 3.08 3.76 3.91 4/320 12050
/proc/meminfo: memFree=11627264/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=46128 CPUtime=0.29 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 5436 0 0 0 29 0 0 0 25 0 1 0 650473598 47235072 4334 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293900 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 11532 4334 340 95 0 6514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46128

[startup+0.701077 s]
/proc/loadavg: 3.08 3.76 3.91 4/320 12050
/proc/meminfo: memFree=11627264/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=46128 CPUtime=0.69 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 5437 0 0 0 69 0 0 0 25 0 1 0 650473598 47235072 4335 33554432000 4194304 4580011 140736751423184 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 11532 4335 340 95 0 6514 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46128

[startup+1.50098 s]
/proc/loadavg: 3.08 3.76 3.91 5/321 12051
/proc/meminfo: memFree=11585972/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=90680 CPUtime=1.49 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 16580 0 0 0 148 1 0 0 25 0 1 0 650473598 92856320 15478 33554432000 4194304 4580011 140736751423184 18446744073709551615 235594527429 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 22670 15479 342 95 0 17652 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90680

[startup+3.10058 s]
/proc/loadavg: 3.08 3.76 3.91 5/321 12051
/proc/meminfo: memFree=11552988/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=116172 CPUtime=3.09 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 23355 0 0 0 307 2 0 0 25 0 1 0 650473598 118960128 22253 33554432000 4194304 4580011 140736751423184 18446744073709551615 4292924 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 29043 22254 365 95 0 24025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116172

[startup+6.30108 s]
/proc/loadavg: 3.15 3.77 3.91 5/321 12051
/proc/meminfo: memFree=11513612/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=119916 CPUtime=6.29 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 26121 0 0 0 626 3 0 0 25 0 1 0 650473598 122793984 22330 33554432000 4194304 4580011 140736751423184 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 29979 22330 365 95 0 24961 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119916

[startup+12.701 s]
/proc/loadavg: 3.22 3.77 3.91 5/321 12052
/proc/meminfo: memFree=11466552/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=140356 CPUtime=12.69 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 32401 0 0 0 1265 4 0 0 25 0 1 0 650473598 143724544 27212 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294048 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 35089 27212 367 95 0 30071 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 140356

[startup+25.5007 s]
/proc/loadavg: 3.39 3.78 3.91 5/321 12052
/proc/meminfo: memFree=11364736/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=175816 CPUtime=25.49 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 43163 0 0 0 2544 5 0 0 25 0 1 0 650473598 180035584 37764 33554432000 4194304 4580011 140736751423184 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 43954 37764 367 95 0 38936 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 175816

[startup+51.1012 s]
/proc/loadavg: 3.73 3.83 3.92 5/321 12052
/proc/meminfo: memFree=11255684/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=204560 CPUtime=51.09 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 69335 0 0 0 5100 9 0 0 25 0 1 0 650473598 209469440 43446 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 51140 43446 367 95 0 46122 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 204560

[startup+102.301 s]
/proc/loadavg: 3.88 3.85 3.92 5/321 12081
/proc/meminfo: memFree=11170772/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=282188 CPUtime=102.29 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 93977 0 0 0 10215 14 0 0 25 0 1 0 650473598 288960512 50006 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 70547 50006 367 95 0 65529 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 282188

[startup+162.301 s]
/proc/loadavg: 3.95 3.88 3.92 5/321 12092
/proc/meminfo: memFree=11029228/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=356724 CPUtime=162.3 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 124923 0 0 0 16210 20 0 0 25 0 1 0 650473598 365285376 69362 33554432000 4194304 4580011 140736751423184 18446744073709551615 4412834 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 89181 69362 367 95 0 84163 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 356724

[startup+222.312 s]
/proc/loadavg: 3.98 3.90 3.92 5/321 12093
/proc/meminfo: memFree=10974624/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=379392 CPUtime=222.31 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 154742 0 0 0 22205 26 0 0 25 0 1 0 650473598 388497408 73104 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 94848 73104 367 95 0 89830 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 379392

[startup+282.301 s]
/proc/loadavg: 3.99 3.91 3.92 5/321 12095
/proc/meminfo: memFree=10956856/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=395392 CPUtime=282.3 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 175591 0 0 0 28199 31 0 0 25 0 1 0 650473598 404881408 75398 33554432000 4194304 4580011 140736751423184 18446744073709551615 4406355 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 98848 75398 367 95 0 93830 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 395392

[startup+342.301 s]
/proc/loadavg: 4.04 3.94 3.93 5/321 12099
/proc/meminfo: memFree=10872100/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=396396 CPUtime=342.3 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 191722 0 0 0 34195 35 0 0 25 0 1 0 650473598 405909504 75900 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 99099 75900 367 95 0 94081 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 396396

[startup+402.3 s]
/proc/loadavg: 4.01 3.95 3.93 5/321 12101
/proc/meminfo: memFree=10872784/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=331220 CPUtime=402.3 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 214699 0 0 0 40191 39 0 0 25 0 1 0 650473598 339169280 74199 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 82805 74199 367 95 0 77787 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 331220

[startup+462.301 s]
/proc/loadavg: 4.12 3.99 3.94 5/321 12103
/proc/meminfo: memFree=10848704/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=420996 CPUtime=462.3 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 240574 0 0 0 46184 46 0 0 25 0 1 0 650473598 431099904 80347 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 105249 80347 367 95 0 100231 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 420996

[startup+522.3 s]
/proc/loadavg: 4.08 4.00 3.94 5/321 12104
/proc/meminfo: memFree=10740308/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=423408 CPUtime=522.3 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 264894 0 0 0 52179 51 0 0 25 0 1 0 650473598 433569792 82313 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 105852 82313 367 95 0 100834 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 423408

[startup+582.301 s]
/proc/loadavg: 4.03 4.00 3.94 5/321 12106
/proc/meminfo: memFree=10744632/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=427300 CPUtime=582.3 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 287997 0 0 0 58174 56 0 0 25 0 1 0 650473598 437555200 79588 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 106825 79588 367 95 0 101807 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 427300

[startup+642.3 s]
/proc/loadavg: 4.09 4.03 3.95 5/321 12107
/proc/meminfo: memFree=10739264/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=429960 CPUtime=642.31 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 306560 0 0 0 64172 59 0 0 25 0 1 0 650473598 440279040 81758 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293746 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 107490 81758 367 95 0 102472 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 429960

[startup+702.301 s]
/proc/loadavg: 4.07 4.03 3.96 5/321 12109
/proc/meminfo: memFree=10541804/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=503000 CPUtime=702.31 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 336778 0 0 0 70165 66 0 0 25 0 1 0 650473598 515072000 97165 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 125750 97165 367 95 0 120732 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 503000

[startup+762.301 s]
/proc/loadavg: 4.02 4.03 3.96 5/321 12111
/proc/meminfo: memFree=10587400/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=425656 CPUtime=762.32 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 354072 0 0 0 76161 71 0 0 25 0 1 0 650473598 435871744 94756 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 106414 94756 367 95 0 101396 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 425656

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/321 12112
/proc/meminfo: memFree=10454804/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=505076 CPUtime=822.31 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 373417 0 0 0 82156 75 0 0 25 0 1 0 650473598 517197824 101603 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294542 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 126269 101603 367 95 0 121251 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 505076

[startup+882.312 s]
/proc/loadavg: 4.00 4.01 3.96 5/321 12114
/proc/meminfo: memFree=10425620/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=508148 CPUtime=882.32 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 394757 0 0 0 88146 86 0 0 25 0 1 0 650473598 520343552 97941 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 127037 97941 367 95 0 122019 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 508148

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/321 12115
/proc/meminfo: memFree=10344236/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=554660 CPUtime=942.31 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 423204 0 0 0 94140 91 0 0 25 0 1 0 650473598 567971840 109795 33554432000 4194304 4580011 140736751423184 18446744073709551615 4304855 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 138665 109795 367 95 0 133647 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 554660

[startup+1002.3 s]
/proc/loadavg: 4.06 4.02 3.96 5/321 12117
/proc/meminfo: memFree=10349540/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=550536 CPUtime=1002.31 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 439236 0 0 0 100136 95 0 0 25 0 1 0 650473598 563748864 108989 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 137634 108989 367 95 0 132616 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 550536

[startup+1062.3 s]
/proc/loadavg: 4.11 4.04 3.97 5/321 12119
/proc/meminfo: memFree=10326800/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=573704 CPUtime=1062.32 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 454874 0 0 0 106131 101 0 0 25 0 1 0 650473598 587472896 112249 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 143426 112249 367 95 0 138408 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 573704

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 3.97 5/321 12120
/proc/meminfo: memFree=10301964/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=575124 CPUtime=1122.32 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 473407 0 0 0 112128 104 0 0 25 0 1 0 650473598 588926976 113130 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 143781 113130 367 95 0 138763 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 575124

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.97 5/321 12122
/proc/meminfo: memFree=10253440/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=602476 CPUtime=1182.32 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 493704 0 0 0 118124 108 0 0 25 0 1 0 650473598 616935424 117344 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 150619 117344 367 95 0 145601 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 602476

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.98 5/321 12123
/proc/meminfo: memFree=10271396/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=512796 CPUtime=1242.32 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 508074 0 0 0 124121 111 0 0 25 0 1 0 650473598 525103104 114732 33554432000 4194304 4580011 140736751423184 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 128199 114732 367 95 0 123181 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 512796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.88 3.99 3.97 5/321 12262
/proc/meminfo: memFree=11360676/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=625232 CPUtime=1300.03 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 520687 0 0 0 129888 115 0 0 25 0 1 0 650473598 640237568 123833 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 156308 123833 367 95 0 151290 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 625232

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: 3.88 3.99 3.97 5/321 12262
/proc/meminfo: memFree=11360676/32950928 swapFree=67111348/67111528
[pid=12050] ppid=12048 vsize=625232 CPUtime=1300.03 cores=4,6
/proc/12050/stat : 12050 (strangenight2-s) R 12048 12050 11963 0 -1 4202496 520687 0 0 0 129888 115 0 0 25 0 1 0 650473598 640237568 123833 33554432000 4194304 4580011 140736751423184 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12050/statm: 156308 123833 367 95 0 151290 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 625232

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

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

runsolver used 3.84241 second user time and 9.1796 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 17:59:08
IDJOB=3368454
IDBENCH=83127
IDSOLVER=1845
FILE ID=node120/3368454-1305388748
RUNJOBID= node120-1305388734-11982
PBS_JOBID= 13324413
Free space on /tmp= 73484 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=192676335

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11627668 kB
Buffers:        244896 kB
Cached:        3580164 kB
SwapCached:          0 kB
Active:       18072224 kB
Inactive:      2959960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11627668 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           33532 kB
Writeback:           0 kB
AnonPages:    17207212 kB
Mapped:          25660 kB
Slab:           175260 kB
PageTables:      50748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52456160 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= 73472 MiB
End job on node120 at 2011-05-14 18:20:50