Trace number 3175538

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.08 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S1196935200-064-UNKNOWN.cnf
MD5SUMa5ac359cd8af4f1e83d886effb49a2a9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark204.405
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
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-3175538-1301783661.cnf'
0.00/0.00	c -- header says num vars:          30000
0.00/0.00	c -- header says num clauses:      126000
0.06/0.08	c -- clauses added:            0 learnts,       126000 normals,            0 xors
0.06/0.08	c -- vars added      30000
0.06/0.08	c Parsing time:  0.07 s
0.06/0.08	c  N st     0         0     30000    126000         0         0    378000         0   no data   no data  --
0.09/0.16	c asymm  cl-useful: 0/126000/126000 lits-rem:0 time: 0.08
0.19/0.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.07
0.28/0.31	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.28/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.28/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  30000 time:  0.01 s
0.28/0.33	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
0.49/0.59	c lits-rem:         0  cl-subs:        0  v-elim:    855  v-fix:    0  time:  0.25 s
0.59/0.60	c Finding binary XORs  T:     0.01 s  found:       0
0.59/0.67	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
0.59/0.67	c calculated reachability. Time: 0.00
0.59/0.68	c Calc default polars -  time:   0.01 s pos:   13382 undec:    3383 neg:   13235
0.59/0.68	c =========================================================================================
0.59/0.68	c types(t): F = full restart, N = normal restart
0.59/0.68	c types(t): S = simplification begin/end, E = solution found
0.59/0.68	c restart types(rt): st = static, dy = dynamic
0.59/0.68	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.59/0.68	c  B st     0         0     29145    124665         0         0    378828         0   no data   no data  --
1.99/2.01	c  N dy    19      4013     29145    124665         0      4011    378828   1170185    152.41    166.69  --
3.30/3.37	c  N dy    48      8107     29145    124665         0      8105    378828   2166936    156.70    228.35  --
4.69/4.72	c  N dy    75     12179     29145    124665         0     12177    378828   3137549    156.60    173.59  --
5.99/6.08	c  N dy   101     16319     29145    124665         0     16317    378828   4136048    156.61    168.91  --
7.49/7.56	c  N dy   126     20672     29145    124665         0     10676    378828    770050    155.58    164.24  --
8.89/8.90	c  N dy   150     24757     29145    124665         0     14760    378828   1737779    154.54    163.06  --
8.89/8.98	c  F st   153     25000     29145    124665         0     15003    378828   1792074    154.50   no data  --
10.69/10.73	c  N dy   159     30000     29145    124665         0     20002    378828   3324903    154.50   no data  --
10.69/10.73	c  S st   159     30000     29145    124665         0     20002    378828   3324903    154.50   no data  --
10.89/10.90	c  S st   159     30503     29145    124665         0     20505    378828   3420816    154.50   no data  --
10.89/10.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10.89/10.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.09/11.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.18
11.39/11.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
11.39/11.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
11.39/11.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
11.39/11.47	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
18.79/18.81	c lits-rem:         0  cl-subs:        8  v-elim:      0  v-fix:    0  time:  7.34 s
18.89/18.95	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.14
18.89/18.96	c calculated reachability. Time: 0.00
18.89/18.96	c  N dy   159     30503     29145    124665         0     20497    378828   3416461    154.50   no data  --
20.39/20.43	c  N dy   185     34584     29145    124665         0     24578    378828   4386498    154.32    168.14  --
21.90/21.99	c  N dy   219     38626     29145    124665         0     28620    378828   5366967    155.27    168.59  --
23.49/23.58	c  N dy   248     42672     29145    124665         0     17168    378828   1172880    155.87    166.42  --
24.59/24.69	c  S st   270     45754     29145    124665         0     20250    378828   1939364    156.26    132.77  --
24.79/24.86	c  S st   270     46257     29145    124665         0     20753    378828   2030455    156.26   no data  --
24.79/24.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
24.79/24.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.99/25.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.17
25.20/25.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.20/25.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
25.20/25.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
25.20/25.23	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
30.09/30.15	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  4.92 s
30.09/30.17	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.02
30.19/30.20	c vivif2 --  cl tried    20751 cl shrink        0 lits rem          0 time: 0.03
30.29/30.35	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.15
30.29/30.35	c calculated reachability. Time: 0.00
30.29/30.36	c  N dy   270     46257     29145    124665         0     20751    378828   2030230    156.26   no data  --
31.90/31.93	c  N dy   303     50393     29145    124665         0     24887    378828   3043857    156.80    165.20  --
33.39/33.43	c  N dy   329     54401     29145    124665         0     28895    378828   3999068    156.50    172.35  --
34.99/35.01	c  N dy   361     58462     29145    124665         0     32956    378828   4999711    157.06    203.67  --
36.60/36.66	c  N dy   389     62576     29145    124665         0     37070    378828   5992205    156.87    170.66  --
38.20/38.26	c  N dy   415     66622     29145    124665         0     22367    378828   1600314    156.75    167.65  --
39.29/39.31	c  S st   434     69385     29145    124665         0     25130    378828   2273375    156.81   no data  --
39.50/39.51	c  S st   434     69886     29145    124665         0     25631    378828   2354504    156.81   no data  --
39.50/39.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39.50/39.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.69/39.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.19
39.89/39.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
39.89/39.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
39.89/39.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
39.89/39.94	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
45.99/46.01	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  6.07 s
45.99/46.02	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
45.99/46.05	c vivif2 --  cl tried    25630 cl shrink        0 lits rem          0 time: 0.03
46.10/46.20	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.14
46.20/46.20	c calculated reachability. Time: 0.00
46.20/46.20	c  N dy   434     69886     29145    124665         0     25630    378828   2353886    156.81   no data  --
47.69/47.78	c  N dy   461     74387     29145    124665         0     30131    378828   3459011    156.54    181.00  --
49.50/49.54	c  N dy   492     79269     29145    124665         0     35013    378828   4634490    156.33    165.69  --
51.60/51.67	c  N dy   526     84486     29145    124665         0     40229    378828   5893373    156.48    164.94  --
52.80/52.85	c  F st   545     87502     29145    124665         0     22373    378828   1045187    156.49   no data  --
54.09/54.10	c  N st   550     90799     29145    124665         0     25670    378828   2018949    156.49   no data  --
56.39/56.49	c  N dy   579     96680     29145    124665         0     31551    378828   3667647    156.65    166.02  --
59.10/59.16	c  N dy   621    103176     29145    124665         0     38047    378828   5213875    156.46    165.93  --
59.79/59.85	c  S st   632    104830     29145    124665         0     39701    378828   5603218    156.35    145.15  --
59.99/60.08	c  S st   632    105337     29145    124665         0     40208    378828   5696204    156.35   no data  --
60.09/60.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
60.09/60.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.29/60.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.20
60.69/60.71	c bin-w-bin subsume rem            0 bins  time:  0.01 s
60.69/60.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
60.69/60.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
60.69/60.74	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
126.20/126.26	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 65.52 s
126.20/126.27	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
126.30/126.35	c vivif2 --  cl tried    40207 cl shrink        0 lits rem          0 time: 0.08
126.50/126.53	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.18
126.50/126.54	c calculated reachability. Time: 0.00
126.50/126.54	c  N dy   632    105337     29145    124665         0     40207    378828   5695811    156.35   no data  --
129.20/129.25	c  N dy   674    112091     29145    124665         0     24525    378828   1113875    156.09    165.19  --
132.10/132.18	c  N dy   719    119495     29145    124665         0     31929    378828   2892217    155.88    164.09  --
135.31/135.37	c  N dy   772    127171     29145    124665         0     39604    378828   4765010    156.05    170.44  --
138.89/138.90	c  N dy   827    135370     29145    124665         0     24082    378828    696215    156.17    168.72  --
142.29/142.34	c  N dy   888    144013     29145    124665         0     32725    378828   2800154    156.32    178.04  --
145.90/145.92	c  N dy   954    153336     29145    124665         0     42048    378828   5068132    156.45    165.41  --
147.70/147.70	c  S st   985    158005     29145    124665         0     46717    378828   6196915    156.50   no data  --
147.90/147.91	c  S st   985    158509     29145    124665         0     47221    378828   6280526    156.50   no data  --
147.90/147.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
147.90/147.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
148.10/148.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.20
148.50/148.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
148.50/148.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
148.50/148.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
148.50/148.56	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
233.50/233.50	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 84.95 s
233.50/233.52	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
233.60/233.62	c vivif2 --  cl tried    47218 cl shrink        0 lits rem          0 time: 0.10
233.80/233.83	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.21
233.80/233.84	c calculated reachability. Time: 0.00
233.80/233.84	c  N dy   985    158509     29145    124665         0     47218    378828   6278908    156.50   no data  --
238.10/238.12	c  N dy  1062    168729     29145    124665         0     32580    378828   2446309    156.75    165.38  --
242.60/242.66	c  N dy  1136    179518     29145    124665         0     43369    378828   5073350    156.87    168.22  --
247.60/247.61	c  N dy  1215    191071     29145    124665         0     28996    378828   1277396    156.87    166.28  --
252.61/252.65	c  N dy  1296    203267     29145    124665         0     41192    378828   4226365    156.91    166.53  --
258.41/258.42	c  N dy  1382    216338     29145    124665         0     27298    378828    604296    156.91    166.34  --
264.10/264.19	c  N dy  1473    230368     29145    124665         0     41326    378828   4029937    156.83    172.04  --
267.41/267.40	c  S st  1524    237764     29145    124665         0     48722    378828   5823845    156.88   no data  --
267.61/267.63	c  S st  1524    238266     29145    124665         0     49224    378828   5916080    156.88   no data  --
267.61/267.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
267.61/267.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
267.81/267.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.21
268.21/268.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
268.21/268.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
268.21/268.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
268.21/268.30	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
347.90/347.97	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 79.67 s
347.90/347.99	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
348.00/348.08	c vivif2 --  cl tried    49219 cl shrink        0 lits rem          0 time: 0.09
348.30/348.30	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.21
348.30/348.31	c calculated reachability. Time: 0.00
348.30/348.31	c  N dy  1524    238266     29145    124665         0     49219    378828   5913668    156.88   no data  --
354.80/354.87	c  N dy  1624    253482     29145    124665         0     36452    378828   2614703    157.02    224.92  --
362.01/362.00	c  N dy  1733    269769     29145    124665         0     52739    378828   6565505    157.03    168.12  --
369.31/369.35	c  N dy  1851    287065     29145    124665         0     41042    378828   3428031    157.09    166.13  --
377.51/377.57	c  N dy  1983    305412     29145    124665         0     59388    378828   7915054    157.22    165.55  --
377.91/377.98	c  F st  1989    306252     29145    124665         0     30235    378828    552899    157.19   no data  --
386.02/386.02	c  N dy  2090    324987     29145    124665         0     48967    378828   5486627    157.29    165.71  --
394.92/394.92	c  N dy  2234    345002     29145    124665         0     37986    378828   2201703    157.32    168.00  --
400.21/400.30	c  S st  2320    357399     29145    124665         0     50383    378828   5188324    157.33   no data  --
400.51/400.55	c  S st  2320    357904     29145    124665         0     50888    378828   5278018    157.33   no data  --
400.51/400.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
400.51/400.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
400.71/400.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
401.11/401.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
401.11/401.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
401.11/401.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
401.11/401.17	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
466.32/466.31	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time: 65.14 s
466.32/466.33	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.02
466.42/466.41	c vivif2 --  cl tried    50882 cl shrink        0 lits rem          0 time: 0.09
466.62/466.62	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.21
466.62/466.63	c calculated reachability. Time: 0.00
466.62/466.63	c  N dy  2320    357904     29145    124665         0     50882    378828   5275534    157.33   no data  --
475.51/475.50	c  N dy  2453    377988     29145    124665         0     38966    378828   2149355    157.31    173.55  --
484.31/484.39	c  N dy  2588    398115     29145    124665         0     59090    378828   7097434    157.46    166.19  --
493.42/493.41	c  N dy  2729    418312     29145    124665         0     46291    378828   3816820    157.66    166.20  --
502.62/502.62	c  N dy  2861    438547     29145    124665         0     66526    378828   8719087    157.58    171.17  --
511.42/511.43	c  N dy  2997    458738     29145    124665         0     52720    378828   5073947    157.71    166.54  --
520.61/520.66	c  N dy  3125    478783     29145    124665         0     37770    378828   1190935    157.71    166.09  --
529.41/529.41	c  N dy  3251    498790     29145    124665         0     57774    378828   6062423    157.68    170.74  --
538.61/538.65	c  N dy  3387    518847     29145    124665         0     41830    378828   1921843    157.68    167.61  --
546.42/546.45	c  S st  3505    536857     29145    124665         0     59838    378828   6285431    157.64    165.36  --
546.62/546.67	c  S st  3505    537359     29145    124665         0     60340    378828   6392943    157.64   no data  --
546.62/546.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
546.62/546.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
546.92/546.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
547.22/547.28	c bin-w-bin subsume rem            0 bins  time:  0.01 s
547.22/547.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
547.22/547.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
547.32/547.31	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
640.82/640.89	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 93.58 s
640.92/640.90	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.01
641.02/641.00	c vivif2 --  cl tried    60336 cl shrink        0 lits rem          0 time: 0.10
641.23/641.22	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.23
641.23/641.23	c calculated reachability. Time: 0.00
641.23/641.23	c  N dy  3505    537359     29145    124665         0     60336    378828   6391113    157.64   no data  --
650.12/650.11	c  N dy  3651    557404     29145    124665         0     43385    378828   2070792    157.80    170.53  --
658.62/658.60	c  N dy  3778    577509     29145    124665         0     63489    378828   7013695    157.77    167.30  --
668.12/668.13	c  N dy  3918    597674     29145    124665         0     45651    378828   2391846    157.80    167.19  --
677.13/677.18	c  N dy  4050    617675     29145    124665         0     65650    378828   7268768    157.79    166.93  --
686.72/686.75	c  N dy  4200    637848     29145    124665         0     46825    378828   2392662    157.90    168.45  --
695.92/695.93	c  N dy  4333    657922     29145    124665         0     66893    378828   7360180    157.92    166.58  --
705.32/705.34	c  N dy  4465    678052     29145    124665         0     47023    378828   2180703    157.88    166.53  --
714.53/714.50	c  N dy  4598    698069     29145    124665         0     67038    378828   7057196    157.88    169.64  --
724.13/724.16	c  N dy  4734    718195     29145    124665         0     46166    378828   1734647    157.93    170.24  --
733.33/733.32	c  N dy  4874    738357     29145    124665         0     66327    378828   6680431    157.97    178.26  --
743.13/743.15	c  N dy  5007    758432     29145    124665         0     44406    378828   1089336    157.99    168.68  --
752.22/752.22	c  N dy  5143    778480     29145    124665         0     64451    378828   5968193    158.00    167.48  --
762.23/762.24	c  N dy  5283    798698     29145    124665         0     84667    378828  10948698    158.05    170.17  --
765.42/765.47	c  S st  5337    806038     29145    124665         0     49015    378828   1953964    158.07   no data  --
765.72/765.70	c  S st  5337    806542     29145    124665         0     49519    378828   2068361    158.07   no data  --
765.72/765.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
765.72/765.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
765.92/765.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.21
766.12/766.10	c bin-w-bin subsume rem            0 bins  time:  0.01 s
766.12/766.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
766.12/766.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
766.12/766.13	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
772.13/772.15	c lits-rem:        12  cl-subs:        2  v-elim:      0  v-fix:    0  time:  6.01 s
772.13/772.16	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.02
772.13/772.20	c vivif2 --  cl tried    49517 cl shrink        0 lits rem          0 time: 0.03
772.42/772.40	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.21
772.42/772.41	c calculated reachability. Time: 0.00
772.42/772.42	c  N dy  5337    806542     29145    124665         0     49517    378828   2067281    158.07   no data  --
781.72/781.70	c  N dy  5474    826593     29145    124665         0     69566    378828   6991795    158.09    171.91  --
791.62/791.65	c  N dy  5611    846608     29145    124665         0     45583    378828    874821    158.11    168.38  --
800.73/800.75	c  N dy  5749    866616     29145    124665         0     65589    378828   5771564    158.13    167.05  --
810.53/810.56	c  N dy  5883    886695     29145    124665         0     85667    378828  10676085    158.13    171.37  --
820.03/820.00	c  N dy  6023    906738     29145    124665         0     60713    378828   4345010    158.14    240.51  --
829.73/829.77	c  N dy  6161    926811     29145    124665         0     80786    378828   9340396    158.16    170.99  --
839.63/839.63	c  N dy  6299    946862     29145    124665         0     54834    378828   2719408    158.17    187.69  --
849.14/849.14	c  N dy  6429    966941     29145    124665         0     74912    378828   7666348    158.16    166.57  --
859.43/859.41	c  N dy  6561    986998     29145    124665         0     47974    378828    741633    158.15    172.78  --
868.63/868.63	c  N dy  6698   1007063     29145    124665         0     68039    378828   5633071    158.15    171.07  --
878.73/878.79	c  N dy  6841   1027116     29145    124665         0     88088    378828  10627389    158.22    167.39  --
888.54/888.53	c  N dy  6979   1047237     29145    124665         0     60210    378828   3502908    158.22    168.68  --
898.13/898.19	c  N dy  7120   1067334     29145    124665         0     80306    378828   8449600    158.22    176.86  --
900.43/900.49	c  F st  7150   1071875     29145    124665         0     84846    378828   9581272    158.22   no data  --
908.54/908.55	c  N dy  7230   1087422     29145    124665         0     51392    378828   1116418    158.25    168.48  --
917.83/917.85	c  N dy  7365   1107440     29145    124665         0     71408    378828   6095262    158.26    169.37  --
928.03/928.08	c  N dy  7509   1127484     29145    124665         0     91452    378828  11007632    158.30    170.61  --
937.93/937.97	c  N dy  7646   1147628     29145    124665         0     61597    378828   3348549    158.33    169.26  --
947.74/947.75	c  N dy  7787   1167650     29145    124665         0     81618    378828   8337576    158.38    169.38  --
958.53/958.50	c  N dy  7931   1187802     29145    124665         0    101767    378828  13255318    158.39    176.10  --
967.83/967.87	c  N dy  8071   1207822     29145    124665         0     70797    378828   5377878    158.42    167.05  --
968.84/968.85	c  S st  8085   1209814     29145    124665         0     72789    378828   5859761    158.41   no data  --
969.15/969.13	c  S st  8085   1210319     29145    124665         0     73294    378828   5961036    158.41   no data  --
969.15/969.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
969.15/969.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
969.34/969.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
969.74/969.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
969.84/969.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
969.84/969.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
969.84/969.83	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
1054.34/1054.33	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 84.51 s
1054.34/1054.35	c vivif2 --  cl tried   124665 cl shrink        0 lits rem          0 time: 0.02
1054.44/1054.45	c vivif2 --  cl tried    73289 cl shrink        0 lits rem          0 time: 0.10
1054.74/1054.70	c asymm  cl-useful: 0/124665/124665 lits-rem:0 time: 0.26
1054.74/1054.72	c calculated reachability. Time: 0.00
1054.74/1054.72	c  N dy  8085   1210319     29145    124665         0     73289    378828   5959888    158.41   no data  --
1065.04/1065.04	c  N dy  8228   1230487     29145    124665         0     93453    378828  10946120    158.44    167.13  --
1075.14/1075.15	c  N dy  8365   1250558     29145    124665         0     61527    378828   2882690    158.47    172.57  --
1084.95/1084.96	c  N dy  8508   1270621     29145    124665         0     81589    378828   7815243    158.50    169.10  --
1095.65/1095.61	c  N dy  8643   1290736     29145    124665         0    101702    378828  12735147    158.50    167.14  --
1105.24/1105.28	c  N dy  8781   1310768     29145    124665         0     68742    378828   4388034    158.50    167.50  --
1115.45/1115.41	c  N dy  8919   1330834     29145    124665         0     88804    378828   9349697    158.53    171.00  --
1126.24/1126.29	c  N dy  9051   1350902     29145    124665         0     54873    378828    753963    158.54    172.00  --
1135.64/1135.68	c  N dy  9181   1371108     29145    124665         0     75078    378828   5764713    158.55    172.30  --
1145.94/1145.90	c  N dy  9320   1391188     29145    124665         0     95157    378828  10716311    158.57    168.92  --
1156.54/1156.54	c  N dy  9460   1411334     29145    124665         0     60305    378828   1851289    158.58    167.28  --
1165.65/1165.66	c  N dy  9601   1431425     29145    124665         0     80394    378828   6824185    158.60    168.55  --
1175.05/1175.05	c  N dy  9744   1451552     29145    124665         0    100520    378828  11779378    158.60    167.41  --
1184.25/1184.26	c  N dy  9879   1471573     29145    124665         0     64542    378828   2696460    158.62    217.46  --
1192.84/1192.87	c  N dy 10003   1491584     29145    124665         0     84552    378828   7561267    158.58    178.27  --
1202.35/1202.38	c  N dy 10149   1511633     29145    124665         0    104600    378828  12538684    158.62    170.22  --
1211.54/1211.56	c  N dy 10285   1531721     29145    124665         0     67684    378828   3223651    158.63    168.27  --
1220.34/1220.39	c  N dy 10423   1551805     29145    124665         0     87765    378828   8154572    158.66    171.81  --
1230.15/1230.11	c  N dy 10563   1572246     29145    124665         0    108206    378828  13238632    158.69    169.03  --
1239.25/1239.26	c  N dy 10701   1592352     29145    124665         0     70318    378828   3602666    158.71    167.69  --
1248.25/1248.24	c  N dy 10847   1612362     29145    124665         0     90327    378828   8582654    158.77    190.78  --
1257.84/1257.85	c  N dy 10982   1632392     29145    124665         0    110356    378828  13478545    158.76    168.89  --
1267.05/1267.09	c  N dy 11123   1652510     29145    124665         0     71472    378828   3637913    158.78    173.17  --
1276.75/1276.79	c  N dy 11252   1672705     29145    124665         0     91666    378828   8552891    158.76    167.70  --
1286.55/1286.50	c  N dy 11384   1692783     29145    124665         0    111743    378828  13528843    158.78    168.30  --
1294.66/1294.62	c  S st 11501   1710319     29145    124665         0     69285    378828   2830381    158.78    153.12  --
1294.85/1294.84	c  S st 11501   1710823     29145    124665         0     69789    378828   2921490    158.78   no data  --
1294.85/1294.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1294.85/1294.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1295.05/1295.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1295.25/1295.27	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1295.25/1295.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1295.25/1295.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  29145 time:  0.01 s
1295.35/1295.31	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175538-1301783661/watcher-3175538-1301783661 -o /tmp/evaluation-result-3175538-1301783661/solver-3175538-1301783661 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175538-1301783661.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: 0.24 0.31 2.67 5/189 19344
/proc/meminfo: memFree=22375164/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=25032 CPUtime=0 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 1624 0 0 0 0 0 0 0 21 0 1 0 270781790 25632768 1370 33554432000 4194304 4650387 140735306787760 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 6258 1377 326 112 0 1223 0

