Trace number 3369723

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
MD5SUM4f5a8cb56de51e6630c119bd6436cc16
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark98.77
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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-3369723-1305380729.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.08/0.12	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.08/0.12	c -- vars added      40000
0.08/0.12	c Parsing time:  0.10 s
0.08/0.12	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data  --
0.18/0.23	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.11
0.28/0.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.12
0.38/0.46	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.38/0.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.38/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.38/0.49	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.78/0.85	c lits-rem:         0  cl-subs:        0  v-elim:   1182  v-fix:    0  time:  0.35 s
0.78/0.85	c Finding binary XORs  T:     0.01 s  found:       0
0.88/0.93	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
0.88/0.93	c calculated reachability. Time: 0.00
0.88/0.95	c Calc default polars -  time:   0.01 s pos:   17627 undec:    4590 neg:   17783
0.88/0.95	c =========================================================================================
0.88/0.95	c types(t): F = full restart, N = normal restart
0.88/0.95	c types(t): S = simplification begin/end, E = solution found
0.88/0.95	c restart types(rt): st = static, dy = dynamic
0.88/0.95	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.88/0.95	c  B st     0         0     38818    165957         0         0    504135         0   no data   no data  --
2.48/2.57	c  N dy    18      4225     38818    165957         0      4224    504135   1314657    185.48    203.58  --
4.08/4.16	c  N dy    47      8294     38818    165957         0      8293    504135   2413226    182.44    201.08  --
5.67/5.78	c  N dy    73     12404     38818    165957         0     12403    504135   3536426    181.45    199.83  --
7.38/7.42	c  N dy    99     16550     38818    165957         0     16549    504135   4649948    179.55    190.37  --
9.08/9.15	c  N dy   123     20815     38818    165957         0     10818    504135    920527    178.60    189.15  --
10.68/10.75	c  N dy   148     24932     38818    165957         0     14935    504135   2010595    177.47    189.83  --
10.68/10.78	c  F st   149     25000     38818    165957         0     15003    504135   2026093    177.44   no data  --
12.78/12.87	c  N dy   155     30001     38818    165957         0     20002    504135   3853870    177.44   no data  --
12.78/12.87	c  S st   155     30001     38818    165957         0     20002    504135   3853870    177.44   no data  --
12.98/13.07	c  S st   155     30503     38818    165957         0     20504    504135   3941132    177.44   no data  --
12.98/13.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.98/13.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.28/13.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.28
13.67/13.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
13.67/13.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.78/13.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
13.78/13.81	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
24.27/24.37	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time: 10.56 s
24.47/24.54	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.17
24.47/24.55	c calculated reachability. Time: 0.00
24.47/24.55	c  N dy   155     30503     38818    165957         0     20501    504135   3938282    177.44   no data  --
26.17/26.29	c  N dy   185     34609     38818    165957         0     24607    504135   5086176    178.36    191.00  --
27.98/28.03	c  N dy   212     38707     38818    165957         0     28705    504135   6174835    178.05    188.10  --
29.69/29.79	c  N dy   238     42865     38818    165957         0     17365    504135   1303280    177.74    187.39  --
30.98/31.03	c  S st   263     45754     38818    165957         0     20254    504135   2134557    178.69   no data  --
31.18/31.23	c  S st   263     46255     38818    165957         0     20755    504135   2246915    178.69   no data  --
31.18/31.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
31.18/31.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.48/31.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.28
31.68/31.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
31.68/31.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
31.68/31.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
31.68/31.76	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
37.98/38.01	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  6.24 s
37.98/38.02	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
37.98/38.06	c vivif2 --  cl tried    20753 cl shrink        0 lits rem          0 time: 0.03
38.18/38.22	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.16
38.18/38.23	c calculated reachability. Time: 0.00
38.18/38.23	c  N dy   263     46255     38818    165957         0     20753    504135   2246056    178.69   no data  --
39.87/39.91	c  N dy   290     50341     38818    165957         0     24839    504135   3333888    178.63    190.13  --
41.58/41.60	c  N dy   316     54355     38818    165957         0     28853    504135   4402026    178.28    191.25  --
43.28/43.33	c  N dy   344     58397     38818    165957         0     32894    504135   5469921    178.23    187.67  --
44.99/45.06	c  N dy   370     62442     38818    165957         0     36939    504135   6568977    178.24    216.86  --
46.78/46.80	c  N dy   398     66588     38818    165957         0     22340    504135   1725040    178.24    187.97  --
47.88/47.99	c  S st   418     69384     38818    165957         0     25136    504135   2485007    178.26   no data  --
48.18/48.20	c  S st   418     69888     38818    165957         0     25640    504135   2579718    178.26   no data  --
48.18/48.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
48.18/48.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.48/48.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.29
48.68/48.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
48.68/48.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
48.68/48.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
48.68/48.75	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
55.48/55.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.83 s
55.58/55.60	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
55.58/55.64	c vivif2 --  cl tried    25640 cl shrink        0 lits rem          0 time: 0.04
55.78/55.82	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.18
55.78/55.83	c calculated reachability. Time: 0.00
55.78/55.83	c  N dy   418     69888     38818    165957         0     25640    504135   2579718    178.26   no data  --
57.68/57.77	c  N dy   447     74410     38818    165957         0     30161    504135   3773531    178.16    194.57  --
59.78/59.86	c  N dy   483     79292     38818    165957         0     35042    504135   5137941    178.60    197.89  --
61.98/62.09	c  N dy   514     84423     38818    165957         0     40172    504135   6577346    178.69    190.86  --
63.37/63.49	c  F st   537     87500     38818    165957         0     22373    504135   1140078    178.93    168.94  --
64.89/64.99	c  N st   542     90795     38818    165957         0     25668    504135   2327228    178.93   no data  --
67.48/67.54	c  N dy   568     96623     38818    165957         0     31496    504135   4133192    178.83    192.15  --
70.18/70.26	c  N dy   615    102848     38818    165957         0     37721    504135   5836208    179.06    188.99  --
71.08/71.14	c  S st   631    104833     38818    165957         0     39706    504135   6374201    179.19   no data  --
71.27/71.35	c  S st   631    105336     38818    165957         0     40209    504135   6473732    179.19   no data  --
71.27/71.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
71.27/71.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.57/71.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.29
72.08/72.15	c bin-w-bin subsume rem            0 bins  time:  0.01 s
72.08/72.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
72.08/72.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
72.08/72.18	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
158.68/158.75	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 86.56 s
158.68/158.76	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
158.78/158.86	c vivif2 --  cl tried    40208 cl shrink        0 lits rem          0 time: 0.10
158.98/159.07	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.21
158.98/159.08	c calculated reachability. Time: 0.00
158.98/159.08	c  N dy   631    105336     38818    165957         0     40208    504135   6473675    179.19   no data  --
162.18/162.20	c  N dy   680    112391     38818    165957         0     24828    504135   1355946    179.41    189.68  --
165.18/165.25	c  N dy   727    119642     38818    165957         0     32078    504135   3279958    179.16    193.39  --
168.58/168.62	c  N dy   783    127298     38818    165957         0     39734    504135   5368806    179.43    284.72  --
172.28/172.33	c  N dy   841    135537     38818    165957         0     24254    504135    802387    179.45    198.12  --
176.00/176.04	c  N dy   903    144249     38818    165957         0     32966    504135   3219471    179.61    190.28  --
179.98/180.07	c  N dy   967    153576     38818    165957         0     42293    504135   5727546    179.53    191.11  --
181.98/182.06	c  S st   997    158005     38818    165957         0     46722    504135   6941234    179.54   no data  --
182.28/182.30	c  S st   997    158510     38818    165957         0     47227    504135   7042745    179.54   no data  --
182.28/182.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
182.28/182.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
182.59/182.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
182.98/183.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
183.08/183.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
183.08/183.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
183.08/183.13	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
288.09/288.20	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 105.07 s
288.20/288.21	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
288.28/288.32	c vivif2 --  cl tried    47221 cl shrink        0 lits rem          0 time: 0.11
288.48/288.54	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.22
288.48/288.55	c calculated reachability. Time: 0.00
288.48/288.55	c  N dy   997    158510     38818    165957         0     47221    504135   7039646    179.54   no data  --
292.88/292.96	c  N dy  1068    168679     38818    165957         0     32531    504135   2663903    179.43    190.74  --
297.58/297.64	c  N dy  1142    179482     38818    165957         0     43334    504135   5531869    179.33    213.40  --
302.69/302.77	c  N dy  1224    190991     38818    165957         0     28914    504135   1405054    179.48    196.43  --
308.00/308.03	c  N dy  1307    203246     38818    165957         0     41169    504135   4741602    179.55    191.12  --
313.89/313.98	c  N dy  1397    216330     38818    165957         0     27287    504135    653968    179.67    190.94  --
319.88/319.91	c  N dy  1489    230174     38818    165957         0     41130    504135   4413653    179.55    202.03  --
323.30/323.36	c  S st  1544    237765     38818    165957         0     48720    504135   6559339    179.71    184.74  --
323.49/323.59	c  S st  1544    238266     38818    165957         0     49221    504135   6662025    179.71   no data  --
323.59/323.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
323.59/323.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
323.89/323.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.31
324.29/324.35	c bin-w-bin subsume rem            0 bins  time:  0.01 s
324.29/324.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
324.29/324.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
324.29/324.39	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
420.59/420.63	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 96.23 s
420.59/420.64	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
420.69/420.75	c vivif2 --  cl tried    49217 cl shrink        0 lits rem          0 time: 0.10
420.89/420.97	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.23
420.89/420.98	c calculated reachability. Time: 0.00
420.89/420.98	c  N dy  1544    238266     38818    165957         0     49217    504135   6659961    179.71   no data  --
427.89/427.91	c  N dy  1653    253642     38818    165957         0     36612    504135   2911228    179.79    190.66  --
435.18/435.20	c  N dy  1763    269855     38818    165957         0     52825    504135   7304091    179.79    193.88  --
442.89/442.95	c  N dy  1882    287266     38818    165957         0     41243    504135   3862954    179.70    189.56  --
451.38/451.44	c  N dy  2008    305720     38818    165957         0     59695    504135   8938696    179.87    191.39  --
451.69/451.73	c  F st  2012    306250     38818    165957         0     30234    504135    588281    179.89    176.42  --
460.28/460.38	c  N dy  2112    325261     38818    165957         0     49245    504135   6493313    179.81    196.50  --
469.59/469.64	c  N dy  2252    345601     38818    165957         0     38594    504135   2559446    179.90    197.15  --
474.88/474.96	c  S st  2336    357400     38818    165957         0     50393    504135   5812508    179.96   no data  --
475.09/475.19	c  S st  2336    357901     38818    165957         0     50894    504135   5915475    179.96   no data  --
475.19/475.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
475.19/475.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
475.48/475.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.31
475.88/475.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
475.88/475.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
475.88/475.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
475.88/475.94	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
555.08/555.18	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 79.23 s
555.08/555.19	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
555.18/555.28	c vivif2 --  cl tried    50893 cl shrink        0 lits rem          0 time: 0.09
555.50/555.51	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.23
555.50/555.52	c calculated reachability. Time: 0.00
555.50/555.52	c  N dy  2336    357901     38818    165957         0     50893    504135   5915017    179.96   no data  --
564.48/564.59	c  N dy  2469    377954     38818    165957         0     38947    504135   2376347    179.90    191.89  --
573.68/573.74	c  N dy  2608    398013     38818    165957         0     59004    504135   7895942    180.00    193.71  --
582.90/582.92	c  N dy  2749    418030     38818    165957         0     46020    504135   4181366    180.14    240.25  --
592.19/592.29	c  N dy  2886    438115     38818    165957         0     66104    504135   9667439    180.21    194.94  --
601.28/601.36	c  N dy  3023    458135     38818    165957         0     52124    504135   5450187    180.24    190.76  --
610.69/610.77	c  N dy  3162    478181     38818    165957         0     37172    504135   1106574    180.34    193.57  --
619.69/619.78	c  N dy  3293    498193     38818    165957         0     57182    504135   6547569    180.34    190.36  --
629.20/629.28	c  N dy  3440    518248     38818    165957         0     41238    504135   1960798    180.43    192.94  --
637.69/637.80	c  S st  3572    536852     38818    165957         0     59842    504135   7139822    180.51   no data  --
638.00/638.04	c  S st  3572    537354     38818    165957         0     60344    504135   7234469    180.51   no data  --
638.00/638.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
638.00/638.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
638.29/638.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.31
638.79/638.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
638.79/638.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
638.79/638.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
638.79/638.88	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
755.39/755.41	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 116.53 s
755.39/755.42	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
755.49/755.53	c vivif2 --  cl tried    60342 cl shrink        0 lits rem          0 time: 0.11
755.70/755.78	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.24
755.70/755.79	c calculated reachability. Time: 0.00
755.70/755.79	c  N dy  3572    537354     38818    165957         0     60342    504135   7233519    180.51   no data  --
765.09/765.19	c  N dy  3711    557454     38818    165957         0     43442    504135   2254094    180.52    199.70  --
774.29/774.41	c  N dy  3852    577576     38818    165957         0     63564    504135   7899869    180.63    195.19  --
783.69/783.77	c  N dy  3985    597664     38818    165957         0     45658    504135   2582073    180.55    193.45  --
793.00/793.03	c  N dy  4122    617699     38818    165957         0     65693    504135   8103498    180.58    195.49  --
802.59/802.60	c  N dy  4267    637797     38818    165957         0     46791    504135   2629906    180.67    200.17  --
811.89/811.92	c  N dy  4415    657812     38818    165957         0     66804    504135   8178308    180.79    192.26  --
821.49/821.56	c  N dy  4555    677853     38818    165957         0     46845    504135   2363417    180.89    196.60  --
830.79/830.83	c  N dy  4689    697982     38818    165957         0     66971    504135   7804238    180.83    191.19  --
840.30/840.34	c  N dy  4819    717998     38818    165957         0     45992    504135   1862819    180.74    205.65  --
849.49/849.55	c  N dy  4959    738000     38818    165957         0     65994    504135   7370924    180.77    218.17  --
859.20/859.27	c  N dy  5088    758037     38818    165957         0     44025    504135   1025505    180.73    194.68  --
868.39/868.48	c  N dy  5226    778094     38818    165957         0     64082    504135   6543441    180.75    190.37  --
878.29/878.33	c  N dy  5364    798153     38818    165957         0     84141    504135  12048636    180.75    194.57  --
881.89/881.96	c  S st  5417    806031     38818    165957         0     49017    504135   2139500    180.73   no data  --
882.10/882.18	c  S st  5417    806535     38818    165957         0     49521    504135   2258498    180.73   no data  --
882.10/882.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
882.10/882.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
882.49/882.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
882.59/882.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
882.69/882.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
882.69/882.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
882.69/882.73	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
889.59/889.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.90 s
889.59/889.65	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
889.59/889.68	c vivif2 --  cl tried    49521 cl shrink        0 lits rem          0 time: 0.04
889.80/889.90	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.21
889.90/889.91	c calculated reachability. Time: 0.00
889.90/889.91	c  N dy  5417    806535     38818    165957         0     49521    504135   2258498    180.73   no data  --
899.30/899.37	c  N dy  5557    826867     38818    165957         0     69852    504135   7840650    180.75    194.50  --
909.19/909.20	c  N dy  5694    846951     38818    165957         0     45936    504135   1058468    180.81    256.29  --
918.40/918.43	c  N dy  5833    867047     38818    165957         0     66031    504135   6582137    180.83    197.20  --
928.10/928.13	c  N dy  5964    887176     38818    165957         0     86158    504135  12013418    180.80    190.48  --
937.39/937.41	c  N dy  6096    907218     38818    165957         0     61211    504135   4905782    180.79    194.12  --
947.11/947.15	c  N dy  6236    927237     38818    165957         0     81230    504135  10503613    180.89    205.05  --
956.70/956.76	c  N dy  6374    947302     38818    165957         0     55308    504135   3054834    180.88    190.81  --
966.09/966.16	c  N dy  6502    967366     38818    165957         0     75371    504135   8551682    180.82    190.47  --
976.19/976.29	c  N dy  6644    987372     38818    165957         0     48365    504135    894650    180.85    199.29  --
985.50/985.53	c  N dy  6780   1007498     38818    165957         0     68491    504135   6383078    180.85    191.97  --
995.40/995.50	c  N dy  6918   1027564     38818    165957         0     88557    504135  11862106    180.89    191.89  --
1005.10/1005.11	c  N dy  7055   1047624     38818    165957         0     60610    504135   3980472    180.93    197.48  --
1014.79/1014.88	c  N dy  7196   1067712     38818    165957         0     80697    504135   9510347    180.95    198.35  --
1016.89/1016.97	c  F st  7228   1071875     38818    165957         0     84859    504135  10660930    180.96   no data  --
1025.20/1025.25	c  N dy  7309   1087713     38818    165957         0     51710    504135   1295801    180.98    192.88  --
1034.49/1034.54	c  N dy  7439   1107788     38818    165957         0     71782    504135   6840510    180.98    191.33  --
1044.50/1044.55	c  N dy  7574   1127917     38818    165957         0     91909    504135  12402647    181.01    191.72  --
1054.29/1054.36	c  N dy  7706   1147998     38818    165957         0     61996    504135   3872091    181.02    192.10  --
1064.00/1064.01	c  N dy  7851   1168034     38818    165957         0     82031    504135   9423745    181.05    192.10  --
1074.20/1074.27	c  N dy  7975   1188108     38818    165957         0     51107    504135    572111    181.01    194.41  --
1083.51/1083.55	c  N dy  8114   1208137     38818    165957         0     71134    504135   6096954    181.04    193.46  --
1084.30/1084.36	c  S st  8126   1209804     38818    165957         0     72801    504135   6548457    181.04    183.83  --
1084.51/1084.60	c  S st  8126   1210305     38818    165957         0     73302    504135   6643629    181.04   no data  --
1084.61/1084.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1084.61/1084.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1084.90/1084.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.32
1085.30/1085.37	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1085.30/1085.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1085.40/1085.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38818 time:  0.01 s
1085.40/1085.41	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1188.50/1188.53	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 103.12 s
1188.50/1188.55	c vivif2 --  cl tried   165957 cl shrink        0 lits rem          0 time: 0.01
1188.60/1188.65	c vivif2 --  cl tried    73300 cl shrink        0 lits rem          0 time: 0.10
1188.90/1188.92	c asymm  cl-useful: 0/165957/165957 lits-rem:0 time: 0.26
1188.90/1188.93	c calculated reachability. Time: 0.00
1188.90/1188.93	c  N dy  8126   1210305     38818    165957         0     73300    504135   6641396    181.04   no data  --
1198.91/1198.98	c  N dy  8267   1230386     38818    165957         0     93381    504135  12192083    181.08    194.00  --
1208.81/1208.90	c  N dy  8406   1250467     38818    165957         0     61463    504135   3135677    181.06    215.82  --
1218.50/1218.51	c  N dy  8540   1270565     38818    165957         0     81561    504135   8650552    181.04    223.66  --
1228.71/1228.77	c  N dy  8678   1290652     38818    165957         0    101648    504135  14233725    181.04    191.44  --
1238.51/1238.51	c  N dy  8812   1310701     38818    165957         0     68691    504135   4888341    181.05    192.03  --
1248.09/1248.17	c  N dy  8941   1330706     38818    165957         0     88695    504135  10461396    181.04    208.26  --
1258.50/1258.59	c  N dy  9079   1350771     38818    165957         0     54759    504135    750312    181.04    205.51  --
1267.80/1267.88	c  N dy  9204   1370822     38818    165957         0     74808    504135   6323581    181.04    194.29  --
1277.79/1277.82	c  N dy  9336   1390852     38818    165957         0     94836    504135  11784395    181.04    193.15  --
1287.90/1287.98	c  N dy  9461   1411003     38818    165957         0     59983    504135   1941545    181.01    195.08  --
1297.60/1297.66	c  N dy  9611   1431133     38818    165957         0     80111    504135   7504655    181.06    191.61  --

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-3369723-1305380729/watcher-3369723-1305380729 -o /tmp/evaluation-result-3369723-1305380729/solver-3369723-1305380729 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369723-1305380729.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: 2.17 2.28 1.74 2/355 13721
/proc/meminfo: memFree=21550312/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=11796 CPUtime=0 cores=0,2
/proc/13721/stat : 13721 (runsolver) R 13719 13721 13448 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 649672553 12079104 49 33554432000 4194304 5432360 140733515106192 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/13721/statm: 2949 49 30 303 0 2643 0

