Trace number 3175532

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? (TO) 1300.05 1300.02

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175532-1301783660.cnf'
0.00/0.00	c -- header says num vars:          49999
0.00/0.00	c -- header says num clauses:      210000
0.09/0.13	c -- clauses added:            0 learnts,       210000 normals,            0 xors
0.09/0.13	c -- vars added      49999
0.09/0.13	c Parsing time:  0.12 s
0.09/0.13	c  N st     0         0     49999    210000         0         0    630000         0   no data   no data  --
0.19/0.26	c asymm  cl-useful: 0/210000/210000 lits-rem:0 time: 0.13
0.39/0.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.16
0.49/0.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.49/0.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.49/0.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49999 time:  0.01 s
0.49/0.58	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.01 s
0.99/1.01	c lits-rem:         0  cl-subs:        0  v-elim:   1370  v-fix:    0  time:  0.43 s
0.99/1.02	c Finding binary XORs  T:     0.01 s  found:       0
1.09/1.12	c Finding non-binary XORs:     0.09 s (found:       0, avg size: nan)
1.09/1.12	c calculated reachability. Time: 0.00
1.09/1.13	c Calc default polars -  time:   0.01 s pos:   22175 undec:    5610 neg:   22214
1.09/1.13	c =========================================================================================
1.09/1.13	c types(t): F = full restart, N = normal restart
1.09/1.13	c types(t): S = simplification begin/end, E = solution found
1.09/1.13	c restart types(rt): st = static, dy = dynamic
1.09/1.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.09/1.13	c  B st     0         0     48629    207617         0         0    630228         0   no data   no data  --
2.79/2.83	c  N dy    19      4086     48629    207617         0      4086    630228   1431931    211.23    224.98  --
4.39/4.46	c  N dy    45      8160     48629    207617         0      8160    630228   2620172    203.50    214.71  --
6.19/6.29	c  N dy    74     12255     48629    207617         0     12255    630228   3867143    203.48    216.28  --
8.09/8.18	c  N dy   102     16329     48629    207617         0     16328    630228   5103027    203.60    219.47  --
10.09/10.15	c  N dy   130     20497     48629    207617         0     10497    630228    891577    203.22    214.94  --
11.99/12.00	c  N dy   158     24510     48629    207617         0     14510    630228   2111862    203.19    222.96  --
12.19/12.22	c  F st   161     25002     48629    207617         0     15002    630228   2244950    202.81   no data  --
14.79/14.83	c  N dy   167     30001     48629    207617         0     20001    630228   4592671    202.81   no data  --
14.79/14.83	c  S st   167     30001     48629    207617         0     20001    630228   4592671    202.81   no data  --
14.99/15.08	c  S st   167     30502     48629    207617         0     20502    630228   4722499    202.81   no data  --
15.09/15.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
15.09/15.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.40/15.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.38
15.99/16.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
15.99/16.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
15.99/16.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.01 s
15.99/16.05	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
57.39/57.49	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 41.44 s
57.59/57.69	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.20
57.69/57.70	c calculated reachability. Time: 0.00
57.69/57.70	c  N dy   167     30502     48629    207617         0     20497    630228   4721851    202.81   no data  --
59.69/59.74	c  N dy   196     34515     48629    207617         0     24510    630228   5902643    202.68    247.11  --
61.79/61.83	c  N dy   225     38552     48629    207617         0     28547    630228   7076425    202.38    216.53  --
63.89/63.98	c  N dy   253     42627     48629    207617         0     17122    630228   1375406    202.31    215.00  --
65.39/65.49	c  S st   272     45754     48629    207617         0     20249    630228   2257955    201.66    224.85  --
65.69/65.74	c  S st   272     46255     48629    207617         0     20750    630228   2368492    201.66   no data  --
65.69/65.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
65.69/65.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.09/66.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.38
66.29/66.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
66.39/66.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
66.39/66.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
66.39/66.44	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
72.89/72.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.51 s
72.89/72.97	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.02
72.99/73.00	c vivif2 --  cl tried    20750 cl shrink        0 lits rem          0 time: 0.03
73.19/73.21	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.21
73.19/73.23	c calculated reachability. Time: 0.00
73.19/73.23	c  N dy   272     46255     48629    207617         0     20750    630228   2368492    201.66   no data  --
75.09/75.18	c  N dy   301     50321     48629    207617         0     24816    630228   3596293    202.22    227.56  --
77.19/77.22	c  N dy   329     54432     48629    207617         0     28927    630228   4800069    202.08    214.63  --
79.20/79.21	c  N dy   356     58451     48629    207617         0     32946    630228   6005263    201.99    217.33  --
81.19/81.28	c  N dy   379     62648     48629    207617         0     37143    630228   7178010    200.97    212.05  --
83.29/83.39	c  N dy   407     66720     48629    207617         0     22468    630228   1974970    200.98    252.06  --
84.70/84.71	c  S st   421     69384     48629    207617         0     25132    630228   2739059    200.62    184.28  --
84.89/84.96	c  S st   421     69888     48629    207617         0     25636    630228   2858334    200.62   no data  --
84.89/84.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
84.89/84.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.29/85.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.39
85.59/85.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
85.59/85.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
85.59/85.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
85.70/85.70	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
93.89/93.98	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  8.28 s
93.99/94.01	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.02
93.99/94.05	c vivif2 --  cl tried    25635 cl shrink        0 lits rem          0 time: 0.04
94.19/94.28	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.23
94.19/94.30	c calculated reachability. Time: 0.00
94.29/94.30	c  N dy   421     69888     48629    207617         0     25635    630228   2857424    200.62   no data  --
96.70/96.70	c  N dy   452     74594     48629    207617         0     30341    630228   4264045    200.57    227.58  --
99.10/99.15	c  N dy   483     79367     48629    207617         0     35114    630228   5743675    200.76    257.75  --
101.69/101.79	c  N dy   515     84460     48629    207617         0     40207    630228   7223124    200.41    212.01  --
103.29/103.39	c  F st   535     87503     48629    207617         0     22375    630228   1272753    200.36    192.54  --
105.09/105.19	c  N st   540     90799     48629    207617         0     25671    630228   2573553    200.36   no data  --
108.19/108.28	c  N dy   563     96634     48629    207617         0     31506    630228   4733257    200.17    210.77  --
111.49/111.56	c  N dy   606    102855     48629    207617         0     37727    630228   6572081    200.29    212.15  --
112.59/112.60	c  S st   620    104834     48629    207617         0     39706    630228   7181283    200.33   no data  --
112.79/112.86	c  S st   620    105336     48629    207617         0     40208    630228   7271553    200.33   no data  --
112.79/112.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
112.79/112.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
113.19/113.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.41
113.89/113.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
113.89/113.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
113.89/113.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
113.89/113.95	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
212.70/212.78	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 98.83 s
212.80/212.81	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
212.90/212.93	c vivif2 --  cl tried    40203 cl shrink        0 lits rem          0 time: 0.12
213.10/213.19	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.26
213.20/213.20	c calculated reachability. Time: 0.00
213.20/213.21	c  N dy   620    105336     48629    207617         0     40203    630228   7264427    200.33   no data  --
216.80/216.86	c  N dy   664    112096     48629    207617         0     24527    630228   1357986    200.14    214.82  --
220.59/220.60	c  N dy   709    119401     48629    207617         0     31832    630228   3538618    200.05    218.63  --
224.69/224.74	c  N dy   759    127192     48629    207617         0     39622    630228   5826064    199.95    219.96  --
229.30/229.35	c  N dy   816    135611     48629    207617         0     24324    630228    879778    199.91    217.51  --
233.80/233.82	c  N dy   876    144275     48629    207617         0     32986    630228   3500344    199.90    231.49  --
238.79/238.85	c  N dy   945    153515     48629    207617         0     42226    630228   6323796    200.26    223.70  --
241.29/241.31	c  S st   975    158005     48629    207617         0     46715    630228   7653218    200.17    177.35  --
241.49/241.60	c  S st   975    158509     48629    207617         0     47219    630228   7761136    200.17   no data  --
241.59/241.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
241.59/241.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.00/242.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.42
242.60/242.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
242.60/242.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
242.60/242.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
242.70/242.71	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
361.70/361.70	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 118.99 s
361.70/361.73	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
361.80/361.85	c vivif2 --  cl tried    47218 cl shrink        0 lits rem          0 time: 0.13
362.10/362.13	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.28
362.10/362.15	c calculated reachability. Time: 0.00
362.10/362.15	c  N dy   975    158509     48629    207617         0     47218    630228   7760322    200.17   no data  --
367.49/367.54	c  N dy  1044    168665     48629    207617         0     32518    630228   2894527    200.21    214.78  --
373.30/373.31	c  N dy  1119    179435     48629    207617         0     43288    630228   6119926    200.30    224.97  --
379.51/379.51	c  N dy  1193    190897     48629    207617         0     28827    630228   1462916    200.10    211.66  --
385.90/386.00	c  N dy  1280    203139     48629    207617         0     41068    630228   5089184    200.15    214.32  --
393.30/393.34	c  N dy  1366    216526     48629    207617         0     27492    630228    752317    200.08    218.66  --
400.70/400.77	c  N dy  1466    230394     48629    207617         0     41357    630228   4900826    200.22    212.51  --
404.81/404.81	c  S st  1514    237763     48629    207617         0     48726    630228   7096430    200.23   no data  --
405.10/405.11	c  S st  1514    238268     48629    207617         0     49231    630228   7220287    200.23   no data  --
405.10/405.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
405.10/405.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
405.50/405.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.42
406.10/406.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
406.10/406.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
406.10/406.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
406.10/406.18	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
511.90/511.97	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 105.79 s
512.00/512.00	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
512.10/512.11	c vivif2 --  cl tried    49226 cl shrink        0 lits rem          0 time: 0.12
512.30/512.39	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.28
512.40/512.41	c calculated reachability. Time: 0.00
512.40/512.41	c  N dy  1514    238268     48629    207617         0     49226    630228   7218985    200.23   no data  --
520.70/520.76	c  N dy  1619    253558     48629    207617         0     36529    630228   3186953    200.38    225.79  --
529.51/529.58	c  N dy  1725    269915     48629    207617         0     52886    630228   8073687    200.43    214.76  --
539.01/539.01	c  N dy  1847    287194     48629    207617         0     41171    630228   4286071    200.62    214.25  --
549.00/549.07	c  N dy  1976    305609     48629    207617         0     59584    630228   9849585    200.76    215.47  --
549.40/549.47	c  F st  1981    306251     48629    207617         0     30234    630228    631705    200.79    202.70  --
559.40/559.47	c  N dy  2078    325117     48629    207617         0     49099    630228   7057296    200.88    213.43  --
570.10/570.16	c  N dy  2215    345119     48629    207617         0     38106    630228   2685555    200.91    217.85  --
576.60/576.61	c  S st  2296    357403     48629    207617         0     50390    630228   6346404    200.83   no data  --
576.80/576.88	c  S st  2296    357908     48629    207617         0     50895    630228   6447594    200.83   no data  --
576.90/576.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
576.90/576.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
577.30/577.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.41
577.70/577.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
577.80/577.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
577.80/577.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
577.80/577.85	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
665.20/665.24	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 87.39 s
665.20/665.27	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
665.30/665.37	c vivif2 --  cl tried    50892 cl shrink        0 lits rem          0 time: 0.11
665.60/665.66	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.28
665.60/665.67	c calculated reachability. Time: 0.00
665.60/665.67	c  N dy  2296    357908     48629    207617         0     50892    630228   6447162    200.83   no data  --
677.00/677.01	c  N dy  2438    377948     48629    207617         0     38935    630228   2646796    201.03    214.35  --
688.01/688.06	c  N dy  2570    398049     48629    207617         0     59036    630228   8630967    200.97    213.23  --
699.10/699.16	c  N dy  2709    418092     48629    207617         0     46077    630228   4462557    200.97    236.56  --
710.51/710.53	c  N dy  2850    438168     48629    207617         0     66152    630228  10472506    201.03    245.66  --
721.51/721.54	c  N dy  2988    458218     48629    207617         0     52208    630228   5990152    200.98    216.18  --
733.10/733.17	c  N dy  3128    478219     48629    207617         0     37205    630228   1194890    201.07    220.60  --
743.91/743.95	c  N dy  3271    498245     48629    207617         0     57231    630228   7143920    201.07    248.71  --
754.91/754.98	c  N dy  3410    518477     48629    207617         0     41462    630228   2180377    201.17    216.22  --
764.81/764.84	c  S st  3536    536862     48629    207617         0     59845    630228   7668035    201.16   no data  --
765.11/765.13	c  S st  3536    537369     48629    207617         0     60352    630228   7782997    201.16   no data  --
765.11/765.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
765.11/765.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
765.52/765.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.42
766.11/766.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
766.11/766.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
766.11/766.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
766.11/766.19	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
889.41/889.45	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 123.27 s
889.41/889.48	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.02
889.61/889.60	c vivif2 --  cl tried    60349 cl shrink        0 lits rem          0 time: 0.12
889.82/889.90	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.30
889.92/889.92	c calculated reachability. Time: 0.00
889.92/889.92	c  N dy  3536    537369     48629    207617         0     60349    630228   7781415    201.16   no data  --
901.01/901.02	c  N dy  3674    557461     48629    207617         0     43440    630228   2469726    201.16    217.47  --
911.81/911.81	c  N dy  3806    577539     48629    207617         0     63517    630228   8338478    201.06    215.02  --
922.92/922.97	c  N dy  3948    597584     48629    207617         0     45565    630228   2763396    201.16    223.93  --
933.92/933.96	c  N dy  4083    617676     48629    207617         0     65656    630228   8810066    201.16    216.28  --
945.01/945.03	c  N dy  4219    637726     48629    207617         0     46714    630228   2832058    201.17    219.59  --
955.92/955.99	c  N dy  4356    657880     48629    207617         0     66865    630228   8894861    201.17    220.91  --
967.22/967.22	c  N dy  4489    677975     48629    207617         0     46960    630228   2597666    201.13    214.10  --
978.01/978.08	c  N dy  4624    698072     48629    207617         0     67055    630228   8651819    201.16    214.11  --
989.41/989.49	c  N dy  4766    718172     48629    207617         0     46157    630228   2081045    201.26    212.78  --
1000.51/1000.58	c  N dy  4910    738331     48629    207617         0     66316    630228   8171008    201.28    212.23  --
1012.02/1012.04	c  N dy  5047    758472     48629    207617         0     44458    630228   1281042    201.27    213.25  --
1022.71/1022.75	c  N dy  5176    778509     48629    207617         0     64493    630228   7253322    201.23    212.51  --
1034.32/1034.37	c  N dy  5315    798540     48629    207617         0     84524    630228  13297552    201.24    213.80  --
1038.42/1038.48	c  S st  5363    806056     48629    207617         0     49036    630228   2355452    201.21   no data  --
1038.71/1038.75	c  S st  5363    806561     48629    207617         0     49541    630228   2465873    201.21   no data  --
1038.71/1038.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1038.71/1038.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1039.21/1039.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.41
1039.42/1039.42	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1039.42/1039.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1039.42/1039.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
1039.42/1039.48	c Removed useless bin:       0  fixed:     0  props:   0.47M  time:  0.02 s
1047.31/1047.30	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  7.82 s
1047.31/1047.33	c vivif2 --  cl tried   207617 cl shrink        0 lits rem          0 time: 0.03
1047.31/1047.37	c vivif2 --  cl tried    49539 cl shrink        0 lits rem          0 time: 0.04
1047.61/1047.63	c asymm  cl-useful: 0/207617/207617 lits-rem:0 time: 0.27
1047.61/1047.65	c calculated reachability. Time: 0.00
1047.61/1047.65	c  N dy  5363    806561     48629    207617         0     49539    630228   2465201    201.21   no data  --
1058.62/1058.67	c  N dy  5501    826565     48629    207617         0     69543    630228   8402947    201.18    213.12  --
1070.41/1070.41	c  N dy  5638    846661     48629    207617         0     45644    630228   1057624    201.19    217.31  --
1081.41/1081.43	c  N dy  5771    866708     48629    207617         0     65690    630228   7005023    201.14    229.70  --
1093.51/1093.55	c  N dy  5906    886722     48629    207617         0     85703    630228  13055651    201.18    215.69  --
1105.22/1105.20	c  N dy  6047    906806     48629    207617         0     60787    630228   5341631    201.24    235.69  --
1117.32/1117.31	c  N dy  6192    926998     48629    207617         0     80979    630228  11476399    201.30    229.38  --
1129.21/1129.22	c  N dy  6333    947076     48629    207617         0     55061    630228   3337248    201.35    243.77  --
1140.72/1140.79	c  N dy  6468    967098     48629    207617         0     75082    630228   9285384    201.32    215.96  --
1153.22/1153.25	c  N dy  6604    987241     48629    207617         0     48227    630228    924800    201.36    212.67  --
1164.61/1164.69	c  N dy  6743   1007304     48629    207617         0     68290    630228   6937439    201.36    229.01  --
1176.93/1176.91	c  N dy  6884   1027351     48629    207617         0     88337    630228  12884940    201.35    223.39  --
1188.32/1188.34	c  N dy  7017   1047417     48629    207617         0     60401    630228   4267484    201.36    240.51  --
1199.82/1199.86	c  N dy  7159   1067637     48629    207617         0     80618    630228  10327645    201.38    212.88  --
1202.32/1202.35	c  F st  7190   1071875     48629    207617         0     84856    630228  11594920    201.38   no data  --
1211.92/1211.93	c  N dy  7267   1087854     48629    207617         0     51843    630228   1415215    201.37    215.11  --
1223.13/1223.10	c  N dy  7401   1108079     48629    207617         0     72066    630228   7492171    201.36    215.88  --
1234.92/1234.97	c  N dy  7539   1128183     48629    207617         0     92170    630228  13572304    201.37    212.19  --
1246.51/1246.56	c  N dy  7673   1148292     48629    207617         0     62276    630228   4279654    201.42    215.49  --
1258.02/1258.09	c  N dy  7811   1168336     48629    207617         0     82318    630228  10472704    201.51    221.02  --
1270.53/1270.52	c  N dy  7958   1188508     48629    207617         0     51488    630228    702838    201.59    212.66  --
1281.53/1281.50	c  N dy  8096   1208509     48629    207617         0     71487    630228   6552613    201.57    212.48  --
1282.22/1282.26	c  S st  8105   1209841     48629    207617         0     72819    630228   6957036    201.57   no data  --
1282.53/1282.56	c  S st  8105   1210347     48629    207617         0     73325    630228   7076015    201.57   no data  --
1282.53/1282.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1282.53/1282.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1283.02/1283.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.43
1283.52/1283.54	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1283.52/1283.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1283.52/1283.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48629 time:  0.02 s
1283.52/1283.59	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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175532-1301783660/watcher-3175532-1301783660 -o /tmp/evaluation-result-3175532-1301783660/solver-3175532-1301783660 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175532-1301783660.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: 0.00 0.12 1.65 1/174 9805
/proc/meminfo: memFree=18926536/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=23524 CPUtime=0 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 1120 0 0 0 0 0 0 0 19 0 1 0 368596757 24088576 1059 33554432000 4194304 4650387 140737301638032 18446744073709551615 4361539 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 5881 1062 325 112 0 846 0

