Trace number 3369741

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-Night-1-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
MD5SUM5ccda34debd31b9bf6eb5decc63c453f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark290.667
Satisfiable
(Un)Satisfiability was proved
Number of variables49999
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369741-1305380937.cnf'
0.00/0.00	c -- header says num vars:          49999
0.00/0.00	c -- header says num clauses:      210000
0.08/0.17	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.08/0.17	c -- vars added      49999
0.08/0.17	c Parsing time:  0.16 s
0.08/0.17	c  N st     0         0     49999    210000         0         0    630000         0   no data   no data  --
0.29/0.33	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.16
0.48/0.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.17
0.58/0.67	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.58/0.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.69/0.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.01 s
0.69/0.72	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.02 s
1.18/1.24	c lits-rem:         0  cl-subs:        0  v-elim:   1370  v-fix:    0  time:  0.52 s
1.18/1.25	c Finding binary XORs  T:     0.01 s  found:       0
1.28/1.38	c Finding non-binary XORs:     0.12 s (found:       0, avg size: nan)
1.28/1.38	c calculated reachability. Time: 0.00
1.38/1.40	c Calc default polars -  time:   0.02 s pos:   22175 undec:    5610 neg:   22214
1.38/1.40	c =========================================================================================
1.38/1.40	c types(t): F = full restart, N = normal restart
1.38/1.40	c types(t): S = simplification begin/end, E = solution found
1.38/1.40	c restart types(rt): st = static, dy = dynamic
1.38/1.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.38/1.40	c  B st     0         0     48629    207617         0         0    630228         0   no data   no data  --
3.48/3.58	c  N dy    19      4086     48629    207617         0      4086    630228   1431931    211.23    224.98  --
5.68/5.70	c  N dy    45      8160     48629    207617         0      8160    630228   2620172    203.50    214.71  --
7.79/7.82	c  N dy    74     12255     48629    207617         0     12255    630228   3867143    203.48    216.28  --
9.79/9.85	c  N dy   102     16329     48629    207617         0     16328    630228   5103027    203.60    219.47  --
11.89/11.97	c  N dy   130     20497     48629    207617         0     10497    630228    891577    203.22    214.94  --
13.89/13.97	c  N dy   158     24510     48629    207617         0     14510    630228   2111862    203.19    222.96  --
14.19/14.21	c  F st   161     25002     48629    207617         0     15002    630228   2244950    202.81   no data  --
16.88/16.99	c  N dy   167     30001     48629    207617         0     20001    630228   4592671    202.81   no data  --
16.88/16.99	c  S st   167     30001     48629    207617         0     20001    630228   4592671    202.81   no data  --
17.18/17.25	c  S st   167     30502     48629    207617         0     20502    630228   4722499    202.81   no data  --
17.18/17.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
17.18/17.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.68/17.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.41
18.19/18.25	c bin-w-bin subsume rem            0 bins  time:  0.01 s
18.19/18.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
18.19/18.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
18.28/18.30	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
62.69/62.77	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 44.47 s
62.98/63.00	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.23
62.98/63.02	c calculated reachability. Time: 0.00
62.98/63.02	c  N dy   167     30502     48629    207617         0     20497    630228   4721851    202.81   no data  --
65.09/65.14	c  N dy   196     34515     48629    207617         0     24510    630228   5902643    202.68    247.11  --
67.18/67.23	c  N dy   225     38552     48629    207617         0     28547    630228   7076425    202.38    216.53  --
69.30/69.38	c  N dy   253     42627     48629    207617         0     17122    630228   1375406    202.31    215.00  --
70.89/70.94	c  S st   272     45754     48629    207617         0     20249    630228   2257955    201.66    224.85  --
71.19/71.21	c  S st   272     46255     48629    207617         0     20750    630228   2368492    201.66   no data  --
71.19/71.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
71.19/71.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.59/71.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.42
71.89/71.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
71.89/71.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
71.89/71.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
71.89/71.96	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
78.89/78.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  7.01 s
78.99/79.00	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
78.99/79.04	c vivif2 --  cl tried    20750 cl shrink        0 lits rem          0 time: 0.04
79.20/79.26	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.22
79.20/79.28	c calculated reachability. Time: 0.00
79.20/79.28	c  N dy   272     46255     48629    207617         0     20750    630228   2368492    201.66   no data  --
81.29/81.37	c  N dy   301     50321     48629    207617         0     24816    630228   3596293    202.22    227.56  --
83.50/83.56	c  N dy   329     54432     48629    207617         0     28927    630228   4800069    202.08    214.63  --
85.70/85.73	c  N dy   356     58451     48629    207617         0     32946    630228   6005263    201.99    217.33  --
88.09/88.14	c  N dy   379     62648     48629    207617         0     37143    630228   7178010    200.97    212.05  --
90.49/90.51	c  N dy   407     66720     48629    207617         0     22468    630228   1974970    200.98    252.06  --
91.89/91.98	c  S st   421     69384     48629    207617         0     25132    630228   2739059    200.62    184.28  --
92.19/92.27	c  S st   421     69888     48629    207617         0     25636    630228   2858334    200.62   no data  --
92.19/92.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
92.19/92.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.68/92.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.42
92.98/93.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
92.98/93.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
92.98/93.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
92.98/93.07	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
102.09/102.16	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  9.09 s
102.09/102.19	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
102.20/102.24	c vivif2 --  cl tried    25635 cl shrink        0 lits rem          0 time: 0.05
102.39/102.49	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.25
102.49/102.51	c calculated reachability. Time: 0.00
102.49/102.51	c  N dy   421     69888     48629    207617         0     25635    630228   2857424    200.62   no data  --
105.19/105.23	c  N dy   452     74594     48629    207617         0     30341    630228   4264045    200.57    227.58  --
107.89/107.99	c  N dy   483     79367     48629    207617         0     35114    630228   5743675    200.76    257.75  --
110.89/110.97	c  N dy   515     84460     48629    207617         0     40207    630228   7223124    200.41    212.01  --
112.68/112.75	c  F st   535     87503     48629    207617         0     22375    630228   1272753    200.36    192.54  --
114.68/114.80	c  N st   540     90799     48629    207617         0     25671    630228   2573553    200.36   no data  --
118.29/118.30	c  N dy   563     96634     48629    207617         0     31506    630228   4733257    200.17    210.77  --
121.89/121.97	c  N dy   606    102855     48629    207617         0     37727    630228   6572081    200.29    212.15  --
123.10/123.14	c  S st   620    104834     48629    207617         0     39706    630228   7181283    200.33   no data  --
123.39/123.44	c  S st   620    105336     48629    207617         0     40208    630228   7271553    200.33   no data  --
123.39/123.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
123.39/123.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.89/123.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.44
124.59/124.60	c bin-w-bin subsume rem            0 bins  time:  0.02 s
124.59/124.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
124.59/124.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
124.59/124.65	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
231.09/231.19	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 106.54 s
231.19/231.22	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
231.29/231.34	c vivif2 --  cl tried    40203 cl shrink        0 lits rem          0 time: 0.12
231.59/231.61	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.27
231.59/231.63	c calculated reachability. Time: 0.00
231.59/231.63	c  N dy   620    105336     48629    207617         0     40203    630228   7264427    200.33   no data  --
235.30/235.37	c  N dy   664    112096     48629    207617         0     24527    630228   1357986    200.14    214.82  --
239.10/239.19	c  N dy   709    119401     48629    207617         0     31832    630228   3538618    200.05    218.63  --
243.39/243.48	c  N dy   759    127192     48629    207617         0     39622    630228   5826064    199.95    219.96  --
248.29/248.30	c  N dy   816    135611     48629    207617         0     24324    630228    879778    199.91    217.51  --
252.79/252.87	c  N dy   876    144275     48629    207617         0     32986    630228   3500344    199.90    231.49  --
257.99/258.07	c  N dy   945    153515     48629    207617         0     42226    630228   6323796    200.26    223.70  --
260.60/260.63	c  S st   975    158005     48629    207617         0     46715    630228   7653218    200.17    177.35  --
260.89/260.91	c  S st   975    158509     48629    207617         0     47219    630228   7761136    200.17   no data  --
260.89/260.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
260.89/260.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
261.29/261.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.45
261.99/262.02	c bin-w-bin subsume rem            0 bins  time:  0.01 s
261.99/262.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
261.99/262.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
261.99/262.08	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
390.19/390.23	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 128.15 s
390.19/390.26	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
390.29/390.39	c vivif2 --  cl tried    47218 cl shrink        0 lits rem          0 time: 0.13
390.59/390.68	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.29
390.69/390.70	c calculated reachability. Time: 0.00
390.69/390.70	c  N dy   975    158509     48629    207617         0     47218    630228   7760322    200.17   no data  --
396.29/396.30	c  N dy  1044    168665     48629    207617         0     32518    630228   2894527    200.21    214.78  --
402.20/402.21	c  N dy  1119    179435     48629    207617         0     43288    630228   6119926    200.30    224.97  --
408.49/408.58	c  N dy  1193    190897     48629    207617         0     28827    630228   1462916    200.10    211.66  --
415.30/415.31	c  N dy  1280    203139     48629    207617         0     41068    630228   5089184    200.15    214.32  --
422.79/422.82	c  N dy  1366    216526     48629    207617         0     27492    630228    752317    200.08    218.66  --
430.50/430.52	c  N dy  1466    230394     48629    207617         0     41357    630228   4900826    200.22    212.51  --
434.60/434.65	c  S st  1514    237763     48629    207617         0     48726    630228   7096430    200.23   no data  --
434.90/434.95	c  S st  1514    238268     48629    207617         0     49231    630228   7220287    200.23   no data  --
434.90/434.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
434.90/434.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
435.40/435.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.45
435.90/436.00	c bin-w-bin subsume rem            0 bins  time:  0.02 s
436.00/436.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
436.00/436.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
436.00/436.05	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
550.50/550.51	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 114.46 s
550.50/550.54	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
550.60/550.67	c vivif2 --  cl tried    49226 cl shrink        0 lits rem          0 time: 0.12
550.90/550.96	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.29
550.90/550.97	c calculated reachability. Time: 0.00
550.90/550.97	c  N dy  1514    238268     48629    207617         0     49226    630228   7218985    200.23   no data  --
559.50/559.58	c  N dy  1619    253558     48629    207617         0     36529    630228   3186953    200.38    225.79  --
568.71/568.77	c  N dy  1725    269915     48629    207617         0     52886    630228   8073687    200.43    214.76  --
578.40/578.45	c  N dy  1847    287194     48629    207617         0     41171    630228   4286071    200.62    214.25  --
589.01/589.08	c  N dy  1976    305609     48629    207617         0     59584    630228   9849585    200.76    215.47  --
589.51/589.52	c  F st  1981    306251     48629    207617         0     30234    630228    631705    200.79    202.70  --
600.21/600.28	c  N dy  2078    325117     48629    207617         0     49099    630228   7057296    200.88    213.43  --
611.80/611.82	c  N dy  2215    345119     48629    207617         0     38106    630228   2685555    200.91    217.85  --
618.80/618.80	c  S st  2296    357403     48629    207617         0     50390    630228   6346404    200.83   no data  --
619.00/619.09	c  S st  2296    357908     48629    207617         0     50895    630228   6447594    200.83   no data  --
619.10/619.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
619.10/619.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
619.50/619.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.44
620.00/620.07	c bin-w-bin subsume rem            0 bins  time:  0.02 s
620.00/620.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
620.10/620.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
620.10/620.13	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
714.91/714.95	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 94.83 s
714.91/714.99	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
715.10/715.11	c vivif2 --  cl tried    50892 cl shrink        0 lits rem          0 time: 0.12
715.41/715.42	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.32
715.41/715.44	c calculated reachability. Time: 0.00
715.41/715.44	c  N dy  2296    357908     48629    207617         0     50892    630228   6447162    200.83   no data  --
728.22/728.24	c  N dy  2438    377948     48629    207617         0     38935    630228   2646796    201.03    214.35  --
740.71/740.70	c  N dy  2570    398049     48629    207617         0     59036    630228   8630967    200.97    213.23  --
753.21/753.21	c  N dy  2709    418092     48629    207617         0     46077    630228   4462557    200.97    236.56  --
766.01/766.03	c  N dy  2850    438168     48629    207617         0     66152    630228  10472506    201.03    245.66  --
778.31/778.37	c  N dy  2988    458218     48629    207617         0     52208    630228   5990152    200.98    216.18  --
791.21/791.21	c  N dy  3128    478219     48629    207617         0     37205    630228   1194890    201.07    220.60  --
803.11/803.12	c  N dy  3271    498245     48629    207617         0     57231    630228   7143920    201.07    248.71  --
814.91/814.97	c  N dy  3410    518477     48629    207617         0     41462    630228   2180377    201.17    216.22  --
825.61/825.66	c  S st  3536    536862     48629    207617         0     59845    630228   7668035    201.16   no data  --
825.91/825.97	c  S st  3536    537369     48629    207617         0     60352    630228   7782997    201.16   no data  --
826.01/826.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
826.01/826.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
826.41/826.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.46
827.01/827.07	c bin-w-bin subsume rem            0 bins  time:  0.02 s
827.01/827.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
827.11/827.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
827.11/827.13	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
960.52/960.56	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 133.43 s
960.52/960.59	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
960.72/960.72	c vivif2 --  cl tried    60349 cl shrink        0 lits rem          0 time: 0.13
961.02/961.04	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.32
961.02/961.06	c calculated reachability. Time: 0.00
961.02/961.06	c  N dy  3536    537369     48629    207617         0     60349    630228   7781415    201.16   no data  --
973.42/973.49	c  N dy  3674    557461     48629    207617         0     43440    630228   2469726    201.16    217.47  --
986.12/986.19	c  N dy  3806    577539     48629    207617         0     63517    630228   8338478    201.06    215.02  --
999.32/999.31	c  N dy  3948    597584     48629    207617         0     45565    630228   2763396    201.16    223.93  --
1012.22/1012.24	c  N dy  4083    617676     48629    207617         0     65656    630228   8810066    201.16    216.28  --
1025.23/1025.25	c  N dy  4219    637726     48629    207617         0     46714    630228   2832058    201.17    219.59  --
1038.12/1038.14	c  N dy  4356    657880     48629    207617         0     66865    630228   8894861    201.17    220.91  --
1051.22/1051.29	c  N dy  4489    677975     48629    207617         0     46960    630228   2597666    201.13    214.10  --
1064.01/1064.06	c  N dy  4624    698072     48629    207617         0     67055    630228   8651819    201.16    214.11  --
1077.32/1077.35	c  N dy  4766    718172     48629    207617         0     46157    630228   2081045    201.26    212.78  --
1090.32/1090.30	c  N dy  4910    738331     48629    207617         0     66316    630228   8171008    201.28    212.23  --
1103.51/1103.53	c  N dy  5047    758472     48629    207617         0     44458    630228   1281042    201.27    213.25  --
1115.11/1115.10	c  N dy  5176    778509     48629    207617         0     64493    630228   7253322    201.23    212.51  --
1127.53/1127.59	c  N dy  5315    798540     48629    207617         0     84524    630228  13297552    201.24    213.80  --
1132.01/1132.03	c  S st  5363    806056     48629    207617         0     49036    630228   2355452    201.21   no data  --
1132.31/1132.32	c  S st  5363    806561     48629    207617         0     49541    630228   2465873    201.21   no data  --
1132.31/1132.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1132.31/1132.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1132.81/1132.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.45
1133.02/1133.05	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1133.02/1133.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1133.02/1133.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
1133.11/1133.11	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1141.61/1141.65	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  8.54 s
1141.61/1141.67	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
1141.72/1141.72	c vivif2 --  cl tried    49539 cl shrink        0 lits rem          0 time: 0.04
1142.01/1142.00	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.29
1142.01/1142.02	c calculated reachability. Time: 0.00
1142.01/1142.02	c  N dy  5363    806561     48629    207617         0     49539    630228   2465201    201.21   no data  --
1153.82/1153.83	c  N dy  5501    826565     48629    207617         0     69543    630228   8402947    201.18    213.12  --
1166.52/1166.53	c  N dy  5638    846661     48629    207617         0     45644    630228   1057624    201.19    217.31  --
1178.13/1178.14	c  N dy  5771    866708     48629    207617         0     65690    630228   7005023    201.14    229.70  --
1189.32/1189.31	c  N dy  5906    886722     48629    207617         0     85703    630228  13055651    201.18    215.69  --
1200.02/1200.07	c  N dy  6047    906806     48629    207617         0     60787    630228   5341631    201.24    235.69  --
1211.13/1211.15	c  N dy  6192    926998     48629    207617         0     80979    630228  11476399    201.30    229.38  --
1222.03/1222.09	c  N dy  6333    947076     48629    207617         0     55061    630228   3337248    201.35    243.77  --
1232.72/1232.75	c  N dy  6468    967098     48629    207617         0     75082    630228   9285384    201.32    215.96  --
1244.13/1244.14	c  N dy  6604    987241     48629    207617         0     48227    630228    924800    201.36    212.67  --
1254.62/1254.69	c  N dy  6743   1007304     48629    207617         0     68290    630228   6937439    201.36    229.01  --
1265.72/1265.78	c  N dy  6884   1027351     48629    207617         0     88337    630228  12884940    201.35    223.39  --
1276.62/1276.69	c  N dy  7017   1047417     48629    207617         0     60401    630228   4267484    201.36    240.51  --
1287.72/1287.71	c  N dy  7159   1067637     48629    207617         0     80618    630228  10327645    201.38    212.88  --
1290.02/1290.09	c  F st  7190   1071875     48629    207617         0     84856    630228  11594920    201.38   no data  --
1299.22/1299.23	c  N dy  7267   1087854     48629    207617         0     51843    630228   1415215    201.37    215.11  --

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

