Trace number 3369780

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
MD5SUM0d20733a6f7d3b01f88ae7bba5f0d271
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark405.867
Satisfiable
(Un)Satisfiability was proved
Number of variables34999
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369780-1305382042.cnf'
0.00/0.00	c -- header says num vars:          34999
0.00/0.00	c -- header says num clauses:      147000
0.09/0.10	c -- clauses added:            0 learnts,       147000 normals,            0 xors
0.09/0.10	c -- vars added      34999
0.09/0.10	c Parsing time:  0.07 s
0.09/0.10	c  N st     0         0     34999    147000         0         0    441000         0   no data   no data  --
0.09/0.18	c asymm  cl-useful: 0/147000/147000 lits-rem:0 time: 0.09
0.19/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.09
0.29/0.35	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.29/0.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.29/0.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  34999 time:  0.01 s
0.29/0.37	c Removed useless bin:       0  fixed:     0  props:   0.34M  time:  0.01 s
0.59/0.65	c lits-rem:         0  cl-subs:        0  v-elim:   1009  v-fix:    0  time:  0.28 s
0.59/0.66	c Finding binary XORs  T:     0.01 s  found:       0
0.69/0.72	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.69/0.72	c calculated reachability. Time: 0.00
0.69/0.73	c Calc default polars -  time:   0.01 s pos:   15594 undec:    3941 neg:   15464
0.69/0.73	c =========================================================================================
0.69/0.73	c types(t): F = full restart, N = normal restart
0.69/0.73	c types(t): S = simplification begin/end, E = solution found
0.69/0.73	c restart types(rt): st = static, dy = dynamic
0.69/0.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.69/0.73	c  B st     0         0     33990    145345         0         0    441481         0   no data   no data  --
1.99/2.04	c  N dy    21      4039     33990    145345         0      4038    441481   1183377    157.86    171.45  --
3.40/3.49	c  N dy    53      8316     33990    145345         0      8315    441481   2280405    167.11    183.64  --
4.79/4.86	c  N dy    80     12340     33990    145345         0     12339    441481   3319870    168.48    179.61  --
6.19/6.22	c  N dy   106     16368     33990    145345         0     16367    441481   4329943    166.46    176.72  --
7.60/7.66	c  N dy   132     20622     33990    145345         0     10620    441481    793237    165.64    183.47  --
8.99/9.05	c  N dy   161     24774     33990    145345         0     14772    441481   1834768    165.45    177.57  --
9.09/9.13	c  F st   164     25001     33990    145345         0     14999    441481   1899280    165.59   no data  --
10.89/10.91	c  N dy   170     30001     33990    145345         0     19999    441481   3465694    165.59   no data  --
10.89/10.91	c  S st   170     30001     33990    145345         0     19999    441481   3465694    165.59   no data  --
11.00/11.08	c  S st   170     30502     33990    145345         0     20500    441481   3574495    165.59   no data  --
11.09/11.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11.09/11.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.29/11.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.21
11.59/11.65	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.59/11.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.59/11.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
11.59/11.68	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
19.99/20.08	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  8.39 s
20.19/20.22	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.14
20.19/20.23	c calculated reachability. Time: 0.00
20.19/20.23	c  N dy   170     30502     33990    145345         0     20496    441481   3573633    165.59   no data  --
21.59/21.69	c  N dy   199     34609     33990    145345         0     24602    441481   4584509    165.30    180.60  --
23.10/23.18	c  N dy   222     38689     33990    145345         0     28682    441481   5617508    164.33    174.17  --
24.69/24.75	c  N dy   250     42774     33990    145345         0     17271    441481   1227153    164.34    174.69  --
25.79/25.88	c  S st   271     45753     33990    145345         0     20250    441481   1981747    164.37   no data  --
25.99/26.08	c  S st   271     46254     33990    145345         0     20751    441481   2084091    164.37   no data  --
25.99/26.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25.99/26.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.30/26.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.21
26.41/26.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
26.41/26.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
26.49/26.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
26.49/26.51	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
31.29/31.37	c lits-rem:         5  cl-subs:        1  v-elim:      0  v-fix:    0  time:  4.86 s
31.29/31.38	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
31.39/31.41	c vivif2 --  cl tried    20750 cl shrink        0 lits rem          0 time: 0.03
31.49/31.55	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.14
31.49/31.56	c calculated reachability. Time: 0.00
31.49/31.56	c  N dy   271     46254     33990    145345         0     20750    441481   2083446    164.37   no data  --
33.01/33.01	c  N dy   298     50361     33990    145345         0     24857    441481   3105517    164.31    175.18  --
34.49/34.57	c  N dy   327     54479     33990    145345         0     28975    441481   4144815    164.39    176.10  --
36.09/36.16	c  N dy   356     58593     33990    145345         0     33089    441481   5176528    164.29    174.76  --
37.69/37.71	c  N dy   381     62608     33990    145345         0     37104    441481   6178703    164.41    174.54  --
39.29/39.36	c  N dy   410     66771     33990    145345         0     22518    441481   1732410    164.72    176.25  --
40.39/40.40	c  S st   429     69381     33990    145345         0     25128    441481   2403235    165.04    145.79  --
40.60/40.61	c  S st   429     69882     33990    145345         0     25629    441481   2493514    165.04   no data  --
40.60/40.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
40.60/40.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.79/40.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.22
40.99/41.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
40.99/41.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
40.99/41.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
40.99/41.07	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
47.39/47.47	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  6.40 s
47.39/47.49	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
47.49/47.52	c vivif2 --  cl tried    25624 cl shrink        0 lits rem          0 time: 0.03
47.59/47.67	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.15
47.59/47.68	c calculated reachability. Time: 0.00
47.59/47.68	c  N dy   429     69882     33990    145345         0     25624    441481   2491153    165.04   no data  --
49.29/49.31	c  N dy   456     74463     33990    145345         0     30205    441481   3638264    164.75    178.46  --
50.99/51.06	c  N dy   491     79233     33990    145345         0     34975    441481   4858831    164.93    181.95  --
52.89/52.98	c  N dy   524     84408     33990    145345         0     40150    441481   6145319    164.86    176.84  --
54.10/54.17	c  F st   549     87500     33990    145345         0     22369    441481   1078867    165.09   no data  --
55.40/55.49	c  N st   554     90795     33990    145345         0     25664    441481   2238403    165.09   no data  --
57.79/57.81	c  N dy   586     96685     33990    145345         0     31553    441481   3873584    165.17    175.25  --
60.29/60.33	c  N dy   632    102911     33990    145345         0     37779    441481   5484203    165.69    178.67  --
61.09/61.12	c  S st   644    104824     33990    145345         0     39692    441481   5953761    165.61   no data  --
61.29/61.34	c  S st   644    105328     33990    145345         0     40196    441481   6031621    165.61   no data  --
61.29/61.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
61.29/61.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.49/61.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.23
61.99/62.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
61.99/62.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
61.99/62.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
61.99/62.08	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
131.00/131.02	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 68.95 s
131.00/131.04	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.01
131.10/131.13	c vivif2 --  cl tried    40195 cl shrink        0 lits rem          0 time: 0.08
131.30/131.31	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.19
131.30/131.32	c calculated reachability. Time: 0.00
131.30/131.33	c  N dy   644    105328     33990    145345         0     40195    441481   6031428    165.61   no data  --
133.99/134.06	c  N dy   691    112123     33990    145345         0     24559    441481   1200899    165.75    202.50  --
136.90/136.97	c  N dy   744    119310     33990    145345         0     31746    441481   3064749    166.00    248.08  --
140.10/140.18	c  N dy   795    127055     33990    145345         0     39491    441481   4994561    165.83    179.59  --
143.80/143.82	c  N dy   856    135276     33990    145345         0     23989    441481    682448    166.13    175.50  --
147.30/147.32	c  N dy   915    143957     33990    145345         0     32670    441481   2895415    166.15    175.20  --
151.29/151.30	c  N dy   984    153226     33990    145345         0     41939    441481   5298602    166.44    197.18  --
153.40/153.40	c  S st  1017    157993     33990    145345         0     46706    441481   6525655    166.48   no data  --
153.60/153.61	c  S st  1017    158496     33990    145345         0     47209    441481   6628702    166.48   no data  --
153.60/153.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
153.60/153.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.80/153.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
154.20/154.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
154.20/154.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
154.20/154.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
154.29/154.31	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
241.59/241.64	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 87.34 s
241.59/241.66	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
241.69/241.76	c vivif2 --  cl tried    47206 cl shrink        0 lits rem          0 time: 0.10
241.90/241.98	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.21
241.90/241.99	c calculated reachability. Time: 0.00
241.90/241.99	c  N dy  1017    158496     33990    145345         0     47206    441481   6627957    166.48   no data  --
246.30/246.39	c  N dy  1086    168690     33990    145345         0     32542    441481   2567086    166.58    176.76  --
251.10/251.14	c  N dy  1164    179603     33990    145345         0     43455    441481   5370379    166.86    178.10  --
256.21/256.29	c  N dy  1241    191142     33990    145345         0     29062    441481   1355841    166.89    179.77  --
261.49/261.53	c  N dy  1331    203355     33990    145345         0     41275    441481   4544787    167.20    184.88  --
267.39/267.47	c  N dy  1422    216379     33990    145345         0     27335    441481    646442    167.30    176.26  --
273.30/273.37	c  N dy  1516    230267     33990    145345         0     41222    441481   4163202    167.27    182.53  --
276.70/276.70	c  S st  1563    237744     33990    145345         0     48699    441481   6062347    167.22   no data  --
276.90/276.93	c  S st  1563    238246     33990    145345         0     49201    441481   6168966    167.22   no data  --
276.90/276.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
276.90/276.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
277.10/277.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
277.60/277.61	c bin-w-bin subsume rem            0 bins  time:  0.01 s
277.60/277.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
277.60/277.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
277.60/277.64	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
357.30/357.30	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 79.65 s
357.30/357.32	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
357.40/357.41	c vivif2 --  cl tried    49196 cl shrink        0 lits rem          0 time: 0.09
357.60/357.63	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.22
357.60/357.64	c calculated reachability. Time: 0.00
357.60/357.64	c  N dy  1563    238246     33990    145345         0     49196    441481   6166958    167.22   no data  --
364.40/364.45	c  N dy  1671    253514     33990    145345         0     36484    441481   2729165    167.46    182.22  --
371.60/371.63	c  N dy  1780    269713     33990    145345         0     52682    441481   6889642    167.48    176.49  --
379.20/379.28	c  N dy  1895    287044     33990    145345         0     41021    441481   3630807    167.55    184.68  --
387.60/387.66	c  N dy  2022    305437     33990    145345         0     59411    441481   8350839    167.60    177.10  --
388.00/388.08	c  F st  2029    306253     33990    145345         0     30238    441481    557719    167.61    131.78  --
396.40/396.44	c  N dy  2137    325027     33990    145345         0     49010    441481   5890126    167.80    179.59  --
405.40/405.43	c  N dy  2269    345030     33990    145345         0     38016    441481   2301229    167.79    179.74  --
410.80/410.87	c  S st  2353    357370     33990    145345         0     50356    441481   5461579    167.77   no data  --
411.10/411.11	c  S st  2353    357870     33990    145345         0     50855    441481   5568235    167.77   no data  --
411.10/411.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
411.10/411.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
411.30/411.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
411.70/411.76	c bin-w-bin subsume rem            0 bins  time:  0.01 s
411.70/411.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
411.70/411.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
411.70/411.79	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
479.10/479.10	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 67.30 s
479.10/479.12	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
479.20/479.20	c vivif2 --  cl tried    50852 cl shrink        0 lits rem          0 time: 0.09
479.40/479.43	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.22
479.40/479.44	c calculated reachability. Time: 0.00
479.40/479.44	c  N dy  2353    357870     33990    145345         0     50852    441481   5567358    167.77   no data  --
488.51/488.58	c  N dy  2488    377939     33990    145345         0     38925    441481   2286248    167.82    228.95  --
497.60/497.67	c  N dy  2627    397985     33990    145345         0     58968    441481   7511492    167.92    185.55  --
506.81/506.80	c  N dy  2764    418042     33990    145345         0     46031    441481   3859050    168.04    188.40  --
516.21/516.23	c  N dy  2904    438076     33990    145345         0     66065    441481   9080229    168.13    182.02  --
525.21/525.21	c  N dy  3043    458084     33990    145345         0     52070    441481   5128141    168.22    183.83  --
534.61/534.66	c  N dy  3178    478088     33990    145345         0     37079    441481   1037680    168.30    182.98  --
543.61/543.64	c  N dy  3316    498246     33990    145345         0     57237    441481   6176831    168.22    183.94  --
553.11/553.15	c  N dy  3459    518354     33990    145345         0     41343    441481   1867609    168.32    179.10  --
561.60/561.64	c  S st  3593    536807     33990    145345         0     59795    441481   6701890    168.46   no data  --
561.80/561.89	c  S st  3593    537309     33990    145345         0     60297    441481   6802001    168.46   no data  --
561.90/561.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
561.90/561.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
562.11/562.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
562.60/562.62	c bin-w-bin subsume rem            0 bins  time:  0.01 s
562.60/562.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
562.60/562.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
562.60/562.66	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
660.60/660.69	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time: 98.03 s
660.70/660.71	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
660.80/660.82	c vivif2 --  cl tried    60295 cl shrink        0 lits rem          0 time: 0.11
661.01/661.06	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.25
661.01/661.07	c calculated reachability. Time: 0.00
661.01/661.07	c  N dy  3593    537309     33990    145345         0     60295    441481   6801638    168.46   no data  --
670.61/670.61	c  N dy  3736    557559     33990    145345         0     43550    441481   2172676    168.55    178.91  --
679.82/679.85	c  N dy  3876    577639     33990    145345         0     63630    441481   7335765    168.60    177.53  --
689.31/689.36	c  N dy  4016    597691     33990    145345         0     45681    441481   2453407    168.59    178.02  --
698.71/698.73	c  N dy  4161    617722     33990    145345         0     65711    441481   7664524    168.66    178.82  --
708.31/708.33	c  N dy  4301    637820     33990    145345         0     46810    441481   2564453    168.70    184.50  --
717.61/717.60	c  N dy  4439    657880     33990    145345         0     66870    441481   7744878    168.70    179.54  --
727.21/727.24	c  N dy  4577    677913     33990    145345         0     46902    441481   2261716    168.77    183.70  --
736.51/736.51	c  N dy  4710    697938     33990    145345         0     66926    441481   7532975    168.79    183.95  --
746.31/746.33	c  N dy  4846    717961     33990    145345         0     45947    441481   1821811    168.84    178.96  --
755.61/755.65	c  N dy  4989    738056     33990    145345         0     66042    441481   7040176    168.87    201.98  --
765.51/765.58	c  N dy  5123    758263     33990    145345         0     44244    441481   1064236    168.85    182.43  --
774.81/774.85	c  N dy  5259    778324     33990    145345         0     64302    441481   6252473    168.86    179.04  --
784.81/784.86	c  N dy  5396    798418     33990    145345         0     84394    441481  11478084    168.89    186.56  --
788.41/788.45	c  S st  5453    805964     33990    145345         0     48949    441481   2130441    168.99   no data  --
788.62/788.68	c  S st  5453    806470     33990    145345         0     49455    441481   2222277    168.99   no data  --
788.62/788.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
788.62/788.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
788.91/788.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
789.11/789.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
789.11/789.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
789.11/789.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
789.11/789.15	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
795.41/795.43	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.28 s
795.41/795.44	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
795.41/795.48	c vivif2 --  cl tried    49454 cl shrink        0 lits rem          0 time: 0.04
795.61/795.69	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.21
795.71/795.70	c calculated reachability. Time: 0.00
795.71/795.70	c  N dy  5453    806470     33990    145345         0     49454    441481   2221989    168.99   no data  --
805.01/805.09	c  N dy  5586    826522     33990    145345         0     69506    441481   7360276    168.96    204.61  --
814.31/814.38	c  N dy  5733    846610     33990    145345         0     45590    441481    918490    168.98    182.30  --
822.61/822.61	c  N dy  5880    866668     33990    145345         0     65646    441481   6164506    169.05    185.66  --
831.41/831.42	c  N dy  6017    886708     33990    145345         0     85686    441481  11431711    169.10    178.72  --
839.71/839.78	c  N dy  6154    906712     33990    145345         0     60689    441481   4581034    169.12    192.92  --
848.41/848.45	c  N dy  6294    926779     33990    145345         0     80755    441481   9830007    169.19    179.81  --
857.11/857.13	c  N dy  6432    946854     33990    145345         0     54836    441481   2815017    169.22    182.24  --
865.62/865.65	c  N dy  6570    966993     33990    145345         0     74974    441481   8011718    169.21    181.72  --
874.71/874.78	c  N dy  6708    987128     33990    145345         0     48109    441481    792892    169.25    181.45  --
883.01/883.06	c  N dy  6847   1007147     33990    145345         0     68127    441481   6081117    169.31    189.26  --
892.52/892.50	c  N dy  6991   1027167     33990    145345         0     88146    441481  11401798    169.41    214.04  --
901.92/901.93	c  N dy  7134   1047297     33990    145345         0     60276    441481   3777886    169.45    191.39  --
911.82/911.84	c  N dy  7272   1067360     33990    145345         0     80335    441481   8951768    169.46    185.93  --
914.12/914.19	c  F st  7306   1071879     33990    145345         0     84854    441481  10146306    169.48   no data  --
922.51/922.50	c  N dy  7384   1087442     33990    145345         0     51421    441481   1128027    169.50    181.30  --
932.02/932.03	c  N dy  7525   1107517     33990    145345         0     71494    441481   6374296    169.51    184.35  --
942.42/942.48	c  N dy  7671   1127599     33990    145345         0     91575    441481  11662972    169.58    186.91  --
952.32/952.35	c  N dy  7798   1147605     33990    145345         0     61591    441481   3539780    169.55    183.44  --
962.22/962.21	c  N dy  7931   1167695     33990    145345         0     81677    441481   8780408    169.55    179.49  --
972.82/972.83	c  N dy  8061   1187734     33990    145345         0    101714    441481  13994928    169.56    188.42  --
982.41/982.44	c  N dy  8196   1207769     33990    145345         0     70756    441481   5668303    169.57    183.69  --
983.43/983.43	c  S st  8211   1209706     33990    145345         0     72693    441481   6172434    169.58   no data  --
983.62/983.69	c  S st  8211   1210210     33990    145345         0     73197    441481   6263151    169.58   no data  --
983.72/983.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
983.72/983.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
983.92/983.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.26
984.43/984.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
984.43/984.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
984.43/984.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  33990 time:  0.01 s
984.43/984.43	c Removed useless bin:       0  fixed:     0  props:   0.33M  time:  0.01 s
1071.12/1071.12	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 86.69 s
1071.12/1071.14	c vivif2 --  cl tried   145345 cl shrink        0 lits rem          0 time: 0.02
1071.22/1071.24	c vivif2 --  cl tried    73192 cl shrink        0 lits rem          0 time: 0.10
1071.52/1071.50	c asymm  cl-useful: 0/145345/145345 lits-rem:0 time: 0.27
1071.52/1071.52	c calculated reachability. Time: 0.00
1071.52/1071.52	c  N dy  8211   1210210     33990    145345         0     73192    441481   6261650    169.58   no data  --
1081.71/1081.79	c  N dy  8343   1230268     33990    145345         0     93249    441481  11509902    169.59    183.42  --
1092.12/1092.12	c  N dy  8484   1250327     33990    145345         0     61311    441481   3004746    169.61    193.26  --
1101.92/1101.95	c  N dy  8613   1270358     33990    145345         0     81342    441481   8219018    169.59    244.25  --
1112.62/1112.63	c  N dy  8760   1290439     33990    145345         0    101422    441481  13489093    169.64    204.36  --
1122.62/1122.61	c  N dy  8905   1310493     33990    145345         0     68477    441481   4619196    169.68    186.71  --
1132.72/1132.74	c  N dy  9046   1330508     33990    145345         0     88492    441481   9898562    169.70    179.41  --
1143.63/1143.66	c  N dy  9183   1350575     33990    145345         0     54552    441481    694412    169.70    178.65  --
1153.22/1153.23	c  N dy  9316   1370668     33990    145345         0     74643    441481   5927066    169.72    180.96  --
1163.62/1163.64	c  N dy  9454   1390768     33990    145345         0     94740    441481  11261603    169.76    189.56  --
1174.22/1174.23	c  N dy  9593   1410938     33990    145345         0     59925    441481   1833369    169.78    194.42  --
1183.83/1183.84	c  N dy  9726   1430955     33990    145345         0     79937    441481   6983492    169.77    194.84  --
1194.32/1194.33	c  N dy  9865   1450991     33990    145345         0     99972    441481  12147883    169.77    180.06  --
1204.72/1204.78	c  N dy  9999   1471086     33990    145345         0     64067    441481   2703164    169.81    183.11  --
1214.63/1214.68	c  N dy 10138   1491142     33990    145345         0     84122    441481   7944551    169.82    181.66  --
1225.43/1225.41	c  N dy 10278   1511241     33990    145345         0    104221    441481  13186376    169.83    179.85  --
1235.83/1235.80	c  N dy 10415   1531259     33990    145345         0     67238    441481   3259542    169.87    183.23  --
1245.83/1245.88	c  N dy 10550   1551476     33990    145345         0     87455    441481   8666647    169.91    179.29  --
1256.62/1256.61	c  N dy 10684   1571573     33990    145345         0    107551    441481  13870731    169.90    183.13  --
1267.03/1267.03	c  N dy 10825   1591627     33990    145345         0     69607    441481   3617056    169.91    183.90  --
1277.33/1277.30	c  N dy 10966   1611737     33990    145345         0     89717    441481   8910655    169.94    181.71  --
1288.33/1288.39	c  N dy 11109   1631796     33990    145345         0    109774    441481  14244837    169.98    183.12  --
1298.73/1298.77	c  N dy 11250   1651858     33990    145345         0     70838    441481   3688426    170.00    182.47  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369780-1305382042/watcher-3369780-1305382042 -o /tmp/evaluation-result-3369780-1305382042/solver-3369780-1305382042 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369780-1305382042.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 1.72 2.92 3.37 4/329 12011
/proc/meminfo: memFree=28052700/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=33876 CPUtime=0 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 1819 0 0 0 0 0 0 0 20 0 1 0 649803051 34689024 1565 33554432000 4194304 4650387 140736949404944 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 8469 1570 329 112 0 3434 0

