Trace number 3282851

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 1300.01

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
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-3282851-1303756856.cnf'
0.00/0.03	c -- clauses added:            0 learnts,        95104 normals,            0 xors
0.00/0.03	c -- vars added      31613
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0     31613     33922     60982         0    223730         0   no data   no data  --
0.19/0.22	c asymm  cl-useful: 15/33682/33682 lits-rem:45 time: 0.19
1.00/1.10	c Flit:    75 Blit:    268 bXBeca:    0 bXProp: 1856 Bins:      0 BRemL:      0 BRemN:      0 P: 21.5M T:  0.87
1.00/1.10	c Cleaning up after failed var search:     0.00 s 
1.10/1.11	c Replacing     1856 vars Replaced    47659 lits Time:     0.01 s 
1.10/1.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.10/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1.19/1.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  28031 time:  0.11 s
1.29/1.32	c Removed useless bin:       0  fixed:     0  props:  15.26M  time:  0.08 s
1.39/1.44	c lits-rem:        18  cl-subs:      399  v-elim:   9343  v-fix:    0  time:  0.11 s
1.39/1.48	c Finding binary XORs  T:     0.04 s  found:       6
1.39/1.48	c Replacing        6 vars Replaced      267 lits Time:     0.00 s 
1.49/1.50	c Finding non-binary XORs:     0.01 s (found:     250, avg size: 3.0)
1.49/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.51	c calculated reachability. Time: 0.01
1.49/1.51	c Calc default polars -  time:   0.00 s pos:    5701 undec:   13852 neg:   12060
1.49/1.51	c =========================================================================================
1.49/1.51	c types(t): F = full restart, N = normal restart
1.49/1.51	c types(t): S = simplification begin/end, E = solution found
1.49/1.51	c restart types(rt): st = static, dy = dynamic
1.49/1.51	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.49/1.51	c  B st     0         0     18682     29239     39065         0    196452         0   no data   no data  --
3.89/3.95	c Decided on static restart strategy
7.79/7.90	c  N st     8      4918     18632     29239     39128      4799    196452    198397   no data   no data  --
16.39/16.50	c  N st    10     11301     18632     29239     39169      8356    196452    279089   no data   no data  --
24.88/24.91	c  N st    11     17044     18632     29239     39182      9402    196452    257569   no data   no data  --
36.99/37.05	c  F st    12     25000     18632     29239     39210     11186    196452    316646   no data   no data  --
36.99/37.06	c Replacing        1 vars Replaced      144 lits Time:     0.00 s 
36.99/37.08	c  N st    12     25000     18631     29175     39062     11186    195790    316605   no data   no data  --
43.90/43.92	c Decided on static restart strategy
43.90/43.92	c  N st    18     30001     18631     29175     39081      8836    195790    205094   no data   no data  --
43.90/43.92	c  S st    18     30001     18631     29175     39081      8836    195790    205094   no data   no data  --
44.00/44.04	c  S st    18     30509     18630     29175     39115      9309    195790    225154   no data   no data  --
44.00/44.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.00/44.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.59/46.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   27 Bins:  13787 BRemL:    485 BRemN:      3 P: 26.9M T:  2.58
46.59/46.65	c Replacing       28 vars Replaced    13483 lits Time:     0.02 s 
46.59/46.67	c bin-w-bin subsume rem           44 bins  time:  0.00 s
46.69/46.74	c subs with bin:       76  lits-rem:     15992  v-fix:    0  time:  0.07 s
46.69/46.78	c Subs w/ non-existent bins:      1 l-rem:   1882 v-fix:     0 done:   6346 time:  0.04 s
46.79/46.81	c Removed useless bin:      41  fixed:     0  props:   2.87M  time:  0.02 s
47.29/47.37	c lits-rem:      8316  cl-subs:     8372  v-elim:   8614  v-fix:    0  time:  0.56 s
47.68/47.73	c asymm  cl-useful: 1397/27573/27573 lits-rem:4664 time: 0.36
47.68/47.74	c calculated reachability. Time: 0.01
47.68/47.74	c  N st    18     30509      9938     27569     35019      3287    187857     78403   no data   no data  --
47.68/47.77	c Finding binary XORs  T:     0.03 s  found:      10
55.99/56.10	c  N st    20     37620      9938     27569     35026     10354    187857    330788   no data   no data  --
62.38/62.46	c  N st    21     44020      9937     27569     35029     16719    187857    648978   no data   no data  --
64.28/64.38	c  S st    22     45763      9937     27569     35030      9997    187857    255574   no data   no data  --
64.48/64.50	c  S st    22     46267      9937     27569     35033     10497    187857    271825   no data   no data  --
64.48/64.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     4 time:   0.01
64.48/64.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
65.38/65.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   4934 BRemL:     45 BRemN:     24 P: 18.1M T:  0.96
65.38/65.48	c Replacing       12 vars Replaced      521 lits Time:     0.01 s 
65.38/65.49	c bin-w-bin subsume rem           11 bins  time:  0.00 s
65.48/65.56	c subs with bin:     5045  lits-rem:      2560  v-fix:    0  time:  0.06 s
65.58/65.60	c Subs w/ non-existent bins:      1 l-rem:   1243 v-fix:     0 done:   6683 time:  0.04 s
65.58/65.62	c Removed useless bin:      24  fixed:     0  props:   1.54M  time:  0.02 s
66.08/66.11	c lits-rem:      1770  cl-subs:     2327  v-elim:     53  v-fix:    0  time:  0.49 s
66.08/66.12	c vivif2 --  cl tried    22465 cl shrink      176 lits rem        336 time: 0.01
66.08/66.15	c vivif2 --  cl tried     8385 cl shrink     3127 lits rem      20535 time: 0.02
66.48/66.51	c asymm  cl-useful: 28/22455/22455 lits-rem:31 time: 0.36
66.48/66.52	c calculated reachability. Time: 0.01
66.48/66.52	c  N st    22     46267      9872     22454     39633      8385    170361    206752   no data   no data  --
66.48/66.53	c Finding binary XORs  T:     0.02 s  found:       0
81.09/81.14	c  N st    23     60664      9872     22454     39640     13132    170361    237279   no data   no data  --
90.99/91.04	c  N st    24     69401      9872     22454     39645     11326    170361    226896   no data   no data  --
90.99/91.04	c  S st    24     69401      9872     22454     39645     11326    170361    226896   no data   no data  --
91.09/91.16	c  S st    24     69902      9872     22454     39645     11827    170361    244350   no data   no data  --
91.09/91.17	c x-sub:     2 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
91.09/91.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
91.79/91.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     52 BRemL:      6 BRemN:     16 P: 17.5M T:  0.71
91.79/91.89	c bin-w-bin subsume rem           48 bins  time:  0.00 s
91.89/91.94	c subs with bin:       29  lits-rem:         9  v-fix:    0  time:  0.05 s
91.89/91.99	c Subs w/ non-existent bins:      0 l-rem:   1268 v-fix:     0 done:   6820 time:  0.05 s
91.99/92.01	c Removed useless bin:      31  fixed:     0  props:   1.45M  time:  0.02 s
92.29/92.35	c lits-rem:       269  cl-subs:     3195  v-elim:     11  v-fix:    0  time:  0.34 s
92.29/92.36	c vivif2 --  cl tried    22435 cl shrink       19 lits rem         23 time: 0.01
92.29/92.38	c vivif2 --  cl tried     8647 cl shrink     1656 lits rem      10212 time: 0.02
92.69/92.74	c asymm  cl-useful: 179/22434/22434 lits-rem:480 time: 0.36
92.69/92.75	c calculated reachability. Time: 0.01
92.69/92.75	c  N st    24     69902      9861     22285     39709      8647    169949    191770   no data   no data  --
111.78/111.87	c  F st    25     87500      9861     22285     39714     14629    169948    360544   no data   no data  --
111.78/111.88	c  N st    25     87500      9861     22285     39714     14629    169948    360544   no data   no data  --
117.69/117.70	c Decided on static restart strategy
120.38/120.45	c  N st    32     95539      9861     22285     39716     22628    169948    681986   no data   no data  --
131.28/131.39	c  N st    34    104853      9861     22285     39718     19348    169947    484883   no data   no data  --
131.28/131.39	c  S st    34    104853      9861     22285     39718     19348    169947    484883   no data   no data  --
131.48/131.53	c  S st    34    105357      9861     22285     39719     19849    169947    499686   no data   no data  --
131.48/131.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
131.48/131.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
132.28/132.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:     33 BRemL:     33 BRemN:    143 P: 20.5M T:  0.76
132.28/132.30	c Replacing        2 vars Replaced      347 lits Time:     0.01 s 
132.28/132.33	c bin-w-bin subsume rem           10 bins  time:  0.00 s
132.38/132.40	c subs with bin:       29  lits-rem:        13  v-fix:    0  time:  0.08 s
132.38/132.43	c Subs w/ non-existent bins:      0 l-rem:   1872 v-fix:     0 done:   2422 time:  0.03 s
132.38/132.45	c Removed useless bin:       7  fixed:     0  props:   1.43M  time:  0.02 s
133.78/133.85	c lits-rem:      1044  cl-subs:     3976  v-elim:     24  v-fix:    0  time:  1.40 s
133.78/133.86	c vivif2 --  cl tried    22247 cl shrink       14 lits rem         16 time: 0.01
133.88/133.90	c vivif2 --  cl tried    15907 cl shrink     3693 lits rem      21797 time: 0.05
134.09/134.16	c asymm  cl-useful: 27/14860/22244 lits-rem:57 time: 0.26
134.09/134.17	c calculated reachability. Time: 0.01
134.09/134.17	c  N st    34    105357      9835     22229     39494     15907    169449    399837   no data   no data  --
134.09/134.19	c Finding binary XORs  T:     0.02 s  found:       0
144.88/144.94	c  N st    35    114955      9834     22229     39495     25447    169449    813898   no data   no data  --
161.29/161.38	c  N st    36    129353      9834     22229     39502     26201    169448    744773   no data   no data  --
172.59/172.67	c  N st    37    150950      9834     22229     39504     17924    169447    338275   no data   no data  --
181.29/181.30	c  S st    38    158035      9834     22229     39505     24956    169447    550952   no data   no data  --
181.39/181.47	c  S st    38    158538      9834     22229     39505     25459    169447    567960   no data   no data  --
181.39/181.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
181.39/181.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
182.19/182.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     43 BRemL:     51 BRemN:     19 P: 22.8M T:  0.80
182.29/182.30	c Replacing        1 vars Replaced      191 lits Time:     0.01 s 
182.29/182.32	c bin-w-bin subsume rem            4 bins  time:  0.00 s
182.39/182.41	c subs with bin:        8  lits-rem:        28  v-fix:    0  time:  0.09 s
182.39/182.44	c Subs w/ non-existent bins:      0 l-rem:   1373 v-fix:     0 done:   2016 time:  0.03 s
182.39/182.45	c Removed useless bin:       1  fixed:     0  props:   1.44M  time:  0.02 s
184.09/184.19	c lits-rem:      1286  cl-subs:     4351  v-elim:      2  v-fix:    0  time:  1.74 s
184.19/184.20	c vivif2 --  cl tried    22220 cl shrink        3 lits rem          3 time: 0.01
184.19/184.26	c vivif2 --  cl tried    21116 cl shrink     4722 lits rem      25872 time: 0.05
184.39/184.44	c asymm  cl-useful: 35/7359/22219 lits-rem:105 time: 0.18
184.39/184.45	c calculated reachability. Time: 0.01
184.39/184.45	c  N st    38    158538      9831     22184     39493     21116    169312    471193   no data   no data  --
240.69/240.72	c  N st    39    207127      9830     22184     39497     35358    169312    767745   no data   no data  --
276.09/276.15	c  N st    40    237808      9830     22184     39499     27819    169312    511696   no data   no data  --
276.09/276.15	c  S st    40    237808      9830     22184     39499     27819    169312    511696   no data   no data  --
276.29/276.33	c  S st    40    238311      9830     22184     39499     28319    169312    526473   no data   no data  --
276.29/276.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
276.29/276.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
277.09/277.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     49 BRemL:      3 BRemN:     36 P: 25.1M T:  0.84
277.09/277.20	c bin-w-bin subsume rem            1 bins  time:  0.00 s
277.19/277.28	c subs with bin:       34  lits-rem:        26  v-fix:    0  time:  0.08 s
277.29/277.32	c Subs w/ non-existent bins:      0 l-rem:   1470 v-fix:     0 done:   4938 time:  0.04 s
277.29/277.34	c Removed useless bin:       0  fixed:     0  props:   1.42M  time:  0.02 s
278.59/278.65	c lits-rem:       473  cl-subs:     5656  v-elim:      0  v-fix:    0  time:  1.31 s
278.59/278.66	c vivif2 --  cl tried    22182 cl shrink        0 lits rem          0 time: 0.01
278.69/278.70	c vivif2 --  cl tried    22631 cl shrink     3067 lits rem      14130 time: 0.04
278.89/278.96	c asymm  cl-useful: 10/12505/22182 lits-rem:20 time: 0.26
278.89/278.97	c calculated reachability. Time: 0.01
278.89/278.97	c  N st    40    238311      9830     22177     39492     22631    169195    406413   no data   no data  --
357.50/357.52	c  F st    41    306250      9830     22177     39499     25733    169195    439575   no data   no data  --
357.50/357.53	c  N st    41    306250      9830     22177     39499     25733    169195    439575   no data   no data  --
363.79/363.81	c Decided on static restart strategy
391.88/391.91	c  N st    51    334553      9829     22177     39500     30485    169195    636369   no data   no data  --
421.30/421.37	c  N st    53    357466      9828     22177     39512     28841    169195    501632   no data   no data  --
421.30/421.37	c  S st    53    357466      9828     22177     39512     28841    169195    501632   no data   no data  --
421.49/421.58	c  S st    53    357970      9828     22177     39512     29345    169195    518875   no data   no data  --
421.49/421.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
421.49/421.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
422.40/422.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     94 BRemL:      7 BRemN:      5 P: 24.7M T:  0.85
422.40/422.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.49/422.55	c subs with bin:       18  lits-rem:        63  v-fix:    0  time:  0.08 s
422.49/422.58	c Subs w/ non-existent bins:      0 l-rem:   1326 v-fix:     0 done:   3455 time:  0.03 s
422.59/422.60	c Removed useless bin:       4  fixed:     0  props:   1.42M  time:  0.02 s
423.59/423.67	c lits-rem:       473  cl-subs:     1423  v-elim:      1  v-fix:    0  time:  1.07 s
423.59/423.68	c vivif2 --  cl tried    22174 cl shrink        0 lits rem          0 time: 0.01
423.69/423.73	c vivif2 --  cl tried    27862 cl shrink     3047 lits rem      14146 time: 0.05
423.89/423.98	c asymm  cl-useful: 34/9263/22174 lits-rem:102 time: 0.25
423.89/423.99	c calculated reachability. Time: 0.01
423.89/423.99	c  N st    53    357970      9827     22140     39589     27862    169099    482514   no data   no data  --
423.99/424.01	c Finding binary XORs  T:     0.02 s  found:       0
462.89/462.94	c  N st    54    390362      9826     22140     39605     34607    169099    653589   no data   no data  --
524.09/524.16	c  N st    55    438951      9825     22140     39616     28961    169098    454151   no data   no data  --
604.18/604.24	c  N st    56    511833      9824     22140     39622     43485    169098    761717   no data   no data  --
636.18/636.28	c  N st    57    536957      9824     22140     39623     38002    169098    621389   no data   no data  --
636.18/636.28	c  S st    57    536957      9824     22140     39623     38002    169098    621389   no data   no data  --
636.48/636.53	c  S st    57    537461      9824     22140     39625     38503    169098    635988   no data   no data  --
636.48/636.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
636.48/636.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
637.38/637.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     41 BRemL:     45 BRemN:     34 P: 29.4M T:  0.92
637.38/637.49	c bin-w-bin subsume rem            1 bins  time:  0.00 s
637.48/637.59	c subs with bin:      140  lits-rem:        28  v-fix:    0  time:  0.09 s
637.58/637.62	c Subs w/ non-existent bins:      0 l-rem:   1120 v-fix:     0 done:   3255 time:  0.03 s
637.58/637.64	c Removed useless bin:       6  fixed:     0  props:   1.40M  time:  0.02 s
639.09/639.15	c lits-rem:       425  cl-subs:     4972  v-elim:      2  v-fix:    0  time:  1.51 s
639.09/639.16	c vivif2 --  cl tried    22140 cl shrink        3 lits rem          3 time: 0.01
639.18/639.21	c vivif2 --  cl tried    33316 cl shrink     2854 lits rem      12135 time: 0.05
639.38/639.46	c asymm  cl-useful: 322/8116/22139 lits-rem:322 time: 0.25
639.38/639.47	c calculated reachability. Time: 0.01
639.38/639.47	c  N st    57    537461      9822     22139     39504     33316    168654    536163   no data   no data  --
853.68/853.75	c  N st    58    701445      9821     22139     39507     64277    168654   1134100   no data   no data  --
992.08/992.19	c  N st    59    806191      9820     22139     39520     59416    168654   1148838   no data   no data  --
992.08/992.19	c  S st    59    806191      9820     22139     39520     59416    168654   1148838   no data   no data  --
992.48/992.53	c  S st    59    806693      9820     22139     39523     59914    168654   1165793   no data   no data  --
992.48/992.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
992.48/992.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
993.58/993.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     68 BRemL:      3 BRemN:      2 P: 35.2M T:  1.07
993.58/993.67	c bin-w-bin subsume rem            2 bins  time:  0.00 s
993.78/993.82	c subs with bin:       31  lits-rem:       330  v-fix:    0  time:  0.15 s
993.78/993.84	c Subs w/ non-existent bins:      0 l-rem:    971 v-fix:     0 done:    726 time:  0.02 s
993.78/993.86	c Removed useless bin:       3  fixed:     0  props:   1.41M  time:  0.02 s
997.38/997.41	c lits-rem:       353  cl-subs:    13484  v-elim:      0  v-fix:    0  time:  3.54 s
997.38/997.42	c vivif2 --  cl tried    22130 cl shrink        0 lits rem          0 time: 0.01
997.48/997.53	c vivif2 --  cl tried    46355 cl shrink     7674 lits rem      35976 time: 0.11
997.68/997.79	c asymm  cl-useful: 9/5963/22130 lits-rem:25 time: 0.27
997.78/997.80	c calculated reachability. Time: 0.01
997.78/997.80	c  N st    59    806693      9820     22122     39555     46355    168581    906609   no data   no data  --

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: 935)

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-3282851-1303756856/watcher-3282851-1303756856 -o /tmp/evaluation-result-3282851-1303756856/solver-3282851-1303756856 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3282851-1303756856.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.17 1.29 1.95 5/189 6000
/proc/meminfo: memFree=14425836/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=26108 CPUtime=0 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 1997 0 0 0 0 0 0 0 25 0 1 0 487286361 26734592 1702 33554432000 4194304 4650387 140735069867296 18446744073709551615 4316386 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 6527 1706 327 112 0 1492 0