[startup+0.0703751 s]
/proc/loadavg: 0.24 0.31 2.67 5/189 19344
/proc/meminfo: memFree=22375164/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=43780 CPUtime=0.06 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 5077 0 0 0 6 0 0 0 21 0 1 0 270781790 44830720 4551 33554432000 4194304 4650387 140735306787760 18446744073709551615 4307070 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 10945 4552 329 112 0 5910 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 43780

[startup+0.100381 s]
/proc/loadavg: 0.24 0.31 2.67 5/189 19344
/proc/meminfo: memFree=22375164/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=43908 CPUtime=0.09 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 5307 0 0 0 9 0 0 0 21 0 1 0 270781790 44961792 4781 33554432000 4194304 4650387 140735306787760 18446744073709551615 4536628 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 10977 4781 346 112 0 5942 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43908

[startup+0.300346 s]
/proc/loadavg: 0.24 0.31 2.67 5/189 19344
/proc/meminfo: memFree=22375164/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=61028 CPUtime=0.28 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 9319 0 0 0 28 0 0 0 22 0 1 0 270781790 62492672 8053 33554432000 4194304 4650387 140735306787760 18446744073709551615 270338044613 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 15257 8054 356 112 0 10222 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61028

[startup+0.70023 s]
/proc/loadavg: 0.24 0.31 2.67 5/189 19344
/proc/meminfo: memFree=22375164/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=74544 CPUtime=0.69 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 12515 0 0 0 68 1 0 0 24 0 1 0 270781790 76333056 11249 33554432000 4194304 4650387 140735306787760 18446744073709551615 4334031 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 18636 11249 379 112 0 13601 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74544

