Trace number 3369799

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.02 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
MD5SUM33dd7efc1f63d9d3511c7a69c68ea88b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark112.671
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369799-1305382181.cnf'
0.00/0.01	c -- header says num vars:          40000
0.00/0.01	c -- header says num clauses:      168000
0.09/0.10	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.09/0.10	c -- vars added      40000
0.09/0.10	c Parsing time:  0.09 s
0.09/0.11	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data  --
0.18/0.21	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.11
0.28/0.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.11
0.39/0.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
0.39/0.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.39/0.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
0.39/0.46	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
0.78/0.80	c lits-rem:         0  cl-subs:        0  v-elim:   1180  v-fix:    0  time:  0.34 s
0.78/0.80	c Finding binary XORs  T:     0.01 s  found:       0
0.78/0.88	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
0.78/0.88	c calculated reachability. Time: 0.00
0.78/0.89	c Calc default polars -  time:   0.01 s pos:   17726 undec:    4505 neg:   17769
0.78/0.89	c =========================================================================================
0.78/0.89	c types(t): F = full restart, N = normal restart
0.78/0.89	c types(t): S = simplification begin/end, E = solution found
0.78/0.89	c restart types(rt): st = static, dy = dynamic
0.78/0.89	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.78/0.89	c  B st     0         0     38820    166081         0         0    504595         0   no data   no data  --
2.28/2.39	c  N dy    23      4131     38820    166081         0      4131    504595   1254355    179.72    191.11  --
3.88/3.97	c  N dy    51      8426     38820    166081         0      8426    504595   2409046    177.61    193.68  --
5.40/5.48	c  N dy    80     12522     38820    166081         0     12522    504595   3465537    176.11    188.64  --
6.99/7.02	c  N dy   106     16665     38820    166081         0     16665    504595   4535857    174.79    184.44  --
8.49/8.57	c  N dy   133     20731     38820    166081         0     10738    504595    862100    174.62    187.44  --
9.99/10.08	c  N dy   157     24847     38820    166081         0     14854    504595   1940211    174.22    186.82  --
10.09/10.14	c  F st   159     25001     38820    166081         0     15008    504595   1973561    174.10   no data  --
12.19/12.22	c  N dy   165     30001     38820    166081         0     20008    504595   3930883    174.10   no data  --
12.19/12.22	c  S st   165     30001     38820    166081         0     20008    504595   3930883    174.10   no data  --
12.38/12.41	c  S st   165     30504     38820    166081         0     20511    504595   4020539    174.10   no data  --
12.38/12.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.38/12.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.59/12.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.26
12.99/13.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
13.09/13.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
13.09/13.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
13.09/13.13	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
22.69/22.79	c lits-rem:         2  cl-subs:        6  v-elim:      0  v-fix:    0  time:  9.66 s
22.89/22.96	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.17
22.89/22.97	c calculated reachability. Time: 0.00
22.89/22.97	c  N dy   165     30504     38820    166081         0     20505    504595   4017608    174.10   no data  --
24.68/24.76	c  N dy   195     34684     38820    166081         0     24685    504595   5131139    174.68    186.26  --
26.49/26.52	c  N dy   224     38688     38820    166081         0     28688    504595   6205507    175.33    189.43  --
28.28/28.33	c  N dy   252     42890     38820    166081         0     17389    504595   1289383    174.91    187.85  --
29.38/29.45	c  S st   274     45759     38820    166081         0     20258    504595   2055802    174.86    144.06  --
29.60/29.63	c  S st   274     46260     38820    166081         0     20759    504595   2169239    174.86   no data  --
29.60/29.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
29.60/29.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.89/29.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.26
29.99/30.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
30.09/30.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
30.09/30.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
30.09/30.13	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.01 s
35.49/35.55	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  5.42 s
35.49/35.57	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
35.59/35.60	c vivif2 --  cl tried    20756 cl shrink        0 lits rem          0 time: 0.03
35.69/35.77	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.17
35.69/35.78	c calculated reachability. Time: 0.00
35.69/35.79	c  N dy   274     46260     38820    166081         0     20756    504595   2166783    174.86   no data  --
37.40/37.46	c  N dy   303     50281     38820    166081         0     24777    504595   3276933    175.75    277.46  --
39.09/39.20	c  N dy   332     54334     38820    166081         0     28830    504595   4392246    176.08    187.11  --
40.89/40.99	c  N dy   357     58341     38820    166081         0     32837    504595   5463353    175.92    194.93  --
42.79/42.86	c  N dy   385     62396     38820    166081         0     36892    504595   6569722    176.23    189.85  --
44.58/44.65	c  N dy   413     66417     38820    166081         0     22162    504595   1710283    176.27    187.37  --
45.89/45.97	c  S st   434     69390     38820    166081         0     25134    504595   2505096    176.30    174.18  --
46.10/46.20	c  S st   434     69893     38820    166081         0     25637    504595   2605934    176.30   no data  --
46.20/46.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.20/46.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.39/46.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.27
46.69/46.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
46.69/46.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
46.69/46.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
46.69/46.75	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
53.69/53.70	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  6.95 s
53.69/53.72	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
53.69/53.76	c vivif2 --  cl tried    25637 cl shrink        0 lits rem          0 time: 0.04
53.90/53.93	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.17
53.90/53.94	c calculated reachability. Time: 0.00
53.90/53.94	c  N dy   434     69893     38820    166081         0     25637    504595   2605932    176.30   no data  --
55.69/55.77	c  N dy   467     74397     38820    166081         0     30141    504595   3827076    176.47    195.00  --
57.79/57.80	c  N dy   505     79238     38820    166081         0     34982    504595   5153094    177.07    197.11  --
59.89/59.90	c  N dy   538     84336     38820    166081         0     40080    504595   6487686    177.05    194.15  --
61.18/61.26	c  F st   561     87502     38820    166081         0     22377    504595   1145093    177.23    151.32  --
62.70/62.76	c  N st   566     90802     38820    166081         0     25677    504595   2234334    177.23   no data  --
65.29/65.36	c  N dy   595     96668     38820    166081         0     31541    504595   4244703    177.41    197.26  --
68.19/68.21	c  N dy   635    102875     38820    166081         0     37748    504595   5943566    177.42    186.96  --
69.09/69.10	c  S st   649    104839     38820    166081         0     39712    504595   6446035    177.27   no data  --
69.30/69.35	c  S st   649    105348     38820    166081         0     40221    504595   6568760    177.27   no data  --
69.30/69.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
69.30/69.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.59/69.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.29
70.08/70.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
70.19/70.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
70.19/70.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
70.19/70.23	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
150.88/150.94	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 80.71 s
150.88/150.96	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
150.98/151.05	c vivif2 --  cl tried    40216 cl shrink        0 lits rem          0 time: 0.10
151.18/151.26	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.21
151.18/151.27	c calculated reachability. Time: 0.00
151.18/151.27	c  N dy   649    105348     38820    166081         0     40216    504595   6564682    177.27   no data  --
154.29/154.36	c  N dy   691    112117     38820    166081         0     24547    504595   1250963    177.05    238.73  --
157.58/157.65	c  N dy   739    119335     38820    166081         0     31765    504595   3226083    177.15    200.65  --
161.18/161.26	c  N dy   791    127075     38820    166081         0     39505    504595   5327673    177.33    186.68  --
165.19/165.27	c  N dy   853    135212     38820    166081         0     23922    504595    713301    177.72    230.37  --
169.09/169.19	c  N dy   914    143979     38820    166081         0     32688    504595   3042481    177.67    190.34  --
173.39/173.49	c  N dy   979    153196     38820    166081         0     41904    504595   5528076    177.77    192.63  --
175.79/175.82	c  S st  1013    158023     38820    166081         0     46730    504595   6846335    177.85   no data  --
176.00/176.07	c  S st  1013    158526     38820    166081         0     47233    504595   6944452    177.85   no data  --
176.09/176.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
176.09/176.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
176.29/176.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.29
176.89/176.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
176.89/176.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
176.89/176.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
176.89/176.96	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
273.69/273.71	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 96.75 s
273.69/273.73	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
273.80/273.84	c vivif2 --  cl tried    47228 cl shrink        0 lits rem          0 time: 0.11
273.99/274.08	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.23
273.99/274.09	c calculated reachability. Time: 0.00
273.99/274.09	c  N dy  1013    158526     38820    166081         0     47228    504595   6942609    177.85   no data  --
278.79/278.85	c  N dy  1080    168682     38820    166081         0     32526    504595   2626826    177.62    187.85  --
283.89/283.96	c  N dy  1158    179513     38820    166081         0     43357    504595   5545009    177.72    187.72  --
289.49/289.51	c  N dy  1245    191014     38820    166081         0     28930    504595   1401843    177.98    221.37  --
295.19/295.27	c  N dy  1335    203371     38820    166081         0     41286    504595   4768499    178.15    190.25  --
301.59/301.63	c  N dy  1420    216427     38820    166081         0     27374    504595    667910    178.20    190.69  --
307.89/307.94	c  N dy  1509    230291     38820    166081         0     41238    504595   4389458    178.08    190.38  --
311.49/311.53	c  S st  1558    237790     38820    166081         0     48735    504595   6366677    177.98   no data  --
311.68/311.79	c  S st  1558    238297     38820    166081         0     49242    504595   6465819    177.98   no data  --
311.78/311.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
311.78/311.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
312.08/312.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
312.48/312.60	c bin-w-bin subsume rem            0 bins  time:  0.01 s
312.58/312.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
312.58/312.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
312.58/312.64	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
396.78/396.80	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 84.16 s
396.78/396.82	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
396.88/396.92	c vivif2 --  cl tried    49237 cl shrink        0 lits rem          0 time: 0.10
397.10/397.17	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.25
397.10/397.18	c calculated reachability. Time: 0.00
397.10/397.18	c  N dy  1558    238297     38820    166081         0     49237    504595   6462218    177.98   no data  --
404.70/404.78	c  N dy  1670    253591     38820    166081         0     36555    504595   2876007    178.16    213.57  --
412.89/412.92	c  N dy  1781    269890     38820    166081         0     52852    504595   7335454    178.20    188.07  --
421.49/421.50	c  N dy  1904    287145     38820    166081         0     41112    504595   3806096    178.36    191.89  --
430.79/430.82	c  N dy  2032    305534     38820    166081         0     59501    504595   8774393    178.47    190.12  --
431.20/431.23	c  F st  2037    306251     38820    166081         0     30229    504595    589362    178.47    178.06  --
440.69/440.70	c  N dy  2135    325076     38820    166081         0     49053    504595   6495115    178.50    200.18  --
450.79/450.83	c  N dy  2279    345110     38820    166081         0     38088    504595   2441835    178.67    188.32  --
456.89/456.97	c  S st  2365    357446     38820    166081         0     50423    504595   5799808    178.73   no data  --
457.19/457.24	c  S st  2365    357946     38820    166081         0     50923    504595   5890809    178.73   no data  --
457.19/457.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
457.19/457.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
457.49/457.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
457.99/458.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
457.99/458.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
457.99/458.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
457.99/458.05	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
533.69/533.76	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 75.71 s
533.69/533.79	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
533.79/533.88	c vivif2 --  cl tried    50916 cl shrink        0 lits rem          0 time: 0.09
534.09/534.13	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.25
534.09/534.15	c calculated reachability. Time: 0.00
534.09/534.15	c  N dy  2365    357946     38820    166081         0     50916    504595   5888133    178.73   no data  --
544.28/544.38	c  N dy  2503    377973     38820    166081         0     38946    504595   2388959    178.87    189.37  --
554.69/554.72	c  N dy  2647    398246     38820    166081         0     59216    504595   7965929    179.01    188.77  --
564.89/564.91	c  N dy  2785    418398     38820    166081         0     46374    504595   4132149    179.14    218.30  --
575.29/575.32	c  N dy  2920    438487     38820    166081         0     66461    504595   9561159    179.19    201.93  --
585.29/585.32	c  N dy  3061    458568     38820    166081         0     52543    504595   5627720    179.32    191.59  --
595.89/595.92	c  N dy  3201    478718     38820    166081         0     37691    504595   1248552    179.41    192.51  --
605.88/605.99	c  N dy  3342    498817     38820    166081         0     57789    504595   6700695    179.46    189.35  --
616.39/616.42	c  N dy  3480    518889     38820    166081         0     41863    504595   2080526    179.42    192.08  --
625.49/625.52	c  S st  3602    536920     38820    166081         0     59891    504595   7046118    179.49   no data  --
625.79/625.81	c  S st  3602    537423     38820    166081         0     60394    504595   7158178    179.49   no data  --
625.79/625.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
625.79/625.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
626.09/626.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.31
626.59/626.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
626.59/626.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
626.59/626.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
626.69/626.70	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
735.19/735.29	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 108.58 s
735.29/735.31	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
735.39/735.42	c vivif2 --  cl tried    60390 cl shrink        0 lits rem          0 time: 0.12
735.59/735.69	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.26
735.69/735.70	c calculated reachability. Time: 0.00
735.69/735.70	c  N dy  3602    537423     38820    166081         0     60390    504595   7155967    179.49   no data  --
746.28/746.39	c  N dy  3744    557566     38820    166081         0     43537    504595   2306300    179.54    191.14  --
756.69/756.75	c  N dy  3887    577620     38820    166081         0     63589    504595   7811348    179.65    189.41  --
767.38/767.41	c  N dy  4031    597758     38820    166081         0     45729    504595   2687239    179.76    193.74  --
777.88/777.90	c  N dy  4171    617828     38820    166081         0     65798    504595   8163293    179.81    242.37  --
788.48/788.53	c  N dy  4313    637851     38820    166081         0     46824    504595   2646515    179.83    190.98  --
798.98/799.05	c  N dy  4454    658038     38820    166081         0     67007    504595   8101774    179.84    195.72  --
809.88/809.95	c  N dy  4599    678180     38820    166081         0     47158    504595   2520719    179.96    190.51  --
820.29/820.32	c  N dy  4732    698278     38820    166081         0     67253    504595   7983498    179.93    189.56  --
831.28/831.30	c  N dy  4879    718367     38820    166081         0     46342    504595   2021010    180.11    198.56  --
841.68/841.70	c  N dy  5019    738460     38820    166081         0     66435    504595   7595635    180.17    231.27  --
852.78/852.86	c  N dy  5158    758543     38820    166081         0     44522    504595   1183351    180.17    233.81  --
863.08/863.13	c  N dy  5291    778573     38820    166081         0     64552    504595   6648297    180.16    196.00  --
874.28/874.34	c  N dy  5440    798649     38820    166081         0     84627    504595  12162700    180.23    202.61  --
878.18/878.22	c  S st  5491    806136     38820    166081         0     49118    504595   2174213    180.23   no data  --
878.38/878.47	c  S st  5491    806637     38820    166081         0     49619    504595   2273350    180.23   no data  --
878.48/878.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
878.48/878.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
878.68/878.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.30
878.98/879.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
878.98/879.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
878.98/879.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
878.98/879.05	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
885.49/885.52	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  6.47 s
885.49/885.54	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
885.49/885.58	c vivif2 --  cl tried    49617 cl shrink        0 lits rem          0 time: 0.04
885.78/885.83	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.24
885.78/885.84	c calculated reachability. Time: 0.00
885.78/885.84	c  N dy  5491    806637     38820    166081         0     49617    504595   2272368    180.23   no data  --
896.28/896.35	c  N dy  5633    826715     38820    166081         0     69695    504595   7825873    180.30    190.18  --
907.58/907.66	c  N dy  5774    846913     38820    166081         0     45889    504595   1031403    180.34    192.55  --
918.08/918.12	c  N dy  5915    867060     38820    166081         0     66033    504595   6538833    180.36    189.87  --
929.28/929.32	c  N dy  6054    887072     38820    166081         0     86044    504595  12024590    180.40    191.94  --
939.78/939.87	c  N dy  6187    907347     38820    166081         0     61315    504595   5020050    180.39    190.13  --
950.89/950.99	c  N dy  6328    927629     38820    166081         0     81596    504595  10536499    180.39    194.41  --
961.78/961.88	c  N dy  6466    947714     38820    166081         0     55687    504595   3187272    180.39    206.43  --
972.48/972.57	c  N dy  6606    967811     38820    166081         0     75782    504595   8576900    180.37    194.30  --
983.99/984.01	c  N dy  6747    987831     38820    166081         0     48804    504595   1030414    180.40    191.39  --
994.39/994.45	c  N dy  6893   1007881     38820    166081         0     68853    504595   6462111    180.43    194.53  --
1005.58/1005.67	c  N dy  7017   1028242     38820    166081         0     89214    504595  12042734    180.39    191.21  --
1016.48/1016.55	c  N dy  7153   1048284     38820    166081         0     61251    504595   4181627    180.44    189.96  --
1027.48/1027.56	c  N dy  7297   1068358     38820    166081         0     81323    504595   9714805    180.47    198.04  --
1029.48/1029.56	c  F st  7322   1071875     38820    166081         0     84840    504595  10684044    180.47   no data  --
1038.88/1038.97	c  N dy  7407   1088362     38820    166081         0     52328    504595   1439184    180.48    194.07  --
1049.48/1049.55	c  N dy  7539   1108428     38820    166081         0     72394    504595   6969149    180.46    211.46  --
1060.98/1061.00	c  N dy  7678   1128479     38820    166081         0     92443    504595  12504267    180.53    193.20  --
1071.88/1071.96	c  N dy  7819   1148542     38820    166081         0     62512    504595   4023545    180.58    191.58  --
1082.89/1082.90	c  N dy  7954   1168634     38820    166081         0     82601    504595   9519820    180.58    246.40  --
1094.68/1094.72	c  N dy  8093   1188677     38820    166081         0     51648    504595    736702    180.63    197.41  --
1105.39/1105.41	c  N dy  8241   1208880     38820    166081         0     71851    504595   6241110    180.65    190.73  --
1105.99/1106.01	c  S st  8249   1209956     38820    166081         0     72927    504595   6545297    180.65    185.65  --
1106.28/1106.30	c  S st  8249   1210458     38820    166081         0     73429    504595   6641551    180.65   no data  --
1106.28/1106.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1106.28/1106.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1106.60/1106.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.32
1107.08/1107.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1107.08/1107.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1107.08/1107.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38820 time:  0.01 s
1107.08/1107.18	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1202.88/1202.95	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 95.77 s
1202.88/1202.96	c vivif2 --  cl tried   166081 cl shrink        0 lits rem          0 time: 0.02
1202.98/1203.06	c vivif2 --  cl tried    73425 cl shrink        0 lits rem          0 time: 0.10
1203.29/1203.32	c asymm  cl-useful: 0/166081/166081 lits-rem:0 time: 0.26
1203.29/1203.33	c calculated reachability. Time: 0.00
1203.29/1203.33	c  N dy  8249   1210458     38820    166081         0     73425    504595   6640455    180.65   no data  --
1213.19/1213.21	c  N dy  8393   1230473     38820    166081         0     93439    504595  12182588    180.71    213.72  --
1223.19/1223.27	c  N dy  8535   1250502     38820    166081         0     61471    504595   3175168    180.75    224.57  --
1233.28/1233.36	c  N dy  8679   1270535     38820    166081         0     81501    504595   8703660    180.78    191.96  --
1244.58/1244.69	c  N dy  8823   1290613     38820    166081         0    101576    504595  14218098    180.81    195.16  --
1255.68/1255.79	c  N dy  8961   1310809     38820    166081         0     68779    504595   4998971    180.85    193.49  --
1267.09/1267.19	c  N dy  9097   1330983     38820    166081         0     88951    504595  10628849    180.87    191.39  --
1279.38/1279.40	c  N dy  9234   1351031     38820    166081         0     54999    504595    839351    180.88    194.08  --
1289.98/1290.09	c  N dy  9371   1371102     38820    166081         0     75069    504595   6336110    180.89    199.56  --

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-3369799-1305382181/watcher-3369799-1305382181 -o /tmp/evaluation-result-3369799-1305382181/solver-3369799-1305382181 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3369799-1305382181.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.23 2.52 3.23 3/310 11156
/proc/meminfo: memFree=12354420/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=20368 CPUtime=0 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4194304 327 0 0 0 0 0 0 0 21 0 1 0 649816923 20856832 267 33554432000 4194304 4650387 140737308421200 18446744073709551615 235594553072 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11156/statm: 5092 273 231 112 0 57 0