[startup+0.0481351 s]
/proc/loadavg: 2.17 2.28 1.74 2/355 13721
/proc/meminfo: memFree=21550312/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=44764 CPUtime=0.02 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 5049 0 0 0 2 0 0 0 25 0 1 0 649672553 45838336 3990 33554432000 4194304 4650387 140733848337696 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 11191 3990 329 112 0 6156 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 44764

[startup+0.101155 s]
/proc/loadavg: 2.17 2.28 1.74 2/355 13721
/proc/meminfo: memFree=21550312/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=48308 CPUtime=0.08 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 6532 0 0 0 8 0 0 0 25 0 1 0 649672553 49467392 5473 33554432000 4194304 4650387 140733848337696 18446744073709551615 210646807237 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 12077 5475 329 112 0 7042 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48308

[startup+0.301115 s]
/proc/loadavg: 2.17 2.28 1.74 2/355 13721
/proc/meminfo: memFree=21550312/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=61568 CPUtime=0.28 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 9395 0 0 0 27 1 0 0 25 0 1 0 649672553 63045632 7350 33554432000 4194304 4650387 140733848337696 18446744073709551615 4369828 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 15392 7350 350 112 0 10357 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61568

[startup+0.701046 s]
/proc/loadavg: 2.17 2.28 1.74 2/355 13721
/proc/meminfo: memFree=21550312/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=92544 CPUtime=0.68 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 16579 0 0 0 66 2 0 0 25 0 1 0 649672553 94765056 14534 33554432000 4194304 4650387 140733848337696 18446744073709551615 210646814965 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 23136 14534 367 112 0 18101 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 92544