[startup+0.0931279 s]
/proc/loadavg: 0.00 0.12 1.65 1/174 9805
/proc/meminfo: memFree=18926536/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=54088 CPUtime=0.08 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 7809 0 0 0 8 0 0 0 19 0 1 0 368596757 55386112 6748 33554432000 4194304 4650387 140737301638032 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 13522 6748 329 112 0 8487 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54088

[startup+0.101122 s]
/proc/loadavg: 0.00 0.12 1.65 1/174 9805
/proc/meminfo: memFree=18926536/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=54088 CPUtime=0.09 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 7925 0 0 0 8 1 0 0 19 0 1 0 368596757 55386112 6864 33554432000 4194304 4650387 140737301638032 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 13522 6865 329 112 0 8487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54088

[startup+0.301085 s]
/proc/loadavg: 0.00 0.12 1.65 1/174 9805
/proc/meminfo: memFree=18926536/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=68520 CPUtime=0.29 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 11237 0 0 0 28 1 0 0 20 0 1 0 368596757 70164480 8944 33554432000 4194304 4650387 140737301638032 18446744073709551615 4244319 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 17130 8944 350 112 0 12095 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68520

[startup+0.701023 s]
/proc/loadavg: 0.00 0.12 1.65 1/174 9805
/proc/meminfo: memFree=18926536/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=95056 CPUtime=0.69 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 17436 0 0 0 67 2 0 0 20 0 1 0 368596757 97337344 15143 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 23764 15143 365 112 0 18729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95056

