Trace number 3175642

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.01

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
MD5SUM98486271f2f72889c040eabfd36ebd13
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

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-3175642-1301784968.cnf'
0.00/0.00	c -- header says num vars:            300
0.00/0.00	c -- header says num clauses:       25500
0.00/0.01	c -- clauses added:            0 learnts,        25500 normals,            0 xors
0.00/0.01	c -- vars added        300
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.29/0.37	c asymm  cl-useful: 0/14601/25500 lits-rem:0 time: 0.35
0.29/0.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.29/0.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.29/0.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.29/0.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.29/0.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.39/0.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
0.39/0.47	c Finding binary XORs  T:     0.00 s  found:       0
0.39/0.49	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.39/0.49	c calculated reachability. Time: 0.00
0.39/0.49	c Calc default polars -  time:   0.00 s pos:     144 undec:       5 neg:     151
0.39/0.49	c =========================================================================================
0.39/0.49	c types(t): F = full restart, N = normal restart
0.39/0.49	c types(t): S = simplification begin/end, E = solution found
0.39/0.49	c restart types(rt): st = static, dy = dynamic
0.39/0.49	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.49	c  B st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.69/0.77	c  N dy    16      4315       300     25500         0      4217    178500    320031     67.41     71.35  --
1.00/1.03	c  N dy    25      8367       300     25500         0      5746    178500    366354     67.03     70.62  --
1.39/1.43	c  N dy    40     13997       300     25500         0      7111    178500    390825     66.23     70.76  --
1.69/1.76	c  N dy    52     18321       300     25500         0      5839    178500    221499     66.04     69.54  --
1.99/2.07	c  N dy    76     22430       300     25500         0      9861    178500    532467     66.60     70.24  --
2.19/2.28	c  F st    86     25000       300     25500         0     12381    178500    720892     66.58     65.35  --
2.39/2.44	c  N st    90     27034       300     25500         0      7703    178500    296355     66.58   no data  --
2.59/2.68	c  S st    92     30001       300     25500         0     10592    178500    521733     66.58   no data  --
2.69/2.73	c  S st    92     30507       300     25500         0     11094    178500    557603     66.58   no data  --
2.69/2.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.69/2.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.69/2.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.69/2.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.69/2.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.69/2.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
2.69/2.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.19/6.22	c lits-rem:      2312  cl-subs:      237  v-elim:      0  v-fix:    0  time:  3.46 s
6.39/6.42	c asymm  cl-useful: 0/5885/25500 lits-rem:0 time: 0.19
6.39/6.42	c calculated reachability. Time: 0.00
6.39/6.42	c  N dy    92     30507       300     25500         0     10857    178500    529254     66.58   no data  --
6.69/6.76	c  N dy   102     34676       300     25500         0     14948    178500    837628     66.44     70.10  --
7.08/7.11	c  N dy   109     38921       300     25500         0     11378    178500    508141     66.17     69.95  --
7.39/7.46	c  N dy   128     43171       300     25500         0     15544    178500    823134     66.26     70.11  --
7.59/7.70	c  S st   135     45762       300     25500         0      9312    178500    288936     66.17     63.38  --
7.69/7.75	c  S st   135     46268       300     25500         0      9814    178500    323609     66.17   no data  --
7.69/7.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.69/7.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.69/7.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
7.69/7.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.69/7.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.69/7.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
7.69/7.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.59/10.69	c lits-rem:       404  cl-subs:       28  v-elim:      0  v-fix:    0  time:  2.92 s
10.69/10.70	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
10.69/10.70	c vivif2 --  cl tried     9786 cl shrink        0 lits rem          0 time: 0.00
10.79/10.86	c asymm  cl-useful: 0/5014/25500 lits-rem:0 time: 0.16
10.79/10.86	c calculated reachability. Time: 0.00
10.79/10.86	c  N dy   135     46268       300     25500         0      9786    178500    320229     66.17   no data  --
11.19/11.20	c  N dy   143     50315       300     25500         0     13742    178500    622232     66.04     69.76  --
11.49/11.57	c  N dy   160     54523       300     25500         0     17878    178500    934075     66.05     69.97  --
11.89/11.98	c  N dy   178     59017       300     25500         0     12504    178500    469636     66.10     69.80  --
12.29/12.33	c  N dy   189     63290       300     25500         0     16697    178500    785306     65.98     69.51  --
12.69/12.73	c  N dy   202     67732       300     25500         0     21075    178500   1116969     65.94     69.64  --
12.79/12.88	c  S st   210     69404       300     25500         0     11920    178500    360192     65.93   no data  --
12.89/12.94	c  S st   210     69911       300     25500         0     12422    178500    397141     65.93   no data  --
12.89/12.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.89/12.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.89/12.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.89/12.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.89/12.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.89/12.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
12.89/12.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.29/16.31	c lits-rem:       792  cl-subs:       50  v-elim:      0  v-fix:    0  time:  3.34 s
16.29/16.31	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
16.29/16.31	c vivif2 --  cl tried    12372 cl shrink        0 lits rem          0 time: 0.00
16.49/16.51	c asymm  cl-useful: 0/6761/25500 lits-rem:0 time: 0.20
16.49/16.51	c calculated reachability. Time: 0.00
16.49/16.51	c  N dy   210     69911       300     25500         0     12372    178500    390766     65.93   no data  --
16.89/16.94	c  N dy   237     74723       300     25500         0     17078    178500    746599     66.04     70.54  --
17.29/17.39	c  N dy   256     79500       300     25500         0     21771    178500   1101385     66.07     70.44  --
17.79/17.85	c  N dy   273     84587       300     25500         0     14988    178500    532040     66.02     69.58  --
18.09/18.12	c  F st   288     87501       300     25500         0     17850    178500    748480     66.05   no data  --
18.39/18.42	c  N st   293     90796       300     25500         0     21080    178500    998353     66.05   no data  --
19.00/19.07	c  N dy   315     97589       300     25500         0     15004    178500    472929     66.06     69.89  --
19.59/19.63	c  N dy   346    103850       300     25500         0     21135    178500    936496     66.13     69.80  --
19.70/19.73	c  S st   351    104868       300     25500         0     22137    178500   1011839     66.13     66.38  --
19.70/19.80	c  S st   351    105369       300     25500         0     22636    178500   1048124     66.13   no data  --
19.80/19.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.80/19.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.80/19.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
19.80/19.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.80/19.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.80/19.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
19.80/19.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.49/27.57	c lits-rem:      1354  cl-subs:      404  v-elim:      0  v-fix:    0  time:  7.71 s
27.49/27.57	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
27.49/27.58	c vivif2 --  cl tried    22232 cl shrink        0 lits rem          0 time: 0.01
27.79/27.83	c asymm  cl-useful: 0/4478/25500 lits-rem:0 time: 0.25
27.79/27.83	c calculated reachability. Time: 0.00
27.79/27.83	c  N dy   351    105369       300     25500         0     22232    178500   1002013     66.13   no data  --
28.49/28.59	c  N dy   381    112444       300     25500         0     15422    178500    440496     66.18     70.95  --
29.19/29.28	c  N dy   419    119713       300     25500         0     22555    178500    981108     66.24     69.75  --
30.00/30.08	c  N dy   454    127360       300     25500         0     15347    178500    373360     66.26     70.47  --
30.80/30.87	c  N dy   483    135803       300     25500         0     23653    178500   1000286     66.24     69.73  --
31.79/31.82	c  N dy   516    144572       300     25500         0     16560    178500    400102     66.26     70.18  --
32.69/32.73	c  N dy   555    153896       300     25500         0     25710    178500   1091460     66.25     69.94  --
33.19/33.20	c  S st   581    158054       300     25500         0     29792    178500   1402400     66.30     62.73  --
33.19/33.29	c  S st   581    158561       300     25500         0     30292    178500   1438404     66.30   no data  --
33.19/33.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.19/33.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.29/33.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
33.29/33.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.29/33.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.29/33.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
33.29/33.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.29/45.39	c lits-rem:       996  cl-subs:      584  v-elim:      0  v-fix:    0  time: 12.04 s
45.29/45.39	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
45.39/45.40	c vivif2 --  cl tried    29708 cl shrink        0 lits rem          0 time: 0.01
45.59/45.63	c asymm  cl-useful: 0/3810/25500 lits-rem:0 time: 0.22
45.59/45.63	c calculated reachability. Time: 0.00
45.59/45.63	c  N dy   581    158561       300     25500         0     29708    178500   1372329     66.30   no data  --
46.69/46.72	c  N dy   614    168840       300     25500         0     23107    178500    831824     66.29     69.79  --
47.89/47.90	c  N dy   657    179678       300     25500         0     33740    178500   1635427     66.28     69.84  --
48.99/49.08	c  N dy   706    191253       300     25500         0     27433    178500   1096797     66.30     70.10  --
50.50/50.58	c  N dy   759    204438       300     25500         0     21718    178500    599065     66.32     70.18  --
51.99/52.01	c  N dy   816    217542       300     25500         0     34619    178500   1579073     66.32     69.86  --
53.49/53.51	c  N dy   848    231515       300     25500         0     28705    178500   1067366     66.25     70.22  --
54.19/54.24	c  S st   872    237841       300     25500         0     34905    178500   1541390     66.26   no data  --
54.29/54.34	c  S st   872    238345       300     25500         0     35402    178500   1576902     66.26   no data  --
54.29/54.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.29/54.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.29/54.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
54.39/54.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.39/54.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.39/54.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
54.39/54.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.80/67.80	c lits-rem:      1149  cl-subs:      787  v-elim:      0  v-fix:    0  time: 13.38 s
67.80/67.80	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
67.80/67.81	c vivif2 --  cl tried    34615 cl shrink        0 lits rem          0 time: 0.01
68.00/68.04	c asymm  cl-useful: 0/3363/25500 lits-rem:0 time: 0.23
68.00/68.04	c calculated reachability. Time: 0.00
68.00/68.04	c  N dy   872    238345       300     25500         0     34615    178500   1491725     66.26   no data  --
69.79/69.82	c  N dy   933    253686       300     25500         0     29066    178500   1030074     66.27     70.63  --
71.79/71.83	c  N dy  1006    269954       300     25500         0     23425    178500    541560     66.32     75.20  --
73.70/73.78	c  N dy  1056    287214       300     25500         0     40380    178500   1825231     66.27     71.26  --
75.99/76.00	c  F st  1122    306253       300     25500         0     36489    178500   1473311     66.27     67.40  --
75.99/76.01	c  N st  1122    306253       300     25500         0     36489    178500   1473311     66.27     67.40  --
78.49/78.60	c  N dy  1161    328251       300     25500         0     34531    178500   1250285     66.17     69.91  --
81.09/81.14	c  N dy  1247    348366       300     25500         0     29743    178500    829285     66.19     70.02  --
82.20/82.20	c  S st  1276    357517       300     25500         0     38728    178500   1509707     66.17     58.23  --
82.30/82.30	c  S st  1276    358019       300     25500         0     39227    178500   1545593     66.17   no data  --
82.30/82.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.30/82.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
82.30/82.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
82.30/82.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.30/82.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.30/82.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
82.30/82.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
98.40/98.45	c lits-rem:      1323  cl-subs:      610  v-elim:      0  v-fix:    0  time: 16.08 s
98.40/98.45	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
98.40/98.47	c vivif2 --  cl tried    38617 cl shrink        0 lits rem          0 time: 0.01
98.70/98.70	c asymm  cl-useful: 0/3153/25500 lits-rem:0 time: 0.24
98.70/98.71	c calculated reachability. Time: 0.00
98.70/98.71	c  N dy  1276    358019       300     25500         0     38617    178500   1477332     66.17   no data  --
101.29/101.37	c  N dy  1368    378026       300     25500         0     32713    178500    989223     66.21     74.28  --
103.99/104.09	c  N dy  1461    398134       300     25500         0     52456    178500   2481117     66.24     71.02  --
106.60/106.64	c  N dy  1550    418214       300     25500         0     45659    178500   1906931     66.26     69.82  --
109.29/109.30	c  N dy  1628    438269       300     25500         0     37887    178500   1257061     66.27     69.87  --
112.20/112.25	c  N dy  1703    458654       300     25500         0     29421    178500    545831     66.25     69.82  --
114.79/114.85	c  N dy  1786    478720       300     25500         0     49074    178500   2038511     66.26     70.89  --
117.60/117.68	c  N dy  1863    498857       300     25500         0     39419    178500   1236341     66.25     70.02  --
120.79/120.82	c  N dy  1946    520332       300     25500         0     60522    178500   2839580     66.25     70.08  --
122.99/123.05	c  S st  2023    537030       300     25500         0     46469    178500   1717817     66.27   no data  --
123.10/123.16	c  S st  2023    537536       300     25500         0     46971    178500   1752001     66.27   no data  --
123.10/123.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
123.10/123.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.10/123.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
123.20/123.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
123.20/123.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
123.20/123.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
123.20/123.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
144.49/144.50	c lits-rem:      1132  cl-subs:      734  v-elim:      0  v-fix:    0  time: 21.26 s
144.49/144.50	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
144.49/144.52	c vivif2 --  cl tried    46237 cl shrink        0 lits rem          0 time: 0.02
144.79/144.86	c asymm  cl-useful: 0/2788/25500 lits-rem:0 time: 0.34
144.79/144.86	c calculated reachability. Time: 0.00
144.79/144.86	c  N dy  2023    537536       300     25500         0     46237    178500   1669922     66.27   no data  --
148.30/148.39	c  N dy  2104    558337       300     25500         0     35252    178500    795657     66.28     70.28  --
151.39/151.48	c  N dy  2158    578530       300     25500         0     55066    178500   2300431     66.24     70.35  --
154.89/154.91	c  N dy  2256    598608       300     25500         0     42382    178500   1273320     66.28     70.22  --
158.19/158.27	c  N dy  2354    618636       300     25500         0     62020    178500   2762126     66.29     70.07  --
161.19/161.21	c  N dy  2450    638710       300     25500         0     48344    178500   1666267     66.32     76.21  --
164.49/164.57	c  N dy  2536    658757       300     25500         0     68035    178500   3155283     66.32     70.28  --
167.40/167.44	c  N dy  2615    679310       300     25500         0     53865    178500   2013633     66.31     69.85  --
170.90/170.93	c  N dy  2696    699391       300     25500         0     38237    178500    767772     66.32     70.22  --
173.80/173.86	c  N dy  2774    719577       300     25500         0     58048    178500   2272862     66.33     69.89  --
177.30/177.35	c  N dy  2870    740772       300     25500         0     42543    178500   1025792     66.34     69.87  --
180.49/180.52	c  N dy  2966    760866       300     25500         0     62262    178500   2521655     66.35     69.89  --
183.80/183.89	c  N dy  3051    780968       300     25500         0     44677    178500   1122727     66.35     70.37  --
186.90/186.96	c  N dy  3111    801379       300     25500         0     64723    178500   2640203     66.33     71.04  --
187.89/187.90	c  S st  3140    806305       300     25500         0     69550    178500   3006285     66.34   no data  --
188.00/188.07	c  S st  3140    806808       300     25500         0     70050    178500   3043090     66.34   no data  --
188.00/188.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
188.00/188.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
188.10/188.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
188.20/188.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.20/188.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.20/188.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
188.20/188.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
536.11/536.19	c lits-rem:      2098  cl-subs:     1470  v-elim:      0  v-fix:    0  time: 347.99 s
536.11/536.19	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
536.21/536.22	c vivif2 --  cl tried    68580 cl shrink        0 lits rem          0 time: 0.03
536.41/536.43	c asymm  cl-useful: 0/1147/25500 lits-rem:0 time: 0.21
536.41/536.44	c calculated reachability. Time: 0.00
536.41/536.44	c  N dy  3140    806808       300     25500         0     68580    178500   2880625     66.34   no data  --
540.31/540.30	c  N dy  3212    826964       300     25500         0     50105    178500   1468971     66.33     70.31  --
544.31/544.34	c  N dy  3301    847058       300     25500         0     69818    178500   2970433     66.35     70.77  --
548.11/548.18	c  N dy  3374    867385       300     25500         0     50560    178500   1436596     66.34     70.49  --
552.31/552.37	c  N dy  3462    888065       300     25500         0     70879    178500   2982026     66.35     70.36  --
556.21/556.28	c  N dy  3533    908108       300     25500         0     50307    178500   1355333     66.35     71.78  --
560.11/560.11	c  N dy  3606    928211       300     25500         0     70032    178500   2855488     66.34     70.37  --
564.31/564.34	c  N dy  3687    948257       300     25500         0     48471    178500   1156783     66.35     70.87  --
568.21/568.21	c  N dy  3781    968306       300     25500         0     68123    178500   2648713     66.37     70.25  --
572.81/572.83	c  N dy  3861    988403       300     25500         0     45653    178500    872137     66.37     70.32  --
576.51/576.59	c  N dy  3946   1008588       300     25500         0     65459    178500   2381453     66.38     70.03  --
581.20/581.24	c  N dy  4012   1028640       300     25500         0     85105    178500   3873371     66.38     71.86  --
585.01/585.09	c  N dy  4103   1049218       300     25500         0     62131    178500   2053230     66.39     70.90  --
589.61/589.62	c  N dy  4171   1069571       300     25500         0     82130    178500   3569390     66.38     69.97  --
590.20/590.21	c  F st  4182   1071876       300     25500         0     84393    178500   3741125     66.38     67.77  --
593.61/593.69	c  N dy  4240   1089718       300     25500         0     57731    178500   1659152     66.38     70.29  --
598.01/598.02	c  N dy  4342   1109779       300     25500         0     77416    178500   3159990     66.40     70.18  --
602.61/602.68	c  N dy  4430   1130083       300     25500         0     52196    178500   1174011     66.40     69.92  --
606.81/606.89	c  N dy  4522   1150558       300     25500         0     72335    178500   2693061     66.40     70.99  --
612.11/612.14	c  N dy  4627   1170607       300     25500         0     92004    178500   4190422     66.42     69.93  --
615.92/615.97	c  N dy  4699   1190789       300     25500         0     65686    178500   2135479     66.41     70.08  --
620.41/620.45	c  S st  4770   1210212       300     25500         0     84765    178500   3581812     66.41     63.86  --
620.61/620.68	c  S st  4770   1210716       300     25500         0     85264    178500   3616747     66.41   no data  --
620.61/620.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
620.61/620.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
620.71/620.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
620.81/620.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
620.81/620.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
620.81/620.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
620.81/620.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1229.43/1229.47	c lits-rem:      3518  cl-subs:     1822  v-elim:      0  v-fix:    0  time: 608.64 s
1229.43/1229.47	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
1229.53/1229.51	c vivif2 --  cl tried    83442 cl shrink        0 lits rem          0 time: 0.03
1229.83/1229.84	c asymm  cl-useful: 0/2354/25500 lits-rem:0 time: 0.33
1229.83/1229.85	c calculated reachability. Time: 0.00
1229.83/1229.85	c  N dy  4770   1210716       300     25500         0     83442    178500   3414226     66.41   no data  --
1234.53/1234.59	c  N dy  4851   1230734       300     25500         0     55963    178500   1327393     66.41     70.07  --
1238.92/1238.95	c  N dy  4933   1251060       300     25500         0     75893    178500   2839196     66.42     70.03  --
1244.23/1244.24	c  N dy  5005   1271336       300     25500         0     95782    178500   4341432     66.41     70.70  --
1248.44/1248.42	c  N dy  5098   1292326       300     25500         0     68291    178500   2212668     66.42     70.18  --
1253.33/1253.30	c  N dy  5169   1312354       300     25500         0     87949    178500   3707236     66.42     70.21  --
1258.03/1258.05	c  N dy  5240   1332631       300     25500         0     58748    178500   1414165     66.41     69.93  --
1262.33/1262.31	c  N dy  5309   1352717       300     25500         0     78505    178500   2918361     66.40     71.55  --
1267.73/1267.79	c  N dy  5395   1372785       300     25500         0     98220    178500   4419046     66.41     72.07  --
1271.93/1271.97	c  N dy  5472   1392842       300     25500         0     67840    178500   2035331     66.41     77.28  --
1276.83/1276.82	c  N dy  5554   1412882       300     25500         0     87517    178500   3522592     66.41     70.11  --
1282.03/1282.08	c  N dy  5625   1432886       300     25500         0     56102    178500   1078684     66.41     69.91  --
1286.33/1286.38	c  N dy  5721   1452938       300     25500         0     75802    178500   2580009     66.42     69.99  --
1291.93/1291.98	c  N dy  5799   1474030       300     25500         0     96498    178500   4152683     66.42     70.34  --
1296.84/1296.81	c  N dy  5879   1494851       300     25500         0     64938    178500   1692756     66.42     71.75  --

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.79 3.92 3.63 3/182 12192
/proc/meminfo: memFree=19299780/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=29988 CPUtime=0 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 775 0 0 0 0 0 0 0 25 0 1 0 368727405 30707712 715 33554432000 4194304 4650387 140735786686640 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 7497 715 327 112 0 2462 0