[startup+0.06251 s]
/proc/loadavg: 1.17 1.29 1.95 5/189 6000
/proc/meminfo: memFree=14425836/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=41672 CPUtime=0.05 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 4088 0 0 0 5 0 0 0 25 0 1 0 487286361 42672128 3525 33554432000 4194304 4650387 140735069867296 18446744073709551615 4369166 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 10418 3525 349 112 0 5383 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 41672

[startup+0.100501 s]
/proc/loadavg: 1.17 1.29 1.95 5/189 6000
/proc/meminfo: memFree=14425836/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=41672 CPUtime=0.09 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 4088 0 0 0 9 0 0 0 25 0 1 0 487286361 42672128 3525 33554432000 4194304 4650387 140735069867296 18446744073709551615 4536101 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 10418 3525 349 112 0 5383 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41672

[startup+0.300466 s]
/proc/loadavg: 1.17 1.29 1.95 5/189 6000
/proc/meminfo: memFree=14425836/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=49464 CPUtime=0.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 5925 0 0 0 29 0 0 0 25 0 1 0 487286361 50651136 5162 33554432000 4194304 4650387 140735069867296 18446744073709551615 222921437893 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 12366 5162 355 112 0 7331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49464

[startup+0.700396 s]
/proc/loadavg: 1.17 1.29 1.95 5/189 6000
/proc/meminfo: memFree=14425836/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=78800 CPUtime=0.69 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 13263 0 0 0 68 1 0 0 25 0 1 0 487286361 80691200 12500 33554432000 4194304 4650387 140735069867296 18446744073709551615 4369344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 19700 12500 355 112 0 14665 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78800