[startup+0.0513959 s]
/proc/loadavg: 1.23 2.52 3.23 3/310 11156
/proc/meminfo: memFree=12354420/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=45948 CPUtime=0.04 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 5485 0 0 0 3 1 0 0 21 0 1 0 649816923 47050752 4426 33554432000 4194304 4650387 140737308421200 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 11487 4426 329 112 0 6452 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 45948

[startup+0.100298 s]
/proc/loadavg: 1.23 2.52 3.23 3/310 11156
/proc/meminfo: memFree=12354420/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=50948 CPUtime=0.09 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 7145 0 0 0 8 1 0 0 21 0 1 0 649816923 52170752 6086 33554432000 4194304 4650387 140737308421200 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 12737 6086 329 112 0 7702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50948

[startup+0.30026 s]
/proc/loadavg: 1.23 2.52 3.23 3/310 11156
/proc/meminfo: memFree=12354420/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=61560 CPUtime=0.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 9396 0 0 0 27 1 0 0 22 0 1 0 649816923 63037440 7351 33554432000 4194304 4650387 140737308421200 18446744073709551615 4369940 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 15390 7351 350 112 0 10355 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61560

[startup+0.700191 s]
/proc/loadavg: 1.23 2.52 3.23 3/310 11156
/proc/meminfo: memFree=12354420/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=87540 CPUtime=0.68 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 15828 0 0 0 66 2 0 0 23 0 1 0 649816923 89640960 13783 33554432000 4194304 4650387 140737308421200 18446744073709551615 4420558 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 21885 13783 367 112 0 16850 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87540