running on 2 cores: 0,2

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.05 3.04 2.54 4/268 16887
/proc/meminfo: memFree=23320448/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=20508 CPUtime=0 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 421 0 0 0 0 0 0 0 25 0 1 0 649691930 21000192 361 33554432000 4194304 4650387 140735894195552 18446744073709551615 246516834048 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 5366 368 312 112 0 331 0

[startup+0.09945 s]
/proc/loadavg: 3.05 3.04 2.54 4/268 16887
/proc/meminfo: memFree=23320448/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=51052 CPUtime=0.08 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 6997 0 0 0 8 0 0 0 25 0 1 0 649691930 52277248 5937 33554432000 4194304 4650387 140735894195552 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 12763 5937 329 112 0 7728 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51052

[startup+0.100446 s]
/proc/loadavg: 3.05 3.04 2.54 4/268 16887
/proc/meminfo: memFree=23320448/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=51052 CPUtime=0.08 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 7017 0 0 0 8 0 0 0 25 0 1 0 649691930 52277248 5957 33554432000 4194304 4650387 140735894195552 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 12763 5957 329 112 0 7728 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 51052

[startup+0.300391 s]
/proc/loadavg: 3.05 3.04 2.54 4/268 16887
/proc/meminfo: memFree=23320448/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=58512 CPUtime=0.29 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 9174 0 0 0 28 1 0 0 25 0 1 0 649691930 59916288 8114 33554432000 4194304 4650387 140735894195552 18446744073709551615 4536247 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 14628 8114 345 112 0 9593 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58512