[startup+1.50025 s]
/proc/loadavg: 1.17 1.29 1.95 5/190 6001
/proc/meminfo: memFree=14375360/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=94272 CPUtime=1.49 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 17427 0 0 0 148 1 0 0 25 0 1 0 487286361 96534528 16664 33554432000 4194304 4650387 140735069867296 18446744073709551615 4481352 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 23568 16664 375 112 0 18533 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94272

[startup+3.10095 s]
/proc/loadavg: 1.17 1.29 1.95 5/190 6001
/proc/meminfo: memFree=14358628/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=94272 CPUtime=3.09 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 17497 0 0 0 308 1 0 0 25 0 1 0 487286361 96534528 16734 33554432000 4194304 4650387 140735069867296 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 23568 16734 378 112 0 18533 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94272

[startup+6.30037 s]
/proc/loadavg: 1.39 1.34 1.96 5/190 6001
/proc/meminfo: memFree=14358904/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=94272 CPUtime=6.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 17589 0 0 0 628 1 0 0 25 0 1 0 487286361 96534528 16826 33554432000 4194304 4650387 140735069867296 18446744073709551615 4333616 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 23568 16826 379 112 0 18533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94272

[startup+12.7002 s]
/proc/loadavg: 1.60 1.38 1.97 5/190 6001
/proc/meminfo: memFree=14360908/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=95236 CPUtime=12.68 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 18257 0 0 0 1267 1 0 0 25 0 1 0 487286361 97521664 16568 33554432000 4194304 4650387 140735069867296 18446744073709551615 4334192 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 23809 16568 381 112 0 18774 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 95236