[startup+0.0142151 s]
/proc/loadavg: 1.72 2.92 3.37 4/329 12011
/proc/meminfo: memFree=28052700/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=42704 CPUtime=0 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 4125 0 0 0 0 0 0 0 20 0 1 0 649803051 43728896 3077 33554432000 4194304 4650387 140736949404944 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 10676 3077 329 112 0 5641 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 42704

[startup+0.100203 s]
/proc/loadavg: 1.72 2.92 3.37 4/329 12011
/proc/meminfo: memFree=28052700/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=50864 CPUtime=0.09 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 6859 0 0 0 8 1 0 0 20 0 1 0 649803051 52084736 5811 33554432000 4194304 4650387 140736949404944 18446744073709551615 4536062 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 12716 5811 346 112 0 7681 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50864

[startup+0.300168 s]
/proc/loadavg: 1.72 2.92 3.37 4/329 12011
/proc/meminfo: memFree=28052700/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=63640 CPUtime=0.29 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 9402 0 0 0 27 2 0 0 21 0 1 0 649803051 65167360 7491 33554432000 4194304 4650387 140736949404944 18446744073709551615 268272349893 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 15910 7495 356 112 0 10875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63640

[startup+0.701097 s]
/proc/loadavg: 1.72 2.92 3.37 4/329 12011
/proc/meminfo: memFree=28052700/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=83896 CPUtime=0.69 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 14110 0 0 0 67 2 0 0 22 0 1 0 649803051 85909504 12199 33554432000 4194304 4650387 140736949404944 18446744073709551615 4389450 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 20974 12199 371 112 0 15939 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83896