[startup+1.50088 s]
/proc/loadavg: 0.00 0.12 1.65 2/175 9806
/proc/meminfo: memFree=18858576/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=106396 CPUtime=1.49 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 19824 0 0 0 147 2 0 0 23 0 1 0 368596757 108949504 17531 33554432000 4194304 4650387 140737301638032 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 26599 17531 379 112 0 21564 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106396

[startup+3.1006 s]
/proc/loadavg: 0.00 0.12 1.65 4/185 9826
/proc/meminfo: memFree=18826996/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=106396 CPUtime=3.09 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 21127 0 0 0 307 2 0 0 25 0 1 0 368596757 108949504 18834 33554432000 4194304 4650387 140737301638032 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 26599 18834 379 112 0 21564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106396

[startup+6.30099 s]
/proc/loadavg: 0.24 0.17 1.66 5/190 9837
/proc/meminfo: memFree=18746132/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=162840 CPUtime=6.29 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 23339 0 0 0 626 3 0 0 25 0 1 0 368596757 166748160 21046 33554432000 4194304 4650387 140737301638032 18446744073709551615 4310793 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 40710 21046 379 112 0 35675 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 162840

[startup+12.7009 s]
/proc/loadavg: 0.54 0.23 1.67 5/190 9837
/proc/meminfo: memFree=18696376/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=110060 CPUtime=12.69 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 29462 0 0 0 1265 4 0 0 25 0 1 0 368596757 112701440 19763 33554432000 4194304 4650387 140737301638032 18446744073709551615 4306751 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 27515 19763 382 112 0 22480 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110060