[startup+0.0855021 s]
/proc/loadavg: 3.79 3.92 3.63 3/182 12192
/proc/meminfo: memFree=19299780/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=30904 CPUtime=0.08 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 1201 0 0 0 8 0 0 0 25 0 1 0 368727405 31645696 1141 33554432000 4194304 4650387 140735786686640 18446744073709551615 4370468 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 7726 1141 346 112 0 2691 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30904

[startup+0.100489 s]
/proc/loadavg: 3.79 3.92 3.63 3/182 12192
/proc/meminfo: memFree=19299780/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=30904 CPUtime=0.09 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 1205 0 0 0 9 0 0 0 25 0 1 0 368727405 31645696 1145 33554432000 4194304 4650387 140735786686640 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 7726 1145 346 112 0 2691 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30904

[startup+0.300438 s]
/proc/loadavg: 3.79 3.92 3.63 3/182 12192
/proc/meminfo: memFree=19299780/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=31036 CPUtime=0.29 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 1241 0 0 0 29 0 0 0 25 0 1 0 368727405 31780864 1181 33554432000 4194304 4650387 140735786686640 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 7759 1181 346 112 0 2724 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31036

[startup+0.700382 s]
/proc/loadavg: 3.79 3.92 3.63 3/182 12192
/proc/meminfo: memFree=19299780/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=39084 CPUtime=0.69 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 3554 0 0 0 69 0 0 0 25 0 1 0 368727405 40022016 3128 33554432000 4194304 4650387 140735786686640 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 9771 3128 377 112 0 4736 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39084