[startup+1.50095 s]
/proc/loadavg: 1.90 2.94 3.38 5/330 12012
/proc/meminfo: memFree=27991192/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=83896 CPUtime=1.49 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 14859 0 0 0 147 2 0 0 25 0 1 0 649803051 85909504 12948 33554432000 4194304 4650387 140736949404944 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 20974 12948 379 112 0 15939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83896

[startup+3.10073 s]
/proc/loadavg: 1.90 2.94 3.38 5/330 12013
/proc/meminfo: memFree=27981644/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=83896 CPUtime=3.1 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 16065 0 0 0 307 3 0 0 25 0 1 0 649803051 85909504 14154 33554432000 4194304 4650387 140736949404944 18446744073709551615 4315098 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 20974 14155 379 112 0 15939 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 83896

[startup+6.3011 s]
/proc/loadavg: 2.15 2.97 3.38 5/330 12013
/proc/meminfo: memFree=27926404/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=133252 CPUtime=6.29 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 18454 0 0 0 626 3 0 0 25 0 1 0 649803051 136450048 16543 33554432000 4194304 4650387 140736949404944 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 33313 16543 379 112 0 28278 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 133252

[startup+12.701 s]
/proc/loadavg: 2.30 2.99 3.39 5/330 12013
/proc/meminfo: memFree=27764736/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=222772 CPUtime=12.69 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 42645 0 0 0 1262 7 0 0 25 0 1 0 649803051 228118528 34658 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 55693 34658 383 112 0 50658 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 222772

