Trace number 3369892

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S964643921-035-UNKNOWN.cnf
MD5SUMd8337de8a71a630ccf2dd02943cd7d7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark248.692
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369892-1305383505.cnf'
0.00/0.01	c -- header says num vars:          50000
0.00/0.01	c -- header says num clauses:      210000
0.09/0.14	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.14	c -- vars added      50000
0.09/0.14	c Parsing time:  0.13 s
0.09/0.14	c  N st     0         0     50000    210000         0         0    630000         0   no data   no data  --
0.18/0.28	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.14
0.39/0.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.16
0.59/0.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.59/0.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.59/0.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50000 time:  0.01 s
0.59/0.65	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.02 s
0.99/1.11	c lits-rem:         0  cl-subs:        0  v-elim:   1374  v-fix:    0  time:  0.45 s
1.10/1.11	c Finding binary XORs  T:     0.01 s  found:       0
1.19/1.22	c Finding non-binary XORs:     0.10 s (found:       0, avg size: nan)
1.19/1.22	c calculated reachability. Time: 0.00
1.19/1.24	c Calc default polars -  time:   0.02 s pos:   22054 undec:    5551 neg:   22395
1.19/1.24	c =========================================================================================
1.19/1.24	c types(t): F = full restart, N = normal restart
1.19/1.24	c types(t): S = simplification begin/end, E = solution found
1.19/1.24	c restart types(rt): st = static, dy = dynamic
1.19/1.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.19/1.24	c  B st     0         0     48626    207787         0         0    631129         0   no data   no data  --
2.99/3.07	c  N dy    21      4043     48626    207787         0      4043    631129   1482822    203.46    219.19  --
4.79/4.81	c  N dy    49      8063     48626    207787         0      8063    631129   2654621    200.24    256.62  --
6.49/6.61	c  N dy    76     12164     48626    207787         0     12164    631129   3836154    197.60    208.15  --
8.39/8.41	c  N dy   102     16238     48626    207787         0     16238    631129   4986755    196.23    210.58  --
10.29/10.38	c  N dy   131     20285     48626    207787         0     10288    631129    823558    197.40    210.87  --
12.29/12.37	c  N dy   161     24335     48626    207787         0     14338    631129   2017152    198.38    214.27  --
12.69/12.71	c  F st   167     25001     48626    207787         0     15004    631129   2231787    198.75   no data  --
15.41/15.45	c  N dy   173     30001     48626    207787         0     20001    631129   4451634    198.75   no data  --
15.41/15.45	c  S st   173     30001     48626    207787         0     20001    631129   4451634    198.75   no data  --
15.69/15.75	c  S st   173     30505     48626    207787         0     20505    631129   4573704    198.75   no data  --
15.69/15.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
15.69/15.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.09/16.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.39
16.59/16.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.59/16.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.69/16.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
16.69/16.72	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
57.21/57.29	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 40.57 s
57.50/57.51	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.22
57.50/57.52	c calculated reachability. Time: 0.00
57.50/57.53	c  N dy   173     30505     48626    207787         0     20503    631129   4571228    198.75   no data  --
59.59/59.69	c  N dy   205     34683     48626    207787         0     24681    631129   5826336    199.04    219.94  --
61.69/61.76	c  N dy   231     38745     48626    207787         0     28743    631129   7005057    198.71    222.69  --
63.70/63.78	c  N dy   255     42799     48626    207787         0     17300    631129   1390810    197.92    209.94  --
65.19/65.26	c  S st   277     45757     48626    207787         0     20258    631129   2262945    198.05   no data  --
65.49/65.50	c  S st   277     46260     48626    207787         0     20761    631129   2374517    198.05   no data  --
65.49/65.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
65.49/65.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.89/65.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.39
66.09/66.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
66.09/66.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
66.09/66.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
66.19/66.22	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
72.60/72.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.47 s
72.69/72.71	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
72.69/72.75	c vivif2 --  cl tried    20761 cl shrink        0 lits rem          0 time: 0.04
72.89/72.97	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.22
72.89/72.98	c calculated reachability. Time: 0.00
72.89/72.98	c  N dy   277     46260     48626    207787         0     20761    631129   2374517    198.05   no data  --
74.99/75.05	c  N dy   303     50456     48626    207787         0     24957    631129   3583207    197.77    210.04  --
77.09/77.17	c  N dy   332     54603     48626    207787         0     29104    631129   4823495    198.06    210.92  --
79.29/79.33	c  N dy   362     58717     48626    207787         0     33218    631129   6047107    198.14    211.44  --
81.49/81.50	c  N dy   391     62819     48626    207787         0     37320    631129   7273210    198.49    210.38  --
83.50/83.55	c  N dy   418     66854     48626    207787         0     22606    631129   2008298    198.70    216.27  --
84.79/84.82	c  S st   436     69392     48626    207787         0     25144    631129   2773997    198.83    259.87  --
84.99/85.07	c  S st   436     69894     48626    207787         0     25646    631129   2880975    198.83   no data  --
85.09/85.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
85.09/85.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.39/85.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.39
85.70/85.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
85.70/85.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
85.70/85.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
85.80/85.81	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
94.09/94.19	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  8.38 s
94.19/94.22	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.02
94.19/94.26	c vivif2 --  cl tried    25644 cl shrink        0 lits rem          0 time: 0.04
94.39/94.48	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.22
94.39/94.49	c calculated reachability. Time: 0.00
94.39/94.50	c  N dy   436     69894     48626    207787         0     25644    631129   2879217    198.83   no data  --
96.70/96.72	c  N dy   473     74367     48626    207787         0     30117    631129   4258351    199.52    210.92  --
99.10/99.10	c  N dy   504     79198     48626    207787         0     34948    631129   5701511    199.33    211.68  --
101.69/101.74	c  N dy   539     84470     48626    207787         0     40220    631129   7236363    199.19    212.50  --
103.19/103.25	c  F st   560     87500     48626    207787         0     22373    631129   1234670    199.30    198.45  --
104.89/104.97	c  N st   565     90797     48626    207787         0     25670    631129   2474615    199.30   no data  --
107.81/107.85	c  N dy   595     96667     48626    207787         0     31539    631129   4483573    199.26    215.78  --
111.11/111.16	c  N dy   637    102894     48626    207787         0     37765    631129   6305301    199.29    212.43  --
112.10/112.18	c  S st   649    104841     48626    207787         0     39711    631129   6862025    199.18    216.97  --
112.39/112.46	c  S st   649    105343     48626    207787         0     40213    631129   6965521    199.18   no data  --
112.39/112.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
112.39/112.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
112.89/112.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.41
113.39/113.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
113.49/113.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
113.49/113.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.01 s
113.49/113.53	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
206.30/206.37	c lits-rem:        20  cl-subs:        0  v-elim:      0  v-fix:    0  time: 92.84 s
206.40/206.40	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
206.50/206.51	c vivif2 --  cl tried    40213 cl shrink        0 lits rem          0 time: 0.11
206.71/206.77	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.26
206.71/206.79	c calculated reachability. Time: 0.00
206.71/206.79	c  N dy   649    105343     48626    207787         0     40213    631129   6965501    199.18   no data  --
210.50/210.53	c  N dy   704    112194     48626    207787         0     24634    631129   1437886    199.74    212.17  --
214.30/214.31	c  N dy   755    119432     48626    207787         0     31872    631129   3638080    200.09    222.00  --
218.30/218.39	c  N dy   808    127082     48626    207787         0     39521    631129   5913321    199.98    212.00  --
222.80/222.89	c  N dy   864    135191     48626    207787         0     23910    631129    758400    199.96    214.32  --
227.40/227.42	c  N dy   925    143919     48626    207787         0     32638    631129   3345322    200.10    211.51  --
232.30/232.36	c  N dy   990    153154     48626    207787         0     41873    631129   6061007    200.21    211.44  --
235.00/235.10	c  S st  1029    158015     48626    207787         0     46734    631129   7587726    200.68   no data  --
235.31/235.39	c  S st  1029    158522     48626    207787         0     47241    631129   7699642    200.68   no data  --
235.41/235.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
235.41/235.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
235.80/235.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.42
236.41/236.45	c bin-w-bin subsume rem            0 bins  time:  0.01 s
236.41/236.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
236.41/236.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
236.41/236.50	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
350.70/350.71	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 114.21 s
350.70/350.74	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.02
350.81/350.86	c vivif2 --  cl tried    47234 cl shrink        0 lits rem          0 time: 0.12
351.10/351.12	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.26
351.10/351.14	c calculated reachability. Time: 0.00
351.10/351.14	c  N dy  1029    158522     48626    207787         0     47234    631129   7696753    200.68   no data  --
356.21/356.29	c  N dy  1095    168891     48626    207787         0     32746    631129   2987318    200.50    217.68  --
361.81/361.83	c  N dy  1170    179732     48626    207787         0     43585    631129   6255115    200.72    214.32  --
367.70/367.75	c  N dy  1245    191354     48626    207787         0     29279    631129   1594104    200.72    213.75  --
374.02/374.04	c  N dy  1333    203637     48626    207787         0     41561    631129   5360627    200.97    219.88  --
380.80/380.83	c  N dy  1417    216696     48626    207787         0     27660    631129    802651    200.81    212.43  --
387.81/387.83	c  N dy  1517    230599     48626    207787         0     41561    631129   5007101    201.06    212.29  --
391.51/391.52	c  S st  1567    237784     48626    207787         0     48745    631129   7116761    200.99   no data  --
391.70/391.78	c  S st  1567    238284     48626    207787         0     49245    631129   7218239    200.99   no data  --
391.80/391.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
391.80/391.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
392.20/392.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.41
392.72/392.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
392.72/392.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
392.72/392.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
392.72/392.79	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
497.90/497.96	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 105.17 s
497.90/497.98	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.02
498.01/498.09	c vivif2 --  cl tried    49240 cl shrink        0 lits rem          0 time: 0.11
498.32/498.36	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.27
498.32/498.38	c calculated reachability. Time: 0.00
498.32/498.38	c  N dy  1567    238284     48626    207787         0     49240    631129   7215125    200.99   no data  --
506.20/506.28	c  N dy  1672    253583     48626    207787         0     36556    631129   3166503    200.99    218.09  --
514.60/514.69	c  N dy  1782    269863     48626    207787         0     52836    631129   8040335    200.96    212.34  --
523.52/523.60	c  N dy  1903    287138     48626    207787         0     41121    631129   4214724    201.03    222.36  --
533.21/533.27	c  N dy  2028    305503     48626    207787         0     59485    631129   9652976    201.02    212.40  --
533.60/533.69	c  F st  2032    306251     48626    207787         0     30240    631129    620617    200.97    142.69  --
543.61/543.61	c  N dy  2127    325225     48626    207787         0     49214    631129   7060088    201.07    219.49  --
554.21/554.21	c  N dy  2262    345246     48626    207787         0     38237    631129   2802571    201.17    212.12  --
560.51/560.55	c  S st  2345    357426     48626    207787         0     50417    631129   6455091    201.20   no data  --
560.81/560.84	c  S st  2345    357932     48626    207787         0     50923    631129   6587153    201.20   no data  --
560.81/560.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
560.81/560.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
561.21/561.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.42
561.71/561.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
561.71/561.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
561.81/561.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
561.81/561.83	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
653.81/653.82	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 91.99 s
653.81/653.85	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.02
653.91/653.95	c vivif2 --  cl tried    50919 cl shrink        0 lits rem          0 time: 0.10
654.21/654.22	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.27
654.21/654.24	c calculated reachability. Time: 0.00
654.21/654.24	c  N dy  2345    357932     48626    207787         0     50919    631129   6586128    201.20   no data  --
664.81/664.82	c  N dy  2472    378012     48626    207787         0     39001    631129   2592710    201.04    216.19  --
675.43/675.42	c  N dy  2613    398023     48626    207787         0     59009    631129   8626001    201.12    214.87  --
685.91/685.95	c  N dy  2747    418053     48626    207787         0     46038    631129   4378711    201.03    212.49  --
696.71/696.72	c  N dy  2883    438081     48626    207787         0     66064    631129  10401032    201.06    215.01  --
707.33/707.38	c  N dy  3031    458107     48626    207787         0     52092    631129   6137204    201.25    214.10  --
718.41/718.43	c  N dy  3165    478118     48626    207787         0     37108    631129   1168896    201.29    215.87  --
729.42/729.48	c  N dy  3300    498179     48626    207787         0     57169    631129   7093885    201.23    224.06  --
740.92/740.96	c  N dy  3430    518270     48626    207787         0     41259    631129   2130182    201.23    222.78  --
751.33/751.39	c  S st  3555    536898     48626    207787         0     59884    631129   7691331    201.18   no data  --
751.61/751.69	c  S st  3555    537402     48626    207787         0     60388    631129   7802688    201.18   no data  --
751.71/751.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
751.71/751.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
752.11/752.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.43
752.71/752.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
752.71/752.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
752.71/752.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
752.71/752.79	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
878.42/878.47	c lits-rem:         1  cl-subs:        4  v-elim:      0  v-fix:    0  time: 125.68 s
878.52/878.50	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.03
878.62/878.62	c vivif2 --  cl tried    60384 cl shrink        0 lits rem          0 time: 0.12
878.93/878.92	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.30
878.93/878.93	c calculated reachability. Time: 0.00
878.93/878.93	c  N dy  3555    537402     48626    207787         0     60384    631129   7801224    201.18   no data  --
889.82/889.87	c  N dy  3691    557691     48626    207787         0     43671    631129   2548702    201.16    213.48  --
900.73/900.74	c  N dy  3833    577877     48626    207787         0     63857    631129   8638020    201.21    212.96  --
911.82/911.81	c  N dy  3975    598087     48626    207787         0     46069    631129   2964015    201.28    229.64  --
922.73/922.75	c  N dy  4111    618245     48626    207787         0     66226    631129   9056674    201.27    215.99  --
933.72/933.73	c  N dy  4248    638475     48626    207787         0     47457    631129   3021198    201.24    212.91  --
944.73/944.76	c  N dy  4391    658565     48626    207787         0     67545    631129   9099730    201.23    214.06  --
955.83/955.91	c  N dy  4534    678618     48626    207787         0     47602    631129   2789901    201.30    219.80  --
966.73/966.79	c  N dy  4670    698685     48626    207787         0     67668    631129   8799606    201.33    213.52  --
977.94/977.92	c  N dy  4802    718726     48626    207787         0     46711    631129   2217486    201.32    221.06  --
989.02/989.04	c  N dy  4935    738876     48626    207787         0     66860    631129   8312964    201.27    214.65  --
1000.22/1000.23	c  N dy  5064    758891     48626    207787         0     44879    631129   1378398    201.18    215.71  --
1011.02/1011.07	c  N dy  5204    778987     48626    207787         0     64971    631129   7434365    201.24    216.44  --
1022.52/1022.57	c  N dy  5344    799068     48626    207787         0     85050    631129  13360690    201.21    216.50  --
1026.43/1026.40	c  S st  5391    806104     48626    207787         0     49084    631129   2338847    201.19    190.32  --
1026.63/1026.67	c  S st  5391    806606     48626    207787         0     49586    631129   2439857    201.19   no data  --
1026.73/1026.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1026.73/1026.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1027.13/1027.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.41
1027.34/1027.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1027.34/1027.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1027.34/1027.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
1027.34/1027.39	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1034.93/1034.94	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  7.55 s
1034.93/1034.97	c vivif2 --  cl tried   207787 cl shrink        0 lits rem          0 time: 0.02
1035.04/1035.01	c vivif2 --  cl tried    49585 cl shrink        0 lits rem          0 time: 0.04
1035.23/1035.27	c asymm  cl-useful: 0/207787/207787 lits-rem:0 time: 0.26
1035.23/1035.29	c calculated reachability. Time: 0.00
1035.23/1035.29	c  N dy  5391    806606     48626    207787         0     49585    631129   2439753    201.19   no data  --
1046.14/1046.11	c  N dy  5516    826730     48626    207787         0     69708    631129   8440527    201.14    214.71  --
1057.83/1057.83	c  N dy  5662    846904     48626    207787         0     45885    631129   1092334    201.20    222.65  --
1068.53/1068.56	c  N dy  5798    866989     48626    207787         0     65970    631129   7038692    201.14    218.63  --
1080.03/1080.01	c  N dy  5935    887021     48626    207787         0     86002    631129  13004564    201.11    220.16  --
1090.93/1090.98	c  N dy  6070    907044     48626    207787         0     61029    631129   5299319    201.13    219.17  --
1102.33/1102.37	c  N dy  6212    927166     48626    207787         0     81150    631129  11347065    201.17    212.64  --
1113.63/1113.66	c  N dy  6350    947293     48626    207787         0     55275    631129   3255272    201.16    217.36  --
1124.73/1124.70	c  N dy  6486    967327     48626    207787         0     75309    631129   9249504    201.15    214.65  --
1136.54/1136.51	c  N dy  6626    987361     48626    207787         0     48346    631129    966684    201.18    222.83  --
1147.34/1147.34	c  N dy  6757   1007406     48626    207787         0     68389    631129   6944215    201.16    214.94  --
1158.83/1158.82	c  N dy  6897   1027411     48626    207787         0     88394    631129  12916567    201.17    215.72  --
1170.03/1170.06	c  N dy  7029   1047431     48626    207787         0     60414    631129   4225665    201.14    216.08  --
1181.13/1181.12	c  N dy  7155   1067457     48626    207787         0     80439    631129  10158461    201.07    233.61  --
1183.65/1183.66	c  F st  7185   1071875     48626    207787         0     84856    631129  11490218    201.06   no data  --
1193.33/1193.38	c  N dy  7262   1087542     48626    207787         0     51520    631129   1348678    201.08    256.38  --
1205.23/1205.25	c  N dy  7391   1107671     48626    207787         0     71648    631129   7429410    201.09    218.20  --
1217.83/1217.86	c  N dy  7522   1127765     48626    207787         0     91740    631129  13377815    201.06    229.69  --
1230.43/1230.44	c  N dy  7672   1148012     48626    207787         0     61990    631129   4256335    201.11    215.20  --
1242.63/1242.63	c  N dy  7808   1168014     48626    207787         0     81992    631129  10264363    201.11    213.79  --
1255.63/1255.69	c  N dy  7944   1188106     48626    207787         0     51088    631129    592250    201.10    215.54  --
1267.63/1267.65	c  N dy  8082   1208371     48626    207787         0     71348    631129   6790388    201.14    211.90  --
1268.53/1268.58	c  S st  8093   1209909     48626    207787         0     72886    631129   7254830    201.15   no data  --
1268.93/1268.91	c  S st  8093   1210412     48626    207787         0     73389    631129   7375840    201.15   no data  --
1268.93/1268.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1268.93/1268.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1269.34/1269.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.45
1269.93/1269.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1269.93/1269.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1269.93/1269.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48626 time:  0.02 s
1270.03/1270.02	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.39 3.87 3.72 5/360 5443
/proc/meminfo: memFree=17839560/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=25032 CPUtime=0 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 1590 0 0 0 0 0 0 0 21 0 1 0 728581243 25632768 1337 33554432000 4194304 4650387 140734139510992 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 6258 1343 326 112 0 1223 0