[startup+25.5006 s]
/proc/loadavg: 1.31 0.41 1.71 5/190 9837
/proc/meminfo: memFree=18462596/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=270676 CPUtime=25.49 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 56336 0 0 0 2541 8 0 0 25 0 1 0 368596757 277172224 46637 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 67669 46637 383 112 0 62634 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 270676

[startup+51.1011 s]
/proc/loadavg: 2.22 0.70 1.77 5/190 9838
/proc/meminfo: memFree=18399140/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=270676 CPUtime=51.09 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 56383 0 0 0 5101 8 0 0 25 0 1 0 368596757 277172224 46684 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 67669 46684 383 112 0 62634 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 270676

[startup+102.307 s]
/proc/loadavg: 3.23 1.21 1.88 5/190 9839
/proc/meminfo: memFree=18235432/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=308800 CPUtime=102.3 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 85339 0 0 0 10216 14 0 0 25 0 1 0 368596757 316211200 58208 33554432000 4194304 4650387 140737301638032 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 77200 58208 383 112 0 72165 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 308800

[startup+162.301 s]
/proc/loadavg: 3.71 1.71 2.01 5/190 9841
/proc/meminfo: memFree=18124684/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=373208 CPUtime=162.29 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 110758 0 0 0 16212 17 0 0 25 0 1 0 368596757 382164992 74786 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476079 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 93302 74786 383 112 0 88267 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 373208