[startup+1.50023 s]
/proc/loadavg: 3.79 3.92 3.63 5/185 12220
/proc/meminfo: memFree=19242636/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=39932 CPUtime=1.49 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 5238 0 0 0 148 1 0 0 25 0 1 0 368727405 40890368 3360 33554432000 4194304 4650387 140735786686640 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 9983 3360 379 112 0 4948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39932

[startup+3.10094 s]
/proc/loadavg: 3.79 3.92 3.63 5/190 12230
/proc/meminfo: memFree=19219768/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=55000 CPUtime=3.09 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 10967 0 0 0 307 2 0 0 25 0 1 0 368727405 56320000 7072 33554432000 4194304 4650387 140735786686640 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 13750 7072 381 112 0 8715 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55000

[startup+6.30035 s]
/proc/loadavg: 3.81 3.92 3.63 5/190 12230
/proc/meminfo: memFree=19189880/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=56812 CPUtime=6.29 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 11393 0 0 0 627 2 0 0 25 0 1 0 368727405 58175488 7498 33554432000 4194304 4650387 140735786686640 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 14203 7498 381 112 0 9168 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56812

[startup+12.7002 s]
/proc/loadavg: 3.82 3.92 3.64 6/190 12230
/proc/meminfo: memFree=19020604/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=58096 CPUtime=12.69 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 16022 0 0 0 1266 3 0 0 25 0 1 0 368727405 59490304 8272 33554432000 4194304 4650387 140735786686640 18446744073709551615 4314969 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 14524 8272 381 112 0 9489 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58096