[startup+1.50108 s]
/proc/loadavg: 0.24 0.31 2.67 5/190 19345
/proc/meminfo: memFree=22316752/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=74544 CPUtime=1.49 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 13294 0 0 0 148 1 0 0 25 0 1 0 270781790 76333056 12028 33554432000 4194304 4650387 140735306787760 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 18636 12028 379 112 0 13601 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74544

[startup+3.10078 s]
/proc/loadavg: 0.24 0.31 2.67 5/190 19345
/proc/meminfo: memFree=22269880/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=74544 CPUtime=3.09 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 14447 0 0 0 307 2 0 0 25 0 1 0 270781790 76333056 13181 33554432000 4194304 4650387 140735306787760 18446744073709551615 4331051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 18636 13181 379 112 0 13601 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74544

[startup+6.30115 s]
/proc/loadavg: 0.62 0.38 2.68 5/190 19345
/proc/meminfo: memFree=22227100/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=121536 CPUtime=6.29 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 16727 0 0 0 627 2 0 0 25 0 1 0 270781790 124452864 15461 33554432000 4194304 4650387 140735306787760 18446744073709551615 4315131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 30384 15461 379 112 0 25349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 121536

[startup+12.7009 s]
/proc/loadavg: 0.89 0.44 2.69 5/190 19345
/proc/meminfo: memFree=22154276/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=206592 CPUtime=12.69 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 38970 0 0 0 1263 6 0 0 25 0 1 0 270781790 211550208 31959 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 51648 31959 383 112 0 46613 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206592