[startup+25.5009 s]
/proc/loadavg: 2.13 1.51 2.00 5/190 6001
/proc/meminfo: memFree=14358540/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=95900 CPUtime=25.48 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 18964 0 0 0 2547 1 0 0 25 0 1 0 487286361 98201600 16732 33554432000 4194304 4650387 140735069867296 18446744073709551615 4364463 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 23975 16732 381 112 0 18940 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 95900

[startup+51.1002 s]
/proc/loadavg: 2.83 1.72 2.06 5/190 6002
/proc/meminfo: memFree=14296620/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=111284 CPUtime=51.08 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 24509 0 0 0 5106 2 0 0 25 0 1 0 487286361 113954816 20978 33554432000 4194304 4650387 140735069867296 18446744073709551615 4368046 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 27821 20978 382 112 0 22786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 111284

[startup+102.307 s]
/proc/loadavg: 3.49 2.07 2.16 5/190 6030
/proc/meminfo: memFree=14283600/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=124292 CPUtime=102.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 28208 0 0 0 10226 3 0 0 25 0 1 0 487286361 127275008 22404 33554432000 4194304 4650387 140735069867296 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 31073 22404 382 112 0 26038 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 124292

[startup+162.301 s]
/proc/loadavg: 3.81 2.42 2.27 5/190 6032
/proc/meminfo: memFree=14231948/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=133752 CPUtime=162.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 31555 0 0 0 16225 4 0 0 25 0 1 0 487286361 136962048 25751 33554432000 4194304 4650387 140735069867296 18446744073709551615 4365329 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 33438 25751 382 112 0 28403 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 133752