[startup+0.077894 s]
/proc/loadavg: 3.39 3.87 3.72 5/360 5443
/proc/meminfo: memFree=17839560/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=51060 CPUtime=0.06 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 6958 0 0 0 6 0 0 0 21 0 1 0 728581243 52285440 5899 33554432000 4194304 4650387 140734139510992 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 12765 5899 329 112 0 7730 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 51060

[startup+0.100889 s]
/proc/loadavg: 3.39 3.87 3.72 5/360 5443
/proc/meminfo: memFree=17839560/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=54100 CPUtime=0.09 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 7816 0 0 0 9 0 0 0 21 0 1 0 728581243 55398400 6757 33554432000 4194304 4650387 140734139510992 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 13525 6757 329 112 0 8490 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54100

[startup+0.300854 s]
/proc/loadavg: 3.39 3.87 3.72 5/360 5443
/proc/meminfo: memFree=17839560/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=76740 CPUtime=0.29 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 11233 0 0 0 28 1 0 0 22 0 1 0 728581243 78581760 10174 33554432000 4194304 4650387 140734139510992 18446744073709551615 4511532 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 19185 10174 347 112 0 14150 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76740

[startup+0.700772 s]
/proc/loadavg: 3.39 3.87 3.72 5/360 5443
/proc/meminfo: memFree=17839560/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=92864 CPUtime=0.69 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 16996 0 0 0 67 2 0 0 23 0 1 0 728581243 95092736 14705 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476261 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 23216 14705 365 112 0 18181 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92864

