Trace number 3175679

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

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S415002759-031-UNKNOWN.cnf
MD5SUM6d4469ea6d617a494594ad07b4996367
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-3175679-1301786256.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.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.39/0.41	c asymm  cl-useful: 0/14617/25500 lits-rem:0 time: 0.39
0.39/0.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.39/0.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.39/0.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.39/0.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
0.39/0.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.49/0.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
0.49/0.52	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.54	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.49/0.54	c calculated reachability. Time: 0.00
0.49/0.54	c Calc default polars -  time:   0.00 s pos:     145 undec:       3 neg:     152
0.49/0.54	c =========================================================================================
0.49/0.54	c types(t): F = full restart, N = normal restart
0.49/0.54	c types(t): S = simplification begin/end, E = solution found
0.49/0.54	c restart types(rt): st = static, dy = dynamic
0.49/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.54	c  B st     0         0       300     25500         0         0    178500         0   no data   no data  --
0.79/0.87	c  N dy    11      4859       300     25500         0      4752    178500    362945     65.24     68.80  --
1.19/1.21	c  N dy    25      9526       300     25500         0      6903    178500    452457     64.90     68.78  --
1.49/1.53	c  N dy    48     13590       300     25500         0      6713    178500    358021     65.28     68.72  --
1.79/1.88	c  N dy    70     17865       300     25500         0     10898    178500    673130     65.59     69.34  --
2.19/2.26	c  N dy    90     22397       300     25500         0      9840    178500    523899     65.90     69.44  --
2.39/2.49	c  F st   108     25000       300     25500         0     12405    178500    718397     66.08   no data  --
2.59/2.66	c  N st   112     27034       300     25500         0      7704    178500    296806     66.08   no data  --
2.89/2.91	c  S st   114     30000       300     25500         0     10601    178500    522186     66.08   no data  --
2.89/2.97	c  S st   114     30505       300     25500         0     11102    178500    557613     66.08   no data  --
2.89/2.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.89/2.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.99/3.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
2.99/3.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.99/7.07	c lits-rem:      2145  cl-subs:      240  v-elim:      0  v-fix:    0  time:  4.07 s
7.19/7.28	c asymm  cl-useful: 0/5827/25500 lits-rem:0 time: 0.21
7.19/7.29	c calculated reachability. Time: 0.00
7.19/7.29	c  N dy   114     30505       300     25500         0     10862    178500    528379     66.08   no data  --
7.60/7.66	c  N dy   130     34534       300     25500         0     14823    178500    828061     66.12     70.13  --
7.99/8.02	c  N dy   146     38802       300     25500         0     11251    178500    495960     66.16     70.86  --
8.39/8.40	c  N dy   167     42856       300     25500         0     15246    178500    800316     66.28     70.39  --
8.59/8.69	c  S st   180     45758       300     25500         0      9305    178500    285528     66.31     68.03  --
8.70/8.75	c  S st   180     46263       300     25500         0      9803    178500    322646     66.31   no data  --
8.70/8.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.70/8.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.70/8.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
8.70/8.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.70/8.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.70/8.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
8.70/8.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.79/11.86	c lits-rem:       546  cl-subs:       46  v-elim:      0  v-fix:    0  time:  3.08 s
11.79/11.87	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
11.79/11.87	c vivif2 --  cl tried     9757 cl shrink        0 lits rem          0 time: 0.00
12.00/12.05	c asymm  cl-useful: 0/5056/25500 lits-rem:0 time: 0.18
12.00/12.05	c calculated reachability. Time: 0.00
12.00/12.05	c  N dy   180     46263       300     25500         0      9757    178500    317259     66.31   no data  --
12.39/12.43	c  N dy   189     50625       300     25500         0     14034    178500    638644     66.11     69.76  --
12.79/12.83	c  N dy   211     54722       300     25500         0     18033    178500    942081     66.19     72.89  --
13.19/13.28	c  N dy   231     59308       300     25500         0     12758    178500    482311     66.23     70.24  --
13.69/13.73	c  N dy   242     64375       300     25500         0     17731    178500    856192     66.12     70.96  --
14.09/14.15	c  N dy   260     68482       300     25500         0     10981    178500    287052     66.13     69.77  --
14.19/14.23	c  S st   268     69395       300     25500         0     11880    178500    357265     66.20     67.52  --
14.19/14.29	c  S st   268     69901       300     25500         0     12379    178500    393029     66.20   no data  --
14.19/14.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.19/14.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.19/14.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
14.29/14.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.29/14.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.29/14.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
14.29/14.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.89/17.93	c lits-rem:      1061  cl-subs:       57  v-elim:      0  v-fix:    0  time:  3.61 s
17.89/17.93	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
17.89/17.94	c vivif2 --  cl tried    12322 cl shrink        0 lits rem          0 time: 0.00
18.09/18.15	c asymm  cl-useful: 0/6943/25500 lits-rem:0 time: 0.21
18.09/18.15	c calculated reachability. Time: 0.00
18.09/18.15	c  N dy   268     69901       300     25500         0     12322    178500    385521     66.20   no data  --
18.59/18.60	c  N dy   281     74675       300     25500         0     17012    178500    742185     66.17     69.72  --
19.09/19.15	c  N dy   304     79924       300     25500         0     22165    178500   1133540     66.23     70.01  --
19.59/19.68	c  N dy   326     85329       300     25500         0     15704    178500    582215     66.21     70.38  --
19.80/19.89	c  F st   340     87502       300     25500         0     17839    178500    746092     66.25   no data  --
20.19/20.22	c  N st   345     90802       300     25500         0     21088    178500    996324     66.25   no data  --
20.80/20.85	c  N dy   363     96788       300     25500         0     14204    178500    409470     66.26     70.00  --
21.39/21.46	c  N dy   389    102990       300     25500         0     20290    178500    869782     66.28     71.34  --
21.59/21.67	c  S st   399    104852       300     25500         0     22127    178500   1011186     66.31   no data  --
21.69/21.75	c  S st   399    105353       300     25500         0     22621    178500   1046036     66.31   no data  --
21.69/21.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.69/21.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.69/21.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
21.79/21.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.79/21.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.79/21.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
21.79/21.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.99/29.08	c lits-rem:       926  cl-subs:      416  v-elim:      0  v-fix:    0  time:  7.27 s
28.99/29.08	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
28.99/29.10	c vivif2 --  cl tried    22205 cl shrink        0 lits rem          0 time: 0.01
29.29/29.33	c asymm  cl-useful: 0/4553/25500 lits-rem:0 time: 0.23
29.29/29.33	c calculated reachability. Time: 0.00
29.29/29.33	c  N dy   399    105353       300     25500         0     22205    178500    999156     66.31   no data  --
29.99/30.08	c  N dy   436    112107       300     25500         0     15078    178500    409965     66.39     70.38  --
30.69/30.79	c  N dy   463    119401       300     25500         0     22213    178500    953678     66.39     69.89  --
31.59/31.69	c  N dy   497    127060       300     25500         0     15009    178500    343270     66.39     70.13  --
32.49/32.53	c  N dy   539    135464       300     25500         0     23268    178500    972813     66.46     70.22  --
33.48/33.59	c  N dy   574    144187       300     25500         0     16129    178500    364445     66.45     70.01  --
34.58/34.60	c  N dy   602    154167       300     25500         0     25922    178500   1106446     66.37     70.65  --
35.09/35.11	c  S st   623    158029       300     25500         0     29717    178500   1395317     66.39     63.57  --
35.19/35.21	c  S st   623    158532       300     25500         0     30215    178500   1431291     66.39   no data  --
35.19/35.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.19/35.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.19/35.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
35.19/35.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.19/35.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.19/35.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
35.19/35.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.68/48.76	c lits-rem:       705  cl-subs:      674  v-elim:      0  v-fix:    0  time: 13.47 s
48.68/48.77	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
48.68/48.78	c vivif2 --  cl tried    29541 cl shrink        0 lits rem          0 time: 0.01
49.08/49.11	c asymm  cl-useful: 0/3744/25500 lits-rem:0 time: 0.32
49.08/49.11	c calculated reachability. Time: 0.00
49.08/49.11	c  N dy   623    158532       300     25500         0     29541    178500   1357760     66.39   no data  --
50.49/50.53	c  N dy   671    170175       300     25500         0     24290    178500    922276     66.41     70.09  --
51.88/51.95	c  N dy   721    181112       300     25500         0     35035    178500   1737156     66.43     69.98  --
53.18/53.23	c  N dy   755    192709       300     25500         0     28750    178500   1194897     66.35     70.36  --
54.68/54.77	c  N dy   807    205089       300     25500         0     22241    178500    637368     66.37     70.82  --
56.38/56.40	c  N dy   868    218800       300     25500         0     35708    178500   1660232     66.41     70.09  --
57.98/58.06	c  N dy   905    232814       300     25500         0     29866    178500   1150628     66.33     70.38  --
58.58/58.68	c  S st   920    237798       300     25500         0     34742    178500   1522344     66.32     65.67  --
58.68/58.79	c  S st   920    238300       300     25500         0     35243    178500   1557831     66.32   no data  --
58.68/58.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.68/58.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.78/58.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
58.78/58.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.78/58.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.78/58.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
58.78/58.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
73.28/73.33	c lits-rem:       607  cl-subs:      795  v-elim:      0  v-fix:    0  time: 14.47 s
73.28/73.34	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
73.28/73.35	c vivif2 --  cl tried    34448 cl shrink        0 lits rem          0 time: 0.02
73.58/73.68	c asymm  cl-useful: 0/3391/25500 lits-rem:0 time: 0.33
73.58/73.69	c calculated reachability. Time: 0.00
73.58/73.69	c  N dy   920    238300       300     25500         0     34448    178500   1471004     66.32   no data  --
75.79/75.80	c  N dy   984    253681       300     25500         0     28910    178500   1016398     66.35     70.06  --
78.18/78.29	c  N dy  1043    270682       300     25500         0     24033    178500    580859     66.32     70.00  --
80.68/80.75	c  N dy  1099    288692       300     25500         0     41710    178500   1917409     66.27     70.56  --
83.18/83.28	c  F st  1166    306250       300     25500         0     36392    178500   1450707     66.25     64.32  --
83.38/83.45	c  N st  1169    307441       300     25500         0     37561    178500   1538330     66.25   no data  --
86.18/86.23	c  N dy  1246    327104       300     25500         0     33296    178500   1159167     66.28     70.13  --
88.99/89.05	c  N dy  1328    347140       300     25500         0     28400    178500    725015     66.30     70.31  --
90.28/90.37	c  S st  1371    357450       300     25500         0     38514    178500   1492674     66.31   no data  --
90.38/90.48	c  S st  1371    357952       300     25500         0     39012    178500   1527215     66.31   no data  --
90.38/90.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.38/90.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.48/90.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
90.48/90.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.48/90.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.48/90.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
90.48/90.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.49/105.52	c lits-rem:       824  cl-subs:      640  v-elim:      0  v-fix:    0  time: 14.97 s
105.49/105.53	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
105.49/105.54	c vivif2 --  cl tried    38372 cl shrink        0 lits rem          0 time: 0.01
105.78/105.83	c asymm  cl-useful: 0/3194/25500 lits-rem:0 time: 0.29
105.78/105.83	c calculated reachability. Time: 0.00
105.78/105.83	c  N dy  1371    357952       300     25500         0     38372    178500   1456448     66.31   no data  --
108.97/109.08	c  N dy  1455    378875       300     25500         0     33409    178500   1041043     66.33     70.07  --
112.48/112.55	c  N dy  1529    400405       300     25500         0     28034    178500    567239     66.32     69.90  --
115.58/115.67	c  N dy  1611    420513       300     25500         0     47770    178500   2062644     66.34     70.09  --
118.98/119.01	c  N dy  1698    441032       300     25500         0     40395    178500   1449401     66.36     70.14  --
122.38/122.46	c  N dy  1773    461133       300     25500         0     31679    178500    713327     66.35     70.53  --
125.58/125.68	c  N dy  1847    481691       300     25500         0     51868    178500   2244182     66.34     70.17  --
128.69/128.77	c  N dy  1918    502368       300     25500         0     42729    178500   1483108     66.30     69.85  --
132.18/132.25	c  N dy  1984    523901       300     25500         0     33436    178500    719117     66.28     69.81  --
133.98/134.08	c  S st  2032    536928       300     25500         0     46235    178500   1690919     66.27   no data  --
134.18/134.21	c  S st  2032    537433       300     25500         0     46737    178500   1726604     66.27   no data  --
134.18/134.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
134.18/134.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
134.18/134.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
134.28/134.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.28/134.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.28/134.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
134.28/134.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
153.28/153.35	c lits-rem:      1626  cl-subs:      760  v-elim:      0  v-fix:    0  time: 19.06 s
153.28/153.36	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
153.28/153.37	c vivif2 --  cl tried    45977 cl shrink        0 lits rem          0 time: 0.02
153.58/153.66	c asymm  cl-useful: 0/2772/25500 lits-rem:0 time: 0.29
153.58/153.66	c calculated reachability. Time: 0.00
153.58/153.66	c  N dy  2032    537433       300     25500         0     45977    178500   1644178     66.27   no data  --
157.18/157.26	c  N dy  2112    557471       300     25500         0     34216    178500    710057     66.26     69.99  --
160.68/160.72	c  N dy  2210    577536       300     25500         0     53913    178500   2207765     66.29     70.22  --
164.18/164.24	c  N dy  2262    597576       300     25500         0     41184    178500   1178607     66.24     70.70  --
167.88/167.93	c  N dy  2344    617590       300     25500         0     60815    178500   2665190     66.25     70.08  --
171.48/171.54	c  N dy  2428    637612       300     25500         0     47130    178500   1567930     66.26     70.22  --
175.58/175.69	c  N dy  2521    657737       300     25500         0     66897    178500   3072610     66.28     70.59  --
179.19/179.30	c  N dy  2622    678095       300     25500         0     52510    178500   1906110     66.31     69.86  --
183.69/183.71	c  N dy  2722    698353       300     25500         0     37060    178500    674982     66.34     70.63  --
187.18/187.20	c  N dy  2802    718407       300     25500         0     56757    178500   2167804     66.34     70.27  --
191.39/191.42	c  N dy  2885    738413       300     25500         0     40050    178500    838411     66.35     69.99  --
195.08/195.12	c  N dy  2966    758869       300     25500         0     60154    178500   2364460     66.35     70.51  --
199.68/199.71	c  N dy  3041    781324       300     25500         0     44886    178500   1136443     66.34     70.14  --
203.88/203.99	c  N dy  3129    802920       300     25500         0     66078    178500   2743625     66.35     70.10  --
204.59/204.66	c  S st  3138    806149       300     25500         0     69247    178500   2984886     66.34   no data  --
204.78/204.85	c  S st  3138    806653       300     25500         0     69744    178500   3019168     66.34   no data  --
204.78/204.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
204.78/204.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
204.88/204.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
204.98/205.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
204.98/205.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
204.98/205.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
204.98/205.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
575.49/575.57	c lits-rem:      3375  cl-subs:     1537  v-elim:      0  v-fix:    0  time: 370.57 s
575.49/575.58	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
575.59/575.61	c vivif2 --  cl tried    68207 cl shrink        0 lits rem          0 time: 0.03
575.79/575.80	c asymm  cl-useful: 0/903/25500 lits-rem:0 time: 0.19
575.79/575.80	c calculated reachability. Time: 0.00
575.79/575.80	c  N dy  3138    806653       300     25500         0     68207    178500   2849185     66.34   no data  --
579.99/580.01	c  N dy  3214    826684       300     25500         0     49588    178500   1428204     66.35     70.00  --
584.19/584.26	c  N dy  3295    846889       300     25500         0     69433    178500   2939374     66.36     70.13  --
588.50/588.51	c  N dy  3362    867335       300     25500         0     50234    178500   1412107     66.35     70.48  --
592.70/592.74	c  N dy  3429    887408       300     25500         0     69904    178500   2899893     66.32     70.02  --
597.19/597.26	c  N dy  3513    908010       300     25500         0     49912    178500   1333113     66.32     70.39  --
601.39/601.49	c  N dy  3602    928148       300     25500         0     69700    178500   2829052     66.33     70.05  --
605.50/605.57	c  N dy  3637    948320       300     25500         0     48254    178500   1144461     66.26     69.75  --
609.79/609.87	c  N dy  3710    969227       300     25500         0     68755    178500   2698083     66.26     69.75  --
614.80/614.85	c  N dy  3795    989335       300     25500         0     46308    178500    924661     66.26     69.76  --
618.89/618.97	c  N dy  3884   1009429       300     25500         0     66019    178500   2420948     66.27     70.28  --
624.70/624.74	c  N dy  3974   1032057       300     25500         0     45059    178500    764853     66.28     69.88  --
628.69/628.76	c  N dy  4052   1052073       300     25500         0     64700    178500   2256529     66.28     77.85  --
633.69/633.78	c  F st  4138   1071875       300     25500         0     84135    178500   3728750     66.28   no data  --
633.79/633.86	c  N st  4139   1072126       300     25500         0     84379    178500   3748799     66.28   no data  --
638.10/638.15	c  N dy  4202   1092945       300     25500         0     60647    178500   1885020     66.28     69.92  --
642.99/643.05	c  N dy  4287   1112947       300     25500         0     80283    178500   3377715     66.29     70.04  --
647.90/647.97	c  N dy  4389   1133015       300     25500         0     54812    178500   1375708     66.30     70.10  --
652.20/652.29	c  N dy  4442   1153258       300     25500         0     74661    178500   2897680     66.28     70.22  --
657.60/657.66	c  N dy  4516   1173495       300     25500         0     48408    178500    826376     66.27     69.79  --
662.00/662.03	c  N dy  4604   1194037       300     25500         0     68571    178500   2363001     66.28     70.16  --
666.09/666.17	c  S st  4677   1209980       300     25500         0     84204    178500   3556850     66.29   no data  --
666.39/666.41	c  S st  4677   1210486       300     25500         0     84706    178500   3591412     66.29   no data  --
666.39/666.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
666.39/666.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
666.39/666.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
666.50/666.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
666.50/666.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
666.50/666.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    300 time:  0.00 s
666.50/666.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1283.42/1283.45	c lits-rem:      2326  cl-subs:     1724  v-elim:      0  v-fix:    0  time: 616.88 s
1283.42/1283.46	c vivif2 --  cl tried    25500 cl shrink        0 lits rem          0 time: 0.00
1283.52/1283.50	c vivif2 --  cl tried    82982 cl shrink        0 lits rem          0 time: 0.04
1283.92/1283.91	c asymm  cl-useful: 0/2329/25500 lits-rem:0 time: 0.41
1283.92/1283.91	c calculated reachability. Time: 0.00
1283.92/1283.91	c  N dy  4677   1210486       300     25500         0     82982    178500   3400464     66.29   no data  --
1289.02/1289.03	c  N dy  4753   1230507       300     25500         0     55557    178500   1304273     66.29     69.87  --
1293.62/1293.66	c  N dy  4844   1250682       300     25500         0     75358    178500   2806071     66.30     70.53  --
1299.21/1299.25	c  N dy  4921   1270707       300     25500         0     95044    178500   4299514     66.30     70.66  --

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.85 3.97 3.88 3/185 27509
/proc/meminfo: memFree=23694384/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=29832 CPUtime=0 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 695 0 0 0 0 0 0 0 25 0 1 0 290223359 30547968 635 33554432000 4194304 4650387 140736870770656 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 7458 635 327 112 0 2423 0