[startup+222.301 s]
/proc/loadavg: 3.93 2.70 2.38 5/190 6033
/proc/meminfo: memFree=14201368/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=133752 CPUtime=222.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 33662 0 0 0 22225 4 0 0 25 0 1 0 487286361 136962048 25928 33554432000 4194304 4650387 140735069867296 18446744073709551615 4363502 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 33438 25928 382 112 0 28403 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 133752

[startup+282.301 s]
/proc/loadavg: 3.97 2.94 2.48 5/190 6035
/proc/meminfo: memFree=14220564/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=133752 CPUtime=282.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 35272 0 0 0 28225 4 0 0 25 0 1 0 487286361 136962048 26513 33554432000 4194304 4650387 140735069867296 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 33438 26513 382 112 0 28403 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 133752

[startup+342.301 s]
/proc/loadavg: 3.77 3.08 2.55 4/184 6054
/proc/meminfo: memFree=14311396/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=133752 CPUtime=342.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 36426 0 0 0 34224 5 0 0 25 0 1 0 487286361 136962048 26550 33554432000 4194304 4650387 140735069867296 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 33438 26550 382 112 0 28403 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 133752

[startup+402.301 s]
/proc/loadavg: 3.28 3.06 2.58 5/184 6055
/proc/meminfo: memFree=14309012/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=133752 CPUtime=402.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 38158 0 0 0 40223 5 0 0 25 0 1 0 487286361 136962048 26730 33554432000 4194304 4650387 140735069867296 18446744073709551615 4333936 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 33438 26730 382 112 0 28403 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 133752