[startup+25.5007 s]
/proc/loadavg: 2.74 3.06 3.40 5/330 12013
/proc/meminfo: memFree=27697912/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=171212 CPUtime=25.5 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 49974 0 0 0 2540 10 0 0 25 0 1 0 649803051 175321088 34980 33554432000 4194304 4650387 140736949404944 18446744073709551615 4363464 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 42803 34980 383 112 0 37768 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 171212

[startup+51.1011 s]
/proc/loadavg: 3.17 3.13 3.42 5/330 12014
/proc/meminfo: memFree=27580668/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=256780 CPUtime=51.09 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 65254 0 0 0 5096 13 0 0 25 0 1 0 649803051 262942720 43148 33554432000 4194304 4650387 140736949404944 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 64195 43148 383 112 0 59160 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 256780

[startup+102.312 s]
/proc/loadavg: 3.74 3.29 3.46 5/330 12015
/proc/meminfo: memFree=27490964/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=306260 CPUtime=102.31 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 87000 0 0 0 10213 18 0 0 25 0 1 0 649803051 313610240 57506 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476181 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 76565 57506 383 112 0 71530 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 306260

[startup+162.3 s]
/proc/loadavg: 3.98 3.44 3.49 5/330 12017
/proc/meminfo: memFree=27347452/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=341460 CPUtime=162.29 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 104700 0 0 0 16208 21 0 0 25 0 1 0 649803051 349655040 67188 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476101 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 85365 67188 383 112 0 80330 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 341460