[startup+0.700315 s]
/proc/loadavg: 3.05 3.04 2.54 4/268 16887
/proc/meminfo: memFree=23320448/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=90236 CPUtime=0.69 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 16479 0 0 0 67 2 0 0 25 0 1 0 649691930 92401664 14187 33554432000 4194304 4650387 140735894195552 18446744073709551615 4468165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 22559 14187 360 112 0 17524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90236

[startup+1.50119 s]
/proc/loadavg: 3.05 3.04 2.54 4/269 16888
/proc/meminfo: memFree=23251868/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=106392 CPUtime=1.48 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 19574 0 0 0 146 2 0 0 25 0 1 0 649691930 108945408 17282 33554432000 4194304 4650387 140735894195552 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 26598 17282 379 112 0 21563 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 106392

[startup+3.10091 s]
/proc/loadavg: 3.05 3.04 2.54 4/269 16888
/proc/meminfo: memFree=23247896/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=106392 CPUtime=3.08 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 20649 0 0 0 306 2 0 0 25 0 1 0 649691930 108945408 18357 33554432000 4194304 4650387 140735894195552 18446744073709551615 4315098 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 26598 18358 379 112 0 21563 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 106392

[startup+6.30032 s]
/proc/loadavg: 3.05 3.04 2.54 4/269 16888
/proc/meminfo: memFree=23239484/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=162836 CPUtime=6.28 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 22442 0 0 0 625 3 0 0 25 0 1 0 649691930 166744064 20150 33554432000 4194304 4650387 140735894195552 18446744073709551615 4363502 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 40709 20150 379 112 0 35674 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 162836