[startup+0.0920689 s]
/proc/loadavg: 3.85 3.97 3.88 3/185 27509
/proc/meminfo: memFree=23694384/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=30908 CPUtime=0.08 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 1201 0 0 0 8 0 0 0 25 0 1 0 290223359 31649792 1140 33554432000 4194304 4650387 140736870770656 18446744073709551615 4370675 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 7727 1140 346 112 0 2692 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30908

[startup+0.101075 s]
/proc/loadavg: 3.85 3.97 3.88 3/185 27509
/proc/meminfo: memFree=23694384/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=30908 CPUtime=0.09 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 1203 0 0 0 9 0 0 0 25 0 1 0 290223359 31649792 1142 33554432000 4194304 4650387 140736870770656 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 7727 1142 346 112 0 2692 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30908

[startup+0.301003 s]
/proc/loadavg: 3.85 3.97 3.88 3/185 27509
/proc/meminfo: memFree=23694384/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=31040 CPUtime=0.29 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 1236 0 0 0 29 0 0 0 25 0 1 0 290223359 31784960 1175 33554432000 4194304 4650387 140736870770656 18446744073709551615 4370626 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 7760 1175 346 112 0 2725 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31040

[startup+0.700919 s]
/proc/loadavg: 3.85 3.97 3.88 3/185 27509
/proc/meminfo: memFree=23694384/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=38860 CPUtime=0.69 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 3462 0 0 0 69 0 0 0 25 0 1 0 290223359 39792640 3036 33554432000 4194304 4650387 140736870770656 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 9715 3036 377 112 0 4680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38860