[startup+25.5003 s]
/proc/loadavg: 1.58 0.62 2.71 5/190 19345
/proc/meminfo: memFree=22083948/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=156932 CPUtime=25.49 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 46442 0 0 0 2542 7 0 0 25 0 1 0 270781790 160698368 32792 33554432000 4194304 4650387 140735306787760 18446744073709551615 4438636 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 39233 32792 383 112 0 34198 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 156932

[startup+51.1003 s]
/proc/loadavg: 2.40 0.89 2.74 5/190 19346
/proc/meminfo: memFree=21998052/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=237676 CPUtime=51.09 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 61345 0 0 0 5098 11 0 0 25 0 1 0 270781790 243380224 40898 33554432000 4194304 4650387 140735306787760 18446744073709551615 4363534 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 59419 40898 383 112 0 54384 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 237676

[startup+102.307 s]
/proc/loadavg: 3.31 1.37 2.81 5/190 19347
/proc/meminfo: memFree=21925520/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=285964 CPUtime=102.3 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 81120 0 0 0 10215 15 0 0 25 0 1 0 270781790 292827136 53690 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476729 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 71491 53690 383 112 0 66456 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 285964

[startup+162.301 s]
/proc/loadavg: 3.74 1.84 2.88 5/190 19349
/proc/meminfo: memFree=21813004/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=319104 CPUtime=162.3 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 97557 0 0 0 16212 18 0 0 25 0 1 0 270781790 326762496 62830 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 79776 62830 383 112 0 74741 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 319104