[startup+25.5008 s]
/proc/loadavg: 3.86 3.93 3.64 5/190 12230
/proc/meminfo: memFree=18981620/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=71872 CPUtime=25.49 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 23833 0 0 0 2545 4 0 0 25 0 1 0 368727405 73596928 11479 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 17968 11479 381 112 0 12933 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71872

[startup+51.1011 s]
/proc/loadavg: 3.91 3.93 3.65 6/190 12231
/proc/meminfo: memFree=18933004/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=86604 CPUtime=51.09 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 38801 0 0 0 5102 7 0 0 25 0 1 0 368727405 88682496 14740 33554432000 4194304 4650387 140735786686640 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 21651 14740 381 112 0 16616 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86604

[startup+102.307 s]
/proc/loadavg: 3.96 3.94 3.66 6/190 12232
/proc/meminfo: memFree=18767896/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=102480 CPUtime=102.3 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 60627 0 0 0 10219 11 0 0 25 0 1 0 368727405 104939520 18793 33554432000 4194304 4650387 140735786686640 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 25620 18793 381 112 0 20585 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 102480

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.68 5/190 12234
/proc/meminfo: memFree=18671032/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=109332 CPUtime=162.3 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 88284 0 0 0 16212 18 0 0 25 0 1 0 368727405 111955968 20905 33554432000 4194304 4650387 140735786686640 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 27333 20905 381 112 0 22298 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 109332

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.70 5/190 12236
/proc/meminfo: memFree=18645212/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=182184 CPUtime=222.3 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 109448 0 0 0 22208 22 0 0 25 0 1 0 368727405 186556416 27191 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 45546 27191 381 112 0 40511 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 182184