[startup+1.50091 s]
/proc/loadavg: 2.17 2.28 1.74 3/356 13722
/proc/meminfo: memFree=21492168/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=92544 CPUtime=1.48 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 17083 0 0 0 146 2 0 0 25 0 1 0 649672553 94765056 15038 33554432000 4194304 4650387 140733848337696 18446744073709551615 4367352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 23136 15038 379 112 0 18101 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92544

[startup+3.10064 s]
/proc/loadavg: 2.17 2.28 1.74 3/356 13722
/proc/meminfo: memFree=21487788/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=92544 CPUtime=3.08 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 18291 0 0 0 306 2 0 0 25 0 1 0 649672553 94765056 16246 33554432000 4194304 4650387 140733848337696 18446744073709551615 4354985 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 23136 16247 379 112 0 18101 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 92544

[startup+6.3011 s]
/proc/loadavg: 2.16 2.27 1.74 3/356 13722
/proc/meminfo: memFree=21478976/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=144264 CPUtime=6.28 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 20474 0 0 0 625 3 0 0 25 0 1 0 649672553 147726336 18429 33554432000 4194304 4650387 140733848337696 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 36066 18429 379 112 0 31031 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 144264

[startup+12.701 s]
/proc/loadavg: 2.14 2.27 1.74 3/356 13722
/proc/meminfo: memFree=21479252/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=161012 CPUtime=12.68 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 26765 0 0 0 1264 4 0 0 25 0 1 0 649672553 164876288 18188 33554432000 4194304 4650387 140733848337696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 40253 18188 382 112 0 35218 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 161012