[startup+1.50062 s]
/proc/loadavg: 3.39 3.87 3.72 5/364 5450
/proc/meminfo: memFree=17734120/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=98380 CPUtime=1.49 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 21908 0 0 0 147 2 0 0 25 0 1 0 728581243 100741120 16093 33554432000 4194304 4650387 140734139510992 18446744073709551615 4364320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 24595 16093 379 112 0 19560 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98380

[startup+3.10033 s]
/proc/loadavg: 3.39 3.87 3.72 5/364 5451
/proc/meminfo: memFree=17721004/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=98380 CPUtime=3.09 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 23199 0 0 0 306 3 0 0 25 0 1 0 728581243 100741120 17384 33554432000 4194304 4650387 140734139510992 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 24595 17384 379 112 0 19560 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98380

[startup+6.30071 s]
/proc/loadavg: 3.44 3.87 3.72 5/364 5451
/proc/meminfo: memFree=17654468/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=154824 CPUtime=6.29 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 25315 0 0 0 626 3 0 0 25 0 1 0 728581243 158539776 19500 33554432000 4194304 4650387 140734139510992 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 38706 19500 379 112 0 33671 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154824

[startup+12.7005 s]
/proc/loadavg: 3.48 3.87 3.72 5/364 5451
/proc/meminfo: memFree=17586528/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=102272 CPUtime=12.69 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 31194 0 0 0 1264 5 0 0 25 0 1 0 728581243 104726528 18071 33554432000 4194304 4650387 140734139510992 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 25568 18071 381 112 0 20533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102272