[startup+1.50074 s]
/proc/loadavg: 3.85 3.97 3.88 4/188 27537
/proc/meminfo: memFree=23669800/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=39716 CPUtime=1.49 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 5084 0 0 0 149 0 0 0 25 0 1 0 290223359 40669184 3205 33554432000 4194304 4650387 140736870770656 18446744073709551615 4364756 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 9929 3205 379 112 0 4894 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39716

[startup+3.1005 s]
/proc/loadavg: 3.85 3.97 3.88 5/190 27564
/proc/meminfo: memFree=23632920/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=54600 CPUtime=3.09 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 10886 0 0 0 308 1 0 0 25 0 1 0 290223359 55910400 6993 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 13650 6993 381 112 0 8615 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54600

[startup+6.30093 s]
/proc/loadavg: 3.86 3.97 3.88 5/190 27564
/proc/meminfo: memFree=23568936/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=55404 CPUtime=6.29 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 11067 0 0 0 628 1 0 0 25 0 1 0 290223359 56733696 7174 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 13851 7174 381 112 0 8816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55404

[startup+12.7008 s]
/proc/loadavg: 3.87 3.97 3.88 5/190 27565
/proc/meminfo: memFree=23488368/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=57608 CPUtime=12.69 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 14352 0 0 0 1268 1 0 0 25 0 1 0 290223359 58990592 7950 33554432000 4194304 4650387 140736870770656 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 14402 7950 381 112 0 9367 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57608