[startup+462.301 s]
/proc/loadavg: 3.10 3.05 2.60 4/184 6057
/proc/meminfo: memFree=14307596/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=133752 CPUtime=462.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 39845 0 0 0 46223 6 0 0 25 0 1 0 487286361 136962048 26755 33554432000 4194304 4650387 140735069867296 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 33438 26755 382 112 0 28403 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 133752

[startup+522.301 s]
/proc/loadavg: 3.04 3.04 2.62 4/184 6058
/proc/meminfo: memFree=14306676/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145092 CPUtime=522.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 41150 0 0 0 52222 7 0 0 25 0 1 0 487286361 148574208 28060 33554432000 4194304 4650387 140735069867296 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36273 28060 382 112 0 31238 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 145092

[startup+582.301 s]
/proc/loadavg: 3.01 3.03 2.64 4/184 6060
/proc/meminfo: memFree=14298184/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145276 CPUtime=582.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 42836 0 0 0 58221 7 0 0 25 0 1 0 487286361 148762624 28425 33554432000 4194304 4650387 140735069867296 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36319 28425 382 112 0 31284 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 145276

[startup+642.301 s]
/proc/loadavg: 3.00 3.02 2.66 4/184 6062
/proc/meminfo: memFree=14295652/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145436 CPUtime=642.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 44180 0 0 0 64222 7 0 0 25 0 1 0 487286361 148926464 28094 33554432000 4194304 4650387 140735069867296 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36359 28094 382 112 0 31324 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 145436