[startup+25.5011 s]
/proc/loadavg: 3.60 3.88 3.72 5/364 5451
/proc/meminfo: memFree=17419072/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=267432 CPUtime=25.49 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 58514 0 0 0 2539 10 0 0 25 0 1 0 728581243 273850368 45391 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 66858 45391 383 112 0 61823 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 267432

[startup+51.1002 s]
/proc/loadavg: 3.87 3.92 3.74 5/364 5452
/proc/meminfo: memFree=17314620/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=267684 CPUtime=51.09 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 58561 0 0 0 5099 10 0 0 25 0 1 0 728581243 274108416 45438 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476104 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 66921 45438 383 112 0 61886 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 267684

[startup+102.313 s]
/proc/loadavg: 3.94 3.93 3.75 5/364 5453
/proc/meminfo: memFree=17220696/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=303424 CPUtime=102.31 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 87257 0 0 0 10214 17 0 0 25 0 1 0 728581243 310706176 56851 33554432000 4194304 4650387 140734139510992 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 75856 56851 383 112 0 70821 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 303424

[startup+162.301 s]
/proc/loadavg: 4.04 3.96 3.77 5/364 5455
/proc/meminfo: memFree=17116512/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=362120 CPUtime=162.3 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 110715 0 0 0 16208 22 0 0 25 0 1 0 728581243 370810880 71424 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 90530 71424 383 112 0 85495 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 362120