[startup+222.3 s]
/proc/loadavg: 3.90 2.23 2.94 5/190 19351
/proc/meminfo: memFree=21790892/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=319104 CPUtime=222.3 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 97558 0 0 0 22212 18 0 0 25 0 1 0 270781790 326762496 62831 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 79776 62831 383 112 0 74741 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 319104

[startup+282.3 s]
/proc/loadavg: 3.96 2.55 3.01 5/190 19352
/proc/meminfo: memFree=21752316/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=334428 CPUtime=282.31 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 114006 0 0 0 28206 25 0 0 25 0 1 0 270781790 342454272 66859 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 83607 66859 383 112 0 78572 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 334428

[startup+342.3 s]
/proc/loadavg: 3.98 2.81 3.07 5/190 19354
/proc/meminfo: memFree=21750772/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=334572 CPUtime=342.3 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 114087 0 0 0 34205 25 0 0 25 0 1 0 270781790 342601728 66940 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 83643 66940 383 112 0 78608 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 334572

[startup+402.301 s]
/proc/loadavg: 3.99 3.03 3.12 5/190 19355
/proc/meminfo: memFree=21721448/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=360360 CPUtime=402.31 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 140597 0 0 0 40195 36 0 0 25 0 1 0 270781790 369008640 72998 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 90090 72998 383 112 0 85055 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 360360