[startup+25.5009 s]
/proc/loadavg: 2.11 2.26 1.75 3/356 13722
/proc/meminfo: memFree=21386608/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=246932 CPUtime=25.47 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 49550 0 0 0 2541 6 0 0 25 0 1 0 649672553 252858368 40973 33554432000 4194304 4650387 140733848337696 18446744073709551615 4363452 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 61733 40973 383 112 0 56698 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 246932

[startup+51.1005 s]
/proc/loadavg: 2.07 2.23 1.75 3/356 13723
/proc/meminfo: memFree=21345228/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=199268 CPUtime=51.08 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 67203 0 0 0 5100 8 0 0 25 0 1 0 649672553 204050432 43241 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 49817 43241 383 112 0 44782 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 199268

[startup+102.313 s]
/proc/loadavg: 2.03 2.20 1.76 3/356 13724
/proc/meminfo: memFree=21250024/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=327488 CPUtime=102.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 94855 0 0 0 10215 14 0 0 25 0 1 0 649672553 335347712 62915 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476079 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 81872 62915 383 112 0 76837 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 327488

[startup+162.301 s]
/proc/loadavg: 2.01 2.16 1.77 3/356 13726
/proc/meminfo: memFree=21255328/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=278200 CPUtime=162.28 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 98434 0 0 0 16213 15 0 0 25 0 1 0 649672553 284876800 61988 33554432000 4194304 4650387 140733848337696 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 69550 61988 383 112 0 64515 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 278200