[startup+222.301 s]
/proc/loadavg: 4.01 3.96 3.78 5/364 5456
/proc/meminfo: memFree=17072072/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=378940 CPUtime=222.29 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 121076 0 0 0 22204 25 0 0 25 0 1 0 728581243 388034560 76779 33554432000 4194304 4650387 140734139510992 18446744073709551615 4333616 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 94735 76779 383 112 0 89700 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 378940

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/364 5458
/proc/meminfo: memFree=17028508/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=406168 CPUtime=282.3 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 132576 0 0 0 28202 28 0 0 25 0 1 0 728581243 415916032 83342 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 101542 83342 383 112 0 96507 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 406168

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/364 5460
/proc/meminfo: memFree=17025132/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=406568 CPUtime=342.3 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 132679 0 0 0 34202 28 0 0 25 0 1 0 728581243 416325632 83445 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 101642 83445 383 112 0 96607 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 406568

[startup+402.3 s]
/proc/loadavg: 4.07 4.00 3.82 5/364 5461
/proc/meminfo: memFree=16933064/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=428376 CPUtime=402.3 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 154271 0 0 0 40197 33 0 0 25 0 1 0 728581243 438657024 88451 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476724 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 107094 88451 383 112 0 102059 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 428376

[startup+462.301 s]
/proc/loadavg: 4.06 4.01 3.83 5/364 5466
/proc/meminfo: memFree=16871392/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=428376 CPUtime=462.3 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 154272 0 0 0 46197 33 0 0 25 0 1 0 728581243 438657024 88452 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 107094 88452 383 112 0 102059 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 428376