[startup+222.301 s]
/proc/loadavg: 3.99 3.54 3.52 5/330 12018
/proc/meminfo: memFree=27305864/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=341460 CPUtime=222.29 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 104859 0 0 0 22208 21 0 0 25 0 1 0 649803051 349655040 67347 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 85365 67347 383 112 0 80330 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 341460

[startup+282.301 s]
/proc/loadavg: 3.99 3.62 3.55 5/330 12020
/proc/meminfo: memFree=27274832/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=357596 CPUtime=282.3 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 122281 0 0 0 28202 28 0 0 25 0 1 0 649803051 366178304 71229 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 89399 71229 383 112 0 84364 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 357596

[startup+342.3 s]
/proc/loadavg: 3.99 3.68 3.57 5/330 12022
/proc/meminfo: memFree=27263140/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=357596 CPUtime=342.3 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 122387 0 0 0 34202 28 0 0 25 0 1 0 649803051 366178304 71335 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 89399 71335 383 112 0 84364 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 357596

[startup+402.3 s]
/proc/loadavg: 3.99 3.74 3.60 5/330 12023
/proc/meminfo: memFree=27215480/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=372776 CPUtime=402.3 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 145043 0 0 0 40191 39 0 0 25 0 1 0 649803051 381722624 78189 33554432000 4194304 4650387 140736949404944 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 93194 78189 383 112 0 88159 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 372776