[startup+222.301 s]
/proc/loadavg: 2.08 2.15 1.79 3/356 13728
/proc/meminfo: memFree=21193292/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=368688 CPUtime=222.28 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 114713 0 0 0 22210 18 0 0 25 0 1 0 649672553 377536512 73996 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 92172 73996 383 112 0 87137 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 368688

[startup+282.301 s]
/proc/loadavg: 2.07 2.14 1.81 3/356 13729
/proc/meminfo: memFree=21182224/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=368688 CPUtime=282.28 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 114739 0 0 0 28210 18 0 0 25 0 1 0 649672553 377536512 74022 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 92172 74022 383 112 0 87137 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 368688

[startup+342.3 s]
/proc/loadavg: 2.10 2.14 1.83 3/356 13731
/proc/meminfo: memFree=21151792/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=387968 CPUtime=342.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 134213 0 0 0 34207 22 0 0 25 0 1 0 649672553 397279232 78918 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476737 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 96992 78918 383 112 0 91957 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 387968

[startup+402.3 s]
/proc/loadavg: 2.07 2.13 1.84 3/356 13732
/proc/meminfo: memFree=21127204/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=388496 CPUtime=402.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 134359 0 0 0 40207 22 0 0 25 0 1 0 649672553 397819904 79064 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 97124 79064 383 112 0 92089 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 388496