[startup+222.301 s]
/proc/loadavg: 3.89 2.13 2.14 5/190 9842
/proc/meminfo: memFree=18069980/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=390336 CPUtime=222.3 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 117649 0 0 0 22210 20 0 0 25 0 1 0 368596757 399704064 76392 33554432000 4194304 4650387 140737301638032 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 97584 76392 383 112 0 92549 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 390336

[startup+282.3 s]
/proc/loadavg: 4.03 2.48 2.25 5/190 9847
/proc/meminfo: memFree=18027848/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=414768 CPUtime=282.3 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 131916 0 0 0 28206 24 0 0 25 0 1 0 368596757 424722432 85833 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 103692 85833 383 112 0 98657 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 414768

[startup+342.301 s]
/proc/loadavg: 4.01 2.75 2.36 5/190 9849
/proc/meminfo: memFree=17971248/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=415512 CPUtime=342.3 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 132051 0 0 0 34206 24 0 0 25 0 1 0 368596757 425484288 85968 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 103878 85968 383 112 0 98843 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 415512

[startup+402.3 s]
/proc/loadavg: 4.00 2.98 2.46 5/190 9850
/proc/meminfo: memFree=17974688/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=432920 CPUtime=402.29 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 150987 0 0 0 40199 30 0 0 25 0 1 0 368596757 443310080 88498 33554432000 4194304 4650387 140737301638032 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 108230 88498 383 112 0 103195 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 432920