[startup+702.301 s]
/proc/loadavg: 3.00 3.02 2.68 4/184 6063
/proc/meminfo: memFree=14291304/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145496 CPUtime=702.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 46404 0 0 0 70220 8 0 0 25 0 1 0 487286361 148987904 28217 33554432000 4194304 4650387 140735069867296 18446744073709551615 4366896 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36374 28217 382 112 0 31339 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 145496

[startup+762.307 s]
/proc/loadavg: 3.06 3.03 2.70 4/184 6065
/proc/meminfo: memFree=14293480/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145568 CPUtime=762.29 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 48253 0 0 0 76220 9 0 0 25 0 1 0 487286361 149061632 28501 33554432000 4194304 4650387 140735069867296 18446744073709551615 4364384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36392 28501 382 112 0 31357 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 145568

[startup+822.301 s]
/proc/loadavg: 3.02 3.02 2.72 4/184 6066
/proc/meminfo: memFree=14295184/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145744 CPUtime=822.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 50901 0 0 0 82218 10 0 0 25 0 1 0 487286361 149241856 27956 33554432000 4194304 4650387 140735069867296 18446744073709551615 4314694 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36436 27956 382 112 0 31401 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 145744

[startup+882.301 s]
/proc/loadavg: 3.01 3.01 2.73 4/184 6068
/proc/meminfo: memFree=14278256/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145832 CPUtime=882.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 53108 0 0 0 88217 11 0 0 25 0 1 0 487286361 149331968 28405 33554432000 4194304 4650387 140735069867296 18446744073709551615 4363730 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36458 28405 382 112 0 31423 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 145832