[startup+462.301 s]
/proc/loadavg: 2.02 2.10 1.85 3/356 13734
/proc/meminfo: memFree=21103964/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=403456 CPUtime=462.28 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 156324 0 0 0 46202 26 0 0 25 0 1 0 649672553 413138944 83886 33554432000 4194304 4650387 140733848337696 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 100864 83886 383 112 0 95829 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 403456

[startup+522.301 s]
/proc/loadavg: 2.01 2.08 1.85 3/356 13736
/proc/meminfo: memFree=21114948/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=403936 CPUtime=522.28 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 161778 0 0 0 52200 28 0 0 25 0 1 0 649672553 413630464 82319 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 100984 82319 383 112 0 95949 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 403936

[startup+582.301 s]
/proc/loadavg: 2.00 2.06 1.86 3/356 13737
/proc/meminfo: memFree=21114536/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=416804 CPUtime=582.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 176316 0 0 0 58197 32 0 0 25 0 1 0 649672553 426807296 83613 33554432000 4194304 4650387 140733848337696 18446744073709551615 4363488 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 104201 83613 383 112 0 99166 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 416804

[startup+642.301 s]
/proc/loadavg: 2.00 2.05 1.86 3/356 13739
/proc/meminfo: memFree=21091060/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=416856 CPUtime=642.3 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 201946 0 0 0 64192 38 0 0 25 0 1 0 649672553 426860544 87029 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 104214 87029 383 112 0 99179 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 416856