[startup+25.5005 s]
/proc/loadavg: 3.90 3.97 3.88 5/190 27565
/proc/meminfo: memFree=23430728/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=72432 CPUtime=25.49 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 23861 0 0 0 2547 2 0 0 25 0 1 0 290223359 74170368 11508 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 18108 11508 381 112 0 13073 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72432

[startup+51.1009 s]
/proc/loadavg: 3.93 3.97 3.88 5/190 27566
/proc/meminfo: memFree=23319680/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=87260 CPUtime=51.08 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 35008 0 0 0 5104 4 0 0 25 0 1 0 290223359 89354240 15175 33554432000 4194304 4650387 140736870770656 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 21815 15175 381 112 0 16780 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 87260

[startup+102.307 s]
/proc/loadavg: 3.97 3.97 3.89 5/190 27567
/proc/meminfo: memFree=23259636/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=103284 CPUtime=102.29 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 57881 0 0 0 10221 8 0 0 25 0 1 0 290223359 105762816 18916 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476544 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 25821 18916 381 112 0 20786 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 103284

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.89 5/190 27569
/proc/meminfo: memFree=23202680/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=158552 CPUtime=162.28 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 82221 0 0 0 16213 15 0 0 25 0 1 0 290223359 162357248 21783 33554432000 4194304 4650387 140736870770656 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 39638 21783 381 112 0 34603 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 158552

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.90 5/190 27570
/proc/meminfo: memFree=23144636/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=180616 CPUtime=222.28 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 108946 0 0 0 22204 24 0 0 25 0 1 0 290223359 184950784 26734 33554432000 4194304 4650387 140736870770656 18446744073709551615 4439329 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 45154 26734 381 112 0 40119 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 180616

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.90 6/190 27572
/proc/meminfo: memFree=23125480/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=180980 CPUtime=282.28 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 109160 0 0 0 28204 24 0 0 25 0 1 0 290223359 185323520 26948 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 45245 26948 381 112 0 40210 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 180980