[startup+462.301 s]
/proc/loadavg: 3.99 3.20 3.18 5/190 19357
/proc/meminfo: memFree=21723244/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=360360 CPUtime=462.32 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 140597 0 0 0 46196 36 0 0 25 0 1 0 270781790 369008640 72998 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 90090 72998 383 112 0 85055 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 360360

[startup+522.301 s]
/proc/loadavg: 4.06 3.36 3.23 5/190 19359
/proc/meminfo: memFree=21727772/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=302544 CPUtime=522.31 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 162290 0 0 0 52188 43 0 0 25 0 1 0 270781790 309805056 70571 33554432000 4194304 4650387 140735306787760 18446744073709551615 4363534 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 75636 70571 383 112 0 70601 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 302544

[startup+582.301 s]
/proc/loadavg: 4.02 3.47 3.28 5/190 19360
/proc/meminfo: memFree=21703148/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=374120 CPUtime=582.32 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 175917 0 0 0 58184 48 0 0 25 0 1 0 270781790 383098880 77561 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 93530 77561 383 112 0 88495 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 374120

[startup+642.301 s]
/proc/loadavg: 4.01 3.57 3.32 5/190 19362
/proc/meminfo: memFree=21652744/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=374120 CPUtime=642.33 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 176501 0 0 0 64185 48 0 0 25 0 1 0 270781790 383098880 78145 33554432000 4194304 4650387 140735306787760 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 93530 78145 383 112 0 88495 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 374120