[startup+12.7012 s]
/proc/loadavg: 3.04 3.04 2.54 4/269 16888
/proc/meminfo: memFree=23247804/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=110056 CPUtime=12.69 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 28197 0 0 0 1264 5 0 0 25 0 1 0 649691930 112697344 18499 33554432000 4194304 4650387 140735894195552 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 27514 18499 381 112 0 22479 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110056

[startup+25.5008 s]
/proc/loadavg: 3.03 3.04 2.55 4/269 16888
/proc/meminfo: memFree=23130988/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=270672 CPUtime=25.48 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 56335 0 0 0 2540 8 0 0 25 0 1 0 649691930 277168128 46637 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 67668 46637 383 112 0 62633 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 270672

[startup+51.1011 s]
/proc/loadavg: 3.09 3.05 2.56 4/269 16889
/proc/meminfo: memFree=23125620/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=270672 CPUtime=51.08 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 56381 0 0 0 5100 8 0 0 25 0 1 0 649691930 277168128 46683 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 67668 46683 383 112 0 62633 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 270672

[startup+102.31 s]
/proc/loadavg: 3.19 3.08 2.60 5/269 16890
/proc/meminfo: memFree=23071524/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=243252 CPUtime=102.3 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 80753 0 0 0 10215 15 0 0 25 0 1 0 649691930 249090048 53623 33554432000 4194304 4650387 140735894195552 18446744073709551615 4370665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 60813 53623 383 112 0 55778 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 243252