[startup+342.3 s]
/proc/loadavg: 4.06 3.99 3.91 6/190 27573
/proc/meminfo: memFree=23117604/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=180980 CPUtime=342.28 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 109162 0 0 0 34204 24 0 0 25 0 1 0 290223359 185323520 26950 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 45245 26950 381 112 0 40210 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 180980

[startup+402.3 s]
/proc/loadavg: 4.02 3.99 3.91 6/190 27575
/proc/meminfo: memFree=23045036/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=180980 CPUtime=402.29 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 109162 0 0 0 40204 25 0 0 25 0 1 0 290223359 185323520 26950 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 45245 26950 381 112 0 40210 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 180980

[startup+462.301 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 27577
/proc/meminfo: memFree=23051548/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=180980 CPUtime=462.29 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 109162 0 0 0 46204 25 0 0 25 0 1 0 290223359 185323520 26950 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 45245 26950 381 112 0 40210 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 180980

[startup+522.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 27578
/proc/meminfo: memFree=23022112/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=180980 CPUtime=522.29 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 109162 0 0 0 52204 25 0 0 25 0 1 0 290223359 185323520 26950 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 45245 26950 381 112 0 40210 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 180980

[startup+582.301 s]
/proc/loadavg: 4.07 4.02 3.93 5/190 27580
/proc/meminfo: memFree=23043124/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=130764 CPUtime=582.29 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 112476 0 0 0 58203 26 0 0 25 0 1 0 290223359 133902336 26219 33554432000 4194304 4650387 140736870770656 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 32691 26219 381 112 0 27656 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 130764

[startup+642.301 s]
/proc/loadavg: 4.07 4.03 3.93 5/190 27582
/proc/meminfo: memFree=23030424/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=184004 CPUtime=642.3 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 139004 0 0 0 64195 35 0 0 25 0 1 0 290223359 188420096 27263 33554432000 4194304 4650387 140736870770656 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 46001 27263 381 112 0 40966 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 184004

[startup+702.3 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 27583
/proc/meminfo: memFree=23011180/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205316 CPUtime=702.3 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153363 0 0 0 70191 39 0 0 25 0 1 0 290223359 210243584 32408 33554432000 4194304 4650387 140736870770656 18446744073709551615 4438629 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51329 32408 381 112 0 46294 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 205316

[startup+762.306 s]
/proc/loadavg: 4.01 4.02 3.93 6/190 27585
/proc/meminfo: memFree=23006904/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=762.3 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153542 0 0 0 76191 39 0 0 25 0 1 0 290223359 210665472 32587 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476405 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32587 381 112 0 46397 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 205728

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/190 27586
/proc/meminfo: memFree=22978440/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=822.3 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153543 0 0 0 82191 39 0 0 25 0 1 0 290223359 210665472 32588 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32588 381 112 0 46397 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 205728

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 27588
/proc/meminfo: memFree=22995484/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=882.3 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153543 0 0 0 88191 39 0 0 25 0 1 0 290223359 210665472 32588 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32588 381 112 0 46397 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 205728

[startup+942.301 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 27589
/proc/meminfo: memFree=23025192/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=942.3 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153544 0 0 0 94191 39 0 0 25 0 1 0 290223359 210665472 32589 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32589 381 112 0 46397 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 205728

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 27591
/proc/meminfo: memFree=22995376/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=1002.31 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153545 0 0 0 100191 40 0 0 25 0 1 0 290223359 210665472 32590 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32590 381 112 0 46397 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 205728

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 27593
/proc/meminfo: memFree=22970028/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=1062.31 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153545 0 0 0 106191 40 0 0 25 0 1 0 290223359 210665472 32590 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32590 381 112 0 46397 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 205728

[startup+1122.3 s]
/proc/loadavg: 4.10 4.03 3.95 6/190 27594
/proc/meminfo: memFree=23020696/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=1122.31 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153545 0 0 0 112191 40 0 0 25 0 1 0 290223359 210665472 32590 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32590 381 112 0 46397 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 205728

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 3.95 5/190 27596
/proc/meminfo: memFree=23020164/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=1182.31 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153545 0 0 0 118191 40 0 0 25 0 1 0 290223359 210665472 32590 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32590 381 112 0 46397 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 205728

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.95 5/190 27597
/proc/meminfo: memFree=22854332/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=205728 CPUtime=1242.32 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 153545 0 0 0 124192 40 0 0 25 0 1 0 290223359 210665472 32590 33554432000 4194304 4650387 140736870770656 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 51432 32590 381 112 0 46397 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 205728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.95 4/188 27600
/proc/meminfo: memFree=22979788/32951124 swapFree=67111528/67111528
[pid=27509] ppid=27507 vsize=153336 CPUtime=1300.02 cores=0,2
/proc/27509/stat : 27509 (strangenight1-s) R 27507 27509 27198 0 -1 4202496 160413 0 0 0 129959 43 0 0 25 0 1 0 290223359 157016064 29767 33554432000 4194304 4650387 140736870770656 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27509/statm: 38334 29767 381 112 0 33299 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 153336

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.04
CPU user time (s): 1299.6
CPU system time (s): 0.438933
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 206032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.6
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160413
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= 9
involuntary context switches= 2704

runsolver used 2.23966 second user time and 4.87626 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-03 01:17:36
IDJOB=3175679
IDBENCH=82697
IDSOLVER=1589
FILE ID=node137/3175679-1301786256
RUNJOBID= node137-1301783649-27216
PBS_JOBID= 12841381
Free space on /tmp= 72384 MiB

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

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

MD5SUM BENCH= 6d4469ea6d617a494594ad07b4996367
RANDOM SEED=294832049

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23694416 kB
Buffers:        327824 kB
Cached:        8616604 kB
SwapCached:          0 kB
Active:        5191476 kB
Inactive:      3822108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23694416 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13652 kB
Writeback:           0 kB
AnonPages:       68656 kB
Mapped:          15256 kB
Slab:           180152 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   284236 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= 72384 MiB
End job on node137 at 2011-04-03 01:39:18