[startup+282.301 s]
/proc/loadavg: 4.04 3.97 3.72 5/190 12237
/proc/meminfo: memFree=18597312/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=182648 CPUtime=282.3 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 109530 0 0 0 28208 22 0 0 25 0 1 0 368727405 187031552 27273 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 45662 27273 381 112 0 40627 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 182648

[startup+342.301 s]
/proc/loadavg: 4.01 3.97 3.73 5/190 12248
/proc/meminfo: memFree=18564704/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=182648 CPUtime=342.3 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 109530 0 0 0 34208 22 0 0 25 0 1 0 368727405 187031552 27273 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 45662 27273 381 112 0 40627 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 182648

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 12249
/proc/meminfo: memFree=18521772/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=182648 CPUtime=402.3 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 109530 0 0 0 40208 22 0 0 25 0 1 0 368727405 187031552 27273 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 45662 27273 381 112 0 40627 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 182648

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 12251
/proc/meminfo: memFree=18535264/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=182648 CPUtime=462.31 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 109530 0 0 0 46209 22 0 0 25 0 1 0 368727405 187031552 27273 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 45662 27273 381 112 0 40627 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 182648

[startup+522.301 s]
/proc/loadavg: 4.06 3.99 3.78 5/190 12253
/proc/meminfo: memFree=18485000/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=182648 CPUtime=522.31 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 109530 0 0 0 52209 22 0 0 25 0 1 0 368727405 187031552 27273 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 45662 27273 381 112 0 40627 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 182648