[startup+702.301 s]
/proc/loadavg: 2.00 2.04 1.87 3/356 13740
/proc/meminfo: memFree=21085940/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=416856 CPUtime=702.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 201946 0 0 0 70190 39 0 0 25 0 1 0 649672553 426860544 87029 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 104214 87029 383 112 0 99179 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 416856

[startup+762.314 s]
/proc/loadavg: 2.00 2.03 1.88 3/356 13742
/proc/meminfo: memFree=21070756/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=416856 CPUtime=762.31 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 205635 0 0 0 76191 40 0 0 25 0 1 0 649672553 426860544 90718 33554432000 4194304 4650387 140733848337696 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 104214 90718 383 112 0 99179 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 416856

[startup+822.3 s]
/proc/loadavg: 2.05 2.04 1.89 3/356 13744
/proc/meminfo: memFree=21091176/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=381028 CPUtime=822.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 238095 0 0 0 82181 48 0 0 25 0 1 0 649672553 390172672 89466 33554432000 4194304 4650387 140733848337696 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 95257 89466 383 112 0 90222 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 381028

[startup+882.3 s]
/proc/loadavg: 2.02 2.03 1.89 3/356 13745
/proc/meminfo: memFree=21061128/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=381028 CPUtime=882.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 265788 0 0 0 88174 55 0 0 25 0 1 0 649672553 390172672 89564 33554432000 4194304 4650387 140733848337696 18446744073709551615 4244365 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 95257 89564 383 112 0 90222 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 381028