[startup+1.50105 s]
/proc/loadavg: 1.45 2.55 3.23 5/321 11177
/proc/meminfo: memFree=12179140/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=87540 CPUtime=1.48 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 16397 0 0 0 146 2 0 0 25 0 1 0 649816923 89640960 14352 33554432000 4194304 4650387 140737308421200 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 21885 14352 379 112 0 16850 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87540

[startup+3.10077 s]
/proc/loadavg: 1.45 2.55 3.23 5/321 11177
/proc/meminfo: memFree=12162896/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=87540 CPUtime=3.08 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 17617 0 0 0 306 2 0 0 25 0 1 0 649816923 89640960 15572 33554432000 4194304 4650387 140737308421200 18446744073709551615 4363437 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 21885 15572 379 112 0 16850 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 87540

[startup+6.30021 s]
/proc/loadavg: 1.66 2.57 3.24 5/321 11177
/proc/meminfo: memFree=12112492/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=139260 CPUtime=6.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 19867 0 0 0 626 3 0 0 25 0 1 0 649816923 142602240 17822 33554432000 4194304 4650387 140737308421200 18446744073709551615 4364304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 34815 17822 379 112 0 29780 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 139260

[startup+12.7011 s]
/proc/loadavg: 1.84 2.60 3.24 5/321 11177
/proc/meminfo: memFree=12100268/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=155584 CPUtime=12.69 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 26236 0 0 0 1265 4 0 0 25 0 1 0 649816923 159318016 17832 33554432000 4194304 4650387 140737308421200 18446744073709551615 4457383 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 38896 17832 383 112 0 33861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155584