[startup+462.301 s]
/proc/loadavg: 4.00 3.16 2.55 5/190 9852
/proc/meminfo: memFree=17962904/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=436600 CPUtime=462.3 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 153309 0 0 0 46199 31 0 0 25 0 1 0 368596757 447078400 90820 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 109150 90820 383 112 0 104115 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 436600

[startup+522.301 s]
/proc/loadavg: 4.00 3.31 2.64 5/190 9853
/proc/meminfo: memFree=17927908/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=452560 CPUtime=522.3 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 160376 0 0 0 52197 33 0 0 25 0 1 0 368596757 463421440 91805 33554432000 4194304 4650387 140737301638032 18446744073709551615 4367263 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 113140 91805 383 112 0 108105 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 452560

[startup+582.301 s]
/proc/loadavg: 4.00 3.43 2.72 5/190 9855
/proc/meminfo: memFree=17916856/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=454116 CPUtime=582.3 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 184201 0 0 0 58190 40 0 0 25 0 1 0 368596757 465014784 94539 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 113529 94539 383 112 0 108494 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 454116

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 2.80 5/190 9857
/proc/meminfo: memFree=17915104/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=454116 CPUtime=642.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 184201 0 0 0 64191 40 0 0 25 0 1 0 368596757 465014784 94539 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 113529 94539 383 112 0 108494 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 454116