[startup+942.301 s]
/proc/loadavg: 3.00 3.01 2.75 4/184 6070
/proc/meminfo: memFree=14274268/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=145928 CPUtime=942.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 55400 0 0 0 94216 12 0 0 25 0 1 0 487286361 149430272 28559 33554432000 4194304 4650387 140735069867296 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36482 28559 382 112 0 31447 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 145928

[startup+1002.3 s]
/proc/loadavg: 3.00 3.00 2.76 4/184 6071
/proc/meminfo: memFree=14249808/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=147876 CPUtime=1002.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 58897 0 0 0 100215 13 0 0 25 0 1 0 487286361 151425024 30084 33554432000 4194304 4650387 140735069867296 18446744073709551615 4331348 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36969 30084 382 112 0 31934 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 147876

[startup+1062.3 s]
/proc/loadavg: 3.00 3.00 2.77 4/184 6073
/proc/meminfo: memFree=14256848/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=147920 CPUtime=1062.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 60942 0 0 0 106214 14 0 0 25 0 1 0 487286361 151470080 29405 33554432000 4194304 4650387 140735069867296 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 36980 29405 382 112 0 31945 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 147920

[startup+1122.3 s]
/proc/loadavg: 3.05 3.01 2.79 4/184 6074
/proc/meminfo: memFree=14258184/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=148004 CPUtime=1122.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 62776 0 0 0 112213 15 0 0 25 0 1 0 487286361 151556096 29499 33554432000 4194304 4650387 140735069867296 18446744073709551615 4363439 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 37001 29499 382 112 0 31966 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 148004

[startup+1182.3 s]
/proc/loadavg: 3.02 3.01 2.80 4/184 6076
/proc/meminfo: memFree=14254560/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=148100 CPUtime=1182.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 64615 0 0 0 118212 16 0 0 25 0 1 0 487286361 151654400 29597 33554432000 4194304 4650387 140735069867296 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 37025 29597 382 112 0 31990 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 148100

[startup+1242.3 s]
/proc/loadavg: 3.00 3.00 2.81 4/184 6087
/proc/meminfo: memFree=14252504/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=148184 CPUtime=1242.28 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 66477 0 0 0 124212 16 0 0 25 0 1 0 487286361 151740416 29656 33554432000 4194304 4650387 140735069867296 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 37046 29656 382 112 0 32011 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 148184



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.84 2.97 2.81 2/174 6124
/proc/meminfo: memFree=14523468/32951124 swapFree=67111528/67111528
[pid=6000] ppid=5998 vsize=148276 CPUtime=1299.99 cores=5,7
/proc/6000/stat : 6000 (strangenight1-s) R 5998 6000 4448 0 -1 4202496 68310 0 0 0 129982 17 0 0 25 0 1 0 487286361 151834624 29663 33554432000 4194304 4650387 140735069867296 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6000/statm: 37069 29663 382 112 0 32034 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 148276

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300
CPU user time (s): 1299.82
CPU system time (s): 0.177972
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 157472

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

runsolver used 2.04269 second user time and 5.06523 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-25 20:40:56
IDJOB=3282851
IDBENCH=70873
IDSOLVER=1589
FILE ID=node109/3282851-1303756856
RUNJOBID= node109-1303756852-5933
PBS_JOBID= 13154053
Free space on /tmp= 72112 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282851-1303756856/watcher-3282851-1303756856 -o /tmp/evaluation-result-3282851-1303756856/solver-3282851-1303756856 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3282851-1303756856.cnf

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=543178529

node109.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	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14426116 kB
Buffers:       2109008 kB
Cached:       15581576 kB
SwapCached:          0 kB
Active:        9678332 kB
Inactive:      8270148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14426116 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           30976 kB
Writeback:          88 kB
AnonPages:      257488 kB
Mapped:          16220 kB
Slab:           512396 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   464660 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= 72128 MiB
End job on node109 at 2011-04-25 21:02:38