[startup+25.5008 s]
/proc/loadavg: 2.18 2.64 3.25 5/321 11178
/proc/meminfo: memFree=11785448/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=246308 CPUtime=25.48 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 50373 0 0 0 2541 7 0 0 25 0 1 0 649816923 252219392 41969 33554432000 4194304 4650387 140737308421200 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 61577 41969 383 112 0 56542 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 246308

[startup+51.1004 s]
/proc/loadavg: 2.89 2.77 3.27 5/321 11178
/proc/meminfo: memFree=11741820/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=203716 CPUtime=51.09 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 67639 0 0 0 5097 12 0 0 25 0 1 0 649816923 208605184 43862 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 50929 43862 383 112 0 45894 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 203716

[startup+102.312 s]
/proc/loadavg: 3.59 2.97 3.31 5/321 11180
/proc/meminfo: memFree=11500084/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=331876 CPUtime=102.3 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 95691 0 0 0 10213 17 0 0 25 0 1 0 649816923 339841024 64014 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476181 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 82969 64014 383 112 0 77934 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 331876

[startup+162.301 s]
/proc/loadavg: 3.85 3.16 3.35 5/321 11181
/proc/meminfo: memFree=11397008/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=347648 CPUtime=162.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 103643 0 0 0 16208 21 0 0 25 0 1 0 649816923 355991552 67442 33554432000 4194304 4650387 140737308421200 18446744073709551615 4365445 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 86912 67442 383 112 0 81877 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 347648