[startup+162.301 s]
/proc/loadavg: 3.07 3.07 2.62 4/269 16892
/proc/meminfo: memFree=22989892/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=373204 CPUtime=162.29 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 110743 0 0 0 16208 21 0 0 25 0 1 0 649691930 382160896 74772 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 93301 74772 383 112 0 88266 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 373204

[startup+222.301 s]
/proc/loadavg: 3.02 3.05 2.64 4/269 16894
/proc/meminfo: memFree=22990360/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=373860 CPUtime=222.29 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 110887 0 0 0 22208 21 0 0 25 0 1 0 649691930 382832640 74916 33554432000 4194304 4650387 140735894195552 18446744073709551615 246516531534 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 93465 74916 383 112 0 88430 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 373860

[startup+282.301 s]
/proc/loadavg: 3.01 3.04 2.66 4/269 16895
/proc/meminfo: memFree=22950656/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=414764 CPUtime=282.29 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 131913 0 0 0 28203 26 0 0 25 0 1 0 649691930 424718336 85831 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 103691 85831 383 112 0 98656 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 414764

[startup+342.301 s]
/proc/loadavg: 3.05 3.04 2.68 4/269 16897
/proc/meminfo: memFree=22894060/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=415184 CPUtime=342.29 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 132003 0 0 0 34203 26 0 0 25 0 1 0 649691930 425148416 85921 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 103796 85921 383 112 0 98761 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 415184