[startup+522.301 s]
/proc/loadavg: 4.12 4.04 3.85 5/364 5467
/proc/meminfo: memFree=16864116/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=444900 CPUtime=522.31 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 167413 0 0 0 52195 36 0 0 25 0 1 0 728581243 455577600 89044 33554432000 4194304 4650387 140734139510992 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 111225 89044 383 112 0 106190 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 444900

[startup+582.3 s]
/proc/loadavg: 4.16 4.06 3.87 5/364 5469
/proc/meminfo: memFree=16866184/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=446020 CPUtime=582.31 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 185203 0 0 0 58189 42 0 0 25 0 1 0 728581243 456724480 92425 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 111505 92425 383 112 0 106470 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 446020

[startup+642.301 s]
/proc/loadavg: 4.10 4.06 3.88 5/364 5471
/proc/meminfo: memFree=16849532/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=446020 CPUtime=642.32 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 185203 0 0 0 64190 42 0 0 25 0 1 0 728581243 456724480 92425 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 111505 92425 383 112 0 106470 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 446020

[startup+702.3 s]
/proc/loadavg: 4.10 4.07 3.89 6/364 5472
/proc/meminfo: memFree=16838940/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=463120 CPUtime=702.31 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 209107 0 0 0 70183 48 0 0 25 0 1 0 728581243 474234880 93511 33554432000 4194304 4650387 140734139510992 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 115780 93511 383 112 0 110745 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 463120