[startup+222.301 s]
/proc/loadavg: 3.98 3.32 3.39 5/321 11183
/proc/meminfo: memFree=11369328/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=369620 CPUtime=222.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 114747 0 0 0 22204 25 0 0 25 0 1 0 649816923 378490880 74197 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476724 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 92405 74197 383 112 0 87370 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 369620

[startup+282.301 s]
/proc/loadavg: 3.99 3.44 3.43 5/321 11185
/proc/meminfo: memFree=11335936/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=386008 CPUtime=282.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 121183 0 0 0 28202 26 0 0 25 0 1 0 649816923 395272192 76129 33554432000 4194304 4650387 140737308421200 18446744073709551615 4363509 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 96502 76129 383 112 0 91467 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 386008

[startup+342.301 s]
/proc/loadavg: 4.05 3.56 3.47 5/321 11186
/proc/meminfo: memFree=11310844/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=388128 CPUtime=342.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 133834 0 0 0 34197 32 0 0 25 0 1 0 649816923 397443072 78821 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 97032 78821 383 112 0 91997 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 388128

[startup+402.3 s]
/proc/loadavg: 4.07 3.65 3.50 5/321 11188
/proc/meminfo: memFree=11260572/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=340216 CPUtime=402.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 138022 0 0 0 40195 34 0 0 25 0 1 0 649816923 348381184 77755 33554432000 4194304 4650387 140737308421200 18446744073709551615 4328502 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 85054 77755 383 112 0 80019 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 340216