[startup+462.301 s]
/proc/loadavg: 3.99 3.78 3.62 5/330 12025
/proc/meminfo: memFree=27226844/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=373236 CPUtime=462.3 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 147931 0 0 0 46190 40 0 0 25 0 1 0 649803051 382193664 74777 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 93309 74777 383 112 0 88274 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 373236

[startup+522.301 s]
/proc/loadavg: 3.99 3.82 3.64 5/330 12026
/proc/meminfo: memFree=27192584/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=385516 CPUtime=522.3 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 168210 0 0 0 52182 48 0 0 25 0 1 0 649803051 394768384 75938 33554432000 4194304 4650387 140736949404944 18446744073709551615 4363464 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 96379 75938 383 112 0 91344 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 385516

[startup+582.3 s]
/proc/loadavg: 4.07 3.87 3.66 5/330 12028
/proc/meminfo: memFree=27197520/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=385612 CPUtime=582.3 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 185492 0 0 0 58174 56 0 0 25 0 1 0 649803051 394866688 79292 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476097 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 96403 79292 383 112 0 91368 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 385612

[startup+642.301 s]
/proc/loadavg: 4.25 3.94 3.70 5/330 12030
/proc/meminfo: memFree=27194860/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=385612 CPUtime=642.31 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 185492 0 0 0 64175 56 0 0 25 0 1 0 649803051 394866688 79292 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 96403 79292 383 112 0 91368 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 385612