[startup+402.3 s]
/proc/loadavg: 3.02 3.03 2.70 4/269 16898
/proc/meminfo: memFree=22881488/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=431956 CPUtime=402.3 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 139969 0 0 0 40200 30 0 0 25 0 1 0 649691930 442322944 88611 33554432000 4194304 4650387 140735894195552 18446744073709551615 4328273 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 107989 88611 383 112 0 102954 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 431956

[startup+462.3 s]
/proc/loadavg: 3.04 3.04 2.72 4/269 16900
/proc/meminfo: memFree=22867820/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=436596 CPUtime=462.3 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 153308 0 0 0 46196 34 0 0 25 0 1 0 649691930 447074304 90820 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 109149 90820 383 112 0 104114 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 436596

[startup+522.3 s]
/proc/loadavg: 3.01 3.03 2.74 4/269 16902
/proc/meminfo: memFree=22873604/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=436596 CPUtime=522.3 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 153345 0 0 0 52196 34 0 0 25 0 1 0 649691930 447074304 90857 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 109149 90857 383 112 0 104114 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 436596

[startup+582.3 s]
/proc/loadavg: 3.08 3.04 2.75 4/269 16903
/proc/meminfo: memFree=22848768/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=453000 CPUtime=582.3 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 169167 0 0 0 58191 39 0 0 25 0 1 0 649691930 463872000 94148 33554432000 4194304 4650387 140735894195552 18446744073709551615 4329677 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 113250 94148 383 112 0 108215 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 453000