[startup+462.301 s]
/proc/loadavg: 4.10 3.73 3.54 5/321 11189
/proc/meminfo: memFree=11225908/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=403684 CPUtime=462.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 161196 0 0 0 46183 46 0 0 25 0 1 0 649816923 413372416 82296 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 100921 82296 383 112 0 95886 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 403684

[startup+522.3 s]
/proc/loadavg: 4.03 3.77 3.56 5/321 11191
/proc/meminfo: memFree=11181696/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=403684 CPUtime=522.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 161196 0 0 0 52183 46 0 0 25 0 1 0 649816923 413372416 82296 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 100921 82296 383 112 0 95886 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 403684

[startup+582.301 s]
/proc/loadavg: 4.01 3.81 3.59 5/321 11193
/proc/meminfo: memFree=11186120/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=416640 CPUtime=582.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 183028 0 0 0 58172 57 0 0 25 0 1 0 649816923 426639360 83800 33554432000 4194304 4650387 140737308421200 18446744073709551615 4364304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 104160 83800 383 112 0 99125 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 416640

[startup+642.3 s]
/proc/loadavg: 4.00 3.84 3.61 5/321 11194
/proc/meminfo: memFree=11171928/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=416700 CPUtime=642.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 201072 0 0 0 64163 66 0 0 25 0 1 0 649816923 426700800 86924 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 104175 86924 383 112 0 99140 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 416700