[startup+762.314 s]
/proc/loadavg: 4.04 4.06 3.90 5/364 5474
/proc/meminfo: memFree=16836420/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=463120 CPUtime=762.33 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 230515 0 0 0 76177 56 0 0 25 0 1 0 728581243 474234880 98086 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 115780 98086 383 112 0 110745 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 463120

[startup+822.301 s]
/proc/loadavg: 4.01 4.05 3.91 5/364 5475
/proc/meminfo: memFree=16829452/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=463120 CPUtime=822.32 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 230515 0 0 0 82176 56 0 0 25 0 1 0 728581243 474234880 98086 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 115780 98086 383 112 0 110745 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 463120

[startup+882.3 s]
/proc/loadavg: 4.00 4.03 3.91 5/364 5477
/proc/meminfo: memFree=16838096/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=463120 CPUtime=882.33 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 232306 0 0 0 88176 57 0 0 25 0 1 0 728581243 474234880 99877 33554432000 4194304 4650387 140734139510992 18446744073709551615 4363452 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 115780 99877 383 112 0 110745 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 463120

[startup+942.301 s]
/proc/loadavg: 4.05 4.04 3.91 5/364 5479
/proc/meminfo: memFree=16788936/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=492792 CPUtime=942.32 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 265110 0 0 0 94167 65 0 0 25 0 1 0 728581243 504619008 105383 33554432000 4194304 4650387 140734139510992 18446744073709551615 4333595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 123198 105383 383 112 0 118163 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 492792

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.91 5/364 5480
/proc/meminfo: memFree=16785056/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=427248 CPUtime=1002.32 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 290488 0 0 0 100160 72 0 0 25 0 1 0 728581243 437501952 100751 33554432000 4194304 4650387 140734139510992 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 106812 100751 383 112 0 101777 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 427248