[startup+942.301 s]
/proc/loadavg: 2.15 2.06 1.91 3/356 13756
/proc/meminfo: memFree=21102372/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=444936 CPUtime=942.3 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 290415 0 0 0 94170 60 0 0 25 0 1 0 649672553 455614464 94371 33554432000 4194304 4650387 140733848337696 18446744073709551615 4364326 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 111234 94371 383 112 0 106199 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 444936

[startup+1002.3 s]
/proc/loadavg: 2.06 2.05 1.91 3/356 13757
/proc/meminfo: memFree=21091868/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=381028 CPUtime=1002.29 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 317475 0 0 0 100162 67 0 0 25 0 1 0 649672553 390172672 89564 33554432000 4194304 4650387 140733848337696 18446744073709551615 4349648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 95257 89564 383 112 0 90222 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 381028

[startup+1062.3 s]
/proc/loadavg: 2.02 2.04 1.91 3/356 13759
/proc/meminfo: memFree=20959896/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=450556 CPUtime=1062.3 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 347733 0 0 0 106154 76 0 0 25 0 1 0 649672553 461369344 96254 33554432000 4194304 4650387 140733848337696 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 112639 96254 383 112 0 107604 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 450556

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 1.91 3/356 13761
/proc/meminfo: memFree=20963572/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=450704 CPUtime=1122.3 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 357759 0 0 0 112151 79 0 0 25 0 1 0 649672553 461520896 94502 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 112676 94502 383 112 0 107641 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 450704

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/356 13762
/proc/meminfo: memFree=20963556/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=450704 CPUtime=1182.3 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 357759 0 0 0 118151 79 0 0 25 0 1 0 649672553 461520896 94502 33554432000 4194304 4650387 140733848337696 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 112676 94502 383 112 0 107641 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 450704

[startup+1242.3 s]
/proc/loadavg: 1.98 2.02 1.91 2/350 13785
/proc/meminfo: memFree=21366772/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=455940 CPUtime=1242.3 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 383707 0 0 0 124146 84 0 0 25 0 1 0 649672553 466882560 96160 33554432000 4194304 4650387 140733848337696 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 113985 96160 383 112 0 108950 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 455940



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.41 1.84 1.86 2/350 13786
/proc/meminfo: memFree=21359060/32951132 swapFree=64495980/67111528
[pid=13721] ppid=13719 vsize=456172 CPUtime=1300.01 cores=0,2
/proc/13721/stat : 13721 (strangenight1-s) R 13719 13721 13448 0 -1 4202496 410892 0 0 0 129912 89 0 0 25 0 1 0 649672553 467120128 97864 33554432000 4194304 4650387 140733848337696 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13721/statm: 114043 97864 383 112 0 109008 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 456172

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.04
CPU user time (s): 1299.12
CPU system time (s): 0.912861
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 456172

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

runsolver used 4.74628 second user time and 9.75052 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-14 15:45:29
IDJOB=3369723
IDBENCH=82532
IDSOLVER=1847
FILE ID=node129/3369723-1305380729
RUNJOBID= node129-1305379151-13466
PBS_JOBID= 13324373
Free space on /tmp= 73352 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S895938734-057-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369723-1305380729/watcher-3369723-1305380729 -o /tmp/evaluation-result-3369723-1305380729/solver-3369723-1305380729 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369723-1305380729.cnf

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

MD5SUM BENCH= 4f5a8cb56de51e6630c119bd6436cc16
RANDOM SEED=1185182936

node129.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.83
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.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.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	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      21550592 kB
Buffers:        241596 kB
Cached:        5794336 kB
SwapCached:      52668 kB
Active:        3074040 kB
Inactive:      8105380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      21550592 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:            9632 kB
Writeback:           0 kB
AnonPages:     5099692 kB
Mapped:          17788 kB
Slab:           119344 kB
PageTables:      38320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 80001980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73352 MiB
End job on node129 at 2011-05-14 16:07:11