[startup+702.301 s]
/proc/loadavg: 4.03 3.88 3.64 5/321 11196
/proc/meminfo: memFree=11101820/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=416700 CPUtime=702.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 201072 0 0 0 70163 66 0 0 25 0 1 0 649816923 426700800 86924 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 104175 86924 383 112 0 99140 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 416700

[startup+762.312 s]
/proc/loadavg: 4.06 3.92 3.66 5/321 11197
/proc/meminfo: memFree=11088632/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=430780 CPUtime=762.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 215768 0 0 0 76155 74 0 0 25 0 1 0 649816923 441118720 93727 33554432000 4194304 4650387 140737308421200 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 107695 93727 383 112 0 102660 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 430780

[startup+822.301 s]
/proc/loadavg: 4.02 3.93 3.68 5/321 11199
/proc/meminfo: memFree=11094292/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=431228 CPUtime=822.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 239567 0 0 0 82141 87 0 0 25 0 1 0 649816923 441577472 92193 33554432000 4194304 4650387 140737308421200 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 107807 92193 383 112 0 102772 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 431228

[startup+882.301 s]
/proc/loadavg: 4.01 3.94 3.70 5/321 11201
/proc/meminfo: memFree=11130320/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=368052 CPUtime=882.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 261555 0 0 0 88131 97 0 0 25 0 1 0 649816923 376885248 86210 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 92013 86210 383 112 0 86978 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 368052