[startup+702.3 s]
/proc/loadavg: 4.00 3.62 2.87 5/190 9858
/proc/meminfo: memFree=17868592/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=471212 CPUtime=702.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 203106 0 0 0 70185 46 0 0 25 0 1 0 368596757 482521088 98507 33554432000 4194304 4650387 140737301638032 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 117803 98507 383 112 0 112768 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 471212

[startup+762.307 s]
/proc/loadavg: 4.00 3.68 2.94 5/190 9860
/proc/meminfo: memFree=17869312/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=471212 CPUtime=762.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 228003 0 0 0 76178 53 0 0 25 0 1 0 368596757 482521088 98780 33554432000 4194304 4650387 140737301638032 18446744073709551615 4364320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 117803 98780 383 112 0 112768 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 471212

[startup+822.3 s]
/proc/loadavg: 4.00 3.74 3.00 5/190 9861
/proc/meminfo: memFree=17821668/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=471212 CPUtime=822.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 229499 0 0 0 82177 54 0 0 25 0 1 0 368596757 482521088 100276 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 117803 100276 383 112 0 112768 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 471212

[startup+882.301 s]
/proc/loadavg: 4.06 3.80 3.07 5/190 9863
/proc/meminfo: memFree=17828348/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=471212 CPUtime=882.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 229499 0 0 0 88177 54 0 0 25 0 1 0 368596757 482521088 100276 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 117803 100276 383 112 0 112768 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 471212