[startup+702.301 s]
/proc/loadavg: 4.09 3.95 3.72 5/330 12031
/proc/meminfo: memFree=27143376/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=416080 CPUtime=702.31 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 210718 0 0 0 70165 66 0 0 25 0 1 0 649803051 426065920 89529 33554432000 4194304 4650387 140736949404944 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 104020 89529 383 112 0 98985 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 416080

[startup+762.312 s]
/proc/loadavg: 4.11 3.98 3.74 5/330 12033
/proc/meminfo: memFree=27143476/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=416520 CPUtime=762.33 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 236376 0 0 0 76157 76 0 0 25 0 1 0 649803051 426516480 90633 33554432000 4194304 4650387 140736949404944 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 104130 90633 383 112 0 99095 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 416520

[startup+822.301 s]
/proc/loadavg: 4.04 3.98 3.75 5/330 12034
/proc/meminfo: memFree=27138216/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=417052 CPUtime=822.31 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 258724 0 0 0 82146 85 0 0 25 0 1 0 649803051 427061248 86117 33554432000 4194304 4650387 140736949404944 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 104263 86117 383 112 0 99228 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 417052

[startup+882.301 s]
/proc/loadavg: 4.01 3.98 3.76 5/330 12036
/proc/meminfo: memFree=27147976/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=417676 CPUtime=882.31 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 287732 0 0 0 88139 92 0 0 25 0 1 0 649803051 427700224 85816 33554432000 4194304 4650387 140736949404944 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 104419 85816 383 112 0 99384 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 417676