[startup+942.3 s]
/proc/loadavg: 4.07 3.96 3.72 5/321 11202
/proc/meminfo: memFree=11055012/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=444664 CPUtime=942.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 287944 0 0 0 94116 112 0 0 25 0 1 0 649816923 455335936 92809 33554432000 4194304 4650387 140737308421200 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 111166 92809 383 112 0 106131 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 444664

[startup+1002.3 s]
/proc/loadavg: 4.02 3.97 3.73 5/321 11204
/proc/meminfo: memFree=11072936/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=444980 CPUtime=1002.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 312802 0 0 0 100103 125 0 0 25 0 1 0 649816923 455659520 96866 33554432000 4194304 4650387 140737308421200 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 111245 96866 383 112 0 106210 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 444980

[startup+1062.3 s]
/proc/loadavg: 4.04 3.99 3.75 5/321 11205
/proc/meminfo: memFree=11072636/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=445544 CPUtime=1062.29 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 338038 0 0 0 106090 139 0 0 25 0 1 0 649816923 456237056 99628 33554432000 4194304 4650387 140737308421200 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 111386 99628 383 112 0 106351 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 445544

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.76 5/321 11207
/proc/meminfo: memFree=11037876/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=445816 CPUtime=1122.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 354983 0 0 0 112080 148 0 0 25 0 1 0 649816923 456515584 93275 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 111454 93275 383 112 0 106419 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 445816

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.77 5/321 11209
/proc/meminfo: memFree=11006336/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=445816 CPUtime=1182.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 354983 0 0 0 118080 148 0 0 25 0 1 0 649816923 456515584 93275 33554432000 4194304 4650387 140737308421200 18446744073709551615 4476181 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 111454 93275 383 112 0 106419 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 445816

[startup+1242.3 s]
/proc/loadavg: 4.10 4.02 3.80 5/321 11210
/proc/meminfo: memFree=10955192/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=447480 CPUtime=1242.28 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 373785 0 0 0 124073 155 0 0 25 0 1 0 649816923 458219520 100068 33554432000 4194304 4650387 140737308421200 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 111870 100068 383 112 0 106835 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 447480



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.18 4.04 3.82 4/319 11213
/proc/meminfo: memFree=11207620/32950928 swapFree=67111348/67111528
[pid=11156] ppid=11154 vsize=447704 CPUtime=1299.99 cores=5,7
/proc/11156/stat : 11156 (strangenight1-s) R 11154 11156 10553 0 -1 4202496 396812 0 0 0 129832 167 0 0 25 0 1 0 649816923 458448896 98070 33554432000 4194304 4650387 140737308421200 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11156/statm: 111926 98070 383 112 0 106891 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 447704

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.02
CPU user time (s): 1298.33
CPU system time (s): 1.68974
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 447704

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

runsolver used 3.71643 second user time and 9.31358 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 16:09:42
IDJOB=3369799
IDBENCH=82608
IDSOLVER=1847
FILE ID=node120/3369799-1305382181
RUNJOBID= node120-1305382181-11137
PBS_JOBID= 13324382
Free space on /tmp= 73500 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S1184456903-078-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369799-1305382181/watcher-3369799-1305382181 -o /tmp/evaluation-result-3369799-1305382181/solver-3369799-1305382181 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369799-1305382181.cnf

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

MD5SUM BENCH= 33dd7efc1f63d9d3511c7a69c68ea88b
RANDOM SEED=2113860897

node120.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.809
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.61
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.809
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.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12354576 kB
Buffers:        240020 kB
Cached:        3555328 kB
SwapCached:          0 kB
Active:       17356028 kB
Inactive:      2952048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12354576 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           15920 kB
Writeback:          40 kB
AnonPages:    16512892 kB
Mapped:          25364 kB
Slab:           175176 kB
PageTables:      48932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51584512 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= 73484 MiB
End job on node120 at 2011-05-14 16:31:24