[startup+1062.3 s]
/proc/loadavg: 4.07 4.04 3.92 5/364 5482
/proc/meminfo: memFree=16823324/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=492792 CPUtime=1062.33 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 312462 0 0 0 106154 79 0 0 25 0 1 0 728581243 504619008 101381 33554432000 4194304 4650387 140734139510992 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 123198 101381 383 112 0 118163 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 492792

[startup+1122.3 s]
/proc/loadavg: 4.15 4.06 3.93 5/364 5483
/proc/meminfo: memFree=16843088/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=455708 CPUtime=1122.33 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 339229 0 0 0 112145 88 0 0 25 0 1 0 728581243 466644992 96390 33554432000 4194304 4650387 140734139510992 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 113927 96390 383 112 0 108892 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 455708

[startup+1182.3 s]
/proc/loadavg: 4.05 4.05 3.93 5/364 5485
/proc/meminfo: memFree=16804724/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=477308 CPUtime=1182.34 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 371088 0 0 0 118137 97 0 0 25 0 1 0 728581243 488763392 104474 33554432000 4194304 4650387 140734139510992 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 119327 104474 383 112 0 114292 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 477308

[startup+1242.3 s]
/proc/loadavg: 4.07 4.05 3.94 5/364 5487
/proc/meminfo: memFree=16701984/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=494728 CPUtime=1242.34 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 400731 0 0 0 124127 107 0 0 25 0 1 0 728581243 506601472 108169 33554432000 4194304 4650387 140734139510992 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 123682 108169 383 112 0 118647 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 494728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.04 3.94 3/360 5490
/proc/meminfo: memFree=17025120/32950928 swapFree=67111200/67111528
[pid=5443] ppid=5441 vsize=494728 CPUtime=1300.04 cores=5,7
/proc/5443/stat : 5443 (strangenight1-s) R 5441 5443 4727 0 -1 4202496 411183 0 0 0 129893 111 0 0 25 0 1 0 728581243 506601472 105567 33554432000 4194304 4650387 140734139510992 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/5443/statm: 123682 105567 383 112 0 118647 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 494728

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.08
CPU user time (s): 1298.94
CPU system time (s): 1.13783
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 494728

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

runsolver used 4.36234 second user time and 11.0423 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 16:31:46
IDJOB=3369892
IDBENCH=82701
IDSOLVER=1847
FILE ID=node115/3369892-1305383505
RUNJOBID= node115-1305383505-5410
PBS_JOBID= 13324387
Free space on /tmp= 73220 MiB

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

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

MD5SUM BENCH= d8337de8a71a630ccf2dd02943cd7d7f
RANDOM SEED=1030827716

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17840088 kB
Buffers:        274132 kB
Cached:        4467532 kB
SwapCached:          0 kB
Active:       11879080 kB
Inactive:      2913136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17840088 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           23944 kB
Writeback:           0 kB
AnonPages:    10050732 kB
Mapped:          28780 kB
Slab:           212636 kB
PageTables:      41520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69737280 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= 73216 MiB
End job on node115 at 2011-05-14 16:53:28