[startup+702.301 s]
/proc/loadavg: 4.00 3.64 3.36 5/190 19363
/proc/meminfo: memFree=21640312/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=374300 CPUtime=702.32 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 201505 0 0 0 70175 57 0 0 25 0 1 0 270781790 383283200 81670 33554432000 4194304 4650387 140735306787760 18446744073709551615 4363502 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 93575 81670 383 112 0 88540 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 374300

[startup+762.307 s]
/proc/loadavg: 4.00 3.71 3.39 5/190 19365
/proc/meminfo: memFree=21631320/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=382812 CPUtime=762.33 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 227596 0 0 0 76167 66 0 0 25 0 1 0 270781790 391999488 84122 33554432000 4194304 4650387 140735306787760 18446744073709551615 4364471 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 95703 84122 383 112 0 90668 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 382812

[startup+822.301 s]
/proc/loadavg: 4.00 3.76 3.43 5/190 19367
/proc/meminfo: memFree=21626772/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=384224 CPUtime=822.33 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 248273 0 0 0 82160 73 0 0 25 0 1 0 270781790 393445376 79040 33554432000 4194304 4650387 140735306787760 18446744073709551615 4364320 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 96056 79040 383 112 0 91021 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 384224

[startup+882.3 s]
/proc/loadavg: 4.00 3.80 3.46 5/190 19368
/proc/meminfo: memFree=21618540/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=385632 CPUtime=882.33 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 273553 0 0 0 88149 84 0 0 25 0 1 0 270781790 394887168 85914 33554432000 4194304 4650387 140735306787760 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 96408 85914 383 112 0 91373 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 385632