[startup+582.301 s]
/proc/loadavg: 4.02 3.99 3.79 6/190 12254
/proc/meminfo: memFree=18490784/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=133276 CPUtime=582.31 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 132522 0 0 0 58199 32 0 0 25 0 1 0 368727405 136474624 25197 33554432000 4194304 4650387 140735786686640 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 33319 25197 381 112 0 28284 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 133276

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.80 5/190 12256
/proc/meminfo: memFree=18475116/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206004 CPUtime=642.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153401 0 0 0 64193 39 0 0 25 0 1 0 368727405 210948096 32424 33554432000 4194304 4650387 140735786686640 18446744073709551615 4439621 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51501 32424 381 112 0 46466 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 206004

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.81 5/190 12257
/proc/meminfo: memFree=18445204/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206004 CPUtime=702.31 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153530 0 0 0 70192 39 0 0 25 0 1 0 368727405 210948096 32553 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476283 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51501 32553 381 112 0 46466 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 206004

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.82 5/190 12259
/proc/meminfo: memFree=18414160/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=762.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 76193 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 206364

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 12261
/proc/meminfo: memFree=18395412/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=822.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 82193 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 206364

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.83 5/190 12262
/proc/meminfo: memFree=18421788/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=882.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 88193 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 206364

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.84 5/190 12264
/proc/meminfo: memFree=18404620/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=942.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 94193 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 206364