[startup+642.3 s]
/proc/loadavg: 3.07 3.04 2.77 4/269 16905
/proc/meminfo: memFree=22857896/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=454112 CPUtime=642.31 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 184200 0 0 0 64188 43 0 0 25 0 1 0 649691930 465010688 94539 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 113528 94539 383 112 0 108493 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 454112

[startup+702.301 s]
/proc/loadavg: 3.02 3.03 2.78 4/269 16906
/proc/meminfo: memFree=22812464/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=454112 CPUtime=702.31 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 184200 0 0 0 70188 43 0 0 25 0 1 0 649691930 465010688 94539 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 113528 94539 383 112 0 108493 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 454112

[startup+762.31 s]
/proc/loadavg: 3.07 3.04 2.80 4/269 16917
/proc/meminfo: memFree=22786220/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=471208 CPUtime=762.32 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 205680 0 0 0 76181 51 0 0 25 0 1 0 649691930 482516992 101082 33554432000 4194304 4650387 140735894195552 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 117802 101082 383 112 0 112767 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 471208

[startup+822.301 s]
/proc/loadavg: 3.02 3.03 2.81 4/269 16919
/proc/meminfo: memFree=22798216/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=471208 CPUtime=822.31 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 227711 0 0 0 82172 59 0 0 25 0 1 0 649691930 482516992 98489 33554432000 4194304 4650387 140735894195552 18446744073709551615 4333694 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 117802 98489 383 112 0 112767 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 471208

[startup+882.301 s]
/proc/loadavg: 3.16 3.07 2.84 4/269 16920
/proc/meminfo: memFree=22785408/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=471208 CPUtime=882.31 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 229498 0 0 0 88172 59 0 0 25 0 1 0 649691930 482516992 100276 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 117802 100276 383 112 0 112767 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 471208