[startup+942.301 s]
/proc/loadavg: 4.02 3.83 3.12 5/190 9865
/proc/meminfo: memFree=17838500/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=430516 CPUtime=942.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 258176 0 0 0 94171 60 0 0 25 0 1 0 368596757 440848384 101753 33554432000 4194304 4650387 140737301638032 18446744073709551615 4303957 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 107629 101753 383 112 0 102594 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 430516

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 3.18 5/190 9866
/proc/meminfo: memFree=17741760/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=496212 CPUtime=1002.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 284004 0 0 0 100165 66 0 0 25 0 1 0 368596757 508121088 107764 33554432000 4194304 4650387 140737301638032 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 124053 107764 383 112 0 119018 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 496212

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 3.22 5/190 9868
/proc/meminfo: memFree=17719172/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=496212 CPUtime=1062.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 306020 0 0 0 106158 73 0 0 25 0 1 0 368596757 508121088 108986 33554432000 4194304 4650387 140737301638032 18446744073709551615 4315594 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 124053 108986 383 112 0 119018 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 496212

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 3.27 5/190 9869
/proc/meminfo: memFree=17728312/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=496440 CPUtime=1122.31 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 331576 0 0 0 112148 83 0 0 25 0 1 0 368596757 508354560 112550 33554432000 4194304 4650387 140737301638032 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 124110 112550 383 112 0 119075 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 496440

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 3.31 5/190 9871
/proc/meminfo: memFree=17717764/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=431152 CPUtime=1182.32 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 356365 0 0 0 118139 93 0 0 25 0 1 0 368596757 441499648 101912 33554432000 4194304 4650387 140737301638032 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 107788 101912 383 112 0 102753 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 431152

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.35 5/190 9873
/proc/meminfo: memFree=17721936/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=431152 CPUtime=1242.32 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 381911 0 0 0 124133 99 0 0 25 0 1 0 368596757 441499648 101912 33554432000 4194304 4650387 140737301638032 18446744073709551615 4363534 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 107788 101912 383 112 0 102753 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 431152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.39 5/190 9874
/proc/meminfo: memFree=17702324/32950928 swapFree=67111528/67111528
[pid=9805] ppid=9803 vsize=496696 CPUtime=1300.03 cores=5,7
/proc/9805/stat : 9805 (strangenight1-s) R 9803 9805 9775 0 -1 4202496 399229 0 0 0 129900 103 0 0 25 0 1 0 368596757 508616704 105949 33554432000 4194304 4650387 140737301638032 18446744073709551615 4476184 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/9805/statm: 124174 105949 383 112 0 119139 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 496696

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.02
CPU time (s): 1300.05
CPU user time (s): 1299
CPU system time (s): 1.04884
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 496696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299
system time used= 1.04884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 399229
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= 10
involuntary context switches= 2760

runsolver used 2.11068 second user time and 4.99724 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-03 00:34:21
IDJOB=3175532
IDBENCH=82550
IDSOLVER=1589
FILE ID=node112/3175532-1301783660
RUNJOBID= node112-1301783655-9796
PBS_JOBID= 12841406
Free space on /tmp= 71944 MiB

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

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

MD5SUM BENCH= 5ccda34debd31b9bf6eb5decc63c453f
RANDOM SEED=286920949

node112.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.828
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.65
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.828
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.828
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.67
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.828
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18926692 kB
Buffers:        390076 kB
Cached:       13282836 kB
SwapCached:          0 kB
Active:        8066412 kB
Inactive:      5669052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18926692 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10728 kB
Writeback:           0 kB
AnonPages:       62716 kB
Mapped:          14548 kB
Slab:           226672 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186452 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= 71912 MiB
End job on node112 at 2011-04-03 00:56:03