[startup+1002.3 s]
/proc/loadavg: 4.07 4.00 3.85 5/190 12265
/proc/meminfo: memFree=18427268/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=1002.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 100193 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 206364

[startup+1062.3 s]
/proc/loadavg: 4.15 4.03 3.87 5/190 12267
/proc/meminfo: memFree=18390416/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=1062.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 106193 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 206364

[startup+1122.3 s]
/proc/loadavg: 4.05 4.02 3.87 5/190 12269
/proc/meminfo: memFree=18379232/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=1122.32 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 112193 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 206364

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.88 5/190 12270
/proc/meminfo: memFree=18315812/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206364 CPUtime=1182.33 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 153637 0 0 0 118194 39 0 0 25 0 1 0 368727405 211316736 32660 33554432000 4194304 4650387 140735786686640 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51591 32660 381 112 0 46556 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 206364

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.88 5/190 12272
/proc/meminfo: memFree=18351088/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=206684 CPUtime=1242.33 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 158707 0 0 0 124192 41 0 0 25 0 1 0 368727405 211644416 32862 33554432000 4194304 4650387 140735786686640 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 51671 32862 381 112 0 46636 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 206684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.99 3.88 4/188 12274
/proc/meminfo: memFree=18729508/32951124 swapFree=67111528/67111528
[pid=12192] ppid=12190 vsize=154256 CPUtime=1300.03 cores=4,6
/proc/12192/stat : 12192 (strangenight1-s) R 12190 12192 12018 0 -1 4202496 182605 0 0 0 129954 49 0 0 25 0 1 0 368727405 157958144 31786 33554432000 4194304 4650387 140735786686640 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12192/statm: 38564 31786 381 112 0 33529 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 154256

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.55
CPU system time (s): 0.502923
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 207720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 182605
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= 8
involuntary context switches= 1702

runsolver used 2.23066 second user time and 4.86526 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-03 00:56:08
IDJOB=3175642
IDBENCH=82660
IDSOLVER=1589
FILE ID=node110/3175642-1301784968
RUNJOBID= node110-1301783654-12038
PBS_JOBID= 12841408
Free space on /tmp= 71108 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S69399346-065-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175642-1301784968/watcher-3175642-1301784968 -o /tmp/evaluation-result-3175642-1301784968/solver-3175642-1301784968 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175642-1301784968.cnf

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

MD5SUM BENCH= 98486271f2f72889c040eabfd36ebd13
RANDOM SEED=136553096

node110.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.830
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.830
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.74
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.830
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:     32951124 kB
MemFree:      19299936 kB
Buffers:        397048 kB
Cached:       12826016 kB
SwapCached:          0 kB
Active:        8541156 kB
Inactive:      4795460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19299936 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15692 kB
Writeback:           0 kB
AnonPages:      113916 kB
Mapped:          15484 kB
Slab:           250368 kB
PageTables:       5308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   298048 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= 71096 MiB
End job on node110 at 2011-04-03 01:17:50