[startup+942.3 s]
/proc/loadavg: 4.00 3.98 3.77 5/330 12038
/proc/meminfo: memFree=27064836/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=418000 CPUtime=942.32 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 315235 0 0 0 94128 104 0 0 25 0 1 0 649803051 428032000 91688 33554432000 4194304 4650387 140736949404944 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 104500 91688 383 112 0 99465 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 418000

[startup+1002.3 s]
/proc/loadavg: 4.00 3.98 3.79 5/330 12039
/proc/meminfo: memFree=27071992/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=418608 CPUtime=1002.32 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 331858 0 0 0 100120 112 0 0 25 0 1 0 649803051 428654592 86537 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 104652 86537 383 112 0 99617 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 418608

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.80 5/330 12041
/proc/meminfo: memFree=27129352/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=418608 CPUtime=1062.32 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 331858 0 0 0 106120 112 0 0 25 0 1 0 649803051 428654592 86537 33554432000 4194304 4650387 140736949404944 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 104652 86537 383 112 0 99617 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 418608

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.81 5/330 12042
/proc/meminfo: memFree=26974936/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=424692 CPUtime=1122.32 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 354394 0 0 0 112110 122 0 0 25 0 1 0 649803051 434884608 86188 33554432000 4194304 4650387 140736949404944 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 106173 86188 383 112 0 101138 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 424692

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.82 5/330 12044
/proc/meminfo: memFree=26853636/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=440724 CPUtime=1182.32 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 384132 0 0 0 118097 135 0 0 25 0 1 0 649803051 451301376 91772 33554432000 4194304 4650387 140736949404944 18446744073709551615 4364314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 110181 91772 383 112 0 105146 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 440724

[startup+1242.3 s]
/proc/loadavg: 4.13 4.04 3.84 5/330 12046
/proc/meminfo: memFree=26846652/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=441236 CPUtime=1242.33 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 409697 0 0 0 124085 148 0 0 25 0 1 0 649803051 451825664 92518 33554432000 4194304 4650387 140736949404944 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 110309 92518 383 112 0 105274 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 441236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 4.01 3.85 2/324 12050
/proc/meminfo: memFree=27735488/32950928 swapFree=60199044/67111528
[pid=12011] ppid=12009 vsize=441588 CPUtime=1300.03 cores=5,7
/proc/12011/stat : 12011 (strangenight1-s) R 12009 12011 11551 0 -1 4202496 433513 0 0 0 129842 161 0 0 25 0 1 0 649803051 452186112 90087 33554432000 4194304 4650387 140736949404944 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/12011/statm: 110397 90087 383 112 0 105362 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 441588

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.43
CPU system time (s): 1.63075
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 441588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.43
system time used= 1.63075
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 433517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1324

runsolver used 3.68644 second user time and 9.41957 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 16:07:23
IDJOB=3369780
IDBENCH=82589
IDSOLVER=1847
FILE ID=node122/3369780-1305382042
RUNJOBID= node122-1305382042-11972
PBS_JOBID= 13324380
Free space on /tmp= 73412 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S448503257-098-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369780-1305382042/watcher-3369780-1305382042 -o /tmp/evaluation-result-3369780-1305382042/solver-3369780-1305382042 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369780-1305382042.cnf

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

MD5SUM BENCH= 0d20733a6f7d3b01f88ae7bba5f0d271
RANDOM SEED=372920917

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28052856 kB
Buffers:        257396 kB
Cached:        3273564 kB
SwapCached:      50104 kB
Active:         904156 kB
Inactive:      3785072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28052856 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           30440 kB
Writeback:           0 kB
AnonPages:     1118124 kB
Mapped:          14904 kB
Slab:           112624 kB
PageTables:      32812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52672752 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= 73428 MiB
End job on node122 at 2011-05-14 16:29:05