[startup+942.3 s]
/proc/loadavg: 4.00 3.83 3.49 5/190 19370
/proc/meminfo: memFree=21625420/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=385984 CPUtime=942.34 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 296959 0 0 0 94140 94 0 0 25 0 1 0 270781790 395247616 79340 33554432000 4194304 4650387 140735306787760 18446744073709551615 4363581 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 96496 79340 383 112 0 91461 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 385984

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 3.52 5/190 19371
/proc/meminfo: memFree=21593720/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=386152 CPUtime=1002.34 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 307645 0 0 0 100136 98 0 0 25 0 1 0 270781790 395419648 79714 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476143 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 96538 79714 383 112 0 91503 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 386152

[startup+1062.3 s]
/proc/loadavg: 4.04 3.90 3.55 5/190 19373
/proc/meminfo: memFree=21505504/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=386152 CPUtime=1062.34 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 311297 0 0 0 106135 99 0 0 25 0 1 0 270781790 395419648 83366 33554432000 4194304 4650387 140735306787760 18446744073709551615 4334336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 96538 83366 383 112 0 91503 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 386152

[startup+1122.3 s]
/proc/loadavg: 4.01 3.91 3.58 5/190 19375
/proc/meminfo: memFree=21530640/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=386436 CPUtime=1122.34 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 335349 0 0 0 112127 107 0 0 25 0 1 0 270781790 395710464 86123 33554432000 4194304 4650387 140735306787760 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 96609 86123 383 112 0 91574 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 386436

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 3.60 5/190 19376
/proc/meminfo: memFree=21409820/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=335508 CPUtime=1182.35 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 362100 0 0 0 118118 117 0 0 25 0 1 0 270781790 343560192 78897 33554432000 4194304 4650387 140735306787760 18446744073709551615 4304134 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 83877 78897 383 112 0 78842 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 335508

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 3.62 5/190 19378
/proc/meminfo: memFree=21411524/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=396176 CPUtime=1242.35 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 388389 0 0 0 124113 122 0 0 25 0 1 0 270781790 405684224 81255 33554432000 4194304 4650387 140735306787760 18446744073709551615 4328222 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 99044 81255 383 112 0 94009 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 396176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.76 3.89 3.63 2/178 19416
/proc/meminfo: memFree=22121812/32951124 swapFree=67111528/67111528
[pid=19344] ppid=19342 vsize=335508 CPUtime=1300.06 cores=0,2
/proc/19344/stat : 19344 (strangenight1-s) R 19342 19344 19283 0 -1 4202496 410864 0 0 0 129877 129 0 0 25 0 1 0 270781790 343560192 78897 33554432000 4194304 4650387 140735306787760 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19344/statm: 83877 78897 383 112 0 78842 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 335508

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.08
CPU user time (s): 1298.77
CPU system time (s): 1.3068
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 396252

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

runsolver used 2.22666 second user time and 4.86726 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-03 00:34:22
IDJOB=3175538
IDBENCH=82556
IDSOLVER=1589
FILE ID=node143/3175538-1301783661
RUNJOBID= node143-1301783648-19301
PBS_JOBID= 12841375
Free space on /tmp= 72020 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S1196935200-064-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175538-1301783661/watcher-3175538-1301783661 -o /tmp/evaluation-result-3175538-1301783661/solver-3175538-1301783661 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175538-1301783661.cnf

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

MD5SUM BENCH= a5ac359cd8af4f1e83d886effb49a2a9
RANDOM SEED=756970880

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22375328 kB
Buffers:        357744 kB
Cached:        9842408 kB
SwapCached:          0 kB
Active:        7062208 kB
Inactive:      3252220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22375328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29896 kB
Writeback:           0 kB
AnonPages:      113956 kB
Mapped:          16512 kB
Slab:           197724 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   321724 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= 72012 MiB
End job on node143 at 2011-04-03 00:56:04