[startup+942.301 s]
/proc/loadavg: 3.12 3.07 2.85 4/269 16925
/proc/meminfo: memFree=22783488/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=471208 CPUtime=942.32 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 229498 0 0 0 94172 60 0 0 25 0 1 0 649691930 482516992 100276 33554432000 4194304 4650387 140735894195552 18446744073709551615 4476101 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 117802 100276 383 112 0 112767 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 471208

[startup+1002.3 s]
/proc/loadavg: 2.73 2.97 2.83 3/263 16944
/proc/meminfo: memFree=22955980/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=496056 CPUtime=1002.31 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 249932 0 0 0 100165 66 0 0 25 0 1 0 649691930 507961344 102917 33554432000 4194304 4650387 140735894195552 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 124014 102917 383 112 0 118979 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 496056

[startup+1062.3 s]
/proc/loadavg: 2.27 2.79 2.77 3/263 16946
/proc/meminfo: memFree=22942432/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=496056 CPUtime=1062.32 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 272701 0 0 0 106157 75 0 0 25 0 1 0 649691930 507961344 106548 33554432000 4194304 4650387 140735894195552 18446744073709551615 4328103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 124014 106548 383 112 0 118979 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 496056

[startup+1122.3 s]
/proc/loadavg: 2.10 2.65 2.72 3/263 16948
/proc/meminfo: memFree=22934968/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=496208 CPUtime=1122.32 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 295925 0 0 0 112148 84 0 0 25 0 1 0 649691930 508116992 109445 33554432000 4194304 4650387 140735894195552 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 124052 109445 383 112 0 119017 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 496208

[startup+1182.3 s]
/proc/loadavg: 2.09 2.54 2.68 2/258 16967
/proc/meminfo: memFree=23114248/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=496436 CPUtime=1182.32 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 315839 0 0 0 118141 91 0 0 25 0 1 0 649691930 508350464 108023 33554432000 4194304 4650387 140735894195552 18446744073709551615 246516490131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 124109 108023 383 112 0 119074 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 496436

[startup+1242.3 s]
/proc/loadavg: 1.44 2.27 2.58 2/257 16969
/proc/meminfo: memFree=23092900/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=496436 CPUtime=1242.33 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 343699 0 0 0 124134 99 0 0 25 0 1 0 649691930 508350464 113102 33554432000 4194304 4650387 140735894195552 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 124109 113102 383 112 0 119074 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 496436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.16 2.04 2.47 2/257 16970
/proc/meminfo: memFree=23136264/32951124 swapFree=61565116/67111528
[pid=16887] ppid=16885 vsize=431148 CPUtime=1300.03 cores=0,2
/proc/16887/stat : 16887 (strangenight1-s) R 16885 16887 16569 0 -1 4202496 369155 0 0 0 129899 104 0 0 25 0 1 0 649691930 441495552 101912 33554432000 4194304 4650387 140735894195552 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16887/statm: 107787 101912 383 112 0 102752 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 431148

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.99
CPU system time (s): 1.06684
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 496692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.99
system time used= 1.06684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369155
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 3676

runsolver used 3.38348 second user time and 7.2539 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-14 15:48:57
IDJOB=3369741
IDBENCH=82550
IDSOLVER=1847
FILE ID=node134/3369741-1305380937
RUNJOBID= node134-1305379151-16587
PBS_JOBID= 13324368
Free space on /tmp= 73436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S957916968-041-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369741-1305380937/watcher-3369741-1305380937 -o /tmp/evaluation-result-3369741-1305380937/solver-3369741-1305380937 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369741-1305380937.cnf

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=235300613

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23320852 kB
Buffers:        258660 kB
Cached:        5614404 kB
SwapCached:      13768 kB
Active:        1144460 kB
Inactive:      8272024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23320852 kB
SwapTotal:    67111528 kB
SwapFree:     61565116 kB
Dirty:           10504 kB
Writeback:           0 kB
AnonPages:     3537352 kB
Mapped:          13188 kB
Slab:           120984 kB
PageTables:      31580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39217580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73440 MiB
End job on node134 at 2011-05-14 16:10:39